diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-14 22:44:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-14 22:44:23 +0000 |
commit | 4faf963e7bb9ee5e715ea36ed79ad4b34206509f (patch) | |
tree | a7c4f195e7de2664361caf2620838cf134bb0add /sys-apps | |
parent | change site file for Emacs to not to load too much; correct installation dire... (diff) | |
download | gentoo-2-4faf963e7bb9ee5e715ea36ed79ad4b34206509f.tar.gz gentoo-2-4faf963e7bb9ee5e715ea36ed79ad4b34206509f.tar.bz2 gentoo-2-4faf963e7bb9ee5e715ea36ed79ad4b34206509f.zip |
old
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pciutils/files/digest-pciutils-2.2.4-r1 | 3 | ||||
-rw-r--r-- | sys-apps/pciutils/pciutils-2.2.4-r1.ebuild | 42 |
2 files changed, 0 insertions, 45 deletions
diff --git a/sys-apps/pciutils/files/digest-pciutils-2.2.4-r1 b/sys-apps/pciutils/files/digest-pciutils-2.2.4-r1 deleted file mode 100644 index 1ce68229c366..000000000000 --- a/sys-apps/pciutils/files/digest-pciutils-2.2.4-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5629fdb049f189fb853e7021f85553d2 pciutils-2.2.4.tar.gz 210706 -RMD160 27db4b23a07a02b28b64e01fbe1c74cefa887cc0 pciutils-2.2.4.tar.gz 210706 -SHA256 62fc07f688c6d17f0cf8baa540e42be6117530360c2df491ec02031973506a9f pciutils-2.2.4.tar.gz 210706 diff --git a/sys-apps/pciutils/pciutils-2.2.4-r1.ebuild b/sys-apps/pciutils/pciutils-2.2.4-r1.ebuild deleted file mode 100644 index 34ce12110a4b..000000000000 --- a/sys-apps/pciutils/pciutils-2.2.4-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-2.2.4-r1.ebuild,v 1.2 2007/02/14 07:14:18 vapier Exp $ - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="Various utilities dealing with the PCI bus" -HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html" -SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="zlib" - -DEPEND="zlib? ( sys-libs/zlib )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-2.2.3-build.patch - epatch "${FILESDIR}"/pcimodules-${PN}-2.2.4.patch - epatch "${FILESDIR}"/${P}-link.patch #160421 - epatch "${FILESDIR}"/${P}-update-pciids.patch -} - -src_compile() { - export ZLIB=$(use zlib && echo yes || echo no) - tc-export AR CC RANLIB - emake OPT="${CFLAGS}" || die "emake failed" -} - -src_install() { - emake install DESTDIR="${D}" || die - - dolib lib/libpci.* || die "libpci failed" - insinto /usr/include/pci - doins lib/{config,header,pci,types}.h || die "headers failed" - - exeinto /etc/cron.monthly - newexe "${FILESDIR}"/pciutils.cron update-pciids || die -} |