summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 15:17:58 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 16:00:09 +0200
commitd053f12f55c252c6e18767a43bf29267f3c97d70 (patch)
tree7847a254fe04c75e99dc02c6df301e8c56a02668 /dev-python/pSQL
parentdev-python/robotframework-sshlibrary: Clean old versions up (diff)
downloadgentoo-d053f12f55c252c6e18767a43bf29267f3c97d70.tar.gz
gentoo-d053f12f55c252c6e18767a43bf29267f3c97d70.tar.bz2
gentoo-d053f12f55c252c6e18767a43bf29267f3c97d70.zip
dev-python/pSQL: Clean old versions up
Diffstat (limited to 'dev-python/pSQL')
-rw-r--r--dev-python/pSQL/Manifest1
-rw-r--r--dev-python/pSQL/pSQL-1.2.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/pSQL/Manifest b/dev-python/pSQL/Manifest
index e874b105d6ed..483889fc1c4a 100644
--- a/dev-python/pSQL/Manifest
+++ b/dev-python/pSQL/Manifest
@@ -1,2 +1 @@
-DIST pSQL-1.2.0.tar.gz 21046 SHA256 fc955844e1263ccaa8e59f10266e280569b8c043c3bade178bda66daf58f80b2 SHA512 f6dc4a87db7faca23a9b70dd20413f9f4f35dee3be001bd443bc8e3bc572316b6103c02de8ff40406811e6c62b40b2b54efa72421dd2742ecc023168c709a3ce WHIRLPOOL 94e1cc3da19b5c2ce5ac9a10710c83ebace2e7e929f061ad670b5baf2af5e38762945fbdba4250961c31d756ed2048f763b9a66d5d99e8b54e9c3d424c5df996
DIST pSQL-1.2.1.tar.gz 21158 SHA256 9467f379656fa3b4053de67baa5bb0e650f1bcc437bbe0c0a7b088d1bf4e31d0 SHA512 39b21327eb2cd1ad6207c08e2ce6507c7d05992ef852fd06427dcb461e5175b24e983e432c8616c759f291d3bfd9906a654834afa79e37cc7c839ddb5e181779 WHIRLPOOL ed997754faa3b100e38656a6cc5b16574327fe0a05de17516bc5b5e6e5329f42c95151f373f45623bb666ed57c314e43d8562f6aa7944ee7afafb4df6ddaf3ed
diff --git a/dev-python/pSQL/pSQL-1.2.0.ebuild b/dev-python/pSQL/pSQL-1.2.0.ebuild
deleted file mode 100644
index 4482535b12e6..000000000000
--- a/dev-python/pSQL/pSQL-1.2.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1
-
-DESCRIPTION="MySQL abstraction layer for python"
-HOMEPAGE="http://software.fionet.com/pSQL/"
-SRC_URI="http://software.fionet.com/pSQL/release/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/mysql-python[${PYTHON_USEDEP}]
- dev-python/egenix-mx-base[${PYTHON_USEDEP}]"
-DEPEND=""
-
-src_install() {
- python_foreach_impl python_domodule pSQL.py
-
- dodoc *pSQL
-}