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

tove        11/08/30 11:22:40

  Modified:             ChangeLog
  Added:                Lingua-Stem-Snowball-Da-1.10.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-perl/Lingua-Stem-Snowball-Da/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	4 Feb 2010 14:30:02 -0000	1.13
+++ ChangeLog	30 Aug 2011 11:22:39 -0000	1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Lingua-Stem-Snowball-Da
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog,v 1.13 2010/02/04 14:30:02 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog,v 1.14 2011/08/30 11:22:39 tove Exp $
+
+*Lingua-Stem-Snowball-Da-1.10.0 (30 Aug 2011)
+
+  30 Aug 2011; Torsten Veller <tove@gentoo.org>
+  +Lingua-Stem-Snowball-Da-1.10.0.ebuild:
+  Change version scheme
 
   04 Feb 2010; Torsten Veller <tove@gentoo.org>
   Lingua-Stem-Snowball-Da-1.01-r1.ebuild:



1.1                  dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0.ebuild?rev=1.1&content-type=text/plain

Index: Lingua-Stem-Snowball-Da-1.10.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/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0.ebuild,v 1.1 2011/08/30 11:22:39 tove Exp $

EAPI=4

MODULE_AUTHOR=CINE
MODULE_VERSION=1.01
inherit perl-module multilib

DESCRIPTION="Porters stemming algorithm for Denmark"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""

SRC_TEST="do"

src_install() {
	perl-module_src_install

	if [[ -f ${D}/${VENDOR_LIB}/Lingua/Stem/Snowball/stemmer.pl ]] ; then
		mv "${D}"/${VENDOR_LIB}/Lingua/Stem/Snowball/{,da-}stemmer.pl || die
	fi
}

pkg_postinst() {
	perl-module_pkg_postinst
	elog "The stemmer.pl that ships with this distribution has been renamed to"
	elog "da-stemmer.pl to avoid collisions with other Lingua::Stem packages."
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Lingua-Stem-Snowball-Da: ChangeLog Lingua-Stem-Snowball-Da-1.10.0.ebuild
@ 2011-09-03 21:04 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-09-03 21:04 UTC (permalink / raw
  To: gentoo-commits

tove        11/09/03 21:04:41

  Modified:             ChangeLog Lingua-Stem-Snowball-Da-1.10.0.ebuild
  Log:
  Merge stable keywords from former version scheme ebuilds
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 dev-perl/Lingua-Stem-Snowball-Da/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	30 Aug 2011 11:22:39 -0000	1.14
+++ ChangeLog	3 Sep 2011 21:04:41 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Lingua-Stem-Snowball-Da
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog,v 1.14 2011/08/30 11:22:39 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog,v 1.15 2011/09/03 21:04:41 tove Exp $
+
+  03 Sep 2011; Torsten Veller <tove@gentoo.org>
+  Lingua-Stem-Snowball-Da-1.10.0.ebuild:
+  Merge stable keywords from former version scheme ebuild
 
 *Lingua-Stem-Snowball-Da-1.10.0 (30 Aug 2011)
 



1.2                  dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0.ebuild?r1=1.1&r2=1.2

Index: Lingua-Stem-Snowball-Da-1.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Lingua-Stem-Snowball-Da-1.10.0.ebuild	30 Aug 2011 11:22:39 -0000	1.1
+++ Lingua-Stem-Snowball-Da-1.10.0.ebuild	3 Sep 2011 21:04:41 -0000	1.2
@@ -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/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0.ebuild,v 1.1 2011/08/30 11:22:39 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0.ebuild,v 1.2 2011/09/03 21:04:41 tove Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ia64 ~ppc sparc x86"
 IUSE=""
 
 SRC_TEST="do"






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

end of thread, other threads:[~2011-09-03 21:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-03 21:04 [gentoo-commits] gentoo-x86 commit in dev-perl/Lingua-Stem-Snowball-Da: ChangeLog Lingua-Stem-Snowball-Da-1.10.0.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-30 11:22 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