public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/UNIVERSAL-moniker: ChangeLog UNIVERSAL-moniker-0.08.ebuild
@ 2009-10-22 12:40 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2009-10-22 12:40 UTC (permalink / raw
  To: gentoo-commits

tove        09/10/22 12:40:10

  Modified:             ChangeLog UNIVERSAL-moniker-0.08.ebuild
  Log:
  Remove test dependencies from RDEPEND
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-perl/UNIVERSAL-moniker/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/UNIVERSAL-moniker/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/UNIVERSAL-moniker/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/UNIVERSAL-moniker/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-moniker/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	19 Jan 2007 17:08:58 -0000	1.16
+++ ChangeLog	22 Oct 2009 12:40:09 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/UNIVERSAL-moniker
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-moniker/ChangeLog,v 1.16 2007/01/19 17:08:58 mcummings Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-moniker/ChangeLog,v 1.17 2009/10/22 12:40:09 tove Exp $
+
+  22 Oct 2009; Torsten Veller <tove@gentoo.org>
+  UNIVERSAL-moniker-0.08.ebuild:
+  Remove test dependencies from RDEPEND
 
   19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
   UNIVERSAL-moniker-0.08.ebuild:



1.14                 dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild?r1=1.13&r2=1.14

Index: UNIVERSAL-moniker-0.08.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- UNIVERSAL-moniker-0.08.ebuild	19 Jan 2007 17:08:58 -0000	1.13
+++ UNIVERSAL-moniker-0.08.ebuild	22 Oct 2009 12:40:09 -0000	1.14
@@ -1,19 +1,18 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild,v 1.13 2007/01/19 17:08:58 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild,v 1.14 2009/10/22 12:40:09 tove Exp $
 
+MODULE_AUTHOR=KASEI
 inherit perl-module
 
 DESCRIPTION="adds a moniker to every class or module"
-HOMEPAGE="http://search.cpan.org/~kasei/"
-SRC_URI="mirror://cpan/authors/id/K/KA/KASEI/${P}.tar.gz"
 
-LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
 KEYWORDS="amd64 ia64 ~ppc ppc64 sparc x86"
 IUSE="test"
-SRC_TEST="do"
 
-#Funny...no longer a dep, but needed for tests
-DEPEND="test? ( dev-perl/Lingua-EN-Inflect )
-	dev-lang/perl"
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+	test? ( dev-perl/Lingua-EN-Inflect )"
+
+SRC_TEST="do"






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/UNIVERSAL-moniker: ChangeLog UNIVERSAL-moniker-0.08.ebuild
@ 2011-04-24 15:33 Fabian Groffen (grobian)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2011-04-24 15:33 UTC (permalink / raw
  To: gentoo-commits

grobian     11/04/24 15:33:34

  Modified:             ChangeLog UNIVERSAL-moniker-0.08.ebuild
  Log:
  Marked ~x86-solaris, bug #296509
  
  (Portage version: 2.2.01.18252-prefix/cvs/SunOS i386)

Revision  Changes    Path
1.18                 dev-perl/UNIVERSAL-moniker/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-moniker/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-moniker/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-moniker/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-moniker/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	22 Oct 2009 12:40:09 -0000	1.17
+++ ChangeLog	24 Apr 2011 15:33:34 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/UNIVERSAL-moniker
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-moniker/ChangeLog,v 1.17 2009/10/22 12:40:09 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-moniker/ChangeLog,v 1.18 2011/04/24 15:33:34 grobian Exp $
+
+  24 Apr 2011; Fabian Groffen <grobian@gentoo.org>
+  UNIVERSAL-moniker-0.08.ebuild:
+  Marked ~x86-solaris, bug #296509
 
   22 Oct 2009; Torsten Veller <tove@gentoo.org>
   UNIVERSAL-moniker-0.08.ebuild:



1.15                 dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild?r1=1.14&r2=1.15

Index: UNIVERSAL-moniker-0.08.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- UNIVERSAL-moniker-0.08.ebuild	22 Oct 2009 12:40:09 -0000	1.14
+++ UNIVERSAL-moniker-0.08.ebuild	24 Apr 2011 15:33:34 -0000	1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 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/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild,v 1.14 2009/10/22 12:40:09 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild,v 1.15 2011/04/24 15:33:34 grobian Exp $
 
 MODULE_AUTHOR=KASEI
 inherit perl-module
@@ -8,7 +8,7 @@
 DESCRIPTION="adds a moniker to every class or module"
 
 SLOT="0"
-KEYWORDS="amd64 ia64 ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 ia64 ~ppc ppc64 sparc x86 ~x86-solaris"
 IUSE="test"
 
 RDEPEND="dev-lang/perl"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-24 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-24 15:33 [gentoo-commits] gentoo-x86 commit in dev-perl/UNIVERSAL-moniker: ChangeLog UNIVERSAL-moniker-0.08.ebuild Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-22 12:40 Torsten Veller (tove)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox