public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/pavumeter: ChangeLog pavumeter-0.9.3-r1.ebuild
Date: Fri, 19 Feb 2010 18:58:44 +0000	[thread overview]
Message-ID: <E1NiY3o-0007NU-77@stork.gentoo.org> (raw)

ssuominen    10/02/19 18:58:44

  Modified:             ChangeLog pavumeter-0.9.3-r1.ebuild
  Log:
  amd64 stable wrt #305919 and clean up
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 media-sound/pavumeter/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pavumeter/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pavumeter/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pavumeter/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pavumeter/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	9 Oct 2008 21:44:11 -0000	1.12
+++ ChangeLog	19 Feb 2010 18:58:43 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/pavumeter
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pavumeter/ChangeLog,v 1.12 2008/10/09 21:44:11 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pavumeter/ChangeLog,v 1.13 2010/02/19 18:58:43 ssuominen Exp $
+
+  19 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+  pavumeter-0.9.3-r1.ebuild:
+  amd64 stable wrt #305919
 
 *pavumeter-0.9.3-r1 (09 Oct 2008)
 



1.2                  media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild?r1=1.1&r2=1.2

Index: pavumeter-0.9.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pavumeter-0.9.3-r1.ebuild	9 Oct 2008 21:44:11 -0000	1.1
+++ pavumeter-0.9.3-r1.ebuild	19 Feb 2010 18:58:43 -0000	1.2
@@ -1,38 +1,33 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild,v 1.1 2008/10/09 21:44:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild,v 1.2 2010/02/19 18:58:43 ssuominen Exp $
 
 EAPI=2
 
-inherit eutils
-
 DESCRIPTION="PulseAudio Volume Meter, simple GTK volume meter for PulseAudio"
 HOMEPAGE="http://0pointer.de/lennart/projects/pavumeter/"
 SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-
+KEYWORDS="amd64 ~sparc ~x86"
 IUSE=""
 
-DEPEND=">=dev-cpp/gtkmm-2.4
+RDEPEND=">=dev-cpp/gtkmm-2.4
 	>=dev-libs/libsigc++-2.0
-	>=media-sound/pulseaudio-0.9.7[glib]"
-RDEPEND="${DEPEND}
-	x11-themes/gnome-icon-theme"
-DEPEND="${DEPEND}
+	>=media-sound/pulseaudio-0.9.7[glib]
+	|| ( x11-themes/tango-icon-theme x11-themes/gnome-icon-theme )"
+DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
 src_configure() {
-	# Lynx is used during make dist basically
 	econf \
 		--disable-dependency-tracking \
-		--disable-lynx || die "econf failed"
+		--disable-lynx
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
+	emake DESTDIR="${D}" install || die
 	dohtml -r doc
 	dodoc README
 }






             reply	other threads:[~2010-02-19 18:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-19 18:58 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-05  8:45 [gentoo-commits] gentoo-x86 commit in media-sound/pavumeter: ChangeLog pavumeter-0.9.3-r1.ebuild Michal Gorny (mgorny)
2011-03-28 18:28 Christoph Mende (angelos)
2010-03-08 20:25 Markus Meier (maekke)
2008-10-09 21:44 Diego Petteno (flameeyes)

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=E1NiY3o-0007NU-77@stork.gentoo.org \
    --to=ssuominen@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