diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-26 17:07:16 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-26 17:07:16 +0000 |
commit | 66063cc1469aa89fc7ac5527cd6a83eaa8ef5b7e (patch) | |
tree | 74593cd0531c9f1bc067b9c80c30066992886f74 /net-misc/udpcast | |
parent | Upgrade the duid file to the new format if needed. Proxying for Roy. (diff) | |
download | gentoo-2-66063cc1469aa89fc7ac5527cd6a83eaa8ef5b7e.tar.gz gentoo-2-66063cc1469aa89fc7ac5527cd6a83eaa8ef5b7e.tar.bz2 gentoo-2-66063cc1469aa89fc7ac5527cd6a83eaa8ef5b7e.zip |
x86 stable, remove old
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-misc/udpcast')
-rw-r--r-- | net-misc/udpcast/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/udpcast/files/digest-udpcast-20050226 | 3 | ||||
-rw-r--r-- | net-misc/udpcast/files/digest-udpcast-20070323 | 3 | ||||
-rw-r--r-- | net-misc/udpcast/files/udpcast-20070323-makefix.patch | 41 | ||||
-rw-r--r-- | net-misc/udpcast/udpcast-20050226.ebuild | 40 | ||||
-rw-r--r-- | net-misc/udpcast/udpcast-20070323.ebuild | 27 | ||||
-rw-r--r-- | net-misc/udpcast/udpcast-20070602.ebuild | 11 |
7 files changed, 12 insertions, 122 deletions
diff --git a/net-misc/udpcast/ChangeLog b/net-misc/udpcast/ChangeLog index a0a82761fed4..efed24d4caaf 100644 --- a/net-misc/udpcast/ChangeLog +++ b/net-misc/udpcast/ChangeLog @@ -1,6 +1,11 @@ # 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.10 2007/06/02 23:14:58 dragonheart Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.11 2008/01/26 17:07:15 armin76 Exp $ + + 26 Jan 2008; Raúl Porcel <armin76@gentoo.org> + -files/udpcast-20070323-makefix.patch, -udpcast-20050226.ebuild, + -udpcast-20070323.ebuild, udpcast-20070602.ebuild: + x86 stable, remove old *udpcast-20070602 (02 Jun 2007) diff --git a/net-misc/udpcast/files/digest-udpcast-20050226 b/net-misc/udpcast/files/digest-udpcast-20050226 deleted file mode 100644 index a57e130bccaa..000000000000 --- a/net-misc/udpcast/files/digest-udpcast-20050226 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 8165440ba93e2b0ec8150926c3787dd1 udpcast-20050226.tar.gz 83417 -RMD160 1c66f2f4e2c35e46aab6e25dd8ee54d7f84704ae udpcast-20050226.tar.gz 83417 -SHA256 9a44ca3993987f14bdbb435e020301d571e50be74413f2b4f53a8470fd30ee6a udpcast-20050226.tar.gz 83417 diff --git a/net-misc/udpcast/files/digest-udpcast-20070323 b/net-misc/udpcast/files/digest-udpcast-20070323 deleted file mode 100644 index 561e66a5e767..000000000000 --- a/net-misc/udpcast/files/digest-udpcast-20070323 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 6f4547cd707469c9b39b41e6853a7dac udpcast-20070323.tar.bz2 120336 -RMD160 216c8341668dd6ef3efd1013ee041594049c17af udpcast-20070323.tar.bz2 120336 -SHA256 b39d601ab5f45f1fe013ec5b5a70961c2d9c048d17b77b319d4735d9ff328682 udpcast-20070323.tar.bz2 120336 diff --git a/net-misc/udpcast/files/udpcast-20070323-makefix.patch b/net-misc/udpcast/files/udpcast-20070323-makefix.patch deleted file mode 100644 index eb9cbab2d9df..000000000000 --- a/net-misc/udpcast/files/udpcast-20070323-makefix.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- udpcast-20070323/Makefile.in.orig 2007-04-07 00:47:27.000000000 +1000 -+++ udpcast-20070323/Makefile.in 2007-04-07 00:49:01.000000000 +1000 -@@ -41,7 +41,7 @@ - override CFLAGS += -DNO_BB - - all: udp-receiver$(EXESUFFIX) udp-sender$(EXESUFFIX) \ -- udp-receiver.1 udp-sender.1 -+ manpages - #all: fec-test - - disk: udpcast.img.gz -@@ -53,10 +53,10 @@ - udp-sender.1 udp-receiver.1 *~ - - install: udp-sender udp-receiver -- install -d $(prefix)/sbin -- install -m 755 udp-sender udp-receiver $(prefix)/sbin -- install -d $(mandir)/man1 -- install -m 644 udp-sender.1 udp-receiver.1 $(mandir)/man1 -+ install -d $(DESTDIR)$(prefix)/sbin -+ install -m 755 udp-sender udp-receiver $(DESTDIR)$(prefix)/sbin -+ install -d $(DESTDIR)$(mandir)/man1 -+ install -m 644 udp-sender.1 udp-receiver.1 $(DESTDIR)$(mandir)/man1 - - udp-sender$(EXESUFFIX): udp-sender.o socklib.o udpcast.o rate-limit.o \ - sender-diskio.o senddata.o udps-negotiate.o \ -@@ -74,7 +74,7 @@ - cmd.html.man: udp-receiver.txt udp-sender.txt cmd.html - cat $^ | m4 >cmd.html.man - --udp-receiver.1 udp-sender.1: html2man.pl cmd.html.man -+manpages: html2man.pl cmd.html.man - perl $^ - - fec-test: fec-test.o -@@ -125,3 +125,5 @@ - - bb: bbcopy - make -C $(BUSYBOX) -+ -+.PHONY: manpages diff --git a/net-misc/udpcast/udpcast-20050226.ebuild b/net-misc/udpcast/udpcast-20050226.ebuild deleted file mode 100644 index b7ebd6c4d268..000000000000 --- a/net-misc/udpcast/udpcast-20050226.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-20050226.ebuild,v 1.2 2005/04/25 02:54:18 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-20070323.ebuild b/net-misc/udpcast/udpcast-20070323.ebuild deleted file mode 100644 index c73f7369d644..000000000000 --- a/net-misc/udpcast/udpcast-20070323.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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-20070323.ebuild,v 1.1 2007/04/06 14:57:42 dragonheart Exp $ - -inherit eutils - -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_unpack() { - unpack ${A} - epatch "${FILESDIR}"/${P}-makefix.patch -} - -src_install() { - emake install DESTDIR=${D} || die "make install failed" - dodoc *.txt -} diff --git a/net-misc/udpcast/udpcast-20070602.ebuild b/net-misc/udpcast/udpcast-20070602.ebuild index 061339ee22da..6fb0f81075d3 100644 --- a/net-misc/udpcast/udpcast-20070602.ebuild +++ b/net-misc/udpcast/udpcast-20070602.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20070602.ebuild,v 1.2 2008/01/26 17:07:15 armin76 Exp $ DESCRIPTION="Multicast file transfer tool" HOMEPAGE="http://udpcast.linux.lu/" @@ -9,12 +9,11 @@ SRC_URI="http://udpcast.linux.lu/download/${P}.tar.bz2" IUSE="" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 x86" -DEPEND="virtual/libc - dev-lang/perl" +DEPEND="dev-lang/perl" src_install() { - emake install DESTDIR=${D} || die "make install failed" + emake DESTDIR="${D}" || die "emake install failed" dodoc *.txt } |