summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-08-26 20:02:10 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-08-26 20:02:10 +0000
commit3d0b90e7f459cbaf78a46c342f4db3ecf4d2e424 (patch)
tree46756c55c48c83959e299f5c54a2f929c6165411 /net-misc/netpipe
parentJust signing. (diff)
downloadhistorical-3d0b90e7f459cbaf78a46c342f4db3ecf4d2e424.tar.gz
historical-3d0b90e7f459cbaf78a46c342f4db3ecf4d2e424.tar.bz2
historical-3d0b90e7f459cbaf78a46c342f4db3ecf4d2e424.zip
Patch from Dane Smith <smithdanea@gmail.com> which fixes LDFLAGS (bug #334461), adding missing || dies and other QA fixes
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-misc/netpipe')
-rw-r--r--net-misc/netpipe/ChangeLog11
-rw-r--r--net-misc/netpipe/Manifest13
-rw-r--r--net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild30
3 files changed, 51 insertions, 3 deletions
diff --git a/net-misc/netpipe/ChangeLog b/net-misc/netpipe/ChangeLog
index b2fdaa1724f7..c80594372d31 100644
--- a/net-misc/netpipe/ChangeLog
+++ b/net-misc/netpipe/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/netpipe
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netpipe/ChangeLog,v 1.9 2007/09/29 12:56:05 coldwind Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netpipe/ChangeLog,v 1.10 2010/08/26 20:02:10 hwoarang Exp $
+
+*netpipe-1.0.0_beta2-r1 (26 Aug 2010)
+
+ 26 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+ +netpipe-1.0.0_beta2-r1.ebuild:
+ Patch from Dane Smith <smithdanea@gmail.com> which fixes LDFLAGS (bug
+ #334461), adding missing || dies and other QA fixes
29 Sep 2007; Santiago M. Mola <coldwind@gentoo.org>
netpipe-1.0.0_beta2.ebuild:
diff --git a/net-misc/netpipe/Manifest b/net-misc/netpipe/Manifest
index 99d43567b23f..463a6da01bc0 100644
--- a/net-misc/netpipe/Manifest
+++ b/net-misc/netpipe/Manifest
@@ -1,4 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
DIST netpipe.tar.gz 30593 RMD160 7146d29bdb00ca36a3c3d0fa5a9cb5b026d50982 SHA1 3d5199e92fe5b954b18a42ae4cfd9aaf76e94f75 SHA256 89cfcd5ca5898d77fd5cd64634610667f3b9e087db20536d7636739295d7cdf3
+EBUILD netpipe-1.0.0_beta2-r1.ebuild 798 RMD160 d5f9237a3d49fbb64da58089628c1d40c315a0cd SHA1 c2faa21b5a840a21f25b189056e5f98d9056b419 SHA256 360f8433a79c07e2b472c10bc5291c86f8cf9386a08405180bb5e0d719b698a1
EBUILD netpipe-1.0.0_beta2.ebuild 772 RMD160 2aeb87795508c378f2eb81d4192b25b3b675c86c SHA1 e4533565d3702c883a223675bd6271e3758b76fe SHA256 e4089029db22645eca0c6881d9367e86efc2336e8c94dfe58cff82e466ceb054
-MISC ChangeLog 1293 RMD160 9a7c4061971fca7fb8d8c63b914458b2b5b84ac6 SHA1 1c3ec14e4b9da62aa7b95ff2e467ecb212f0757b SHA256 059ec39b57a10db05bad43f5e71d5559335d928be7ec87b9f32153d55882fd30
+MISC ChangeLog 1547 RMD160 61a1b03bf09a58413eff2b5e722a22c7ae5fab13 SHA1 5b6237676381547c60ed5207516a594826c535eb SHA256 eca0a322e81c2a87e0ab283ecdb20c2d87850b320c3beb003383e8913f855283
MISC metadata.xml 231 RMD160 c13056229989c3d4f448a7c7abcff3f4ee7ce13c SHA1 2d63dfb700b223f8f37c078692a81b2237896bce SHA256 4595c2615fd7c9095517949b1a920d4457f92801eb9d46307b18aafe58ec2a8a
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.16 (GNU/Linux)
+
+iEYEARECAAYFAkx2yFEACgkQ9/cejkQaxBDnTACfXi2XeqoT5EtZbtuZpr6eP6jO
+jgcAnRlMYok1HH5BRJD66BiwQCjLeIzh
+=Q2g3
+-----END PGP SIGNATURE-----
diff --git a/net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild b/net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild
new file mode 100644
index 000000000000..e472ef81949d
--- /dev/null
+++ b/net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild,v 1.1 2010/08/26 20:02:10 hwoarang Exp $
+
+inherit toolchain-funcs
+
+DESCRIPTION="tool to reliably distribute binary data using UDP broadcasting techniques"
+HOMEPAGE="http://www.wudika.de/~jan/netpipe/"
+SRC_URI="http://www.wudika.de/~jan/${PN}/${PN}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+S="${WORKDIR}/${PN}"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i \
+ -e "s:^OPT=.*:OPT = ${CFLAGS} ${LDFLAGS}:" \
+ -e "s:^CC=.*:CC = $(tc-getCC):" \
+ Makefile || die "sed failed"
+}
+
+src_install() {
+ dobin netpipe || die "dobin failed"
+ dodoc DOCUMENTATION INSTALL TECH-NOTES || die
+}