jer 15/05/24 06:16:58 Modified: ChangeLog udpcast-20120424.ebuild Added: udpcast-20120424-r1.ebuild Log: Convert sed scripts to patch. Only set -DUSE_ASSEMBLER when not on hardened (maybe bug #549646) (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.30 net-misc/udpcast/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/udpcast/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/udpcast/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/udpcast/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 18 Jul 2014 21:39:32 -0000 1.29 +++ ChangeLog 24 May 2015 06:16:58 -0000 1.30 @@ -1,6 +1,13 @@ # ChangeLog for net-misc/udpcast -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.29 2014/07/18 21:39:32 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.30 2015/05/24 06:16:58 jer Exp $ + +*udpcast-20120424-r1 (24 May 2015) + + 24 May 2015; Jeroen Roovers <[email protected]> udpcast-20120424.ebuild, + +udpcast-20120424-r1.ebuild, +files/udpcast-20120424-gentoo.patch: + Convert sed scripts to patch. Only set -DUSE_ASSEMBLER when not on hardened + (maybe bug #549646) 18 Jul 2014; Jeroen Roovers <[email protected]> -udpcast-20110710.ebuild, udpcast-20120424.ebuild: 1.6 net-misc/udpcast/udpcast-20120424.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/udpcast/udpcast-20120424.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/udpcast/udpcast-20120424.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/udpcast/udpcast-20120424.ebuild?r1=1.5&r2=1.6 Index: udpcast-20120424.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20120424.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- udpcast-20120424.ebuild 18 Jul 2014 21:39:32 -0000 1.5 +++ udpcast-20120424.ebuild 24 May 2015 06:16:58 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20120424.ebuild,v 1.5 2014/07/18 21:39:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20120424.ebuild,v 1.6 2015/05/24 06:16:58 jer Exp $ EAPI=5 inherit eutils @@ -16,11 +16,9 @@ DEPEND="dev-lang/perl" src_prepare() { - epatch "${FILESDIR}"/${P}-fd_set.patch - sed -i Makefile.in \ - -e '/^LDFLAGS +=-s/d' \ - -e '/^CFLAGS/s: -O6::g' \ - || die + epatch \ + "${FILESDIR}"/${P}-fd_set.patch \ + "${FILESDIR}"/${P}-gentoo.patch } src_install() { 1.1 net-misc/udpcast/udpcast-20120424-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/udpcast/udpcast-20120424-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/udpcast/udpcast-20120424-r1.ebuild?rev=1.1&content-type=text/plain Index: udpcast-20120424-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20120424-r1.ebuild,v 1.1 2015/05/24 06:16:57 jer Exp $ EAPI=5 inherit eutils flag-o-matic DESCRIPTION="Multicast file transfer tool" HOMEPAGE="http://www.udpcast.linux.lu/" SRC_URI="http://www.udpcast.linux.lu/download/${P}.tar.bz2" LICENSE="GPL-2 BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="hardened" DEPEND="dev-lang/perl" src_prepare() { epatch \ "${FILESDIR}"/${P}-fd_set.patch \ "${FILESDIR}"/${P}-gentoo.patch } src_configure() { use hardened || append-cflags -DUSE_ASSEMBLER default } src_install() { default dodoc *.txt }
