summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-07-01 21:25:16 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-07-01 21:25:16 +0000
commit626c25a27977d5d0ba9cf6a9375c6366dc9cb3e7 (patch)
tree557a84e2f51e9fdbb0ae9aa087f60b2d138ad5b7
parentRemove old ebuilds. Requested by Arfrever (diff)
downloadgentoo-2-626c25a27977d5d0ba9cf6a9375c6366dc9cb3e7.tar.gz
gentoo-2-626c25a27977d5d0ba9cf6a9375c6366dc9cb3e7.tar.bz2
gentoo-2-626c25a27977d5d0ba9cf6a9375c6366dc9cb3e7.zip
Remove old ebuilds. Requested by Arfrever
(Portage version: 2.2.0_alpha42/cvs/Linux x86_64)
-rw-r--r--dev-python/paisley/ChangeLog5
-rw-r--r--dev-python/paisley/paisley-0.1.ebuild31
2 files changed, 4 insertions, 32 deletions
diff --git a/dev-python/paisley/ChangeLog b/dev-python/paisley/ChangeLog
index eaac07348d8c..233858ecb806 100644
--- a/dev-python/paisley/ChangeLog
+++ b/dev-python/paisley/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/paisley
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/ChangeLog,v 1.13 2011/06/24 18:54:35 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/ChangeLog,v 1.14 2011/07/01 21:25:16 hwoarang Exp $
+
+ 01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> -paisley-0.1.ebuild:
+ Remove old ebuilds. Requested by Arfrever
24 Jun 2011; Brent Baude <ranger@gentoo.org> paisley-0.3.1.ebuild:
Marking paisley-0.3.1 ppc for bug 362777
diff --git a/dev-python/paisley/paisley-0.1.ebuild b/dev-python/paisley/paisley-0.1.ebuild
deleted file mode 100644
index 99cbbb5b71de..000000000000
--- a/dev-python/paisley/paisley-0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/paisley-0.1.ebuild,v 1.9 2010/12/26 14:55:03 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-DISTUTILS_SRC_TEST="nosetests"
-
-inherit distutils
-
-DESCRIPTION="Paisley is a CouchDB client written in Python to be used within a Twisted application."
-HOMEPAGE="http://launchpad.net/paisley"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="dev-python/simplejson
- dev-python/twisted
- dev-python/twisted-web"
-DEPEND="${RDEPEND}"
-
-PYTHON_MODNAME="paisley.py"
-
-src_test() {
- distutils_src_test test_paisley.py
-}