diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2006-10-23 21:00:57 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2006-10-23 21:00:57 +0000 |
commit | ca842bca4a10ccd7b31f8461adef528650279ef8 (patch) | |
tree | 2fa1bd42faef5b0420adc621dc40111fc5406dcb /dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild | |
parent | Version bump #152571 by Raúl armin76 Porcel. (diff) | |
download | gentoo-2-ca842bca4a10ccd7b31f8461adef528650279ef8.tar.gz gentoo-2-ca842bca4a10ccd7b31f8461adef528650279ef8.tar.bz2 gentoo-2-ca842bca4a10ccd7b31f8461adef528650279ef8.zip |
bump
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild')
-rw-r--r-- | dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild b/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild new file mode 100644 index 000000000000..89cbaaecfbe3 --- /dev/null +++ b/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 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.1 2006/10/23 21:00:57 taviso Exp $ + +inherit perl-module eutils + +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" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="|| ( ( x11-libs/libXrender + x11-libs/libXext + ) + virtual/x11 + ) + dev-lang/perl" + |