diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 13:27:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 13:27:50 +0000 |
commit | 082bbd5962e1a9dd0b6060dcfb96fafa63eb3732 (patch) | |
tree | 5d08c4751b6c3d5ab4aae0973cccc3dd5378961e /dev-embedded/sdcc | |
parent | Fixes #55200. (Manifest recommit) (diff) | |
download | gentoo-2-082bbd5962e1a9dd0b6060dcfb96fafa63eb3732.tar.gz gentoo-2-082bbd5962e1a9dd0b6060dcfb96fafa63eb3732.tar.bz2 gentoo-2-082bbd5962e1a9dd0b6060dcfb96fafa63eb3732.zip |
clean up things and change glibc to libc
Diffstat (limited to 'dev-embedded/sdcc')
-rw-r--r-- | dev-embedded/sdcc/sdcc-2.4.0.ebuild | 17 | ||||
-rw-r--r-- | dev-embedded/sdcc/sdcc-2.4.0_p20040331.ebuild | 17 | ||||
-rw-r--r-- | dev-embedded/sdcc/sdcc-2.4.0_p20040507.ebuild | 17 | ||||
-rw-r--r-- | dev-embedded/sdcc/sdcc-2.4.0_p20040606.ebuild | 17 |
4 files changed, 32 insertions, 36 deletions
diff --git a/dev-embedded/sdcc/sdcc-2.4.0.ebuild b/dev-embedded/sdcc/sdcc-2.4.0.ebuild index fe8e1636d79d..923e4703907f 100644 --- a/dev-embedded/sdcc/sdcc-2.4.0.ebuild +++ b/dev-embedded/sdcc/sdcc-2.4.0.ebuild @@ -1,19 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/sdcc/sdcc-2.4.0.ebuild,v 1.8 2004/06/24 22:08:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/sdcc/sdcc-2.4.0.ebuild,v 1.9 2004/06/29 13:27:13 vapier Exp $ -S=${WORKDIR}/${PN} DESCRIPTION="Small device C compiler (for various microprocessors)" -SRC_URI="mirror://sourceforge/sdcc/${P}.tar.gz" HOMEPAGE="http://sdcc.sourceforge.net/" -RESTRICT="nomirror" +SRC_URI="mirror://sourceforge/sdcc/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" - IUSE="doc" -DEPEND="virtual/glibc + +DEPEND="virtual/libc sys-apps/gawk sys-devel/libtool sys-apps/grep @@ -22,8 +20,9 @@ DEPEND="virtual/glibc virtual/tetex >=app-office/lyx-1.3.4 sys-apps/sed )" +RDEPEND="virtual/libc" -RDEPEND="virtual/glibc" +S=${WORKDIR}/${PN} src_compile() { econf || die "Configure failed" @@ -37,6 +36,6 @@ src_compile() { src_install() { einstall || die "Make install failed" - dodoc COPYING ChangeLog doc/README.txt doc/libdoc.txt doc/INSTALL.txt + dodoc ChangeLog doc/README.txt doc/libdoc.txt doc/INSTALL.txt use doc && emake -C doc docdir=${D}/usr/share/doc/${P}/ install } diff --git a/dev-embedded/sdcc/sdcc-2.4.0_p20040331.ebuild b/dev-embedded/sdcc/sdcc-2.4.0_p20040331.ebuild index 75392c532d5d..6f7c6adbc47e 100644 --- a/dev-embedded/sdcc/sdcc-2.4.0_p20040331.ebuild +++ b/dev-embedded/sdcc/sdcc-2.4.0_p20040331.ebuild @@ -1,20 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/sdcc/sdcc-2.4.0_p20040331.ebuild,v 1.6 2004/06/24 22:08:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/sdcc/sdcc-2.4.0_p20040331.ebuild,v 1.7 2004/06/29 13:27:13 vapier Exp $ -S=${WORKDIR}/${PN} MY_PV=${PV/*_p/} - DESCRIPTION="Small device C compiler (for various microprocessors)" -SRC_URI="http://sdcc.sourceforge.net/snapshots/sdcc-src/${PN}-src-${MY_PV}.tar.gz" HOMEPAGE="http://sdcc.sourceforge.net/" +SRC_URI="http://sdcc.sourceforge.net/snapshots/sdcc-src/${PN}-src-${MY_PV}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc ~amd64" - IUSE="doc" -DEPEND="virtual/glibc + +DEPEND="virtual/libc sys-apps/gawk sys-devel/libtool sys-apps/grep @@ -23,8 +21,9 @@ DEPEND="virtual/glibc virtual/tetex >=app-office/lyx-1.3.4 sys-apps/sed )" +RDEPEND="virtual/libc" -RDEPEND="virtual/glibc" +S=${WORKDIR}/${PN} src_compile() { econf || die "Configure failed" @@ -36,6 +35,6 @@ src_compile() { src_install() { einstall || die "Make install failed" - dodoc COPYING ChangeLog doc/README.txt doc/libdoc.txt doc/INSTALL.txt + dodoc ChangeLog doc/README.txt doc/libdoc.txt doc/INSTALL.txt use doc && emake -C doc docdir=${D}/usr/share/doc/${P}/ install } diff --git a/dev-embedded/sdcc/sdcc-2.4.0_p20040507.ebuild b/dev-embedded/sdcc/sdcc-2.4.0_p20040507.ebuild index f9ac76867c9a..d609a85ed665 100644 --- a/dev-embedded/sdcc/sdcc-2.4.0_p20040507.ebuild +++ b/dev-embedded/sdcc/sdcc-2.4.0_p20040507.ebuild @@ -1,20 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/sdcc/sdcc-2.4.0_p20040507.ebuild,v 1.4 2004/06/24 22:08:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/sdcc/sdcc-2.4.0_p20040507.ebuild,v 1.5 2004/06/29 13:27:13 vapier Exp $ -S=${WORKDIR}/${PN} MY_PV=${PV/*_p/} - DESCRIPTION="Small device C compiler (for various microprocessors)" -SRC_URI="http://sdcc.sourceforge.net/snapshots/sdcc-src/${PN}-src-${MY_PV}.tar.gz" HOMEPAGE="http://sdcc.sourceforge.net/" +SRC_URI="http://sdcc.sourceforge.net/snapshots/sdcc-src/${PN}-src-${MY_PV}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc ~amd64" - IUSE="doc" -DEPEND="virtual/glibc + +DEPEND="virtual/libc sys-apps/gawk sys-devel/libtool sys-apps/grep @@ -23,8 +21,9 @@ DEPEND="virtual/glibc virtual/tetex >=app-office/lyx-1.3.4 sys-apps/sed )" +RDEPEND="virtual/libc" -RDEPEND="virtual/glibc" +S=${WORKDIR}/${PN} src_compile() { econf || die "Configure failed" @@ -36,6 +35,6 @@ src_compile() { src_install() { einstall || die "Make install failed" - dodoc COPYING ChangeLog doc/README.txt doc/libdoc.txt doc/INSTALL.txt + dodoc ChangeLog doc/README.txt doc/libdoc.txt doc/INSTALL.txt use doc && emake -C doc docdir=${D}/usr/share/doc/${P}/ install } diff --git a/dev-embedded/sdcc/sdcc-2.4.0_p20040606.ebuild b/dev-embedded/sdcc/sdcc-2.4.0_p20040606.ebuild index 319836782c75..4843b4a9e601 100644 --- a/dev-embedded/sdcc/sdcc-2.4.0_p20040606.ebuild +++ b/dev-embedded/sdcc/sdcc-2.4.0_p20040606.ebuild @@ -1,20 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/sdcc/sdcc-2.4.0_p20040606.ebuild,v 1.2 2004/06/24 22:08:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/sdcc/sdcc-2.4.0_p20040606.ebuild,v 1.3 2004/06/29 13:27:13 vapier Exp $ -S=${WORKDIR}/${PN} MY_PV=${PV/*_p/} - DESCRIPTION="Small device C compiler (for various microprocessors)" -SRC_URI="http://sdcc.sourceforge.net/snapshots/sdcc-src/${PN}-src-${MY_PV}.tar.gz" HOMEPAGE="http://sdcc.sourceforge.net/" +SRC_URI="http://sdcc.sourceforge.net/snapshots/sdcc-src/${PN}-src-${MY_PV}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" - IUSE="doc" -DEPEND="virtual/glibc + +DEPEND="virtual/libc sys-apps/gawk sys-devel/libtool sys-apps/grep @@ -23,8 +21,9 @@ DEPEND="virtual/glibc virtual/tetex >=app-office/lyx-1.3.4 sys-apps/sed )" +RDEPEND="virtual/libc" -RDEPEND="virtual/glibc" +S=${WORKDIR}/${PN} src_compile() { econf || die "Configure failed" @@ -36,6 +35,6 @@ src_compile() { src_install() { einstall || die "Make install failed" - dodoc COPYING ChangeLog doc/README.txt doc/libdoc.txt doc/INSTALL.txt + dodoc ChangeLog doc/README.txt doc/libdoc.txt doc/INSTALL.txt use doc && emake -C doc docdir=${D}/usr/share/doc/${P}/ install } |