summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-06-28 06:11:53 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-06-28 06:11:53 +0000
commit86c4e092fab0ca12fc7538276d00747c3c00bdf8 (patch)
tree8df75817a294cf8778794540eb8b8c48431e1793 /dev-python/biplist
parentRemove old versions. (diff)
downloadgentoo-2-86c4e092fab0ca12fc7538276d00747c3c00bdf8.tar.gz
gentoo-2-86c4e092fab0ca12fc7538276d00747c3c00bdf8.tar.bz2
gentoo-2-86c4e092fab0ca12fc7538276d00747c3c00bdf8.zip
Bump
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/biplist')
-rw-r--r--dev-python/biplist/ChangeLog8
-rw-r--r--dev-python/biplist/biplist-0.5.ebuild26
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-python/biplist/ChangeLog b/dev-python/biplist/ChangeLog
index e896dff4c625..1772a1a8154b 100644
--- a/dev-python/biplist/ChangeLog
+++ b/dev-python/biplist/ChangeLog
@@ -1,10 +1,14 @@
# ChangeLog for dev-python/biplist
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/biplist/ChangeLog,v 1.1 2012/04/25 19:43:51 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/biplist/ChangeLog,v 1.2 2012/06/28 06:11:53 patrick Exp $
+
+*biplist-0.5 (28 Jun 2012)
+
+ 28 Jun 2012; Patrick Lauer <patrick@gentoo.org> +biplist-0.5.ebuild:
+ Bump
*biplist-0.4 (25 Apr 2012)
25 Apr 2012; Theo Chatzimichos <tampakrap@gentoo.org> +biplist-0.4.ebuild,
+metadata.xml:
Initial commit, ebuild by idella4
-
diff --git a/dev-python/biplist/biplist-0.5.ebuild b/dev-python/biplist/biplist-0.5.ebuild
new file mode 100644
index 000000000000..b32ef310bb94
--- /dev/null
+++ b/dev-python/biplist/biplist-0.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/biplist/biplist-0.5.ebuild,v 1.1 2012/06/28 06:11:53 patrick Exp $
+
+EAPI=4
+PYTHON_DEPEND="2:2.6"
+SUPPORT_PYTHON_ABIS=1
+RESTRICT_PYTHON_ABIS="2.5 3.*"
+DISTUTILS_SRC_TEST=nosetests
+inherit distutils
+
+DESCRIPTION="A binary plist parser/generator for Python"
+HOMEPAGE="http://pypi.python.org/pypi/biplist/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-python/coverage
+ dev-python/setuptools
+ test? ( dev-python/nose
+ dev-python/six )"