diff options
author | 2006-01-13 17:02:56 +0000 | |
---|---|---|
committer | 2006-01-13 17:02:56 +0000 | |
commit | 478513630323a0a04a07b4e5eac374a483449b76 (patch) | |
tree | a8630aaa501c4688394c0c1d1ad4f04e21fc692e /dev-perl/X11-Protocol/X11-Protocol-0.54.ebuild | |
parent | Version bump upstream (diff) | |
download | historical-478513630323a0a04a07b4e5eac374a483449b76.tar.gz historical-478513630323a0a04a07b4e5eac374a483449b76.tar.bz2 historical-478513630323a0a04a07b4e5eac374a483449b76.zip |
Version bump
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'dev-perl/X11-Protocol/X11-Protocol-0.54.ebuild')
-rw-r--r-- | dev-perl/X11-Protocol/X11-Protocol-0.54.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/X11-Protocol/X11-Protocol-0.54.ebuild b/dev-perl/X11-Protocol/X11-Protocol-0.54.ebuild new file mode 100644 index 000000000000..5ea234338467 --- /dev/null +++ b/dev-perl/X11-Protocol/X11-Protocol-0.54.ebuild @@ -0,0 +1,20 @@ +# 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.54.ebuild,v 1.1 2006/01/13 17:01:26 mcummings 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 + )" |