public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: media-sound/sound-juicer/
Date: Wed,  4 May 2011 21:43:48 +0000 (UTC)	[thread overview]
Message-ID: <31100e225dab2afab6e707229969e8774808537c.eva@gentoo> (raw)

commit:     31100e225dab2afab6e707229969e8774808537c
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 21:37:57 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed May  4 21:37:57 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=31100e22

media-sound/sound-juicer: QAed + add live ebuild

---
 .../sound-juicer-2.99.0_pre20110405.ebuild         |   23 +++++++++----
 ...pre20110405.ebuild => sound-juicer-9999.ebuild} |   33 +++++++++----------
 2 files changed, 32 insertions(+), 24 deletions(-)

diff --git a/media-sound/sound-juicer/sound-juicer-2.99.0_pre20110405.ebuild b/media-sound/sound-juicer/sound-juicer-2.99.0_pre20110405.ebuild
index ac342fe..742e2eb 100644
--- a/media-sound/sound-juicer/sound-juicer-2.99.0_pre20110405.ebuild
+++ b/media-sound/sound-juicer/sound-juicer-2.99.0_pre20110405.ebuild
@@ -3,10 +3,13 @@
 # $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.32.0.ebuild,v 1.2 2010/12/08 17:01:34 eva Exp $
 
 EAPI="4"
-GNOME2_LA_PUNT="yes"
 GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
 
 inherit autotools gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
 
 DESCRIPTION="CD ripper for GNOME 2"
 HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/"
@@ -14,7 +17,11 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+fi
 IUSE="test"
 
 COMMON_DEPEND=">=dev-libs/glib-2.18:2
@@ -46,11 +53,13 @@ DEPEND="${COMMON_DEPEND}
 	app-text/gnome-doc-utils
 	test? ( ~app-text/docbook-xml-dtd-4.3 )"
 
-# GST_INSPECT needed to get around some sandboxing checks
-G2CONF="${G2CONF}
-	--disable-scrollkeeper
-	GST_INSPECT=/bin/true"
-DOCS="AUTHORS ChangeLog NEWS README TODO"
+pkg_setup() {
+	# GST_INSPECT needed to get around some sandboxing checks
+	G2CONF="${G2CONF}
+		--disable-scrollkeeper
+		GST_INSPECT=$(type -p true)"
+	DOCS="AUTHORS ChangeLog NEWS README TODO"
+}
 
 src_prepare() {
 	gnome-doc-common

diff --git a/media-sound/sound-juicer/sound-juicer-2.99.0_pre20110405.ebuild b/media-sound/sound-juicer/sound-juicer-9999.ebuild
similarity index 76%
copy from media-sound/sound-juicer/sound-juicer-2.99.0_pre20110405.ebuild
copy to media-sound/sound-juicer/sound-juicer-9999.ebuild
index ac342fe..e99bd61 100644
--- a/media-sound/sound-juicer/sound-juicer-2.99.0_pre20110405.ebuild
+++ b/media-sound/sound-juicer/sound-juicer-9999.ebuild
@@ -3,18 +3,24 @@
 # $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.32.0.ebuild,v 1.2 2010/12/08 17:01:34 eva Exp $
 
 EAPI="4"
-GNOME2_LA_PUNT="yes"
 GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
 
-inherit autotools gnome2
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
 
 DESCRIPTION="CD ripper for GNOME 2"
 HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+fi
 IUSE="test"
 
 COMMON_DEPEND=">=dev-libs/glib-2.18:2
@@ -46,19 +52,12 @@ DEPEND="${COMMON_DEPEND}
 	app-text/gnome-doc-utils
 	test? ( ~app-text/docbook-xml-dtd-4.3 )"
 
-# GST_INSPECT needed to get around some sandboxing checks
-G2CONF="${G2CONF}
-	--disable-scrollkeeper
-	GST_INSPECT=/bin/true"
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_prepare() {
-	gnome-doc-common
-	gnome-doc-prepare --automake
-	intltoolize --force
-	eautoreconf
-
-	gnome2_src_prepare
+pkg_setup() {
+	# GST_INSPECT needed to get around some sandboxing checks
+	G2CONF="${G2CONF}
+		--disable-scrollkeeper
+		GST_INSPECT=$(type -p true)"
+	DOCS="AUTHORS ChangeLog NEWS README TODO"
 }
 
 pkg_postinst() {



             reply	other threads:[~2011-05-04 21:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-04 21:43 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-14  6:36 [gentoo-commits] proj/gnome:master commit in: media-sound/sound-juicer/ Nirbheek Chauhan
2011-11-04  2:09 Alexandre Restovtsev
2012-11-02  0:13 Gilles Dartiguelongue
2012-11-04  6:47 Alexandre Rostovtsev
2012-12-31 14:07 Gilles Dartiguelongue
2014-04-06 18:22 Gilles Dartiguelongue
2014-12-22 23:50 Gilles Dartiguelongue
2015-03-07  3:06 Alexandre Rostovtsev
2015-05-03 21:56 Gilles Dartiguelongue
2015-05-13 22:22 Gilles Dartiguelongue
2015-06-10 10:37 Gilles Dartiguelongue
2016-04-08 20:47 Ole Reifschneider
2018-01-12 14:18 Dennis Lamm

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=31100e225dab2afab6e707229969e8774808537c.eva@gentoo \
    --to=eva@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