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

tove        11/08/30 15:33:21

  Modified:             ChangeLog
  Added:                File-pushd-1.0.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-perl/File-pushd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-pushd/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	15 Feb 2010 14:05:34 -0000	1.1
+++ ChangeLog	30 Aug 2011 15:33:21 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/File-pushd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-pushd/ChangeLog,v 1.1 2010/02/15 14:05:34 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-pushd/ChangeLog,v 1.2 2011/08/30 15:33:21 tove Exp $
+
+*File-pushd-1.0.0 (30 Aug 2011)
+
+  30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-pushd-1.0.0.ebuild:
+  Change version scheme
 
 *File-pushd-1.00 (15 Feb 2010)
 



1.1                  dev-perl/File-pushd/File-pushd-1.0.0.ebuild

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

Index: File-pushd-1.0.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/File-pushd/File-pushd-1.0.0.ebuild,v 1.1 2011/08/30 15:33:21 tove Exp $

EAPI=4

MODULE_AUTHOR=DAGOLDEN
MODULE_VERSION=1.00
inherit perl-module

DESCRIPTION="change directory temporarily for a limited scope"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}
	virtual/perl-Module-Build"

SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/File-pushd: ChangeLog File-pushd-1.0.0.ebuild
@ 2012-04-21 19:27 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2012-04-21 19:27 UTC (permalink / raw
  To: gentoo-commits

tove        12/04/21 19:27:00

  Modified:             ChangeLog
  Removed:              File-pushd-1.0.0.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-perl/File-pushd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-pushd/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	17 Sep 2011 19:05:48 -0000	1.4
+++ ChangeLog	21 Apr 2012 19:26:59 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/File-pushd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-pushd/ChangeLog,v 1.4 2011/09/17 19:05:48 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-pushd/ChangeLog,v 1.5 2012/04/21 19:26:59 tove Exp $
+
+  21 Apr 2012; Torsten Veller <tove@gentoo.org> -File-pushd-1.0.0.ebuild:
+  Cleanup
 
 *File-pushd-1.1.0 (17 Sep 2011)
 






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

end of thread, other threads:[~2012-04-21 19:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-30 15:33 [gentoo-commits] gentoo-x86 commit in dev-perl/File-pushd: ChangeLog File-pushd-1.0.0.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-21 19:27 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