public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Install: ChangeLog Module-Install-1.00.ebuild
@ 2010-06-22 15:48 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2010-06-22 15:48 UTC (permalink / raw
  To: gentoo-commits

tove        10/06/22 15:48:21

  Modified:             ChangeLog
  Added:                Module-Install-1.00.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc67_p177/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-perl/Module-Install/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	3 Jun 2010 08:49:16 -0000	1.6
+++ ChangeLog	22 Jun 2010 15:48:21 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Module-Install
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.6 2010/06/03 08:49:16 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.7 2010/06/22 15:48:21 tove Exp $
+
+*Module-Install-1.00 (22 Jun 2010)
+
+  22 Jun 2010; Torsten Veller <tove@gentoo.org> +Module-Install-1.00.ebuild:
+  Version bump
 
 *Module-Install-0.99 (03 Jun 2010)
 



1.1                  dev-perl/Module-Install/Module-Install-1.00.ebuild

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

Index: Module-Install-1.00.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/Module-Install-1.00.ebuild,v 1.1 2010/06/22 15:48:21 tove Exp $

EAPI=3

MODULE_AUTHOR=ADAMK
inherit perl-module

DESCRIPTION="Standalone, extensible Perl module installer"

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

RDEPEND=">=virtual/perl-File-Spec-3.28
	>=virtual/perl-Archive-Tar-1.44
	>=virtual/perl-ExtUtils-MakeMaker-6.42
	>=virtual/perl-ExtUtils-ParseXS-2.19
	>=virtual/perl-Module-Build-0.33
	>=virtual/perl-Module-CoreList-2.17
	>=virtual/perl-Parse-CPAN-Meta-1.39
	>=dev-perl/libwww-perl-5.812
	>=dev-perl/File-Remove-1.42
	>=dev-perl/JSON-2.14
	>=dev-perl/Module-ScanDeps-0.89
	>=dev-perl/PAR-Dist-0.29
	>=dev-perl/YAML-Tiny-1.38"
DEPEND="${RDEPEND}
	test? ( >=virtual/perl-Test-Harness-3.13
		>=virtual/perl-Test-Simple-0.86 )"

SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Install: ChangeLog Module-Install-1.00.ebuild
@ 2011-07-26 13:28 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-07-26 13:28 UTC (permalink / raw
  To: gentoo-commits

tove        11/07/26 13:28:30

  Modified:             ChangeLog
  Removed:              Module-Install-1.00.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-perl/Module-Install/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	29 Apr 2011 12:56:00 -0000	1.9
+++ ChangeLog	26 Jul 2011 13:28:29 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Module-Install
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.9 2011/04/29 12:56:00 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.10 2011/07/26 13:28:29 tove Exp $
+
+  26 Jul 2011; Torsten Veller <tove@gentoo.org> -Module-Install-1.00.ebuild:
+  Cleanup
 
 *Module-Install-1.10.0 (29 Apr 2011)
 






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

end of thread, other threads:[~2011-07-26 13:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-22 15:48 [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Install: ChangeLog Module-Install-1.00.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-26 13:28 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