diff options
Diffstat (limited to 'dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild')
-rw-r--r-- | dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
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" |