summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-01-22 19:23:53 +0000
committerJustin Lecher <jlec@gentoo.org>2013-01-22 19:23:53 +0000
commit682c03504de4a63869d54034dda6ea69aa80ebd1 (patch)
treec1907a18fe49b45837e9886741f22937a605a886 /virtual
parentStable for HPPA (bug #451636). (diff)
downloadgentoo-2-682c03504de4a63869d54034dda6ea69aa80ebd1.tar.gz
gentoo-2-682c03504de4a63869d54034dda6ea69aa80ebd1.tar.bz2
gentoo-2-682c03504de4a63869d54034dda6ea69aa80ebd1.zip
virtual/pmw: New Virtual
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/pmw/ChangeLog9
-rw-r--r--virtual/pmw/Manifest3
-rw-r--r--virtual/pmw/metadata.xml8
-rw-r--r--virtual/pmw/pmw-1.ebuild26
4 files changed, 46 insertions, 0 deletions
diff --git a/virtual/pmw/ChangeLog b/virtual/pmw/ChangeLog
new file mode 100644
index 000000000000..95de28c190db
--- /dev/null
+++ b/virtual/pmw/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for virtual/pmw
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/pmw/ChangeLog,v 1.1 2013/01/22 19:23:53 jlec Exp $
+
+*pmw-1 (22 Jan 2013)
+
+ 22 Jan 2013; Justin Lecher <jlec@gentoo.org> +pmw-1.ebuild, +metadata.xml:
+ New Virtual
+
diff --git a/virtual/pmw/Manifest b/virtual/pmw/Manifest
new file mode 100644
index 000000000000..16ce2df239d1
--- /dev/null
+++ b/virtual/pmw/Manifest
@@ -0,0 +1,3 @@
+EBUILD pmw-1.ebuild 669 SHA256 a03f5db2538cb2df0774f3051742224cf5b3a3a707ae5bbcf344dfd07e067434 SHA512 e50d59fee1d39a57fd542d554b553e75c1ffab1b7390727d3331e13827705418153f40340fabeb406dda0f0db884b87308689e6be4d8ffaa25c5b945d002493e WHIRLPOOL 284f8cbba7b5d8f54bf97dde7d6baa6f94f30a0fae18965630eb377637b1ad192c269b5efadf913b14145cfdad8abf424d4bf0c00e171aaec496d657ed7cd88e
+MISC ChangeLog 226 SHA256 6a017456a1d628f353f59bda87ea10f03e6e8c8ee52e7735aa71b44d8dd7c74a SHA512 2e42311d92422189e8cb6b1d40d7ee9785d06574b3e62f7314b1d779688bcb5df69f6c04f14933c300cc70f4144d4b79f2d188637dea0f238cd896e214e19338 WHIRLPOOL e1c67424aae3766e77ceb66c478d72e56d4e2ee0f31160ec5d9b87ff873f318deca37210eaa0a07171d5754417349b224ef08313ac05d04ac1a119b3a50cc1bc
+MISC metadata.xml 227 SHA256 aef43758cae524923aefea72b3a1f2896b3dcca8d0135dc75a08149549388105 SHA512 40677314811b092252949d13d1d07aaf721f7e8ba47da28ac21239f881e7c919bcad9384d2f0bf0eff95e11912443aa1f2bab7e94e1a3029c9aa97a3654795dc WHIRLPOOL 1ce8a3cc4ae9ce91daa6bd030e5be25fdbee0fc29e14b943024c932cff8d6da58c6d152d02fb8703fc285331f3dd010ec832f8a5ddb18c7cd33c9ae97507dd76
diff --git a/virtual/pmw/metadata.xml b/virtual/pmw/metadata.xml
new file mode 100644
index 000000000000..6c90e346eb69
--- /dev/null
+++ b/virtual/pmw/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/virtual/pmw/pmw-1.ebuild b/virtual/pmw/pmw-1.ebuild
new file mode 100644
index 000000000000..eed30fe14f6a
--- /dev/null
+++ b/virtual/pmw/pmw-1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/pmw/pmw-1.ebuild,v 1.1 2013/01/22 19:23:53 jlec Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
+
+inherit python-r1
+
+DESCRIPTION="A virtual for pmw, for Python 2 & 3"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+ $(python_gen_cond_dep \
+ "dev-python/pmw:py2[$(python_gen_usedep python2*)]" \
+ python2*)
+ $(python_gen_cond_dep \
+ "dev-python/pmw:py3[$(python_gen_usedep python3*)]" \
+ python3*)"