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

tove        11/08/28 11:19:21

  Modified:             ChangeLog
  Added:                Tk-CursorControl-0.400.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-perl/Tk-CursorControl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	1 Jun 2009 18:26:04 -0000	1.11
+++ ChangeLog	28 Aug 2011 11:19:21 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Tk-CursorControl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/ChangeLog,v 1.11 2009/06/01 18:26:04 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/ChangeLog,v 1.12 2011/08/28 11:19:21 tove Exp $
+
+*Tk-CursorControl-0.400.0 (28 Aug 2011)
+
+  28 Aug 2011; Torsten Veller <tove@gentoo.org>
+  +Tk-CursorControl-0.400.0.ebuild:
+  Change version scheme
 
   01 Jun 2009; Torsten Veller <tove@gentoo.org> +files/0.4-demo.patch,
   Tk-CursorControl-0.4.ebuild:



1.1                  dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild

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

Index: Tk-CursorControl-0.400.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/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild,v 1.1 2011/08/28 11:19:21 tove Exp $

EAPI=4

MODULE_AUTHOR=DUNNIGANJ
MODULE_VERSION=0.4
inherit eutils perl-module

DESCRIPTION="Manipulate the mouse cursor programmatically"

SLOT="0"
KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
IUSE=""

RDEPEND="dev-perl/perl-tk"
DEPEND="${RDEPEND}"

PATCHES=( "${FILESDIR}/0.4-demo.patch" )

src_prepare() {
	perl-module_src_prepare
	edos2unix "${S}"/{CursorControl.pm,demos/cursor.pl} || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Tk-CursorControl: ChangeLog Tk-CursorControl-0.400.0.ebuild
@ 2011-09-30 16:54 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2011-09-30 16:54 UTC (permalink / raw
  To: gentoo-commits

vapier      11/09/30 16:54:12

  Modified:             ChangeLog Tk-CursorControl-0.400.0.ebuild
  Log:
  Drop die with edos2unix since it does it for us now.
  
  (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 dev-perl/Tk-CursorControl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	4 Sep 2011 11:24:07 -0000	1.14
+++ ChangeLog	30 Sep 2011 16:54:12 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Tk-CursorControl
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/ChangeLog,v 1.14 2011/09/04 11:24:07 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/ChangeLog,v 1.15 2011/09/30 16:54:12 vapier Exp $
+
+  30 Sep 2011; Mike Frysinger <vapier@gentoo.org>
+  Tk-CursorControl-0.400.0.ebuild:
+  Drop die with edos2unix since it does it for us now.
 
   04 Sep 2011; Torsten Veller <tove@gentoo.org> -Tk-CursorControl-0.4.ebuild:
   Cleanup



1.3                  dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild?r1=1.2&r2=1.3

Index: Tk-CursorControl-0.400.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Tk-CursorControl-0.400.0.ebuild	3 Sep 2011 21:04:30 -0000	1.2
+++ Tk-CursorControl-0.400.0.ebuild	30 Sep 2011 16:54:12 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild,v 1.2 2011/09/03 21:04:30 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0.ebuild,v 1.3 2011/09/30 16:54:12 vapier Exp $
 
 EAPI=4
 
@@ -21,5 +21,5 @@
 
 src_prepare() {
 	perl-module_src_prepare
-	edos2unix "${S}"/{CursorControl.pm,demos/cursor.pl} || die
+	edos2unix "${S}"/{CursorControl.pm,demos/cursor.pl}
 }






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

end of thread, other threads:[~2011-09-30 16:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30 16:54 [gentoo-commits] gentoo-x86 commit in dev-perl/Tk-CursorControl: ChangeLog Tk-CursorControl-0.400.0.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-28 11:19 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