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

tove        11/08/28 09:03:51

  Modified:             ChangeLog
  Added:                WWW-Shorten-3.20.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-perl/WWW-Shorten/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	2 Apr 2011 10:34:48 -0000	1.7
+++ ChangeLog	28 Aug 2011 09:03:51 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/WWW-Shorten
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/ChangeLog,v 1.7 2011/04/02 10:34:48 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/ChangeLog,v 1.8 2011/08/28 09:03:51 tove Exp $
+
+*WWW-Shorten-3.20.0 (28 Aug 2011)
+
+  28 Aug 2011; Torsten Veller <tove@gentoo.org> +WWW-Shorten-3.20.0.ebuild:
+  Change version scheme
 
   02 Apr 2011; Torsten Veller <tove@gentoo.org> -WWW-Shorten-3.00.ebuild:
   Cleanup



1.1                  dev-perl/WWW-Shorten/WWW-Shorten-3.20.0.ebuild

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

Index: WWW-Shorten-3.20.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/WWW-Shorten/WWW-Shorten-3.20.0.ebuild,v 1.1 2011/08/28 09:03:51 tove Exp $

EAPI=4

MODULE_AUTHOR=DAVECROSS
MODULE_VERSION=3.02
inherit perl-module

DESCRIPTION="Interface to URL shortening sites"

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

RDEPEND="dev-perl/libwww-perl
	dev-perl/URI"
DEPEND="virtual/perl-Module-Build"
#	test? ( ${RDEPEND}
#		dev-perl/Test-Pod
#		dev-perl/Test-Pod-Coverage )"

SRC_TEST=online

src_prepare() {
	perl-module_src_prepare
	sed -i -e '/Config::Auto/d' "${S}"/Build.PL || die
}

src_install() {
	perl-module_src_install

	docinto example
	dodoc "${S}"/bin/shorten || die
	rm -f "${D}"/usr/bin/shorten "${D}"/usr/share/man/man1/shorten.1 || die
}






^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Shorten: ChangeLog WWW-Shorten-3.20.0.ebuild
@ 2012-04-21 18:23 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2012-04-21 18:23 UTC (permalink / raw
  To: gentoo-commits

tove        12/04/21 18:23:04

  Modified:             ChangeLog
  Removed:              WWW-Shorten-3.20.0.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-perl/WWW-Shorten/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	7 Apr 2012 10:13:47 -0000	1.10
+++ ChangeLog	21 Apr 2012 18:23:04 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/WWW-Shorten
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/ChangeLog,v 1.10 2012/04/07 10:13:47 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/ChangeLog,v 1.11 2012/04/21 18:23:04 tove Exp $
+
+  21 Apr 2012; Torsten Veller <tove@gentoo.org> -WWW-Shorten-3.20.0.ebuild:
+  Cleanup
 
 *WWW-Shorten-3.30.0 (07 Apr 2012)
 






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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-28  9:03 [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-Shorten: ChangeLog WWW-Shorten-3.20.0.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-21 18:23 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