mgorny 15/02/24 16:53:31 Modified: ChangeLog Added: mirage2iso-0.4.1.ebuild Log: Version bump. Fixes libmirage-3.0.0 compatibility. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.12 app-cdr/mirage2iso/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/mirage2iso/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/mirage2iso/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/mirage2iso/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-cdr/mirage2iso/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 6 Jul 2014 13:15:14 -0000 1.11 +++ ChangeLog 24 Feb 2015 16:53:31 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for app-cdr/mirage2iso -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/mirage2iso/ChangeLog,v 1.11 2014/07/06 13:15:14 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/mirage2iso/ChangeLog,v 1.12 2015/02/24 16:53:31 mgorny Exp $ + +*mirage2iso-0.4.1 (24 Feb 2015) + + 24 Feb 2015; Michał Górny <[email protected]> +mirage2iso-0.4.1.ebuild: + Version bump. Fixes libmirage-3.0.0 compatibility. 06 Jul 2014; Michał Górny <[email protected]> mirage2iso-0.4.ebuild, mirage2iso-9999.ebuild: 1.1 app-cdr/mirage2iso/mirage2iso-0.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/mirage2iso/mirage2iso-0.4.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/mirage2iso/mirage2iso-0.4.1.ebuild?rev=1.1&content-type=text/plain Index: mirage2iso-0.4.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-cdr/mirage2iso/mirage2iso-0.4.1.ebuild,v 1.1 2015/02/24 16:53:31 mgorny Exp $ EAPI=5 inherit autotools-utils versionator TESTS_PV=0.3 DESCRIPTION="CD/DVD image converter using libmirage" HOMEPAGE="https://bitbucket.org/mgorny/mirage2iso/" SRC_URI="https://bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2 test? ( https://bitbucket.org/mgorny/${PN}/downloads/${PN}-${TESTS_PV}-tests.tar.xz )" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="pinentry test" COMMON_DEPEND=">=dev-libs/libmirage-2.0.0:0= dev-libs/glib:2= pinentry? ( dev-libs/libassuan:0= )" DEPEND="${COMMON_DEPEND} virtual/pkgconfig test? ( app-arch/xz-utils )" RDEPEND="${COMMON_DEPEND} pinentry? ( app-crypt/pinentry )" src_configure() { myeconfargs=( $(use_with pinentry libassuan) ) autotools-utils_src_configure } src_test() { mv "${WORKDIR}"/${PN}-${TESTS_PV}/tests/* tests/ || die autotools-utils_src_test }
