diff options
Diffstat (limited to 'dev-perl/Text-Quoted')
-rw-r--r-- | dev-perl/Text-Quoted/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-Quoted/Text-Quoted-1.7.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild | 8 |
3 files changed, 15 insertions, 7 deletions
diff --git a/dev-perl/Text-Quoted/ChangeLog b/dev-perl/Text-Quoted/ChangeLog index 35112936f6f2..000daa8bc5cb 100644 --- a/dev-perl/Text-Quoted/ChangeLog +++ b/dev-perl/Text-Quoted/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Quoted # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.10 2006/07/10 22:29:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.11 2006/08/06 00:28:51 mcummings Exp $ + + 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Text-Quoted-1.7.ebuild, Text-Quoted-1.8.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> Text-Quoted-1.8.ebuild: Mark 1.8 stable on ia64 diff --git a/dev-perl/Text-Quoted/Text-Quoted-1.7.ebuild b/dev-perl/Text-Quoted/Text-Quoted-1.7.ebuild index c9525a061057..d31da63249f5 100644 --- a/dev-perl/Text-Quoted/Text-Quoted-1.7.ebuild +++ b/dev-perl/Text-Quoted/Text-Quoted-1.7.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-Quoted/Text-Quoted-1.7.ebuild,v 1.8 2006/07/05 11:21:20 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-1.7.ebuild,v 1.9 2006/08/06 00:28:51 mcummings Exp $ # this is an RT dependency @@ -16,6 +16,8 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="x86 ~ppc sparc" DEPEND="dev-perl/text-autoformat - dev-perl/Text-Tabs+Wrap" + dev-perl/Text-Tabs+Wrap + dev-lang/perl" RDEPEND="${DEPEND}" -IUSE=""
\ No newline at end of file +IUSE="" + diff --git a/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild b/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild index 92b05e475490..3e7f57b1c9d0 100644 --- a/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild +++ b/dev-perl/Text-Quoted/Text-Quoted-1.8.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-Quoted/Text-Quoted-1.8.ebuild,v 1.5 2006/07/10 22:29:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild,v 1.6 2006/08/06 00:28:51 mcummings Exp $ # this is an RT dependency @@ -16,6 +16,8 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="ia64 ~ppc sparc x86" DEPEND="dev-perl/text-autoformat - dev-perl/Text-Tabs+Wrap" + dev-perl/Text-Tabs+Wrap + dev-lang/perl" RDEPEND="${DEPEND}" -IUSE=""
\ No newline at end of file +IUSE="" + |