diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:11:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:11:54 +0000 |
commit | fb7e7e466d8c0c9159941627c2f087f482eae6a1 (patch) | |
tree | a3a3f5e7dcde92bb007f284cbe4dcc23a55ca4a4 /dev-libs/tc2 | |
parent | don't assign S=${WORKDIR}/${P}, trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-fb7e7e466d8c0c9159941627c2f087f482eae6a1.tar.gz gentoo-2-fb7e7e466d8c0c9159941627c2f087f482eae6a1.tar.bz2 gentoo-2-fb7e7e466d8c0c9159941627c2f087f482eae6a1.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-libs/tc2')
-rw-r--r-- | dev-libs/tc2/tc2-0.5.4.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/tc2/tc2-0.5.6.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/tc2/tc2-0.6.0.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/dev-libs/tc2/tc2-0.5.4.ebuild b/dev-libs/tc2/tc2-0.5.4.ebuild index 6f218f3404b1..05e883941daa 100644 --- a/dev-libs/tc2/tc2-0.5.4.ebuild +++ b/dev-libs/tc2/tc2-0.5.4.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/tc2-0.5.4.ebuild,v 1.4 2004/06/24 23:35:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tc2/tc2-0.5.4.ebuild,v 1.5 2004/07/14 15:09:39 agriffis Exp $ IUSE="static debug" -S=${WORKDIR}/${P} DESCRIPTION="TC2 is a library to simplify writing of modular programs." HOMEPAGE="http://tc2.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/dev-libs/tc2/tc2-0.5.6.ebuild b/dev-libs/tc2/tc2-0.5.6.ebuild index 91fb276005df..877d067745c1 100644 --- a/dev-libs/tc2/tc2-0.5.6.ebuild +++ b/dev-libs/tc2/tc2-0.5.6.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/tc2-0.5.6.ebuild,v 1.3 2004/06/24 23:35:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tc2/tc2-0.5.6.ebuild,v 1.4 2004/07/14 15:09:39 agriffis Exp $ IUSE="static debug" -S=${WORKDIR}/${P} DESCRIPTION="TC2 is a library to simplify writing of modular programs." HOMEPAGE="http://tc2.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/dev-libs/tc2/tc2-0.6.0.ebuild b/dev-libs/tc2/tc2-0.6.0.ebuild index 140e94a30421..5787483ee114 100644 --- a/dev-libs/tc2/tc2-0.6.0.ebuild +++ b/dev-libs/tc2/tc2-0.6.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/tc2-0.6.0.ebuild,v 1.2 2004/06/24 23:35:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tc2/tc2-0.6.0.ebuild,v 1.3 2004/07/14 15:09:39 agriffis Exp $ IUSE="static debug" -S=${WORKDIR}/${P} DESCRIPTION="TC2 is a library to simplify writing of modular programs." HOMEPAGE="http://tc2.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |