diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-14 11:31:13 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-14 11:31:13 +0000 |
commit | 2cd764839ca40afbf2c852fc52f108958b87ab9c (patch) | |
tree | 89422ae7a7522f7211f6b2b5232f59468db879f8 /dev-perl/DelimMatch | |
parent | Fix LICENSE, see LICENSE file, bug 445260. (diff) | |
download | gentoo-2-2cd764839ca40afbf2c852fc52f108958b87ab9c.tar.gz gentoo-2-2cd764839ca40afbf2c852fc52f108958b87ab9c.tar.bz2 gentoo-2-2cd764839ca40afbf2c852fc52f108958b87ab9c.zip |
Fix LICENSE, same terms as Perl itself according to README file, bug 445262.
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-perl/DelimMatch')
-rw-r--r-- | dev-perl/DelimMatch/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/DelimMatch/DelimMatch-1.06.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/DelimMatch/ChangeLog b/dev-perl/DelimMatch/ChangeLog index 0b04321abccf..b650d592caee 100644 --- a/dev-perl/DelimMatch/ChangeLog +++ b/dev-perl/DelimMatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/DelimMatch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DelimMatch/ChangeLog,v 1.28 2012/06/24 13:00:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DelimMatch/ChangeLog,v 1.29 2012/12/14 11:31:13 ulm Exp $ + + 14 Dec 2012; Ulrich Müller <ulm@gentoo.org> DelimMatch-1.06.ebuild: + Fix LICENSE, same terms as Perl itself according to README file, bug 445262. 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/DelimMatch/DelimMatch-1.06.ebuild b/dev-perl/DelimMatch/DelimMatch-1.06.ebuild index efab74341b56..c3e6c157dbee 100644 --- a/dev-perl/DelimMatch/DelimMatch-1.06.ebuild +++ b/dev-perl/DelimMatch/DelimMatch-1.06.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DelimMatch/DelimMatch-1.06.ebuild,v 1.19 2011/08/17 16:44:27 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DelimMatch/DelimMatch-1.06.ebuild,v 1.20 2012/12/14 11:31:13 ulm Exp $ inherit perl-module MY_P=${P}a @@ -9,8 +9,8 @@ DESCRIPTION="A Perl 5 module for locating delimited substrings with proper nesti SRC_URI="mirror://cpan/authors/id/N/NW/NWALSH/${MY_P}.tar.gz" HOMEPAGE="http://search.cpan.org/~nwalsh/" +LICENSE="|| ( Artistic GPL-1+ )" SLOT="0" -LICENSE="as-is" KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" |