summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-09-21 16:54:14 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-09-21 16:54:14 +0000
commite637a91ec1ca41667fa2096018c22b38b402bb47 (patch)
treeab94265c493aad5c70fbc35d5474c5e8ee1a6e94 /dev-python
parentInitial commit, ebuild submitted by Thomas Bettler <bettlertho@sis.unibe.ch>,... (diff)
downloadgentoo-2-e637a91ec1ca41667fa2096018c22b38b402bb47.tar.gz
gentoo-2-e637a91ec1ca41667fa2096018c22b38b402bb47.tar.bz2
gentoo-2-e637a91ec1ca41667fa2096018c22b38b402bb47.zip
Initial commit, ebuild submitted by Thomas Bettler <bettlertho@sis.unibe.ch>, dependancy for new rdiff-backup.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyxattr/ChangeLog10
-rw-r--r--dev-python/pyxattr/Manifest2
-rw-r--r--dev-python/pyxattr/files/digest-pyxattr-0.21
-rw-r--r--dev-python/pyxattr/pyxattr-0.2.ebuild18
4 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/pyxattr/ChangeLog b/dev-python/pyxattr/ChangeLog
new file mode 100644
index 000000000000..c1a69d4a6bd7
--- /dev/null
+++ b/dev-python/pyxattr/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/pyxattr
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.1 2005/09/21 16:54:14 robbat2 Exp $
+
+*pyxattr-0.2 (21 Sep 2005)
+
+ 21 Sep 2005; Robin H. Johnson <robbat2@gentoo.org> +pyxattr-0.2.ebuild:
+ Initial commit, ebuild submitted by Thomas Bettler
+ <bettlertho@sis.unibe.ch>, dependancy for new rdiff-backup.
+
diff --git a/dev-python/pyxattr/Manifest b/dev-python/pyxattr/Manifest
new file mode 100644
index 000000000000..146a5621ddee
--- /dev/null
+++ b/dev-python/pyxattr/Manifest
@@ -0,0 +1,2 @@
+MD5 6496e89eb5d9cd3fe64cfce714c297f1 pyxattr-0.2.ebuild 600
+MD5 0beae7b52d1e4edc0efc5bd00d5dca1d files/digest-pyxattr-0.2 61
diff --git a/dev-python/pyxattr/files/digest-pyxattr-0.2 b/dev-python/pyxattr/files/digest-pyxattr-0.2
new file mode 100644
index 000000000000..8b340acefe51
--- /dev/null
+++ b/dev-python/pyxattr/files/digest-pyxattr-0.2
@@ -0,0 +1 @@
+MD5 6f824d05d6052c05f327d619f92c8a5a pyxattr-0.2.tar.gz 5265
diff --git a/dev-python/pyxattr/pyxattr-0.2.ebuild b/dev-python/pyxattr/pyxattr-0.2.ebuild
new file mode 100644
index 000000000000..fccc006ac456
--- /dev/null
+++ b/dev-python/pyxattr/pyxattr-0.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.2.ebuild,v 1.1 2005/09/21 16:54:14 robbat2 Exp $
+
+inherit distutils
+
+DESCRIPTION="Python interface to xattr"
+HOMEPAGE="http://sourceforge.net/projects/pyxattr/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="virtual/python
+ sys-apps/attr"
+RDEPEND="${DEPEND}"