Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
vapier 08/04/13 22:38:52
Modified: ChangeLog
Added: pciutils-3.0.0.ebuild
Log:
Version bump #217433 by Arfrever Frehtes Taifersar Arahesis.
(Portage version: 2.2_pre5)
Revision Changes Path
1.136 sys-apps/pciutils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.136&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.136&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/ChangeLog?r1=1.135&r2=1.136
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog 12 Apr 2008 07:45:01 -0000 1.135
+++ ChangeLog 13 Apr 2008 22:38:51 -0000 1.136
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/pciutils
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.135 2008/04/12 07:45:01 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.136 2008/04/13 22:38:51 vapier Exp $
+
+*pciutils-3.0.0 (13 Apr 2008)
+
+ 13 Apr 2008; Mike Frysinger <vapier@g.o>
+ +files/pcimodules-pciutils-3.0.0.patch, +pciutils-3.0.0.ebuild:
+ Version bump #217433 by Arfrever Frehtes Taifersar Arahesis.
12 Apr 2008; nixnut <nixnut@g.o> pciutils-2.2.10.ebuild:
Stable on ppc wrt bug #217106
1.1 sys-apps/pciutils/pciutils-3.0.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.0.0.ebuild?rev=1.1&content-type=text/plain
Index: pciutils-3.0.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.0.ebuild,v 1.1 2008/04/13 22:38:51 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs multilib
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="network-cron zlib"
DEPEND="zlib? ( sys-libs/zlib )"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/pcimodules-${PN}-3.0.0.patch
epatch "${FILESDIR}"/${PN}-2.2.7-update-pciids-both-forms.patch
sed -i -e "/^LIBDIR=/s:/lib:/$(get_libdir):" Makefile
}
uyesno() { use $1 && echo yes || echo no ; }
pemake() {
emake \
DNS="yes" \
IDSDIR="/usr/share/misc" \
MANDIR="/usr/share/man" \
PREFIX="/usr" \
SHARED="yes" \
STRIP="" \
ZLIB=$(uyesno zlib) \
"$@"
}
src_compile() {
tc-export AR CC RANLIB
pemake OPT="${CFLAGS}" all pcimodules || die "emake failed"
}
src_install() {
pemake DESTDIR="${D}" install install-lib || die
dosbin pcimodules || die
newman pcimodules.man pcimodules.8
if use network-cron ; then
exeinto /etc/cron.monthly
newexe "${FILESDIR}"/pciutils.cron update-pciids \
|| die "Failed to install update cronjob"
fi
# Install both forms until HAL has migrated
if use zlib ; then
local sharedir="${D}/usr/share/misc"
elog "Providing a backwards compatability non-compressed pci.ids"
gzip -d <"${sharedir}"/pci.ids.gz >"${sharedir}"/pci.ids
fi
}
--
gentoo-commits@g.o mailing list
|
|