public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/iprutils: iprutils-2.4.7.ebuild ChangeLog
@ 2015-06-04 17:07 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2015-06-04 17:07 UTC (permalink / raw
  To: gentoo-commits

jer         15/06/04 17:07:16

  Modified:             ChangeLog
  Added:                iprutils-2.4.7.ebuild
  Log:
  Version bump (bug #532488). Fix a bashism (bug #526268). Fix building against sys-libs/ncurses[tinfo] (bug #457530). Add USE=static-libs.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.42                 sys-fs/iprutils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	25 Dec 2014 13:02:26 -0000	1.41
+++ ChangeLog	4 Jun 2015 17:07:16 -0000	1.42
@@ -1,6 +1,13 @@
 # ChangeLog for sys-fs/iprutils
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.41 2014/12/25 13:02:26 pinkbyte Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.42 2015/06/04 17:07:16 jer Exp $
+
+*iprutils-2.4.7 (04 Jun 2015)
+
+  04 Jun 2015; Jeroen Roovers <jer@gentoo.org> +iprutils-2.4.7.ebuild,
+  +files/iprutils-2.4.7-tinfo.patch, files/iprupdate:
+  Version bump (bug #532488). Fix a bashism (bug #526268). Fix building against
+  sys-libs/ncurses[tinfo] (bug #457530). Add USE=static-libs.
 
 *iprutils-2.3.18 (25 Dec 2014)
 



1.1                  sys-fs/iprutils/iprutils-2.4.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/iprutils-2.4.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/iprutils-2.4.7.ebuild?rev=1.1&content-type=text/plain

Index: iprutils-2.4.7.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.4.7.ebuild,v 1.1 2015/06/04 17:07:16 jer Exp $

EAPI=5

inherit autotools eutils toolchain-funcs

DESCRIPTION="IBM's tools for support of the ipr SCSI controller"
SRC_URI="mirror://sourceforge/iprdd/${P}.tar.gz"
HOMEPAGE="http://sourceforge.net/projects/iprdd/"

SLOT="0"
LICENSE="IBM"
KEYWORDS="~ppc ~ppc64"
IUSE="static-libs"

DEPEND="
	>=sys-libs/ncurses-5.4-r5
	>=sys-apps/pciutils-2.1.11-r1
	virtual/udev
"
RDEPEND="
	${DEPEND}
	virtual/logger
"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-2.4.7-tinfo.patch

	eautoreconf
}

src_configure() {
	econf $(use_enable static-libs static)
}

src_install () {
	default

	newinitd "${FILESDIR}"/iprinit iprinit
	newinitd "${FILESDIR}"/iprupdate iprupdate
	newinitd "${FILESDIR}"/iprdump iprdump

	prune_libtool_files
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/iprutils: iprutils-2.4.7.ebuild ChangeLog
@ 2015-06-04 17:17 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2015-06-04 17:17 UTC (permalink / raw
  To: gentoo-commits

jer         15/06/04 17:17:16

  Modified:             iprutils-2.4.7.ebuild ChangeLog
  Log:
  Fix init.d scripts.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  sys-fs/iprutils/iprutils-2.4.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/iprutils-2.4.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/iprutils-2.4.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/iprutils-2.4.7.ebuild?r1=1.1&r2=1.2

Index: iprutils-2.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.4.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iprutils-2.4.7.ebuild	4 Jun 2015 17:07:16 -0000	1.1
+++ iprutils-2.4.7.ebuild	4 Jun 2015 17:17:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.4.7.ebuild,v 1.1 2015/06/04 17:07:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.4.7.ebuild,v 1.2 2015/06/04 17:17:16 jer Exp $
 
 EAPI=5
 
@@ -38,9 +38,9 @@
 src_install () {
 	default
 
-	newinitd "${FILESDIR}"/iprinit iprinit
-	newinitd "${FILESDIR}"/iprupdate iprupdate
-	newinitd "${FILESDIR}"/iprdump iprdump
+	newinitd "${FILESDIR}"/iprinit-r1 iprinit
+	newinitd "${FILESDIR}"/iprupdate-r1 iprupdate
+	newinitd "${FILESDIR}"/iprdump-r1 iprdump
 
 	prune_libtool_files
 }



1.43                 sys-fs/iprutils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	4 Jun 2015 17:07:16 -0000	1.42
+++ ChangeLog	4 Jun 2015 17:17:16 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/iprutils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.42 2015/06/04 17:07:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.43 2015/06/04 17:17:16 jer Exp $
+
+  04 Jun 2015; Jeroen Roovers <jer@gentoo.org> iprutils-2.4.7.ebuild,
+  +files/iprdump-r1, +files/iprinit-r1, +files/iprupdate-r1:
+  Fix init.d scripts.
 
 *iprutils-2.4.7 (04 Jun 2015)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/iprutils: iprutils-2.4.7.ebuild ChangeLog
@ 2015-07-23 19:56 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2015-07-23 19:56 UTC (permalink / raw
  To: gentoo-commits

pacho       15/07/23 19:56:33

  Modified:             iprutils-2.4.7.ebuild ChangeLog
  Log:
  ppc stable wrt bug #551236
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  sys-fs/iprutils/iprutils-2.4.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/iprutils-2.4.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/iprutils-2.4.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/iprutils-2.4.7.ebuild?r1=1.2&r2=1.3

Index: iprutils-2.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.4.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iprutils-2.4.7.ebuild	4 Jun 2015 17:17:16 -0000	1.2
+++ iprutils-2.4.7.ebuild	23 Jul 2015 19:56:33 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.4.7.ebuild,v 1.2 2015/06/04 17:17:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.4.7.ebuild,v 1.3 2015/07/23 19:56:33 pacho Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="IBM"
-KEYWORDS="~ppc ~ppc64"
+KEYWORDS="ppc ~ppc64"
 IUSE="static-libs"
 
 DEPEND="



1.46                 sys-fs/iprutils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	21 Jun 2015 18:03:30 -0000	1.45
+++ ChangeLog	23 Jul 2015 19:56:33 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/iprutils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.45 2015/06/21 18:03:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.46 2015/07/23 19:56:33 pacho Exp $
+
+  23 Jul 2015; Pacho Ramos <pacho@gentoo.org> iprutils-2.4.7.ebuild:
+  ppc stable wrt bug #551236
 
 *iprutils-2.4.8-r1 (21 Jun 2015)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-23 19:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-04 17:07 [gentoo-commits] gentoo-x86 commit in sys-fs/iprutils: iprutils-2.4.7.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-04 17:17 Jeroen Roovers (jer)
2015-07-23 19:56 Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox