summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-07-18 21:39:34 +0000
committerJeroen Roovers <jer@gentoo.org>2014-07-18 21:39:34 +0000
commitad16312054a25ef61c3d103470b9a1f065c13354 (patch)
tree93408ae08d822286bf17b12ce456d42a5fcc2435 /net-misc/udpcast/udpcast-20110710.ebuild
parentEAPI bump. Merge sed script result into patch. (diff)
downloadhistorical-ad16312054a25ef61c3d103470b9a1f065c13354.tar.gz
historical-ad16312054a25ef61c3d103470b9a1f065c13354.tar.bz2
historical-ad16312054a25ef61c3d103470b9a1f065c13354.zip
EAPI bump.
Package-Manager: portage-2.2.10/cvs/Linux x86_64 Manifest-Sign-Key: 0xA792A613
Diffstat (limited to 'net-misc/udpcast/udpcast-20110710.ebuild')
-rw-r--r--net-misc/udpcast/udpcast-20110710.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-misc/udpcast/udpcast-20110710.ebuild b/net-misc/udpcast/udpcast-20110710.ebuild
deleted file mode 100644
index 2c6b3db31825..000000000000
--- a/net-misc/udpcast/udpcast-20110710.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20110710.ebuild,v 1.3 2012/01/28 15:20:30 phajdan.jr Exp $
-
-EAPI=4
-
-DESCRIPTION="Multicast file transfer tool"
-HOMEPAGE="http://udpcast.linux.lu/"
-SRC_URI="http://udpcast.linux.lu/download/${P}.tar.bz2"
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND=""
-
-src_prepare() {
- sed -i Makefile.in \
- -e '/^LDFLAGS +=-s/d' \
- -e '/^CFLAGS/s: -O6::g' \
- || die
-}
-
-src_install() {
- default
- dodoc *.txt
-}