diff options
author | 2004-07-14 15:10:52 +0000 | |
---|---|---|
committer | 2004-07-14 15:10:52 +0000 | |
commit | 61808fe131067602e3af87d46346144f1def3ed6 (patch) | |
tree | 646b495f69186f0b039fc89ea2760208848468aa /dev-libs/tc2-modules | |
parent | sync IUSE (missing), trim trailing whitespace (diff) | |
download | historical-61808fe131067602e3af87d46346144f1def3ed6.tar.gz historical-61808fe131067602e3af87d46346144f1def3ed6.tar.bz2 historical-61808fe131067602e3af87d46346144f1def3ed6.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-libs/tc2-modules')
-rw-r--r-- | dev-libs/tc2-modules/tc2-modules-0.5.0.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/tc2-modules/tc2-modules-0.5.2.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/tc2-modules/tc2-modules-0.6.0.ebuild | 1 |
3 files changed, 1 insertions, 4 deletions
diff --git a/dev-libs/tc2-modules/tc2-modules-0.5.0.ebuild b/dev-libs/tc2-modules/tc2-modules-0.5.0.ebuild index f627bc5d0d82..59c499ced116 100644 --- a/dev-libs/tc2-modules/tc2-modules-0.5.0.ebuild +++ b/dev-libs/tc2-modules/tc2-modules-0.5.0.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tc2-modules/tc2-modules-0.5.0.ebuild,v 1.4 2004/06/24 23:35:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tc2-modules/tc2-modules-0.5.0.ebuild,v 1.5 2004/07/14 15:10:52 agriffis Exp $ IUSE="static" -S=${WORKDIR}/${P} DESCRIPTION="Modules for tc2." HOMEPAGE="http://tc2.sourceforge.net" SRC_URI="mirror://sourceforge/tc2/${P}.tar.gz" diff --git a/dev-libs/tc2-modules/tc2-modules-0.5.2.ebuild b/dev-libs/tc2-modules/tc2-modules-0.5.2.ebuild index f7bd96155a78..73ec9aa06cdc 100644 --- a/dev-libs/tc2-modules/tc2-modules-0.5.2.ebuild +++ b/dev-libs/tc2-modules/tc2-modules-0.5.2.ebuild @@ -4,7 +4,6 @@ IUSE="static" -S=${WORKDIR}/${P} DESCRIPTION="Modules for tc2." HOMEPAGE="http://tc2.sourceforge.net" SRC_URI="mirror://sourceforge/tc2/${P}.tar.gz" diff --git a/dev-libs/tc2-modules/tc2-modules-0.6.0.ebuild b/dev-libs/tc2-modules/tc2-modules-0.6.0.ebuild index 3f024208468f..00617a49aba6 100644 --- a/dev-libs/tc2-modules/tc2-modules-0.6.0.ebuild +++ b/dev-libs/tc2-modules/tc2-modules-0.6.0.ebuild @@ -4,7 +4,6 @@ IUSE="static" -S=${WORKDIR}/${P} DESCRIPTION="Modules for dev-libs/tc2." HOMEPAGE="http://tc2.sourceforge.net" SRC_URI="mirror://sourceforge/tc2/${P}.tar.gz" |