* [gentoo-commits] gentoo-x86 commit in sys-fs/iprutils: ChangeLog iprutils-2.2.8.ebuild iprutils-2.2.9.ebuild
@ 2008-04-21 19:50 Brent Baude (ranger)
0 siblings, 0 replies; only message in thread
From: Brent Baude (ranger) @ 2008-04-21 19:50 UTC (permalink / raw
To: gentoo-commits
ranger 08/04/21 19:50:36
Modified: ChangeLog iprutils-2.2.8.ebuild
Added: iprutils-2.2.9.ebuild
Log:
Marking iprutils-2.2.8 stable and adding an ebuild for 2.2.9
(Portage version: 2.1.4.4)
Revision Changes Path
1.25 sys-fs/iprutils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 21 Feb 2008 18:37:07 -0000 1.24
+++ ChangeLog 21 Apr 2008 19:50:35 -0000 1.25
@@ -1,6 +1,12 @@
# ChangeLog for sys-fs/iprutils
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.24 2008/02/21 18:37:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.25 2008/04/21 19:50:35 ranger Exp $
+
+*iprutils-2.2.9 (21 Apr 2008)
+
+ 21 Apr 2008; Brent Baude <ranger@gentoo.org> iprutils-2.2.8.ebuild,
+ +iprutils-2.2.9.ebuild:
+ Marking iprutils-2.2.8 stable and adding an ebuild for 2.2.9
21 Feb 2008; Brent Baude <ranger@gentoo.org> -iprutils-2.2.0.ebuild:
Removing old ebuilds
1.2 sys-fs/iprutils/iprutils-2.2.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.2.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.2.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.2.8.ebuild?r1=1.1&r2=1.2
Index: iprutils-2.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iprutils-2.2.8.ebuild 5 Jan 2008 20:13:43 -0000 1.1
+++ iprutils-2.2.8.ebuild 21 Apr 2008 19:50:35 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.8.ebuild,v 1.1 2008/01/05 20:13:43 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.8.ebuild,v 1.2 2008/04/21 19:50:35 ranger Exp $
inherit eutils
@@ -11,7 +11,7 @@
SLOT="0"
LICENSE="IPL-1"
-KEYWORDS="~ppc ~ppc64"
+KEYWORDS="ppc ppc64"
IUSE=""
DEPEND="virtual/libc
1.1 sys-fs/iprutils/iprutils-2.2.9.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.2.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.2.9.ebuild?rev=1.1&content-type=text/plain
Index: iprutils-2.2.9.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.9.ebuild,v 1.1 2008/04/21 19:50:35 ranger Exp $
inherit eutils
S=${WORKDIR}/${PN}
DESCRIPTION="IBM's tools for support of the ipr SCSI controller"
SRC_URI="mirror://sourceforge/iprdd/${P}-src.tgz"
HOMEPAGE="http://sourceforge.net/projects/iprdd/"
SLOT="0"
LICENSE="IPL-1"
KEYWORDS="~ppc ~ppc64"
IUSE=""
DEPEND="virtual/libc
>=sys-libs/ncurses-5.4-r5
>=sys-apps/pciutils-2.1.11-r1
>=sys-fs/sysfsutils-1.3.0
|| ( >=sys-fs/udev-096 sys-apps/hotplug )"
RDEPEND="${DEPEND}
virtual/logger"
src_install () {
make INSTALL_MOD_PATH="${D}" install || die
dodoc ChangeLog LICENSE
newinitd "${FILESDIR}"/iprinit iprinit
newinitd "${FILESDIR}"/iprupdate iprupdate
newinitd "${FILESDIR}"/iprdump iprdump
}
pkg_postinst() {
einfo "This package also contains several init.d files. "
einfo "You should add them to your default runlevels as follows:"
einfo "rc-update add iprinit default"
einfo "rc-update add iprdump default"
einfo "rc-update add iprupdate default"
ebeep 5
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-21 19:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-21 19:50 [gentoo-commits] gentoo-x86 commit in sys-fs/iprutils: ChangeLog iprutils-2.2.8.ebuild iprutils-2.2.9.ebuild Brent Baude (ranger)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox