diff options
author | 2006-07-05 19:36:58 +0000 | |
---|---|---|
committer | 2006-07-05 19:36:58 +0000 | |
commit | 84067bc669b114710fbffb4ae2154d918d116d8e (patch) | |
tree | 29034e8d6f319e0cde992e41d67fbae6b5ffae0c /dev-perl/text-autoformat | |
parent | Fixed RDEPEND wrt bug #134781 (diff) | |
download | gentoo-2-84067bc669b114710fbffb4ae2154d918d116d8e.tar.gz gentoo-2-84067bc669b114710fbffb4ae2154d918d116d8e.tar.bz2 gentoo-2-84067bc669b114710fbffb4ae2154d918d116d8e.zip |
Fixed RDEPEND wrt bug #134781; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/text-autoformat')
-rw-r--r-- | dev-perl/text-autoformat/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/text-autoformat/text-autoformat-1.12.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/text-autoformat/text-autoformat-1.13.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-perl/text-autoformat/ChangeLog b/dev-perl/text-autoformat/ChangeLog index 2826dca294e8..239cc0164bc0 100644 --- a/dev-perl/text-autoformat/ChangeLog +++ b/dev-perl/text-autoformat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/text-autoformat # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.16 2006/06/29 19:34:41 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.17 2006/07/05 19:36:58 ian Exp $ + + 05 Jul 2006; Christian Hartmann <ian@gentoo.org> + text-autoformat-1.12.ebuild, text-autoformat-1.13.ebuild: + Fixed RDEPEND wrt bug #134781; fixed header; fixed DEPEND 29 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> text-autoformat-1.13.ebuild: diff --git a/dev-perl/text-autoformat/text-autoformat-1.12.ebuild b/dev-perl/text-autoformat/text-autoformat-1.12.ebuild index 7e007dc5dd8a..ea9fe0d1f9f8 100644 --- a/dev-perl/text-autoformat/text-autoformat-1.12.ebuild +++ b/dev-perl/text-autoformat/text-autoformat-1.12.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-autoformat/text-autoformat-1.12.ebuild,v 1.13 2005/10/02 13:44:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/text-autoformat-1.12.ebuild,v 1.14 2006/07/05 19:36:58 ian Exp $ inherit perl-module @@ -16,5 +16,5 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND="${DEPEND} - dev-perl/text-reform" +DEPEND="dev-perl/text-reform" +RDEPEND="${DEPEND}"
\ No newline at end of file diff --git a/dev-perl/text-autoformat/text-autoformat-1.13.ebuild b/dev-perl/text-autoformat/text-autoformat-1.13.ebuild index 292f59d356a6..6b05d888e051 100644 --- a/dev-perl/text-autoformat/text-autoformat-1.13.ebuild +++ b/dev-perl/text-autoformat/text-autoformat-1.13.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-autoformat/text-autoformat-1.13.ebuild,v 1.4 2006/06/29 19:34:41 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/text-autoformat-1.13.ebuild,v 1.5 2006/07/05 19:36:58 ian Exp $ inherit perl-module @@ -16,5 +16,5 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND="${DEPEND} - >=dev-perl/text-reform-1.11" +DEPEND=">=dev-perl/text-reform-1.11" +RDEPEND="${DEPEND}"
\ No newline at end of file |