diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-21 19:56:29 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-21 19:56:29 +0000 |
commit | f952117b3e2f834a4721089836ac4c7f91a3be01 (patch) | |
tree | 66773d51a3afc0112e6451055a0a560f08d73435 /net-misc/udpcast | |
parent | remove old (diff) | |
download | gentoo-2-f952117b3e2f834a4721089836ac4c7f91a3be01.tar.gz gentoo-2-f952117b3e2f834a4721089836ac4c7f91a3be01.tar.bz2 gentoo-2-f952117b3e2f834a4721089836ac4c7f91a3be01.zip |
Bump to 20090920, fixes a bug introduced in the older 2009 versions that promptly get removed. Thanks to John Eisenman for finding the bug, communicating with upstream and notifying me of the new release.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/udpcast')
-rw-r--r-- | net-misc/udpcast/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/udpcast/udpcast-20090912.ebuild | 28 | ||||
-rw-r--r-- | net-misc/udpcast/udpcast-20090920.ebuild (renamed from net-misc/udpcast/udpcast-20090830.ebuild) | 2 |
3 files changed, 10 insertions, 30 deletions
diff --git a/net-misc/udpcast/ChangeLog b/net-misc/udpcast/ChangeLog index bb3d067cc01a..b42a43d4626b 100644 --- a/net-misc/udpcast/ChangeLog +++ b/net-misc/udpcast/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-misc/udpcast # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.16 2009/09/17 20:47:20 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.17 2009/09/21 19:56:29 patrick Exp $ + +*udpcast-20090920 (21 Sep 2009) + + 21 Sep 2009; Patrick Lauer <patrick@gentoo.org> -udpcast-20090830.ebuild, + -udpcast-20090912.ebuild, +udpcast-20090920.ebuild: + Bump to 20090920, fixes a bug introduced in the older 2009 versions that + promptly get removed. Thanks to John Eisenman for finding the bug, + communicating with upstream and notifying me of the new release. *udpcast-20090912 (17 Sep 2009) diff --git a/net-misc/udpcast/udpcast-20090912.ebuild b/net-misc/udpcast/udpcast-20090912.ebuild deleted file mode 100644 index 593e73bbb2ee..000000000000 --- a/net-misc/udpcast/udpcast-20090912.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20090912.ebuild,v 1.1 2009/09/17 20:47:20 patrick Exp $ - -DESCRIPTION="Multicast file transfer tool" -HOMEPAGE="http://udpcast.linux.lu/" -SRC_URI="http://udpcast.linux.lu/download/${P}.tar.bz2" - -IUSE="" -LICENSE="GPL-2 BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-lang/perl" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i \ - -e "s/^override LDFLAGS +=-s//" \ - Makefile.in -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc *.txt -} diff --git a/net-misc/udpcast/udpcast-20090830.ebuild b/net-misc/udpcast/udpcast-20090920.ebuild index 24b8e1b64357..e3cf972d0b66 100644 --- a/net-misc/udpcast/udpcast-20090830.ebuild +++ b/net-misc/udpcast/udpcast-20090920.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20090830.ebuild,v 1.1 2009/09/12 09:08:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20090920.ebuild,v 1.1 2009/09/21 19:56:29 patrick Exp $ DESCRIPTION="Multicast file transfer tool" HOMEPAGE="http://udpcast.linux.lu/" |