diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-05 11:14:28 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-05 11:14:28 +0000 |
commit | df9120846ef6865e1c2c9030c28c59f2836ec826 (patch) | |
tree | 439e30d38134d1900aa4302c0439f1fd42f58837 /dev-perl/Text-Aspell | |
parent | needs avahi w/ USE=dbus thanks to Cedric Krier <ced@ced.homedns.org> and Gill... (diff) | |
download | historical-df9120846ef6865e1c2c9030c28c59f2836ec826.tar.gz historical-df9120846ef6865e1c2c9030c28c59f2836ec826.tar.bz2 historical-df9120846ef6865e1c2c9030c28c59f2836ec826.zip |
Fixed RDEPEND wrt bug #134781; fixed header
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'dev-perl/Text-Aspell')
-rw-r--r-- | dev-perl/Text-Aspell/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild | 3 |
4 files changed, 12 insertions, 5 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 |