diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:06:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:06:21 +0000 |
commit | aa1d582a4cade90a82e179ae9f74be91c97eea3e (patch) | |
tree | 15b2b1063b7c01388167a0fa26eccf600aee1330 /net-im/curphoo | |
parent | sync IUSE (+bidi), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-aa1d582a4cade90a82e179ae9f74be91c97eea3e.tar.gz historical-aa1d582a4cade90a82e179ae9f74be91c97eea3e.tar.bz2 historical-aa1d582a4cade90a82e179ae9f74be91c97eea3e.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-im/curphoo')
-rw-r--r-- | net-im/curphoo/curphoo-0.3.11.ebuild | 4 | ||||
-rw-r--r-- | net-im/curphoo/curphoo-0.3.12.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net-im/curphoo/curphoo-0.3.11.ebuild b/net-im/curphoo/curphoo-0.3.11.ebuild index eeb0bd1fb9f7..330be818be31 100644 --- a/net-im/curphoo/curphoo-0.3.11.ebuild +++ b/net-im/curphoo/curphoo-0.3.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.3.11.ebuild,v 1.6 2004/07/01 22:17:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.3.11.ebuild,v 1.7 2004/07/15 00:06:21 agriffis Exp $ DESCRIPTION="Curphoo is a console Yahoo! Chat client written in Python" HOMEPAGE="http://savannah.nongnu.org/projects/curphoo/" @@ -12,8 +12,6 @@ IUSE="" DEPEND="virtual/libc >=dev-lang/python-2.1 >=sys-libs/ncurses-5.2" -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} cd ${S} diff --git a/net-im/curphoo/curphoo-0.3.12.ebuild b/net-im/curphoo/curphoo-0.3.12.ebuild index 56d402ac9e70..8464988a342e 100644 --- a/net-im/curphoo/curphoo-0.3.12.ebuild +++ b/net-im/curphoo/curphoo-0.3.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.3.12.ebuild,v 1.3 2004/07/03 11:24:05 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.3.12.ebuild,v 1.4 2004/07/15 00:06:21 agriffis Exp $ DESCRIPTION="Curphoo is a console Yahoo! Chat client written in Python" HOMEPAGE="http://savannah.nongnu.org/projects/curphoo/" @@ -12,8 +12,6 @@ IUSE="" DEPEND="virtual/libc >=dev-lang/python-2.1 >=sys-libs/ncurses-5.2" -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} cd ${S} |