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 xfce-extra/eatmonkey: ChangeLog eatmonkey-0.1.4.ebuild
Date: Fri,  4 May 2012 07:36:43 +0000 (UTC)	[thread overview]
Message-ID: <20120504073643.7E9462004B@flycatcher.gentoo.org> (raw)

ssuominen    12/05/04 07:36:43

  Modified:             ChangeLog eatmonkey-0.1.4.ebuild
  Log:
  Use virtual/pkgconfig.
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  xfce-extra/eatmonkey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/eatmonkey/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	21 Mar 2011 22:23:59 -0000	1.5
+++ ChangeLog	4 May 2012 07:36:43 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-extra/eatmonkey
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/eatmonkey/ChangeLog,v 1.5 2011/03/21 22:23:59 nirbheek Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/eatmonkey/ChangeLog,v 1.6 2012/05/04 07:36:43 ssuominen Exp $
+
+  04 May 2012; Samuli Suominen <ssuominen@gentoo.org> eatmonkey-0.1.4.ebuild:
+  Use virtual/pkgconfig.
 
   21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
   eatmonkey-0.1.4.ebuild:



1.8                  xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild?r1=1.7&r2=1.8

Index: eatmonkey-0.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- eatmonkey-0.1.4.ebuild	19 May 2011 21:37:37 -0000	1.7
+++ eatmonkey-0.1.4.ebuild	4 May 2012 07:36:43 -0000	1.8
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild,v 1.7 2011/05/19 21:37:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild,v 1.8 2012/05/04 07:36:43 ssuominen Exp $
 
 EAPI=4
 inherit xfconf
 
 DESCRIPTION="A download manager that works exclusively with aria2"
 HOMEPAGE="http://goodies.xfce.org/projects/applications/eatmonkey"
-SRC_URI="mirror://xfce/src/apps/${PN}/0.1/${P}.tar.bz2"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -24,9 +24,9 @@
 	dev-ruby/ruby-glib2
 	dev-ruby/ruby-gtk2"
 DEPEND="${COMMON_DEPEND}
-	dev-util/pkgconfig
 	dev-util/intltool
-	sys-devel/gettext"
+	sys-devel/gettext
+	virtual/pkgconfig"
 
 pkg_setup() {
 	PATCHES=( "${FILESDIR}"/${P}-syntax.patch )
@@ -34,9 +34,6 @@
 }
 
 src_prepare() {
-	sed -i \
-		-e 's:/usr/local:/usr:' \
-		src/eat{monkey,manager.rb} || die
-
+	sed -i -e 's:/usr/local:/usr:' src/eat{monkey,manager.rb} || die
 	xfconf_src_prepare
 }






             reply	other threads:[~2012-05-04  7:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-04  7:36 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-11-28 12:17 [gentoo-commits] gentoo-x86 commit in xfce-extra/eatmonkey: ChangeLog eatmonkey-0.1.4.ebuild Samuli Suominen (ssuominen)
2011-03-21 22:24 Nirbheek Chauhan (nirbheek)
2011-02-09 21:16 Samuli Suominen (ssuominen)
2010-03-27  9:52 Samuli Suominen (ssuominen)
2010-03-25 11:19 Samuli Suominen (ssuominen)

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=20120504073643.7E9462004B@flycatcher.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