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 | e444dc852ce80679fea7b7037fb3ca09c896f55e (patch) | |
tree | 13d36873dc6228b4c6988cab9e5e02ea84dc4e2e /dev-embedded/gpsim | |
parent | Fixes #55200. (diff) | |
download | historical-e444dc852ce80679fea7b7037fb3ca09c896f55e.tar.gz historical-e444dc852ce80679fea7b7037fb3ca09c896f55e.tar.bz2 historical-e444dc852ce80679fea7b7037fb3ca09c896f55e.zip |
clean up things and change glibc to libc
Diffstat (limited to 'dev-embedded/gpsim')
-rw-r--r-- | dev-embedded/gpsim/gpsim-0.20.14-r1.ebuild | 9 | ||||
-rw-r--r-- | dev-embedded/gpsim/gpsim-0.20.14.ebuild | 9 |
2 files changed, 4 insertions, 14 deletions
diff --git a/dev-embedded/gpsim/gpsim-0.20.14-r1.ebuild b/dev-embedded/gpsim/gpsim-0.20.14-r1.ebuild index 1f448f4acbf7..dcf960a42a6b 100644 --- a/dev-embedded/gpsim/gpsim-0.20.14-r1.ebuild +++ b/dev-embedded/gpsim/gpsim-0.20.14-r1.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/dev-embedded/gpsim/gpsim-0.20.14-r1.ebuild,v 1.4 2004/06/24 22:06:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gpsim/gpsim-0.20.14-r1.ebuild,v 1.5 2004/06/29 13:22:59 vapier Exp $ inherit eutils flag-o-matic gcc @@ -26,14 +26,9 @@ src_unpack() { fi } -src_compile(){ - econf || die - emake || die -} - src_install() { einstall || die - dodoc ANNOUNCE AUTHORS COPYING ChangeLog HISTORY INSTALL NEWS PROCESSORS + dodoc ANNOUNCE AUTHORS ChangeLog HISTORY INSTALL NEWS PROCESSORS dodoc README README.EXAMPLES README.MODULES TODO dodoc doc/*.lyx cp -ra ${S}/examples ${D}/usr/share/doc/${PF} diff --git a/dev-embedded/gpsim/gpsim-0.20.14.ebuild b/dev-embedded/gpsim/gpsim-0.20.14.ebuild index 5134caae4442..61c00692845a 100644 --- a/dev-embedded/gpsim/gpsim-0.20.14.ebuild +++ b/dev-embedded/gpsim/gpsim-0.20.14.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/dev-embedded/gpsim/gpsim-0.20.14.ebuild,v 1.3 2004/06/24 22:06:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gpsim/gpsim-0.20.14.ebuild,v 1.4 2004/06/29 13:22:59 vapier Exp $ inherit eutils @@ -21,13 +21,8 @@ src_unpack() { epatch ${FILESDIR}/${P}-gcc3.2.patch } -src_compile(){ - econf || die - emake || die -} - src_install() { einstall || die - dodoc ANNOUNCE AUTHORS COPYING ChangeLog HISTORY INSTALL NEWS PROCESSORS + dodoc ANNOUNCE AUTHORS ChangeLog HISTORY INSTALL NEWS PROCESSORS dodoc README README.EXAMPLES README.MODULES TODO } |