public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/constant-boolean: ChangeLog constant-boolean-0.01.ebuild
@ 2009-11-23 21:03 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2009-11-23 21:03 UTC (permalink / raw
  To: gentoo-commits

tove        09/11/23 21:03:03

  Modified:             ChangeLog constant-boolean-0.01.ebuild
  Log:
  Depend on Module-Build (#294263) and run tests
  (Portage version: 2.2_rc51/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-perl/constant-boolean/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/constant-boolean/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/constant-boolean/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/constant-boolean/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/constant-boolean/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	23 Jun 2009 07:47:58 -0000	1.1
+++ ChangeLog	23 Nov 2009 21:03:03 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/constant-boolean
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/constant-boolean/ChangeLog,v 1.1 2009/06/23 07:47:58 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/constant-boolean/ChangeLog,v 1.2 2009/11/23 21:03:03 tove Exp $
+
+  23 Nov 2009; Torsten Veller <tove@gentoo.org>
+  constant-boolean-0.01.ebuild:
+  Depend on Module-Build (#294263) and run tests
 
 *constant-boolean-0.01 (23 Jun 2009)
 



1.3                  dev-perl/constant-boolean/constant-boolean-0.01.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/constant-boolean/constant-boolean-0.01.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/constant-boolean/constant-boolean-0.01.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/constant-boolean/constant-boolean-0.01.ebuild?r1=1.2&r2=1.3

Index: constant-boolean-0.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/constant-boolean/constant-boolean-0.01.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- constant-boolean-0.01.ebuild	23 Jun 2009 15:18:16 -0000	1.2
+++ constant-boolean-0.01.ebuild	23 Nov 2009 21:03:03 -0000	1.3
@@ -1,16 +1,19 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/constant-boolean/constant-boolean-0.01.ebuild,v 1.2 2009/06/23 15:18:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/constant-boolean/constant-boolean-0.01.ebuild,v 1.3 2009/11/23 21:03:03 tove Exp $
 
 EAPI=2
-MODULE_AUTHOR="DEXTER"
 
+MODULE_AUTHOR="DEXTER"
 inherit perl-module
 
 DESCRIPTION="Define TRUE and FALSE constants"
 
-IUSE=""
-
 SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
 KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="virtual/perl-Module-Build"
+
+SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/constant-boolean: ChangeLog constant-boolean-0.01.ebuild
@ 2009-12-24 19:10 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2009-12-24 19:10 UTC (permalink / raw
  To: gentoo-commits

tove        09/12/24 19:10:35

  Modified:             ChangeLog
  Removed:              constant-boolean-0.01.ebuild
  Log:
  Cleanup
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-perl/constant-boolean/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/constant-boolean/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/constant-boolean/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/constant-boolean/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/constant-boolean/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	10 Dec 2009 07:36:18 -0000	1.3
+++ ChangeLog	24 Dec 2009 19:10:35 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/constant-boolean
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/constant-boolean/ChangeLog,v 1.3 2009/12/10 07:36:18 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/constant-boolean/ChangeLog,v 1.4 2009/12/24 19:10:35 tove Exp $
+
+  24 Dec 2009; Torsten Veller <tove@gentoo.org>
+  -constant-boolean-0.01.ebuild:
+  Cleanup
 
 *constant-boolean-0.02 (10 Dec 2009)
 






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

end of thread, other threads:[~2009-12-24 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-23 21:03 [gentoo-commits] gentoo-x86 commit in dev-perl/constant-boolean: ChangeLog constant-boolean-0.01.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-24 19:10 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