diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-07-30 16:07:19 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-07-30 16:07:19 +0000 |
commit | 6c131b6e10c4e8ae0bc4c72563df628022d7ec0b (patch) | |
tree | 6ec43d3f5c250839b92cde52e5e7a6635bbb649b /dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild | |
parent | new version on cpan (Manifest recommit) (diff) | |
download | gentoo-2-6c131b6e10c4e8ae0bc4c72563df628022d7ec0b.tar.gz gentoo-2-6c131b6e10c4e8ae0bc4c72563df628022d7ec0b.tar.bz2 gentoo-2-6c131b6e10c4e8ae0bc4c72563df628022d7ec0b.zip |
new version on cpan
Diffstat (limited to 'dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild')
-rw-r--r-- | dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild b/dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild new file mode 100644 index 000000000000..0707235bd91e --- /dev/null +++ b/dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 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.53.ebuild,v 1.1 2004/07/30 16:05:25 mcummings Exp $ + +inherit perl-module eutils + +DESCRIPTION="Client-side interface to the X11 Protocol" +SRC_URI="http://www.cpan.org/modules/by-module/X11/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/X11/${P}.readme" + +SLOT="0" +LICENSE="Artistic X11" +KEYWORDS="~x86 ~alpha ~sparc ~amd64 ~ppc" +IUSE="" + +DEPEND="${DEPEND} virtual/x11" |