public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Torsten Veller (tove)" <tove@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/gtk2-traymanager: ChangeLog gtk2-traymanager-0.05.ebuild
Date: Fri,  4 Mar 2011 16:56:45 +0000 (UTC)	[thread overview]
Message-ID: <20110304165645.9040D20057@flycatcher.gentoo.org> (raw)

tove        11/03/04 16:56:45

  Modified:             ChangeLog gtk2-traymanager-0.05.ebuild
  Log:
  Maintenance. EAPI=3. Depend on x11-libs/gtk+:2
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-perl/gtk2-traymanager/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-traymanager/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-traymanager/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-traymanager/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-traymanager/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	22 Sep 2008 16:14:11 -0000	1.13
+++ ChangeLog	4 Mar 2011 16:56:45 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/gtk2-traymanager
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-traymanager/ChangeLog,v 1.13 2008/09/22 16:14:11 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-traymanager/ChangeLog,v 1.14 2011/03/04 16:56:45 tove Exp $
+
+  04 Mar 2011; Torsten Veller <tove@gentoo.org> gtk2-traymanager-0.05.ebuild:
+  Maintenance. EAPI=3. Depend on x11-libs/gtk+:2
 
   22 Sep 2008; Torsten Veller <tove@gentoo.org>
   gtk2-traymanager-0.05.ebuild:



1.14                 dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild?r1=1.13&r2=1.14

Index: gtk2-traymanager-0.05.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gtk2-traymanager-0.05.ebuild	22 Sep 2008 16:14:11 -0000	1.13
+++ gtk2-traymanager-0.05.ebuild	4 Mar 2011 16:56:45 -0000	1.14
@@ -1,24 +1,24 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild,v 1.13 2008/09/22 16:14:11 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild,v 1.14 2011/03/04 16:56:45 tove Exp $
 
-inherit perl-module
+EAPI=3
 
-MY_P=Gtk2-TrayManager-${PV}
-S=${WORKDIR}/${MY_P}
+MODULE_AUTHOR=BORUP
+MY_PN=Gtk2-TrayManager
+inherit perl-module
 
 DESCRIPTION="Perl bindings for EggTrayManager"
-SRC_URI="mirror://cpan/authors/id/B/BO/BORUP/${MY_P}.tar.gz"
-HOMEPAGE="http://gtk2-perl.sf.net/"
+HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
+
 SLOT="0"
 LICENSE="LGPL-2"
 KEYWORDS="amd64 ia64 ppc x86"
 IUSE=""
 
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND="x11-libs/gtk+:2
 	>=dev-perl/glib-perl-1.012
-	>=dev-perl/gtk2-perl-1.012
-	dev-lang/perl"
+	>=dev-perl/gtk2-perl-1.012"
 DEPEND="${RDEPEND}
 	dev-perl/extutils-depends
 	dev-perl/extutils-pkgconfig






                 reply	other threads:[~2011-03-04 16:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20110304165645.9040D20057@flycatcher.gentoo.org \
    --to=tove@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