public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/iprutils: iprutils-2.3.18.ebuild ChangeLog iprutils-2.3.0.ebuild
@ 2014-12-25 13:02 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2014-12-25 13:02 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    14/12/25 13:02:26

  Modified:             ChangeLog
  Added:                iprutils-2.3.18.ebuild
  Removed:              iprutils-2.3.0.ebuild
  Log:
  Version bump, respect compiler, CFLAGS and LDFLAGS, wrt bug #377757. Drop old version
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.41                 sys-fs/iprutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	4 Nov 2014 09:31:35 -0000	1.40
+++ ChangeLog	25 Dec 2014 13:02:26 -0000	1.41
@@ -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.40 2014/11/04 09:31:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.41 2014/12/25 13:02:26 pinkbyte Exp $
+
+*iprutils-2.3.18 (25 Dec 2014)
+
+  25 Dec 2014; Sergey Popov <pinkbyte@gentoo.org> -iprutils-2.3.0.ebuild,
+  +iprutils-2.3.18.ebuild:
+  Version bump, respect compiler, CFLAGS and LDFLAGS, wrt bug #377757. Drop old
+  version
 
   04 Nov 2014; Mikle Kolyada <zlogene@gentoo.org> iprutils-2.3.0.ebuild,
   iprutils-2.3.13.ebuild, iprutils-2.3.9.ebuild:



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

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

Index: iprutils-2.3.18.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.3.18.ebuild,v 1.1 2014/12/25 13:02:26 pinkbyte Exp $

EAPI=5

inherit eutils toolchain-funcs

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="IBM"
KEYWORDS="~ppc ~ppc64"

DEPEND=">=sys-libs/ncurses-5.4-r5
	>=sys-apps/pciutils-2.1.11-r1
	>=sys-fs/sysfsutils-1.3.0
	virtual/udev"

RDEPEND="${DEPEND}
	virtual/logger"

S="${WORKDIR}/${PN}"

src_prepare() {
	# Respect CFLAGS and LDFLAGS, bug #377757
	sed -i \
		-e '/^CFLAGS/s/= -g/+=/' \
		-e 's/$(CFLAGS)/\0 $(LDFLAGS)/g' \
		Makefile || die

	epatch_user
}

src_compile() {
	# Respect CC, bug #377757
	emake CC="$(tc-getCC)"
}

src_install () {
	emake INSTALL_MOD_PATH="${D}" install

	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"
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-25 13:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-25 13:02 [gentoo-commits] gentoo-x86 commit in sys-fs/iprutils: iprutils-2.3.18.ebuild ChangeLog iprutils-2.3.0.ebuild Sergey Popov (pinkbyte)

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