diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-11 09:35:07 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-11 09:35:07 +0000 |
commit | a63582c7e2f7ceae7a34f201d176212e5c3f651a (patch) | |
tree | 808431007fb9a8674a6617b6d852b9dd08cf1ca2 /dev-python/pyxattr | |
parent | Stabling gradm-2.1.10.200702231759 on amd64/x86 to fix the version mismatch b... (diff) | |
download | gentoo-2-a63582c7e2f7ceae7a34f201d176212e5c3f651a.tar.gz gentoo-2-a63582c7e2f7ceae7a34f201d176212e5c3f651a.tar.bz2 gentoo-2-a63582c7e2f7ceae7a34f201d176212e5c3f651a.zip |
Version bump per bug #177903.
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-python/pyxattr')
-rw-r--r-- | dev-python/pyxattr/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/pyxattr/files/digest-pyxattr-0.2.1 | 3 | ||||
-rw-r--r-- | dev-python/pyxattr/pyxattr-0.2.1.ebuild | 19 |
3 files changed, 29 insertions, 2 deletions
diff --git a/dev-python/pyxattr/ChangeLog b/dev-python/pyxattr/ChangeLog index cc40fd03ec95..52d209c7a2fc 100644 --- a/dev-python/pyxattr/ChangeLog +++ b/dev-python/pyxattr/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyxattr -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.13 2006/09/13 23:57:59 kugelfang Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.14 2007/05/11 09:35:07 robbat2 Exp $ + +*pyxattr-0.2.1 (11 May 2007) + + 11 May 2007; Robin H. Johnson <robbat2@gentoo.org> +pyxattr-0.2.1.ebuild: + Version bump per bug #177903. 14 Sep 2006; Danny van Dyk <kugelfang@gentoo.org> pyxattr-0.2.ebuild: Marked stable on amd64. diff --git a/dev-python/pyxattr/files/digest-pyxattr-0.2.1 b/dev-python/pyxattr/files/digest-pyxattr-0.2.1 new file mode 100644 index 000000000000..835bf316ad10 --- /dev/null +++ b/dev-python/pyxattr/files/digest-pyxattr-0.2.1 @@ -0,0 +1,3 @@ +MD5 c2c28332bbeefc2cf0627ecb4c10c9b0 pyxattr-0.2.1.tar.gz 5873 +RMD160 0cdc5e753a72a99073b0f46132078847e92e4f18 pyxattr-0.2.1.tar.gz 5873 +SHA256 d0eeece6ebc2d94771606dd80c0f174812a36bf36c78849c1573334724810324 pyxattr-0.2.1.tar.gz 5873 diff --git a/dev-python/pyxattr/pyxattr-0.2.1.ebuild b/dev-python/pyxattr/pyxattr-0.2.1.ebuild new file mode 100644 index 000000000000..b121ccc8bf7b --- /dev/null +++ b/dev-python/pyxattr/pyxattr-0.2.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.2.1.ebuild,v 1.1 2007/05/11 09:35:07 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="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="virtual/python + sys-apps/attr" +RDEPEND="${DEPEND}" +DOCS="ChangeLog" |