diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-16 09:18:47 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-16 09:18:47 +0000 |
commit | eca270a3cbd3a04bad6d007cbb2d4d4a6d16ef12 (patch) | |
tree | 55ef672b5533ffbdc74a93316a0c15e6a414eba3 /dev-lang | |
parent | SRC_URI fixed for bug #52148. (diff) | |
download | gentoo-2-eca270a3cbd3a04bad6d007cbb2d4d4a6d16ef12.tar.gz gentoo-2-eca270a3cbd3a04bad6d007cbb2d4d4a6d16ef12.tar.bz2 gentoo-2-eca270a3cbd3a04bad6d007cbb2d4d4a6d16ef12.zip |
QA - Don't assign default S.
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/tcc/tcc-0.9.14.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/tcc/tcc-0.9.7.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/tcc/tcc-0.9.8.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/dev-lang/tcc/tcc-0.9.14.ebuild b/dev-lang/tcc/tcc-0.9.14.ebuild index 28912358cff7..d2f1ea407fcb 100644 --- a/dev-lang/tcc/tcc-0.9.14.ebuild +++ b/dev-lang/tcc/tcc-0.9.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.14.ebuild,v 1.4 2004/03/05 15:23:56 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.14.ebuild,v 1.5 2004/06/16 09:14:57 kloeri Exp $ IUSE="" @@ -9,7 +9,6 @@ HOMEPAGE="http://www.tinycc.org/" LICENSE="GPL-2" DEPEND="virtual/glibc" SRC_URI="http://fabrice.bellard.free.fr/tcc/${P}.tar.gz" -S=${WORKDIR}/${P} SLOT="0" KEYWORDS="x86 -sparc" diff --git a/dev-lang/tcc/tcc-0.9.7.ebuild b/dev-lang/tcc/tcc-0.9.7.ebuild index b0fd3d597f9b..a64d93faae11 100644 --- a/dev-lang/tcc/tcc-0.9.7.ebuild +++ b/dev-lang/tcc/tcc-0.9.7.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.7.ebuild,v 1.8 2004/03/05 15:23:56 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.7.ebuild,v 1.9 2004/06/16 09:14:57 kloeri Exp $ DESCRIPTION="A very small C compiler for ix86" HOMEPAGE="http://www.tinycc.org/" LICENSE="GPL-2" DEPEND="" SRC_URI="http://fabrice.bellard.free.fr/tcc/${P}.tar.gz" -S=${WORKDIR}/${P} SLOT="0" KEYWORDS="x86 -sparc" diff --git a/dev-lang/tcc/tcc-0.9.8.ebuild b/dev-lang/tcc/tcc-0.9.8.ebuild index 87e3630e2606..6938c146062e 100644 --- a/dev-lang/tcc/tcc-0.9.8.ebuild +++ b/dev-lang/tcc/tcc-0.9.8.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.8.ebuild,v 1.7 2004/03/05 15:23:56 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.8.ebuild,v 1.8 2004/06/16 09:14:57 kloeri Exp $ DESCRIPTION="A very small C compiler for ix86" HOMEPAGE="http://www.tinycc.org/" LICENSE="GPL-2" DEPEND="virtual/glibc" SRC_URI="http://fabrice.bellard.free.fr/tcc/${P}.tar.gz" -S=${WORKDIR}/${P} SLOT="0" KEYWORDS="x86 -sparc" |