* [gentoo-commits] repo/gentoo:master commit in: dev-python/adodb-py/files/, dev-python/adodb-py/
@ 2018-04-24 7:48 Mikle Kolyada
0 siblings, 0 replies; only message in thread
From: Mikle Kolyada @ 2018-04-24 7:48 UTC (permalink / raw
To: gentoo-commits
commit: 98aa60bde897480daf20a787a089937ba44422ae
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 07:47:31 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 07:48:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98aa60bd
dev-python/adodb-py: remove last rited package
Closes: https://bugs.gentoo.org/643614
dev-python/adodb-py/Manifest | 1 -
dev-python/adodb-py/adodb-py-2.20-r1.ebuild | 35 ----------------------
.../files/adodb-py_sandbox_violation.patch | 22 --------------
dev-python/adodb-py/metadata.xml | 15 ----------
4 files changed, 73 deletions(-)
diff --git a/dev-python/adodb-py/Manifest b/dev-python/adodb-py/Manifest
deleted file mode 100644
index 5e3598fb2a4..00000000000
--- a/dev-python/adodb-py/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST adodb-220.zip 32438 BLAKE2B 9236d7a411ed2fe952a7f1c4691860adc8e4155e1268c260266dbee5f9d10ac1f66ac20b107d310e379d61573dddaf7ba64833835447ac4856f271676ab81305 SHA512 7aba87a32835b51639240194bc0745d58fd713fe2d6d5d5145f82eb1acb192377bc5dae904fa013b323f38ccd9d8dff77d99c0a8c91e1ee38c21e6a6b05a81d8
diff --git a/dev-python/adodb-py/adodb-py-2.20-r1.ebuild b/dev-python/adodb-py/adodb-py-2.20-r1.ebuild
deleted file mode 100644
index c945d58692c..00000000000
--- a/dev-python/adodb-py/adodb-py-2.20-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='sqlite?'
-
-inherit distutils-r1
-
-MY_P=${PN/-py/}-${PV//./}
-
-DESCRIPTION="Active Data Objects Data Base library for Python"
-HOMEPAGE="http://adodb.sourceforge.net/"
-SRC_URI="mirror://sourceforge/adodb/${MY_P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc ppc64 x86"
-IUSE="mysql postgres sqlite"
-
-RDEPEND="postgres? ( dev-python/psycopg:0[${PYTHON_USEDEP}] )
- mysql? ( >=dev-python/mysql-python-0.9.2[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
- "${FILESDIR}/${PN}_sandbox_violation.patch"
-)
-
-python_install_all() {
- local HTML_DOCS=( adodb-py-docs.htm *.gif )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/adodb-py/files/adodb-py_sandbox_violation.patch b/dev-python/adodb-py/files/adodb-py_sandbox_violation.patch
deleted file mode 100644
index ca79eb5a7db..00000000000
--- a/dev-python/adodb-py/files/adodb-py_sandbox_violation.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -uNtr adodb-220.orig/setup.py adodb-220/setup.py
---- adodb-220.orig/setup.py 2008-07-16 15:28:26.000000000 -0430
-+++ adodb-220/setup.py 2009-09-19 00:01:24.000000000 -0430
-@@ -25,17 +25,3 @@
- except:
- pass
-
--
--for p in sys.path:
-- if p.find('site-packages')>0:
-- trydel(p+os.sep+'adodb.py')
-- trydel(p+os.sep+'adodb_access.py')
-- trydel(p+os.sep+'adodb_mssql.py')
-- trydel(p+os.sep+'adodb_mxodbc.py')
-- trydel(p+os.sep+'adodb_mxoracle.py')
-- trydel(p+os.sep+'adodb_mysql.py')
-- trydel(p+os.sep+'adodb_oci8.py')
-- trydel(p+os.sep+'adodb_odbc.py')
-- trydel(p+os.sep+'adodb_odbc_mssql.py')
-- trydel(p+os.sep+'adodb_postgres.py')
-- trydel(p+os.sep+'adodb_vfp.py')
-\ No newline at end of file
diff --git a/dev-python/adodb-py/metadata.xml b/dev-python/adodb-py/metadata.xml
deleted file mode 100644
index 8b3824a4c38..00000000000
--- a/dev-python/adodb-py/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription>Database abstraction library for Python</longdescription>
- <longdescription lang="ja">
-Python言語用データベース抽象化ライブラリです。
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">adodb</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-04-24 7:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-24 7:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/adodb-py/files/, dev-python/adodb-py/ Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox