diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-23 11:10:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-23 11:10:26 +0000 |
commit | e1b35c47b57dd9eabefd7ebece42afb772a2607f (patch) | |
tree | 48f39d779a071563d302b22fd9a7ea11a7d4e7ba /net-misc/udpcast | |
parent | Version bump (diff) | |
download | gentoo-2-e1b35c47b57dd9eabefd7ebece42afb772a2607f.tar.gz gentoo-2-e1b35c47b57dd9eabefd7ebece42afb772a2607f.tar.bz2 gentoo-2-e1b35c47b57dd9eabefd7ebece42afb772a2607f.zip |
amd64 stable wrt #286340
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/udpcast')
-rw-r--r-- | net-misc/udpcast/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/udpcast/udpcast-20090920.ebuild | 17 |
2 files changed, 13 insertions, 10 deletions
diff --git a/net-misc/udpcast/ChangeLog b/net-misc/udpcast/ChangeLog index 885c09df54dc..3eaf88f73e87 100644 --- a/net-misc/udpcast/ChangeLog +++ b/net-misc/udpcast/ChangeLog @@ -1,6 +1,10 @@ # 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.18 2009/10/21 17:11:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.19 2009/10/23 11:10:26 ssuominen Exp $ + + 23 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> + udpcast-20090920.ebuild: + amd64 stable wrt #286340 21 Oct 2009; Jeroen Roovers <jer@gentoo.org> udpcast-20090920.ebuild: Do not strip (bug #286340, comment #1). diff --git a/net-misc/udpcast/udpcast-20090920.ebuild b/net-misc/udpcast/udpcast-20090920.ebuild index a09d6ce1d6d7..d7904793ae3f 100644 --- a/net-misc/udpcast/udpcast-20090920.ebuild +++ b/net-misc/udpcast/udpcast-20090920.ebuild @@ -1,28 +1,27 @@ # 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-20090920.ebuild,v 1.2 2009/10/21 17:11:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20090920.ebuild,v 1.3 2009/10/23 11:10:26 ssuominen Exp $ + +EAPI=2 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" +KEYWORDS="amd64 ~x86" +IUSE="" DEPEND="dev-lang/perl" -src_unpack() { - unpack ${A} - cd "${S}" - +src_prepare() { sed -i \ -e "/^LDFLAGS +=-s/d" \ - Makefile.in + Makefile.in || die } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install || die dodoc *.txt } |