diff options
author | Torsten Veller <tove@gentoo.org> | 2010-02-09 18:22:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-02-09 18:22:01 +0000 |
commit | ac00f1badfb9116483853bec22cd036590ab2a15 (patch) | |
tree | 525b004dd6bbd18dff82d07279926571c25be2bd /dev-perl/X11-Protocol | |
parent | Version bump. (diff) | |
download | gentoo-2-ac00f1badfb9116483853bec22cd036590ab2a15.tar.gz gentoo-2-ac00f1badfb9116483853bec22cd036590ab2a15.tar.bz2 gentoo-2-ac00f1badfb9116483853bec22cd036590ab2a15.zip |
Fix LICENSE (#301969). Maintenance.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/X11-Protocol')
-rw-r--r-- | dev-perl/X11-Protocol/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/dev-perl/X11-Protocol/ChangeLog b/dev-perl/X11-Protocol/ChangeLog index 041b2ec8b94b..ad7d557b91ae 100644 --- a/dev-perl/X11-Protocol/ChangeLog +++ b/dev-perl/X11-Protocol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/X11-Protocol # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/ChangeLog,v 1.43 2010/01/14 16:34:47 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/ChangeLog,v 1.44 2010/02/09 18:22:01 tove Exp $ + + 09 Feb 2010; Torsten Veller <tove@gentoo.org> X11-Protocol-0.56.ebuild: + Fix LICENSE (#301969). Maintenance. 14 Jan 2010; Fabian Groffen <grobian@gentoo.org> X11-Protocol-0.56.ebuild: Transfer Prefix keywords diff --git a/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild b/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild index 1ff61ad25645..abb6a7d25bf4 100644 --- a/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild +++ b/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild,v 1.13 2010/01/14 16:34:47 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild,v 1.14 2010/02/09 18:22:01 tove Exp $ -inherit perl-module eutils +EAPI=2 + +MODULE_AUTHOR=SMCCAM +inherit perl-module DESCRIPTION="Client-side interface to the X11 Protocol" -HOMEPAGE="http://www.cpan.org/modules/by-module/X11/${P}.readme" -SRC_URI="mirror://cpan/authors/id/S/SM/SMCCAM/${P}.tar.gz" -LICENSE="Artistic X11" +LICENSE="${LICENSE} MIT" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" IUSE="" DEPEND="x11-libs/libXrender - x11-libs/libXext - dev-lang/perl" + x11-libs/libXext" |