public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Manifest: ChangeLog Module-Manifest-1.80.0.ebuild
@ 2011-08-29 17:58 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-08-29 17:58 UTC (permalink / raw
  To: gentoo-commits

tove        11/08/29 17:58:43

  Modified:             ChangeLog
  Added:                Module-Manifest-1.80.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-perl/Module-Manifest/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Manifest/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Manifest/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Manifest/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Manifest/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	14 Sep 2010 16:41:40 -0000	1.1
+++ ChangeLog	29 Aug 2011 17:58:43 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Module-Manifest
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Manifest/ChangeLog,v 1.1 2010/09/14 16:41:40 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Manifest/ChangeLog,v 1.2 2011/08/29 17:58:43 tove Exp $
+
+*Module-Manifest-1.80.0 (29 Aug 2011)
+
+  29 Aug 2011; Torsten Veller <tove@gentoo.org> +Module-Manifest-1.80.0.ebuild:
+  Change version scheme
 
   14 Sep 2010; Torsten Veller <tove@gentoo.org>
   +Module-Manifest-1.08.ebuild, +metadata.xml:



1.1                  dev-perl/Module-Manifest/Module-Manifest-1.80.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Manifest/Module-Manifest-1.80.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Manifest/Module-Manifest-1.80.0.ebuild?rev=1.1&content-type=text/plain

Index: Module-Manifest-1.80.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Manifest/Module-Manifest-1.80.0.ebuild,v 1.1 2011/08/29 17:58:43 tove Exp $

EAPI=4

MODULE_AUTHOR=ADAMK
MODULE_VERSION=1.08
inherit perl-module

DESCRIPTION="Parse and examine a Perl distribution MANIFEST file"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
	>=dev-perl/Params-Util-0.10
	>=virtual/perl-File-Spec-0.80
"
DEPEND="
	test? (	${RDEPEND}
		>=virtual/perl-Test-Simple-0.42
		>=dev-perl/Test-Exception-0.27
		>=dev-perl/Test-Warn-0.11
	)
"

SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Manifest: ChangeLog Module-Manifest-1.80.0.ebuild
@ 2012-06-25  6:33 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-06-25  6:33 UTC (permalink / raw
  To: gentoo-commits

jlec        12/06/25 06:33:13

  Modified:             ChangeLog Module-Manifest-1.80.0.ebuild
  Log:
  dev-perl/Module-Manifest: Keyworded for ~-linux, tested by me
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-perl/Module-Manifest/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Manifest/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Manifest/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Manifest/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Manifest/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	24 Jun 2012 12:59:14 -0000	1.4
+++ ChangeLog	25 Jun 2012 06:33:12 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Module-Manifest
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Manifest/ChangeLog,v 1.4 2012/06/24 12:59:14 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Manifest/ChangeLog,v 1.5 2012/06/25 06:33:12 jlec Exp $
+
+  25 Jun 2012; Justin Lecher <jlec@gentoo.org> Module-Manifest-1.80.0.ebuild:
+  Keyworded for ~-linux, tested by me
 
   24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
   Update CPAN upstream info



1.2                  dev-perl/Module-Manifest/Module-Manifest-1.80.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Manifest/Module-Manifest-1.80.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Manifest/Module-Manifest-1.80.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Manifest/Module-Manifest-1.80.0.ebuild?r1=1.1&r2=1.2

Index: Module-Manifest-1.80.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Manifest/Module-Manifest-1.80.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Module-Manifest-1.80.0.ebuild	29 Aug 2011 17:58:43 -0000	1.1
+++ Module-Manifest-1.80.0.ebuild	25 Jun 2012 06:33:12 -0000	1.2
@@ -1,6 +1,6 @@
-# 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/dev-perl/Module-Manifest/Module-Manifest-1.80.0.ebuild,v 1.1 2011/08/29 17:58:43 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Manifest/Module-Manifest-1.80.0.ebuild,v 1.2 2012/06/25 06:33:12 jlec Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Parse and examine a Perl distribution MANIFEST file"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="






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

end of thread, other threads:[~2012-06-25  6:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-29 17:58 [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Manifest: ChangeLog Module-Manifest-1.80.0.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-25  6:33 Justin Lecher (jlec)

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