From ba49bd3f98d542009c2380ce383298cb2860a7c6 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Thu, 15 Jun 2017 12:32:23 +0200 Subject: [PATCH] merged ebuild into main Gentoo overlay, not longer need separate tracking --- dev-db/sadisplay/Manifest | 1 - dev-db/sadisplay/metadata.xml | 21 --------------------- dev-db/sadisplay/sadisplay-0.4.8.ebuild | 25 ------------------------- 3 files changed, 47 deletions(-) delete mode 100644 dev-db/sadisplay/Manifest delete mode 100644 dev-db/sadisplay/metadata.xml delete mode 100644 dev-db/sadisplay/sadisplay-0.4.8.ebuild diff --git a/dev-db/sadisplay/Manifest b/dev-db/sadisplay/Manifest deleted file mode 100644 index 9493dc7..0000000 --- a/dev-db/sadisplay/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sadisplay-0.4.8.tar.gz 9063 SHA256 30d786c33c62ca91b65d6e70753455d0a57fe67737856fa0f00f7ddb9789c9e5 SHA512 c3707f90a20028fdb164caa3037f4ffff3da3f4bc763c400f8204dae4d7d71862e65902892d8ad0fe3bbe636cf87e4f96a475e01e8ce0ac55bed4e17073e3308 WHIRLPOOL 18c5d8b180c8390eb8d0d320b5889e5c8daa6b1191ccb017d7d1845c2c41d5d939a98c8a7d70d84d2de217f296e20830653c836a022ec668ed0042673d3af263 diff --git a/dev-db/sadisplay/metadata.xml b/dev-db/sadisplay/metadata.xml deleted file mode 100644 index 5e098e1..0000000 --- a/dev-db/sadisplay/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - horea.christ@gmail.com - Horea Christian - - - proxy-maint@gentoo.org - Proxy Maintainers - - - Simple package for describing SQLAlchemy schema and display raw - database tables by reflecting feature. Works with mapped classes - and raw tables. Relation detecting by ForeignKey columns. - Supports mapped class inherit. - - - estin/sadisplay - - diff --git a/dev-db/sadisplay/sadisplay-0.4.8.ebuild b/dev-db/sadisplay/sadisplay-0.4.8.ebuild deleted file mode 100644 index bdb8da7..0000000 --- a/dev-db/sadisplay/sadisplay-0.4.8.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="SqlAlchemy schema display script" -HOMEPAGE="https://bitbucket.org/estin/sadisplay/wiki/Home" -COMMIT_ID="d67d12894ebd" -SRC_URI="https://bitbucket.org/estin/sadisplay/get/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-python/sqlalchemy[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} ) - " -S="${WORKDIR}/estin-${PN}-${COMMIT_ID}"