diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-09-05 00:27:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-05 00:27:48 +0000 |
commit | 495ff7edace782c70c7a6dbda7fe9b1bbe4c65a0 (patch) | |
tree | f709791ab977f045e5897026a5ee8c9fc38cee45 /sys-devel | |
parent | Marking ncurses-ruby-1.2.3 ppc64 for bug 282596 (diff) | |
download | gentoo-2-495ff7edace782c70c7a6dbda7fe9b1bbe4c65a0.tar.gz gentoo-2-495ff7edace782c70c7a6dbda7fe9b1bbe4c65a0.tar.bz2 gentoo-2-495ff7edace782c70c7a6dbda7fe9b1bbe4c65a0.zip |
old
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20080123.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sys-devel/gnuconfig/gnuconfig-20080123.ebuild b/sys-devel/gnuconfig/gnuconfig-20080123.ebuild deleted file mode 100644 index 7f9706d5cde2..000000000000 --- a/sys-devel/gnuconfig/gnuconfig-20080123.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20080123.ebuild,v 1.2 2008/05/28 19:43:19 vapier Exp $ - -inherit eutils - -DESCRIPTION="Updated config.sub and config.guess file from GNU" -HOMEPAGE="http://savannah.gnu.org/projects/config" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - epatch "${WORKDIR}"/*.patch - use elibc_uclibc && sed -i 's:linux-gnu:linux-uclibc:' testsuite/config-guess.data #180637 -} - -src_compile() { :;} - -src_install() { - insinto /usr/share/${PN} - doins config.{sub,guess} || die - fperms +x /usr/share/${PN}/config.{sub,guess} - dodoc ChangeLog -} |