summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-06-19 18:06:12 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-06-19 18:06:12 +0000
commitfd4370ec67dfb68667dcf79e8d9afebfc89b351d (patch)
tree6d5b25738e9cca3506c9a931954abd969283dd30 /sys-libs/libkudzu
parentversion bump. wrt bug #176135 and bug #175674 (diff)
downloadgentoo-2-fd4370ec67dfb68667dcf79e8d9afebfc89b351d.tar.gz
gentoo-2-fd4370ec67dfb68667dcf79e8d9afebfc89b351d.tar.bz2
gentoo-2-fd4370ec67dfb68667dcf79e8d9afebfc89b351d.zip
Removing older ebuilds, since they're no longer needed.
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-libs/libkudzu')
-rw-r--r--sys-libs/libkudzu/ChangeLog6
-rw-r--r--sys-libs/libkudzu/files/digest-libkudzu-1.2.413
-rw-r--r--sys-libs/libkudzu/libkudzu-1.2.41.ebuild43
3 files changed, 5 insertions, 47 deletions
diff --git a/sys-libs/libkudzu/ChangeLog b/sys-libs/libkudzu/ChangeLog
index bd4b504103b7..7ab89654d4e3 100644
--- a/sys-libs/libkudzu/ChangeLog
+++ b/sys-libs/libkudzu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/libkudzu
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/ChangeLog,v 1.25 2007/05/02 06:50:23 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/ChangeLog,v 1.26 2007/06/19 18:06:12 wolf31o2 Exp $
+
+ 19 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ -libkudzu-1.2.41.ebuild:
+ Removing older ebuilds, since they're no longer needed.
02 May 2007; Donnie Berkholz <dberkholz@gentoo.org>;
libkudzu-1.1.62-r1.ebuild, libkudzu-1.2.41.ebuild,
diff --git a/sys-libs/libkudzu/files/digest-libkudzu-1.2.41 b/sys-libs/libkudzu/files/digest-libkudzu-1.2.41
deleted file mode 100644
index 251c9e00d1c6..000000000000
--- a/sys-libs/libkudzu/files/digest-libkudzu-1.2.41
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 26d66dcf1aeece30abbd76b1f9ba02ba kudzu-1.2.41.tar.gz 265371
-RMD160 5d4142878f804b8359660e1acd92abf8df58d5cd kudzu-1.2.41.tar.gz 265371
-SHA256 a5dff9d599d00a70c5f3c01c4c1c47e9619d80f2b75d91c221bbeba0f1d9861b kudzu-1.2.41.tar.gz 265371
diff --git a/sys-libs/libkudzu/libkudzu-1.2.41.ebuild b/sys-libs/libkudzu/libkudzu-1.2.41.ebuild
deleted file mode 100644
index 13f07e299b50..000000000000
--- a/sys-libs/libkudzu/libkudzu-1.2.41.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.41.ebuild,v 1.2 2007/05/02 06:50:23 dberkholz Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Red Hat Hardware detection tools"
-HOMEPAGE="http://rhlinux.redhat.com/kudzu/"
-SRC_URI="mirror://gentoo/kudzu-${PV}.tar.gz
- http://dev.gentoo.org/~wolf31o2/sources/kudzu/kudzu-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 -mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-libs/popt
- >=sys-apps/pciutils-2.2.4"
-RDEPEND="${DEPEND}
- sys-apps/hwdata-gentoo
- !sys-apps/kudzu"
-
-S=${WORKDIR}/kudzu-${PV}
-
-src_compile() {
- # Fix the modules directory to match Gentoo layout.
- perl -pi -e 's|/etc/modutils/kudzu|/etc/modules.d/kudzu|g' *.*
-
- if [ $(tc-arch-kernel) == "powerpc" ]; then
- emake libkudzu.a libkudzu_loader.a ARCH="ppc" \
- RPM_OPT_FLAGS="${CFLAGS}" || die
- else
- emake libkudzu.a libkudzu_loader.a ARCH=$(tc-arch-kernel) \
- RPM_OPT_FLAGS="${CFLAGS}" || die
- fi
-}
-
-src_install() {
- keepdir /etc/sysconfig
- insinto /usr/include/kudzu
- doins *.h
- dolib.a libkudzu.a libkudzu_loader.a
-}