public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder (radhermit)" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/gqmpeg: ChangeLog gqmpeg-0.91.1.ebuild
Date: Sat, 12 Mar 2011 09:42:12 +0000 (UTC)	[thread overview]
Message-ID: <20110312094212.1FC2420054@flycatcher.gentoo.org> (raw)

radhermit    11/03/12 09:42:12

  Modified:             ChangeLog gqmpeg-0.91.1.ebuild
  Log:
  Update to EAPI 2 and use slot dep for gtk+.
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 media-sound/gqmpeg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gqmpeg/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gqmpeg/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gqmpeg/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gqmpeg/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	7 Jan 2010 14:37:58 -0000	1.24
+++ ChangeLog	12 Mar 2011 09:42:12 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/gqmpeg
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gqmpeg/ChangeLog,v 1.24 2010/01/07 14:37:58 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gqmpeg/ChangeLog,v 1.25 2011/03/12 09:42:12 radhermit Exp $
+
+  12 Mar 2011; Tim Harder <radhermit@gentoo.org> gqmpeg-0.91.1.ebuild:
+  Update to EAPI 2 and use slot dep for gtk+.
 
   07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> gqmpeg-0.91.1.ebuild:
   Transfer Prefix keywords



1.10                 media-sound/gqmpeg/gqmpeg-0.91.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild?r1=1.9&r2=1.10

Index: gqmpeg-0.91.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gqmpeg-0.91.1.ebuild	7 Jan 2010 14:37:58 -0000	1.9
+++ gqmpeg-0.91.1.ebuild	12 Mar 2011 09:42:12 -0000	1.10
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild,v 1.9 2010/01/07 14:37:58 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild,v 1.10 2011/03/12 09:42:12 radhermit Exp $
+
+EAPI=2
 
 DESCRIPTION="front end to various audio players, including mpg123"
 HOMEPAGE="http://gqmpeg.sourceforge.net"
@@ -11,16 +13,15 @@
 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
 IUSE="nls"
 
-RDEPEND=">=x11-libs/gtk+-2.2
+RDEPEND=">=x11-libs/gtk+-2.2:2
 	media-sound/vorbis-tools
 	media-sound/mpg123"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
 	nls? ( sys-devel/gettext )"
 
-src_compile() {
+src_configure() {
 	econf $(use_enable nls)
-	emake || die "emake failed."
 }
 
 src_install() {






             reply	other threads:[~2011-03-12  9:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-12  9:42 Tim Harder (radhermit) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-05  8:27 [gentoo-commits] gentoo-x86 commit in media-sound/gqmpeg: ChangeLog gqmpeg-0.91.1.ebuild Michal Gorny (mgorny)
2011-09-14  8:52 Samuli Suominen (ssuominen)
2011-08-25 20:39 Diego Petteno (flameeyes)
2010-01-07 14:37 Christian Faulhammer (fauli)

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=20110312094212.1FC2420054@flycatcher.gentoo.org \
    --to=radhermit@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