summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2007-06-02 23:14:58 +0000
committerDaniel Black <dragonheart@gentoo.org>2007-06-02 23:14:58 +0000
commita48ceb54a7289cddf057877a3962c86ac5ea7baa (patch)
treede262a1fdc14d851aebddb0d83b9080add92c3e8 /net-misc/udpcast
parentStable on x86 wrt bug #180450 (diff)
downloadgentoo-2-a48ceb54a7289cddf057877a3962c86ac5ea7baa.tar.gz
gentoo-2-a48ceb54a7289cddf057877a3962c86ac5ea7baa.tar.bz2
gentoo-2-a48ceb54a7289cddf057877a3962c86ac5ea7baa.zip
version bump
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-misc/udpcast')
-rw-r--r--net-misc/udpcast/ChangeLog8
-rw-r--r--net-misc/udpcast/files/digest-udpcast-200402223
-rw-r--r--net-misc/udpcast/files/digest-udpcast-200706023
-rw-r--r--net-misc/udpcast/udpcast-20040222.ebuild40
-rw-r--r--net-misc/udpcast/udpcast-20070602.ebuild20
5 files changed, 30 insertions, 44 deletions
diff --git a/net-misc/udpcast/ChangeLog b/net-misc/udpcast/ChangeLog
index 866421090b6b..a0a82761fed4 100644
--- a/net-misc/udpcast/ChangeLog
+++ b/net-misc/udpcast/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/udpcast
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.9 2007/04/06 14:57:42 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.10 2007/06/02 23:14:58 dragonheart Exp $
+
+*udpcast-20070602 (02 Jun 2007)
+
+ 02 Jun 2007; Daniel Black <dragonheart@gentoo.org>
+ -udpcast-20040222.ebuild, +udpcast-20070602.ebuild:
+ version bump
*udpcast-20070323 (06 Apr 2007)
diff --git a/net-misc/udpcast/files/digest-udpcast-20040222 b/net-misc/udpcast/files/digest-udpcast-20040222
deleted file mode 100644
index e96e83951d0b..000000000000
--- a/net-misc/udpcast/files/digest-udpcast-20040222
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 76bdc1af944447a969194dbd3e856c26 udpcast-20040222.tar.gz 67161
-RMD160 af685890001d78899e8f814b59c8f0c651a0e788 udpcast-20040222.tar.gz 67161
-SHA256 6d19240b8d8d4808f1c78fc5f81bbb99b0268d5602b798d402301f6086ca7a51 udpcast-20040222.tar.gz 67161
diff --git a/net-misc/udpcast/files/digest-udpcast-20070602 b/net-misc/udpcast/files/digest-udpcast-20070602
new file mode 100644
index 000000000000..d65de87d2bba
--- /dev/null
+++ b/net-misc/udpcast/files/digest-udpcast-20070602
@@ -0,0 +1,3 @@
+MD5 d4c74e932511e65efa21897f48e3b116 udpcast-20070602.tar.bz2 120909
+RMD160 e3cf0497534b44c1754c6e97d6343ee3c5dce471 udpcast-20070602.tar.bz2 120909
+SHA256 688ec0d3e557759225e4358d2b1c1bc7def55d3205c31e16254f8a7f7d523269 udpcast-20070602.tar.bz2 120909
diff --git a/net-misc/udpcast/udpcast-20040222.ebuild b/net-misc/udpcast/udpcast-20040222.ebuild
deleted file mode 100644
index 2a5e59685b6f..000000000000
--- a/net-misc/udpcast/udpcast-20040222.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20040222.ebuild,v 1.6 2005/03/24 16:41:25 vanquirius Exp $
-
-IUSE=""
-DESCRIPTION="Multicast file transfer tool"
-HOMEPAGE="http://udpcast.linux.lu/"
-SRC_URI="http://udpcast.linux.lu/current/${P}.tar.gz"
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="x86 ~amd64"
-
-DEPEND="virtual/libc
- dev-lang/perl"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # sed the manpages to only depend on one because the rule that
- # builds them makes them both ... however, if we build in parallel,
- # the command may be run twice thus clobbering each other
- sed -i \
- -e 's:/sbin:/bin:' \
- -e "/^CFLAGS =/s:$: ${CFLAGS}:" \
- -e 's:udp-receiver\.1 udp-sender\.1:udp-receiver.1:' \
- Makefile \
- || die "sed failed"
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "make install failed"
- dodoc Changelog.txt
-}
diff --git a/net-misc/udpcast/udpcast-20070602.ebuild b/net-misc/udpcast/udpcast-20070602.ebuild
new file mode 100644
index 000000000000..061339ee22da
--- /dev/null
+++ b/net-misc/udpcast/udpcast-20070602.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20070602.ebuild,v 1.1 2007/06/02 23:14:58 dragonheart 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="~x86 ~amd64"
+
+DEPEND="virtual/libc
+ dev-lang/perl"
+
+src_install() {
+ emake install DESTDIR=${D} || die "make install failed"
+ dodoc *.txt
+}