From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: app-cdr/mirage2iso/
Date: Fri, 1 Jul 2011 13:21:41 +0000 (UTC) [thread overview]
Message-ID: <6146ff16fff0972429d57d9f682237aefb83abb7.mgorny@gentoo> (raw)
commit: 6146ff16fff0972429d57d9f682237aefb83abb7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 1 13:05:26 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 1 13:21:41 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=6146ff16
app-cdr/mirage2iso: Transform into a mixed-mode ebuild.
(Portage version: 2.2.0_alpha41_p36/git/Linux x86_64, signed Manifest commit with key 42B9401D)
---
app-cdr/mirage2iso/Manifest | 12 +++++++-----
app-cdr/mirage2iso/mirage2iso-9999.ebuild | 17 ++++++++++++++---
2 files changed, 21 insertions(+), 8 deletions(-)
diff --git a/app-cdr/mirage2iso/Manifest b/app-cdr/mirage2iso/Manifest
index 5a18b80..1b52550 100644
--- a/app-cdr/mirage2iso/Manifest
+++ b/app-cdr/mirage2iso/Manifest
@@ -1,12 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
+Hash: SHA256
-EBUILD mirage2iso-9999.ebuild 908 RMD160 9cf96dcfc4d89f1d0629b38c3cd6dbc7483397f0 SHA1 c6e3cf06673eb331bb8cce6c177615a7553f49f1 SHA256 a609bb355b7604271a230a562abae9edc2cf57ba86a2ccbc898769b3b0355536
+EBUILD mirage2iso-9999.ebuild 1055 RMD160 cd9d89e019d7c9e092ee0619870c414e69de2649 SHA1 63628742545b38490c177256ec9b69bbe7adf171 SHA256 7858ffd1604580a669bb98bfa5768ad336908798d7694af22e8617d6c4c5fc34
MISC metadata.xml 651 RMD160 9cb848784daef7301a3717c7377f69cc14f268d5 SHA1 b5f78bad0580f7e8d75e9c1c6db69b1d2b7e7673 SHA256 4f2a55b31a309ad7ef6d03a09732178376015a77c3a6b8e6b64bc22e83d6981d
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iEYEARECAAYFAk3ECA8ACgkQnGSe5QXeB7u0PQCgsc48+0sR1qUvSlwMahD99+97
-EIEAnj+DuewQc/0ZFQ2H/L5mBT41sQKS
-=m6qi
+iJwEAQEIAAYFAk4NxhUACgkQfXuS5UK5QB0ScwP/b4Df6mExGus9F+C+qQAXtnj3
+Ae6rEW81kg7xEX9dWRCP5nXCe/40x9Ks0LOAUy2oTR4BE7J88P8ew031dtbNGlUM
+9XZw4o/OJFMrLgXkZSfuWnIiIFJiwX9VWofMx2Ty/njlxX4g9xGGQOEr0oqw7Aw2
+oocT7gcb39tAQlwCreM=
+=4soD
-----END PGP SIGNATURE-----
diff --git a/app-cdr/mirage2iso/mirage2iso-9999.ebuild b/app-cdr/mirage2iso/mirage2iso-9999.ebuild
index 47b0a2f..47460a1 100644
--- a/app-cdr/mirage2iso/mirage2iso-9999.ebuild
+++ b/app-cdr/mirage2iso/mirage2iso-9999.ebuild
@@ -3,17 +3,21 @@
# $Header: $
EAPI=3
+inherit autotools-utils
+
+#if LIVE
EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
http://github.com/mgorny/${PN}.git"
-inherit autotools autotools-utils git-2
+inherit autotools git-2
+#endif
DESCRIPTION="CD/DVD image converter using libmirage"
HOMEPAGE="https://github.com/mgorny/mirage2iso/"
-SRC_URI=""
+SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
IUSE="pinentry"
# For the live ebuild, libassuan is an obligatory DEPEND as it is
@@ -30,9 +34,16 @@ RDEPEND="${COMMON_DEPEND}
DOCS=( NEWS README )
+#if LIVE
+KEYWORDS=
+SRC_URI=
+#endif
+
src_prepare() {
autotools-utils_src_prepare
+#if LIVE
eautoreconf
+#endif
}
src_configure() {
next reply other threads:[~2011-07-01 13:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-01 13:21 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-08-31 9:15 [gentoo-commits] dev/mgorny:master commit in: app-cdr/mirage2iso/ Michał Górny
2012-08-30 9:54 Michał Górny
2011-08-23 15:29 Michał Górny
2011-08-23 15:29 Michał Górny
2011-05-06 14:54 Michał Górny
2011-04-24 18:14 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6146ff16fff0972429d57d9f682237aefb83abb7.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox