diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-29 15:56:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-29 15:56:58 +0000 |
commit | ead8b6f482c58081f42acf4b3a4761b734821d0f (patch) | |
tree | 888d3ac8eca471596c1984735b8d612c54e080fd /dev-perl | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-ead8b6f482c58081f42acf4b3a4761b734821d0f.tar.gz gentoo-2-ead8b6f482c58081f42acf4b3a4761b734821d0f.tar.bz2 gentoo-2-ead8b6f482c58081f42acf4b3a4761b734821d0f.zip |
Fix LICENSE, bug 446164.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Mail-Sendmail/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Mail-Sendmail/ChangeLog b/dev-perl/Mail-Sendmail/ChangeLog index af26790ed8e5..ded8507e1a39 100644 --- a/dev-perl/Mail-Sendmail/ChangeLog +++ b/dev-perl/Mail-Sendmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Mail-Sendmail -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/ChangeLog,v 1.27 2012/06/24 12:58:51 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/ChangeLog,v 1.28 2013/04/29 15:56:58 ulm Exp $ + + 29 Apr 2013; Ulrich Müller <ulm@gentoo.org> Mail-Sendmail-0.790.0.ebuild: + Fix LICENSE, bug 446164. 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild b/dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild index b1b93b4e476c..2311edbc1880 100644 --- a/dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild +++ b/dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild,v 1.2 2011/09/03 21:05:24 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild,v 1.3 2013/04/29 15:56:58 ulm Exp $ EAPI=4 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Simple platform independent mailer" +LICENSE="Mail-Sendmail" SLOT="0" -LICENSE="as-is" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" |