diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-28 17:36:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-28 17:36:40 +0000 |
commit | 7f0341e15a1128a8c3b146d9474b08ab8c2985a4 (patch) | |
tree | 911b99838596f7bf5678e5228faef902b5146615 /dev-perl/Algorithm-Annotate | |
parent | Version bump, remove now-obsoleted patch. Now use gem for packaging. Add ~x86... (diff) | |
download | gentoo-2-7f0341e15a1128a8c3b146d9474b08ab8c2985a4.tar.gz gentoo-2-7f0341e15a1128a8c3b146d9474b08ab8c2985a4.tar.bz2 gentoo-2-7f0341e15a1128a8c3b146d9474b08ab8c2985a4.zip |
Fix LICENSE: same terms as perl (#301969)
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Algorithm-Annotate')
-rw-r--r-- | dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild | 9 | ||||
-rw-r--r-- | dev-perl/Algorithm-Annotate/ChangeLog | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild b/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild index 51ee66bd373b..efca3456f3b5 100644 --- a/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild +++ b/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild,v 1.16 2010/01/09 16:21:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild,v 1.17 2010/01/28 17:36:40 tove Exp $ +MODULE_AUTHOR=CLKAO inherit perl-module -HOMEPAGE="http://search.cpan.org/~clkao/" DESCRIPTION="Algorithm::Annotate - represent a series of changes in annotate form" -SRC_URI="mirror://cpan/authors/id/C/CL/CLKAO/${P}.tar.gz" SLOT="0" -LICENSE="Artistic" KEYWORDS="alpha amd64 ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" -SRC_TEST="do" DEPEND=">=dev-perl/Algorithm-Diff-1.15 dev-lang/perl" + +SRC_TEST="do" diff --git a/dev-perl/Algorithm-Annotate/ChangeLog b/dev-perl/Algorithm-Annotate/ChangeLog index 8944b0f46785..ff400f8710a9 100644 --- a/dev-perl/Algorithm-Annotate/ChangeLog +++ b/dev-perl/Algorithm-Annotate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Algorithm-Annotate # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Annotate/ChangeLog,v 1.15 2010/01/09 16:21:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Annotate/ChangeLog,v 1.16 2010/01/28 17:36:40 tove Exp $ + + 28 Jan 2010; Torsten Veller <tove@gentoo.org> + Algorithm-Annotate-0.10.ebuild: + Fix LICENSE: same terms as perl (#301969) 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> Algorithm-Annotate-0.10.ebuild: |