public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-cdr/mirage2iso: mirage2iso-9999.ebuild ChangeLog
@ 2012-12-15 12:33 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2012-12-15 12:33 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/12/15 12:33:50

  Modified:             ChangeLog
  Added:                mirage2iso-9999.ebuild
  Log:
  Import the live ebuild.
  
  (Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.6                  app-cdr/mirage2iso/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/mirage2iso/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/mirage2iso/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/mirage2iso/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/mirage2iso/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	30 Aug 2012 22:47:22 -0000	1.5
+++ ChangeLog	15 Dec 2012 12:33:50 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for app-cdr/mirage2iso
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/mirage2iso/ChangeLog,v 1.5 2012/08/30 22:47:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/mirage2iso/ChangeLog,v 1.6 2012/12/15 12:33:50 mgorny Exp $
+
+*mirage2iso-9999 (15 Dec 2012)
+
+  15 Dec 2012; Michał Górny <mgorny@gentoo.org> +mirage2iso-9999.ebuild:
+  Import the live ebuild.
 
   30 Aug 2012; Michał Górny <mgorny@gentoo.org> metadata.xml,
   mirage2iso-0.3.1.ebuild:



1.1                  app-cdr/mirage2iso/mirage2iso-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/mirage2iso/mirage2iso-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/mirage2iso/mirage2iso-9999.ebuild?rev=1.1&content-type=text/plain

Index: mirage2iso-9999.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/mirage2iso/mirage2iso-9999.ebuild,v 1.1 2012/12/15 12:33:50 mgorny Exp $

EAPI=4

#if LIVE
AUTOTOOLS_AUTORECONF=yes
EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"

inherit git-2
#endif

inherit autotools-utils versionator

TESTS_PV=$(get_version_component_range 1-2)

DESCRIPTION="CD/DVD image converter using libmirage"
HOMEPAGE="https://bitbucket.org/mgorny/mirage2iso/"
SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2
	test? ( mirror://bitbucket/mgorny/${PN}/downloads/${PN}-${TESTS_PV}-tests.tar.xz )"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="pinentry test"

COMMON_DEPEND="dev-libs/libmirage
	dev-libs/glib:2
	pinentry? ( dev-libs/libassuan )"
DEPEND="${COMMON_DEPEND}
	virtual/pkgconfig
	test? ( app-arch/xz-utils )"
RDEPEND="${COMMON_DEPEND}
	pinentry? ( app-crypt/pinentry )"

#if LIVE
DEPEND="${DEPEND}
	dev-libs/libassuan"
KEYWORDS=
SRC_URI=
#endif

src_configure() {
	myeconfargs=(
		$(use_with pinentry libassuan)
	)

	autotools-utils_src_configure
}

src_test() {
#if LIVE
	autotools-utils_src_test
	return ${?}

#endif
	mv "${WORKDIR}"/${PN}-${TESTS_PV}/tests/* tests/ || die
	autotools-utils_src_test
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-cdr/mirage2iso: mirage2iso-9999.ebuild ChangeLog
@ 2013-10-14 20:48 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2013-10-14 20:48 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/10/14 20:48:08

  Modified:             mirage2iso-9999.ebuild ChangeLog
  Log:
  Switch to git-r3. Add slot operators.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.3                  app-cdr/mirage2iso/mirage2iso-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/mirage2iso/mirage2iso-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/mirage2iso/mirage2iso-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/mirage2iso/mirage2iso-9999.ebuild?r1=1.2&r2=1.3

Index: mirage2iso-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/mirage2iso/mirage2iso-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mirage2iso-9999.ebuild	28 Jan 2013 23:03:47 -0000	1.2
+++ mirage2iso-9999.ebuild	14 Oct 2013 20:48:08 -0000	1.3
@@ -1,14 +1,14 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/mirage2iso/mirage2iso-9999.ebuild,v 1.2 2013/01/28 23:03:47 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/mirage2iso/mirage2iso-9999.ebuild,v 1.3 2013/10/14 20:48:08 mgorny Exp $
 
-EAPI=4
+EAPI=5
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
 EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 
-inherit git-2
+inherit git-r3
 #endif
 
 inherit autotools-utils versionator
@@ -25,9 +25,9 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="pinentry test"
 
-COMMON_DEPEND=">=dev-libs/libmirage-2.0.0
-	dev-libs/glib:2
-	pinentry? ( dev-libs/libassuan )"
+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 )"



1.10                 app-cdr/mirage2iso/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/mirage2iso/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/mirage2iso/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/mirage2iso/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/mirage2iso/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	29 Jun 2013 09:14:35 -0000	1.9
+++ ChangeLog	14 Oct 2013 20:48:08 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for app-cdr/mirage2iso
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/mirage2iso/ChangeLog,v 1.9 2013/06/29 09:14:35 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/mirage2iso/ChangeLog,v 1.10 2013/10/14 20:48:08 mgorny Exp $
+
+  14 Oct 2013; Michał Górny <mgorny@gentoo.org> mirage2iso-9999.ebuild:
+  Switch to git-r3. Add slot operators.
 
   29 Jun 2013; Michael Palimaka <kensington@gentoo.org>
   -mirage2iso-0.3.1.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-14 20:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-15 12:33 [gentoo-commits] gentoo-x86 commit in app-cdr/mirage2iso: mirage2iso-9999.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-14 20:48 Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox