summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-06-03 18:09:38 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2024-06-04 01:23:30 +0100
commitadfb03b4b888154b22925f41d07002774b0318ae (patch)
tree97e13531fe522ed4c57a1b6d0b8ad6677d306d3b /dev-db
parentBump deswappify-auth and powerline-gitstatus python_compat (diff)
downloadportage-adfb03b4b888154b22925f41d07002774b0318ae.tar.bz2
portage-adfb03b4b888154b22925f41d07002774b0318ae.tar.xz
portage-adfb03b4b888154b22925f41d07002774b0318ae.zip
Remove unrequired python things
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pg_chameleon/Manifest2
-rw-r--r--dev-db/pg_chameleon/pg_chameleon-2.0.16-r1.ebuild28
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-db/pg_chameleon/Manifest b/dev-db/pg_chameleon/Manifest
deleted file mode 100644
index c236ef9..0000000
--- a/dev-db/pg_chameleon/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pg_chameleon-2.0.16.tar.gz 342137 BLAKE2B 2cbec5e63bdd4a14d8981eb668bc631504e37e3b533a26f18e9636be56953d3f7e22718f29617838097bca9db45032b116e422a1ff0645795f006bfeb4ad41ba SHA512 9cc0765cd9c1322cd4370690f9723ab79d18ed0afcea6fb0f297873be1f4acd4981547fe8e276e5b5a0a40c67c9cf429b9e65bcf435e363b2b9de709ebe30f1f
-EBUILD pg_chameleon-2.0.16-r1.ebuild 734 BLAKE2B 3c7031febe647baa21705c969a0edbbc97637bd3e0d6671ea009ba5318716205f4c5db2b99d21f02d69126f0241a4304100645dae8701df78ee334977513c35b SHA512 8b6612141da39f872a01767a3376e24551dc872ab65b499ce04c358d11f1c8e8577b70fbefb6a732426f7d3634676aaed61d9741d6438851728cdbca45b5bb00
diff --git a/dev-db/pg_chameleon/pg_chameleon-2.0.16-r1.ebuild b/dev-db/pg_chameleon/pg_chameleon-2.0.16-r1.ebuild
deleted file mode 100644
index c607b50..0000000
--- a/dev-db/pg_chameleon/pg_chameleon-2.0.16-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="MySQL to PostgreSQL replica system"
-HOMEPAGE="https://pgchameleon.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- >=dev-python/daemonize-2.4.7[${PYTHON_USEDEP}]
- >=dev-python/mysql-replication-0.22[${PYTHON_USEDEP}]
- >=dev-python/psycopg-2.8.3[${PYTHON_USEDEP}]
- <dev-python/pymysql-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-5.1.2[${PYTHON_USEDEP}]
- >=dev-python/rollbar-0.13.17[${PYTHON_USEDEP}]
- >=dev-python/tabulate-0.8.1[${PYTHON_USEDEP}]"
-BDEPEND=""