summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-08-05 17:24:24 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-08-05 17:24:24 +0000
commit53d6fc13e3810f470f43f8820c68ff7d63611fae (patch)
treefa918a871e8023567d9361567551465638a6ef81 /dev-perl/X11-Protocol/X11-Protocol-0.51.ebuild
parentinitial import (diff)
downloadgentoo-2-53d6fc13e3810f470f43f8820c68ff7d63611fae.tar.gz
gentoo-2-53d6fc13e3810f470f43f8820c68ff7d63611fae.tar.bz2
gentoo-2-53d6fc13e3810f470f43f8820c68ff7d63611fae.zip
initial import
Diffstat (limited to 'dev-perl/X11-Protocol/X11-Protocol-0.51.ebuild')
-rw-r--r--dev-perl/X11-Protocol/X11-Protocol-0.51.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/X11-Protocol/X11-Protocol-0.51.ebuild b/dev-perl/X11-Protocol/X11-Protocol-0.51.ebuild
new file mode 100644
index 000000000000..170610a664b8
--- /dev/null
+++ b/dev-perl/X11-Protocol/X11-Protocol-0.51.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/X11-Protocol-0.51.ebuild,v 1.1 2003/08/05 17:24:16 taviso Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+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"
+
+DEPEND="${DEPEND}
+ virtual/x11"