summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-08 03:50:37 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-08 03:50:37 +0000
commit166e0ee0ee9493781ef2aa34333ea937ffc9e018 (patch)
treebf33233bf3e8898ad183ce549769a54adfd64bd9 /sys-devel/gnuconfig
parentVersion bump, also fixing bug #153835 (thanks to jhmartin for reporting). (diff)
downloadhistorical-166e0ee0ee9493781ef2aa34333ea937ffc9e018.tar.gz
historical-166e0ee0ee9493781ef2aa34333ea937ffc9e018.tar.bz2
historical-166e0ee0ee9493781ef2aa34333ea937ffc9e018.zip
old
Diffstat (limited to 'sys-devel/gnuconfig')
-rw-r--r--sys-devel/gnuconfig/files/digest-gnuconfig-200602273
-rw-r--r--sys-devel/gnuconfig/gnuconfig-20060227.ebuild30
2 files changed, 0 insertions, 33 deletions
diff --git a/sys-devel/gnuconfig/files/digest-gnuconfig-20060227 b/sys-devel/gnuconfig/files/digest-gnuconfig-20060227
deleted file mode 100644
index 0253859e3d89..000000000000
--- a/sys-devel/gnuconfig/files/digest-gnuconfig-20060227
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a18130db639a066b781e3854d544be09 gnuconfig-20060227.tar.bz2 39412
-RMD160 910baf10abafe911cf48ca9d2ac49a739f2bdb08 gnuconfig-20060227.tar.bz2 39412
-SHA256 b4d063f0565bd4e5b68b1d03ab881f7c907cc870e695c1cd4bdb030f2b05ceee gnuconfig-20060227.tar.bz2 39412
diff --git a/sys-devel/gnuconfig/gnuconfig-20060227.ebuild b/sys-devel/gnuconfig/gnuconfig-20060227.ebuild
deleted file mode 100644
index 5cf8fb66abd0..000000000000
--- a/sys-devel/gnuconfig/gnuconfig-20060227.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20060227.ebuild,v 1.3 2006/03/30 13:16:23 flameeyes 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 ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack ${A}
- epatch "${WORKDIR}"/*.patch
-}
-
-src_compile() { :;}
-
-src_install() {
- insinto /usr/share/${PN}
- doins config.{sub,guess} || die
- fperms +x /usr/share/${PN}/config.{sub,guess}
- dodoc ChangeLog
-}