summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-10-18 20:25:15 +0000
committerNick Hadaway <raker@gentoo.org>2003-10-18 20:25:15 +0000
commit57a57cf124601a53e8f4f9cb51bbcf45b0065bdc (patch)
tree39b6f819938acb2b5bc476f27e0c4b840e0eee21 /app-gnustep/terminal/terminal-0.9.4.ebuild
parentstable on alpha (diff)
downloadgentoo-2-57a57cf124601a53e8f4f9cb51bbcf45b0065bdc.tar.gz
gentoo-2-57a57cf124601a53e8f4f9cb51bbcf45b0065bdc.tar.bz2
gentoo-2-57a57cf124601a53e8f4f9cb51bbcf45b0065bdc.zip
Fixed the policy violation of setting ${A}
Diffstat (limited to 'app-gnustep/terminal/terminal-0.9.4.ebuild')
-rw-r--r--app-gnustep/terminal/terminal-0.9.4.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/app-gnustep/terminal/terminal-0.9.4.ebuild b/app-gnustep/terminal/terminal-0.9.4.ebuild
index f2fcc4d72ccf..5d59e1d47d14 100644
--- a/app-gnustep/terminal/terminal-0.9.4.ebuild
+++ b/app-gnustep/terminal/terminal-0.9.4.ebuild
@@ -1,16 +1,22 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-gnustep/terminal/terminal-0.9.4.ebuild,v 1.2 2003/07/28 04:06:48 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-gnustep/terminal/terminal-0.9.4.ebuild,v 1.3 2003/10/18 20:25:11 raker Exp $
inherit gnustep
S=${WORKDIR}/${P/t/T}
-A=${P/t/T}.tar.gz
DESCRIPTION="GNUstep terminal emulator"
HOMEPAGE="http://www.nongnu.org/terminal/"
SRC_URI="http://savannah.nongnu.org/download/terminal/Terminal.pkg/${PV}/${P/t/T}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
+
DEPEND=">=dev-util/gnustep-gui-0.8.5"
+
+src_unpack() {
+ unpack ${P/t/T}.tar.gz
+ cd ${S}
+}