diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 19:49:15 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 19:49:15 +0000 |
commit | 60951cf3ce8732a5f0929e1114d0fae51bf65482 (patch) | |
tree | 46784133d0bd775ce9c5bc330900fec372d809f5 /dev-perl/File-Tail | |
parent | Add 2.6.20 release candidates, as requested by Michael Hanselmann <hansmi@gen... (diff) | |
download | historical-60951cf3ce8732a5f0929e1114d0fae51bf65482.tar.gz historical-60951cf3ce8732a5f0929e1114d0fae51bf65482.tar.bz2 historical-60951cf3ce8732a5f0929e1114d0fae51bf65482.zip |
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/File-Tail')
-rw-r--r-- | dev-perl/File-Tail/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/File-Tail/File-Tail-0.99.1.ebuild | 7 | ||||
-rw-r--r-- | dev-perl/File-Tail/File-Tail-0.99.3.ebuild | 7 |
3 files changed, 13 insertions, 10 deletions
diff --git a/dev-perl/File-Tail/ChangeLog b/dev-perl/File-Tail/ChangeLog index b874656ce0d5..0f8e55d97420 100644 --- a/dev-perl/File-Tail/ChangeLog +++ b/dev-perl/File-Tail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-Tail -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Tail/ChangeLog,v 1.33 2006/09/16 20:59:53 dertobi123 Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Tail/ChangeLog,v 1.34 2007/01/15 19:43:49 mcummings Exp $ + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -File-Tail-0.98-r3.ebuild, File-Tail-0.99.1.ebuild, + File-Tail-0.99.3.ebuild: + Ebuild maintenance 16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> File-Tail-0.99.3.ebuild: diff --git a/dev-perl/File-Tail/File-Tail-0.99.1.ebuild b/dev-perl/File-Tail/File-Tail-0.99.1.ebuild index ce2fb3efb908..27714dca9a39 100644 --- a/dev-perl/File-Tail/File-Tail-0.99.1.ebuild +++ b/dev-perl/File-Tail/File-Tail-0.99.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Tail/File-Tail-0.99.1.ebuild,v 1.13 2006/08/05 03:54:36 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Tail/File-Tail-0.99.1.ebuild,v 1.14 2007/01/15 19:43:49 mcummings Exp $ inherit perl-module DESCRIPTION="Perl extension for reading from continously updated files" SRC_URI="mirror://cpan/authors/id/M/MG/MGRABNAR/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/authors/id/MGRABNAR/${P}.readme" +HOMEPAGE="http://search.cpan.org/~mgrabnar/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" @@ -15,7 +15,6 @@ IUSE="" DEPEND="virtual/perl-Time-HiRes dev-lang/perl" -RDEPEND="${DEPEND}" export OPTIMIZE="$CFLAGS" mydoc="ToDo" diff --git a/dev-perl/File-Tail/File-Tail-0.99.3.ebuild b/dev-perl/File-Tail/File-Tail-0.99.3.ebuild index bd1071615166..7040189e322b 100644 --- a/dev-perl/File-Tail/File-Tail-0.99.3.ebuild +++ b/dev-perl/File-Tail/File-Tail-0.99.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Tail/File-Tail-0.99.3.ebuild,v 1.8 2006/09/16 20:59:53 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Tail/File-Tail-0.99.3.ebuild,v 1.9 2007/01/15 19:43:49 mcummings Exp $ inherit perl-module DESCRIPTION="Perl extension for reading from continously updated files" SRC_URI="mirror://cpan/authors/id/M/MG/MGRABNAR/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/authors/id/MGRABNAR/${P}.readme" +HOMEPAGE="http://search.cpan.org/~mgrabnar/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" @@ -15,7 +15,6 @@ IUSE="" DEPEND="virtual/perl-Time-HiRes dev-lang/perl" -RDEPEND="${DEPEND}" export OPTIMIZE="$CFLAGS" mydoc="ToDo" |