polynomial-c 15/05/19 09:50:32 Modified: ChangeLog Added: convmv-2.0.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.43 app-text/convmv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/convmv/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/convmv/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/convmv/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/convmv/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 9 Sep 2014 09:36:02 -0000 1.42 +++ ChangeLog 19 May 2015 09:50:32 -0000 1.43 @@ -1,6 +1,11 @@ # ChangeLog for app-text/convmv -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/convmv/ChangeLog,v 1.42 2014/09/09 09:36:02 polynomial-c Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/convmv/ChangeLog,v 1.43 2015/05/19 09:50:32 polynomial-c Exp $ + +*convmv-2.0 (19 May 2015) + + 19 May 2015; Lars Wendler <[email protected]> +convmv-2.0.ebuild: + Version bump. *convmv-1.15-r1 (09 Sep 2014) 1.1 app-text/convmv/convmv-2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/convmv/convmv-2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/convmv/convmv-2.0.ebuild?rev=1.1&content-type=text/plain Index: convmv-2.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/convmv/convmv-2.0.ebuild,v 1.1 2015/05/19 09:50:32 polynomial-c Exp $ EAPI=5 inherit eutils DESCRIPTION="convert filenames to utf8 or any other charset" HOMEPAGE="http://j3e.de/linux/convmv" SRC_URI="http://j3e.de/linux/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="dev-lang/perl" RDEPEND="${DEPEND}" src_prepare() { sed -i -e "1s|#!/usr|#!${EPREFIX}/usr|" convmv || die } src_install() { emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install dodoc CREDITS Changes TODO VERSION } src_test() { unpack ./testsuite.tar cd "${S}"/suite ./dotests.sh || die "Tests failed" }
