summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/Text-Aspell/ChangeLog6
-rw-r--r--dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild5
-rw-r--r--dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild3
-rw-r--r--dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild3
-rw-r--r--dev-perl/Text-ChaSen/ChangeLog8
-rw-r--r--dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild5
-rw-r--r--dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild7
7 files changed, 25 insertions, 12 deletions
diff --git a/dev-perl/Text-Aspell/ChangeLog b/dev-perl/Text-Aspell/ChangeLog
index 7b7a7c6dc9fb..251b7544617e 100644
--- a/dev-perl/Text-Aspell/ChangeLog
+++ b/dev-perl/Text-Aspell/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Text-Aspell
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.17 2006/07/02 17:10:49 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.18 2006/07/05 11:13:05 ian Exp $
+
+ 05 Jul 2006; Christian Hartmann <ian@gentoo.org> Text-Aspell-0.03.ebuild,
+ Text-Aspell-0.04.ebuild, Text-Aspell-0.05.ebuild:
+ Fixed RDEPEND wrt bug #134781; fixed header
02 Jul 2006; Michael Cummings <mcummings@gentoo.org>
Text-Aspell-0.05.ebuild:
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild
index fcd70e2a57b7..1004c550ba01 100644
--- a/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild
+++ b/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild,v 1.10 2005/05/01 18:07:04 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild,v 1.11 2006/07/05 11:13:05 ian Exp $
inherit perl-module
@@ -14,3 +14,4 @@ KEYWORDS="x86 amd64 alpha ~hppa ~mips ppc sparc"
IUSE=""
DEPEND="app-text/aspell"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild
index 7a14ebfc3479..196dec8e4ca8 100644
--- a/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild
+++ b/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild,v 1.10 2006/02/04 01:17:45 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild,v 1.11 2006/07/05 11:13:05 ian Exp $
inherit perl-module
@@ -16,3 +16,4 @@ IUSE=""
SRC_TEST="do"
DEPEND="app-text/aspell"
+RDEPEND="${DEPEND}" \ No newline at end of file
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild
index 9a59c6ccf0ce..a2e47201802c 100644
--- a/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild
+++ b/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild,v 1.2 2006/07/02 17:10:49 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild,v 1.3 2006/07/05 11:13:05 ian Exp $
inherit perl-module
@@ -16,3 +16,4 @@ IUSE=""
SRC_TEST="do"
DEPEND="app-text/aspell"
+RDEPEND="${DEPEND}" \ No newline at end of file
diff --git a/dev-perl/Text-ChaSen/ChangeLog b/dev-perl/Text-ChaSen/ChangeLog
index fa5c4bcf5ab6..b4816b9e7b88 100644
--- a/dev-perl/Text-ChaSen/ChangeLog
+++ b/dev-perl/Text-ChaSen/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Text-ChaSen
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/ChangeLog,v 1.8 2005/05/06 14:49:46 gustavoz Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/ChangeLog,v 1.9 2006/07/05 11:14:28 ian Exp $
+
+ 05 Jul 2006; Christian Hartmann <ian@gentoo.org> Text-ChaSen-1.03.ebuild,
+ Text-ChaSen-1.03-r1.ebuild:
+ Fixed RDEPEND wrt bug #134781; fixed header
06 May 2005; Gustavo Zacarias <gustavoz@gentoo.org>
Text-ChaSen-1.03-r1.ebuild:
diff --git a/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild b/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild
index 843146b34a51..784cd82afe8d 100644
--- a/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild
+++ b/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild,v 1.6 2005/05/06 14:49:46 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild,v 1.7 2006/07/05 11:14:28 ian Exp $
inherit perl-module eutils
@@ -15,6 +15,7 @@ KEYWORDS="x86 amd64 ~ppc sparc"
IUSE=""
DEPEND=">=app-text/chasen-2.2.9"
+RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
diff --git a/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild b/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild
index ba8c860e85f5..e584b1f8332f 100644
--- a/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild
+++ b/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild,v 1.5 2004/07/14 20:43:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild,v 1.6 2006/07/05 11:14:28 ian Exp $
inherit perl-module
@@ -15,9 +15,10 @@ KEYWORDS="x86 amd64"
IUSE=""
DEPEND=">=app-text/chasen-2.2.9"
+RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd ${S}
patch -p0 < ${DISTDIR}/ChaSen.pm-1.03-pod-fix.diff
-}
+} \ No newline at end of file