jlec 15/06/23 07:11:07 Modified: ChangeLog Added: detox-1.2.0-r3.ebuild Log: Make build format-security save, bug #521084; bump to EAPI=5; drop base.eclass usage (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.35 app-misc/detox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/detox/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/detox/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/detox/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/detox/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 9 Jun 2015 11:38:49 -0000 1.34 +++ ChangeLog 23 Jun 2015 07:11:07 -0000 1.35 @@ -1,6 +1,13 @@ # ChangeLog for app-misc/detox # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/detox/ChangeLog,v 1.34 2015/06/09 11:38:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/detox/ChangeLog,v 1.35 2015/06/23 07:11:07 jlec Exp $ + +*detox-1.2.0-r3 (23 Jun 2015) + + 23 Jun 2015; Justin Lecher <[email protected]> +detox-1.2.0-r3.ebuild, + +files/detox-1.2.0-format-security.patch: + Make build format-security save, bug #521084; bump to EAPI=5; drop base.eclass + usage 09 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Updating remote-id in metadata.xml 1.1 app-misc/detox/detox-1.2.0-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/detox/detox-1.2.0-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/detox/detox-1.2.0-r3.ebuild?rev=1.1&content-type=text/plain Index: detox-1.2.0-r3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/detox/detox-1.2.0-r3.ebuild,v 1.1 2015/06/23 07:11:07 jlec Exp $ EAPI=5 inherit eutils MY_P="${PN}-${PV/_/-}" DESCRIPTION="Safely remove spaces and strange characters from filenames" HOMEPAGE="http://detox.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" S="${WORKDIR}"/${MY_P} RDEPEND="dev-libs/popt" DEPEND="${RDEPEND} sys-devel/flex sys-devel/bison" PATCHES=( "${FILESDIR}"/${P}-parallel.patch "${FILESDIR}"/${P}-LDFLAGS.patch "${FILESDIR}"/${P}-change-default-sequence-to-use-utf8-table.patch "${FILESDIR}"/${P}-install-missing-file.patch "${FILESDIR}"/${P}-format-security.patch ) src_prepare() { sed \ -e 's:Fl c Ar:Fl f Ar:g' \ -i ${PN}.1 || die epatch "${PATCHES[@]}" sed \ -e '/detoxrc.sample/d' \ -i Makefile.in || die } src_configure() { econf --with-popt="${EPREFIX}/usr" }
