summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-12 09:08:30 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-12 09:08:30 +0000
commit100aab30d32957a6de4eab58a8e4c8c2b49893a6 (patch)
treeec5b42d2196aa47352cc8b71585027ac8fe61229 /net-misc/udpcast
parentRemove old versions. (diff)
downloadgentoo-2-100aab30d32957a6de4eab58a8e4c8c2b49893a6.tar.gz
gentoo-2-100aab30d32957a6de4eab58a8e4c8c2b49893a6.tar.bz2
gentoo-2-100aab30d32957a6de4eab58a8e4c8c2b49893a6.zip
Bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/udpcast')
-rw-r--r--net-misc/udpcast/ChangeLog9
-rw-r--r--net-misc/udpcast/udpcast-20090830.ebuild28
2 files changed, 35 insertions, 2 deletions
diff --git a/net-misc/udpcast/ChangeLog b/net-misc/udpcast/ChangeLog
index 422cf9132745..150517d10a6b 100644
--- a/net-misc/udpcast/ChangeLog
+++ b/net-misc/udpcast/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/udpcast
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.14 2008/06/30 20:52:29 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.15 2009/09/12 09:08:30 patrick Exp $
+
+*udpcast-20090830 (12 Sep 2009)
+
+ 12 Sep 2009; Patrick Lauer <patrick@gentoo.org> +udpcast-20090830.ebuild:
+ Bump
30 Jun 2008; Raúl Porcel <armin76@gentoo.org> udpcast-20071228.ebuild:
x86 stable
diff --git a/net-misc/udpcast/udpcast-20090830.ebuild b/net-misc/udpcast/udpcast-20090830.ebuild
new file mode 100644
index 000000000000..24b8e1b64357
--- /dev/null
+++ b/net-misc/udpcast/udpcast-20090830.ebuild
@@ -0,0 +1,28 @@
+# 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 $
+
+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
+}