public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Torsten Veller (tove)" <tove@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Snowball-Swedish: ChangeLog Snowball-Swedish-1.2.ebuild
Date: Fri, 05 Feb 2010 22:22:25 +0000	[thread overview]
Message-ID: <E1NdWZF-0005z1-Sy@stork.gentoo.org> (raw)

tove        10/02/05 22:22:25

  Modified:             ChangeLog Snowball-Swedish-1.2.ebuild
  Log:
  Fix LICENSE (#301969). Maintenance
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 dev-perl/Snowball-Swedish/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Snowball-Swedish/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	18 Nov 2008 15:29:47 -0000	1.17
+++ ChangeLog	5 Feb 2010 22:22:25 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Snowball-Swedish
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Snowball-Swedish/ChangeLog,v 1.17 2008/11/18 15:29:47 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Snowball-Swedish/ChangeLog,v 1.18 2010/02/05 22:22:25 tove Exp $
+
+  05 Feb 2010; Torsten Veller <tove@gentoo.org> Snowball-Swedish-1.2.ebuild:
+  Fix LICENSE (#301969). Maintenance
 
   18 Nov 2008; Torsten Veller <tove@gentoo.org> Snowball-Swedish-1.2.ebuild:
   New virtuals: module-build



1.9                  dev-perl/Snowball-Swedish/Snowball-Swedish-1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Snowball-Swedish/Snowball-Swedish-1.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Snowball-Swedish/Snowball-Swedish-1.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Snowball-Swedish/Snowball-Swedish-1.2.ebuild?r1=1.8&r2=1.9

Index: Snowball-Swedish-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Snowball-Swedish/Snowball-Swedish-1.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Snowball-Swedish-1.2.ebuild	18 Nov 2008 15:29:47 -0000	1.8
+++ Snowball-Swedish-1.2.ebuild	5 Feb 2010 22:22:25 -0000	1.9
@@ -1,42 +1,20 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Snowball-Swedish/Snowball-Swedish-1.2.ebuild,v 1.8 2008/11/18 15:29:47 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Snowball-Swedish/Snowball-Swedish-1.2.ebuild,v 1.9 2010/02/05 22:22:25 tove Exp $
 
-inherit perl-module multilib
+EAPI=2
+
+MODULE_AUTHOR=ASKSH
+inherit perl-module
 
 DESCRIPTION="Porters stemming algorithm for Swedish"
-HOMEPAGE="http://search.cpan.org/~asksh/"
-SRC_URI="mirror://cpan/authors/id/A/AS/ASKSH/${P}.tar.gz"
 
-LICENSE="Artistic"
 SLOT="0"
 KEYWORDS="amd64 ia64 ~ppc sparc x86"
 IUSE=""
 
-SRC_TEST="do"
-
-RDEPEND="dev-lang/perl"
+RDEPEND=""
 DEPEND="${RDEPEND}
 	virtual/perl-Module-Build"
 
-src_install() {
-	perl-module_src_install
-	local version
-	eval `perl '-V:version'`
-	perl_version=${version}
-	local myarch
-	eval `perl '-V:archname'`
-	myarch=${archname}
-
-	if [ -f "${D}"/usr/$(get_libdir)/perl5/vendor_perl/${perl_version}/Lingua/Stem/Snowball/stemmer.pl ]; then
-		mv \
-		"${D}"/usr/$(get_libdir)/perl5/vendor_perl/${perl_version}/Lingua/Stem/Snowball/stemmer.pl \
-		"${D}"/usr/$(get_libdir)/perl5/vendor_perl/${perl_version}/Lingua/Stem/Snowball/se-stemmer.pl
-	fi
-}
-
-pkg_postinst() {
-	perl-module_pkg_postinst
-	elog "The stemmer.pl that ships with this distribution has been renamed to"
-	elog "se-stemmer.pl to avoid collisions with other Lingua::Stem packages."
-}
+SRC_TEST="do"






             reply	other threads:[~2010-02-05 22:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-05 22:22 Torsten Veller (tove) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-09-04 11:20 [gentoo-commits] gentoo-x86 commit in dev-perl/Snowball-Swedish: ChangeLog Snowball-Swedish-1.2.ebuild Torsten Veller (tove)
2008-11-18 15:29 Torsten Veller (tove)
2007-11-10 14:33 Samuli Suominen (drac)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NdWZF-0005z1-Sy@stork.gentoo.org \
    --to=tove@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox