* [gentoo-commits] gentoo-x86 commit in sys-apps/pciutils: pciutils-3.1.9-r2.ebuild ChangeLog
@ 2012-04-01 1:47 Diego Petteno (flameeyes)
0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-04-01 1:47 UTC (permalink / raw
To: gentoo-commits
flameeyes 12/04/01 01:47:34
Modified: ChangeLog
Added: pciutils-3.1.9-r2.ebuild
Log:
Make use of the new hwids ebuild.
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Revision Changes Path
1.194 sys-apps/pciutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.194&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.194&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/ChangeLog?r1=1.193&r2=1.194
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog 25 Mar 2012 15:43:46 -0000 1.193
+++ ChangeLog 1 Apr 2012 01:47:34 -0000 1.194
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/pciutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.193 2012/03/25 15:43:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.194 2012/04/01 01:47:34 flameeyes Exp $
+
+*pciutils-3.1.9-r2 (01 Apr 2012)
+
+ 01 Apr 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+ +pciutils-3.1.9-r2.ebuild:
+ Make use of the new hwids ebuild.
25 Mar 2012; Markus Meier <maekke@gentoo.org> pciutils-3.1.9-r1.ebuild:
arm stable, bug #407831
1.1 sys-apps/pciutils/pciutils-3.1.9-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild?rev=1.1&content-type=text/plain
Index: pciutils-3.1.9-r2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild,v 1.1 2012/04/01 01:47:34 flameeyes Exp $
EAPI="4"
inherit eutils multilib 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="~amd64"
IUSE="static-libs zlib"
DEPEND="zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}
sys-apps/hwids"
src_prepare() {
epatch "${FILESDIR}"/${PN}-3.1.7-install-lib.patch #273489
epatch "${FILESDIR}"/${PN}-3.1.7-fbsd.patch #262321
if use static-libs ; then
cp -pPR "${S}" "${S}.static" || die
fi
}
pemake() {
emake \
HOST="${CHOST}" \
CROSS_COMPILE="${CHOST}-" \
CC="$(tc-getCC)" \
DNS="yes" \
IDSDIR='$(SHAREDIR)/misc' \
MANDIR='$(SHAREDIR)/man' \
PREFIX="${EPREFIX}/usr" \
SHARED="yes" \
STRIP="" \
ZLIB=$(usex zlib) \
PCI_COMPRESSED_IDS=0 \
PCI_IDS=pci.ids \
LIBDIR="\${PREFIX}/$(get_libdir)" \
"$@"
}
src_compile() {
pemake OPT="${CFLAGS}" all
if use static-libs ; then
pemake \
-C "${S}.static" \
OPT="${CFLAGS}" \
SHARED="no" \
lib/libpci.a
fi
}
src_install() {
pemake DESTDIR="${D}" install install-lib
use static-libs && dolib.a "${S}.static/lib/libpci.a"
dodoc ChangeLog README TODO
rm "${D}"/usr/bin/update-pciids "${D}"/usr/share/misc/pci.ids \
"${D}"/usr/share/man/man8/update-pciids.8*
newinitd "${FILESDIR}"/init.d-pciparm pciparm
newconfd "${FILESDIR}"/conf.d-pciparm pciparm
}
pkg_postinst() {
elog "The 'pcimodules' program has been replaced by 'lspci -k'"
elog ""
elog "The 'network-cron' USE flag is gone; if you want a more up-to-date"
elog "pci.ids file, you should use sys-apps/hwids-99999999 (live ebuild)."
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/pciutils: pciutils-3.1.9-r2.ebuild ChangeLog
@ 2012-04-01 16:31 Naohiro Aota (naota)
0 siblings, 0 replies; 4+ messages in thread
From: Naohiro Aota (naota) @ 2012-04-01 16:31 UTC (permalink / raw
To: gentoo-commits
naota 12/04/01 16:31:46
Modified: pciutils-3.1.9-r2.ebuild ChangeLog
Log:
Add ~x86-fbsd. #410401
(Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
Revision Changes Path
1.2 sys-apps/pciutils/pciutils-3.1.9-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild?r1=1.1&r2=1.2
Index: pciutils-3.1.9-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pciutils-3.1.9-r2.ebuild 1 Apr 2012 01:47:34 -0000 1.1
+++ pciutils-3.1.9-r2.ebuild 1 Apr 2012 16:31:46 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild,v 1.1 2012/04/01 01:47:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild,v 1.2 2012/04/01 16:31:46 naota Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86-fbsd"
IUSE="static-libs zlib"
DEPEND="zlib? ( sys-libs/zlib )"
1.196 sys-apps/pciutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.196&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.196&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/ChangeLog?r1=1.195&r2=1.196
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog 1 Apr 2012 16:25:32 -0000 1.195
+++ ChangeLog 1 Apr 2012 16:31:46 -0000 1.196
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/pciutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.195 2012/04/01 16:25:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.196 2012/04/01 16:31:46 naota Exp $
+
+ 01 Apr 2012; Naohiro Aota <naota@gentoo.org> pciutils-3.1.9-r2.ebuild:
+ Add ~x86-fbsd. #410401
01 Apr 2012; Raúl Porcel <armin76@gentoo.org> pciutils-3.1.9-r1.ebuild:
alpha/ia64/m68k/s390/sh/sparc stable wrt #407831
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/pciutils: pciutils-3.1.9-r2.ebuild ChangeLog
@ 2012-04-14 5:34 Zac Medico (zmedico)
0 siblings, 0 replies; 4+ messages in thread
From: Zac Medico (zmedico) @ 2012-04-14 5:34 UTC (permalink / raw
To: gentoo-commits
zmedico 12/04/14 05:34:22
Modified: pciutils-3.1.9-r2.ebuild ChangeLog
Log:
Fix for prefix and add keywords for ~amd64-linux and ~x86-linux.
(Portage version: 2.2.0_alpha100_p7/cvs/Linux i686)
Revision Changes Path
1.4 sys-apps/pciutils/pciutils-3.1.9-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild?r1=1.3&r2=1.4
Index: pciutils-3.1.9-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pciutils-3.1.9-r2.ebuild 2 Apr 2012 04:00:26 -0000 1.3
+++ pciutils-3.1.9-r2.ebuild 14 Apr 2012 05:34:22 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild,v 1.3 2012/04/02 04:00:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild,v 1.4 2012/04/14 05:34:22 zmedico Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="static-libs zlib"
DEPEND="zlib? ( sys-libs/zlib )"
@@ -62,8 +62,8 @@
use static-libs && dolib.a "${S}.static/lib/libpci.a"
dodoc ChangeLog README TODO
- rm "${D}"/usr/bin/update-pciids "${D}"/usr/share/misc/pci.ids \
- "${D}"/usr/share/man/man8/update-pciids.8*
+ rm "${ED}"/usr/bin/update-pciids "${ED}"/usr/share/misc/pci.ids \
+ "${ED}"/usr/share/man/man8/update-pciids.8*
newinitd "${FILESDIR}"/init.d-pciparm pciparm
newconfd "${FILESDIR}"/conf.d-pciparm pciparm
1.198 sys-apps/pciutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.198&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.198&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/ChangeLog?r1=1.197&r2=1.198
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog 2 Apr 2012 04:00:26 -0000 1.197
+++ ChangeLog 14 Apr 2012 05:34:22 -0000 1.198
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/pciutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.197 2012/04/02 04:00:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.198 2012/04/14 05:34:22 zmedico Exp $
+
+ 14 Apr 2012; Zac Medico <zmedico@gentoo.org> pciutils-3.1.9-r2.ebuild:
+ Fix for prefix and add keywords for ~amd64-linux and ~x86-linux.
02 Apr 2012; Jeroen Roovers <jer@gentoo.org> pciutils-3.1.9-r2.ebuild:
Marked ~hppa (bug #410401).
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/pciutils: pciutils-3.1.9-r2.ebuild ChangeLog
@ 2012-04-27 3:11 Mike Frysinger (vapier)
0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2012-04-27 3:11 UTC (permalink / raw
To: gentoo-commits
vapier 12/04/27 03:11:35
Modified: pciutils-3.1.9-r2.ebuild ChangeLog
Log:
Make sure USE=static-libs requires zlib[static-libs] accordingly.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Revision Changes Path
1.7 sys-apps/pciutils/pciutils-3.1.9-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild?r1=1.6&r2=1.7
Index: pciutils-3.1.9-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pciutils-3.1.9-r2.ebuild 24 Apr 2012 14:43:41 -0000 1.6
+++ pciutils-3.1.9-r2.ebuild 27 Apr 2012 03:11:35 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild,v 1.6 2012/04/24 14:43:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild,v 1.7 2012/04/27 03:11:35 vapier Exp $
EAPI="4"
@@ -15,7 +15,11 @@
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="static-libs zlib"
-DEPEND="zlib? ( sys-libs/zlib )"
+# Have the sub-libs in RDEPEND with [static-libs] since, logically,
+# our libssl.a depends on libz.a/etc... at runtime.
+LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] )"
+DEPEND="static-libs? ( ${LIB_DEPEND} )
+ !static-libs? ( ${LIB_DEPEND//\[static-libs(+)]} )"
RDEPEND="${DEPEND}
sys-apps/hwids"
1.201 sys-apps/pciutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.201&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.201&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/ChangeLog?r1=1.200&r2=1.201
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- ChangeLog 24 Apr 2012 14:43:41 -0000 1.200
+++ ChangeLog 27 Apr 2012 03:11:35 -0000 1.201
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/pciutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.200 2012/04/24 14:43:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.201 2012/04/27 03:11:35 vapier Exp $
+
+ 27 Apr 2012; Mike Frysinger <vapier@gentoo.org> pciutils-3.1.9-r2.ebuild:
+ Make sure USE=static-libs requires zlib[static-libs] accordingly.
24 Apr 2012; Mike Frysinger <vapier@gentoo.org>
+files/pciutils-3.1.9-static-pc.patch, pciutils-3.1.9-r1.ebuild,
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-04-27 3:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-27 3:11 [gentoo-commits] gentoo-x86 commit in sys-apps/pciutils: pciutils-3.1.9-r2.ebuild ChangeLog Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2012-04-14 5:34 Zac Medico (zmedico)
2012-04-01 16:31 Naohiro Aota (naota)
2012-04-01 1:47 Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox