diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 03:06:17 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 03:06:17 +0000 |
commit | 7bb4c0787d9b6cc668aca9e186f9ae46bd3f72e3 (patch) | |
tree | 0ca2f7738ebca6ee52de51b7cbff2dfb7cf9fbf4 /net-misc/netpipe | |
parent | net-misc/l7-filter-1.[01] memory leak fixed in 1.2 and offending versions rem... (diff) | |
download | gentoo-2-7bb4c0787d9b6cc668aca9e186f9ae46bd3f72e3.tar.gz gentoo-2-7bb4c0787d9b6cc668aca9e186f9ae46bd3f72e3.tar.bz2 gentoo-2-7bb4c0787d9b6cc668aca9e186f9ae46bd3f72e3.zip |
Stable on ppc.
(Portage version: 2.0.51.20)
Diffstat (limited to 'net-misc/netpipe')
-rw-r--r-- | net-misc/netpipe/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/netpipe/netpipe-1.0.0_beta2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/netpipe/ChangeLog b/net-misc/netpipe/ChangeLog index 7db36144fc27..982badd67801 100644 --- a/net-misc/netpipe/ChangeLog +++ b/net-misc/netpipe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/netpipe -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netpipe/ChangeLog,v 1.5 2004/09/03 14:00:54 dholm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netpipe/ChangeLog,v 1.6 2005/04/24 03:04:30 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + netpipe-1.0.0_beta2.ebuild: + Stable on ppc. 03 Sep 2004; David Holm <dholm@gentoo.org> netpipe-1.0.0_beta2.ebuild: Added to ~ppc. diff --git a/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild b/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild index c0deb037b4ec..918f287991dc 100644 --- a/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild +++ b/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.ebuild,v 1.7 2004/10/26 14:24:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild,v 1.8 2005/04/24 03:04:30 hansmi Exp $ DESCRIPTION="tool to reliably distribute binary data using UDP broadcasting techniques" HOMEPAGE="http://home.t-online.de/home/gerd.o/netpipe.html" @@ -8,7 +8,7 @@ SRC_URI="http://home.t-online.de/home/gerd.o/netpipe.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc x86" +KEYWORDS="ppc x86" IUSE="" DEPEND="virtual/libc" |