public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/netpipes: netpipes-4.2.ebuild ChangeLog
@ 2008-11-08 13:14 Cedric Krier (cedk)
  0 siblings, 0 replies; only message in thread
From: Cedric Krier (cedk) @ 2008-11-08 13:14 UTC (permalink / raw
  To: gentoo-commits

cedk        08/11/08 13:14:40

  Modified:             netpipes-4.2.ebuild ChangeLog
  Log:
  Fix C(XX)FLAGS for bug #241074, add missing quote and add missing string.h
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.3                  net-misc/netpipes/netpipes-4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netpipes/netpipes-4.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netpipes/netpipes-4.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netpipes/netpipes-4.2.ebuild?r1=1.2&r2=1.3

Index: netpipes-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netpipes/netpipes-4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- netpipes-4.2.ebuild	22 Oct 2006 01:32:37 -0000	1.2
+++ netpipes-4.2.ebuild	8 Nov 2008 13:14:40 -0000	1.3
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netpipes/netpipes-4.2.ebuild,v 1.2 2006/10/22 01:32:37 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netpipes/netpipes-4.2.ebuild,v 1.3 2008/11/08 13:14:40 cedk Exp $
 
-inherit toolchain-funcs
+inherit toolchain-funcs eutils
 
 DESCRIPTION="netpipes - a package to manipulate BSD TCP/IP stream sockets"
 HOMEPAGE="http://web.purplefrog.com/~thoth/netpipes/"
@@ -16,11 +16,22 @@
 
 S=${WORKDIR}
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+
+	sed -i \
+		-e "s/CFLAGS =/CFLAGS +=/" \
+		Makefile || die "sed failed"
+
+	epatch "${FILESDIR}/${P}-string.patch"
+}
+
 src_compile () {
 	emake CC=$(tc-getCC) || die
 }
 
 src_install() {
-	mkdir -p ${D}/usr/share/man || die
-	emake INSTROOT=${D}/usr INSTMAN=${D}/usr/share/man install || die
+	mkdir -p "${D}"/usr/share/man || die
+	emake INSTROOT="${D}"/usr INSTMAN="${D}"/usr/share/man install || die
 }



1.6                  net-misc/netpipes/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netpipes/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netpipes/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netpipes/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netpipes/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	20 Feb 2007 01:06:01 -0000	1.5
+++ ChangeLog	8 Nov 2008 13:14:40 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/netpipes
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netpipes/ChangeLog,v 1.5 2007/02/20 01:06:01 jokey Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netpipes/ChangeLog,v 1.6 2008/11/08 13:14:40 cedk Exp $
+
+  08 Nov 2008; Cédric Krier <cedk@gentoo.org>
+  +files/netpipes-4.2-string.patch, netpipes-4.2.ebuild:
+  Fix C(XX)FLAGS for bug #241074, add missing quote and add missing string.h
 
   20 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
   Redigest for Manifest2






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

only message in thread, other threads:[~2008-11-08 13:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-08 13:14 [gentoo-commits] gentoo-x86 commit in net-misc/netpipes: netpipes-4.2.ebuild ChangeLog Cedric Krier (cedk)

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