public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/ShipIt: ChangeLog ShipIt-0.55.ebuild
@ 2010-03-27 21:48 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson (robbat2) @ 2010-03-27 21:48 UTC (permalink / raw
  To: gentoo-commits

robbat2     10/03/27 21:48:04

  Modified:             ChangeLog
  Added:                ShipIt-0.55.ebuild
  Log:
  Version bump via perl-bump experimental tool.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-perl/ShipIt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -p -w -b -B -u -u -r1.6 -r1.7
--- ChangeLog	24 Dec 2009 19:31:21 -0000	1.6
+++ ChangeLog	27 Mar 2010 21:48:04 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/ShipIt
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.6 2009/12/24 19:31:21 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.7 2010/03/27 21:48:04 robbat2 Exp $
+
+*ShipIt-0.55 (27 Mar 2010)
+
+  27 Mar 2010; Robin H. Johnson <robbat2@gentoo.org> +ShipIt-0.55.ebuild:
+  Version bump via perl-bump experimental tool.
 
   24 Dec 2009; Torsten Veller <tove@gentoo.org> -ShipIt-0.52.ebuild:
   Cleanup



1.1                  dev-perl/ShipIt/ShipIt-0.55.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ShipIt/ShipIt-0.55.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ShipIt/ShipIt-0.55.ebuild?rev=1.1&content-type=text/plain

Index: ShipIt-0.55.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ShipIt-0.55.ebuild,v 1.1 2010/03/27 21:48:04 robbat2 Exp $

EAPI=2

MODULE_AUTHOR="BRADFITZ"
inherit perl-module

DESCRIPTION="Software Release Tool"

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

SRC_TEST="do"

pkg_postinst() {
	elog "Please note that ShipIt does not depend on any specific VCS."
	elog "You must install a supported VCS (CVS, SVN, SVK, GIT, HG) for use."
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/ShipIt: ChangeLog ShipIt-0.55.ebuild
@ 2011-09-04 11:20 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-09-04 11:20 UTC (permalink / raw
  To: gentoo-commits

tove        11/09/04 11:20:45

  Modified:             ChangeLog
  Removed:              ShipIt-0.55.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.0_alpha52/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-perl/ShipIt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	28 Aug 2011 19:49:46 -0000	1.9
+++ ChangeLog	4 Sep 2011 11:20:45 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/ShipIt
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.9 2011/08/28 19:49:46 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.10 2011/09/04 11:20:45 tove Exp $
+
+  04 Sep 2011; Torsten Veller <tove@gentoo.org> -ShipIt-0.55.ebuild:
+  Cleanup
 
 *ShipIt-0.550.0 (28 Aug 2011)
 






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

end of thread, other threads:[~2011-09-04 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-27 21:48 [gentoo-commits] gentoo-x86 commit in dev-perl/ShipIt: ChangeLog ShipIt-0.55.ebuild Robin H. Johnson (robbat2)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-04 11:20 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