summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-04-30 15:22:03 +0000
committerTorsten Veller <tove@gentoo.org>2008-04-30 15:22:03 +0000
commitf2bf8a29f6f4525330a4e40f2dce5aa3eff65b10 (patch)
tree21b93bc1884f81b4de1dd4dc16616f7b43269d0a /dev-perl/Snowball-Swedish
parentStable on ppc wrt bug 217638 (diff)
downloadgentoo-2-f2bf8a29f6f4525330a4e40f2dce5aa3eff65b10.tar.gz
gentoo-2-f2bf8a29f6f4525330a4e40f2dce5aa3eff65b10.tar.bz2
gentoo-2-f2bf8a29f6f4525330a4e40f2dce5aa3eff65b10.zip
Add dev-perl/module-build to DEPEND (#216395)
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'dev-perl/Snowball-Swedish')
-rw-r--r--dev-perl/Snowball-Swedish/ChangeLog9
-rw-r--r--dev-perl/Snowball-Swedish/Snowball-Swedish-1.01-r1.ebuild40
-rw-r--r--dev-perl/Snowball-Swedish/Snowball-Swedish-1.01.ebuild40
-rw-r--r--dev-perl/Snowball-Swedish/Snowball-Swedish-1.2.ebuild14
4 files changed, 15 insertions, 88 deletions
diff --git a/dev-perl/Snowball-Swedish/ChangeLog b/dev-perl/Snowball-Swedish/ChangeLog
index 39ee4bfcf5a9..4fbe2895a782 100644
--- a/dev-perl/Snowball-Swedish/ChangeLog
+++ b/dev-perl/Snowball-Swedish/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Snowball-Swedish
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Snowball-Swedish/ChangeLog,v 1.15 2007/11/10 14:33:19 drac Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Snowball-Swedish/ChangeLog,v 1.16 2008/04/30 15:22:03 tove Exp $
+
+ 30 Apr 2008; Torsten Veller <tove@gentoo.org>
+ -Snowball-Swedish-1.01.ebuild, -Snowball-Swedish-1.01-r1.ebuild,
+ Snowball-Swedish-1.2.ebuild:
+ Add dev-perl/module-build to DEPEND (#216395)
10 Nov 2007; Samuli Suominen <drac@gentoo.org>
Snowball-Swedish-1.2.ebuild:
diff --git a/dev-perl/Snowball-Swedish/Snowball-Swedish-1.01-r1.ebuild b/dev-perl/Snowball-Swedish/Snowball-Swedish-1.01-r1.ebuild
deleted file mode 100644
index adad05b8c5fe..000000000000
--- a/dev-perl/Snowball-Swedish/Snowball-Swedish-1.01-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2007 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.01-r1.ebuild,v 1.3 2007/07/10 23:33:33 mr_bones_ Exp $
-
-inherit perl-module multilib
-
-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"
-
-DEPEND="dev-lang/perl"
-
-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."
-}
diff --git a/dev-perl/Snowball-Swedish/Snowball-Swedish-1.01.ebuild b/dev-perl/Snowball-Swedish/Snowball-Swedish-1.01.ebuild
deleted file mode 100644
index b56662f57797..000000000000
--- a/dev-perl/Snowball-Swedish/Snowball-Swedish-1.01.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2007 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.01.ebuild,v 1.13 2007/07/10 23:33:33 mr_bones_ Exp $
-
-inherit perl-module multilib
-
-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"
-
-DEPEND="dev-lang/perl"
-
-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."
-}
diff --git a/dev-perl/Snowball-Swedish/Snowball-Swedish-1.2.ebuild b/dev-perl/Snowball-Swedish/Snowball-Swedish-1.2.ebuild
index 238cd4bb1b21..c2deb2dc9152 100644
--- a/dev-perl/Snowball-Swedish/Snowball-Swedish-1.2.ebuild
+++ b/dev-perl/Snowball-Swedish/Snowball-Swedish-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.6 2007/11/10 14:33:19 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Snowball-Swedish/Snowball-Swedish-1.2.ebuild,v 1.7 2008/04/30 15:22:03 tove Exp $
inherit perl-module multilib
@@ -15,7 +15,9 @@ IUSE=""
SRC_TEST="do"
-DEPEND="dev-lang/perl"
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+ dev-perl/module-build"
src_install() {
perl-module_src_install
@@ -26,10 +28,10 @@ src_install() {
eval `perl '-V:archname'`
myarch=${archname}
- if [ -f ${D}/usr/$(get_libdir)/perl5/vendor_perl/${perl_version}/Lingua/Stem/Snowball/stemmer.pl ]; then
+ 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
+ "${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
}