diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-11-05 20:36:46 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-11-05 20:36:46 +0100 |
commit | 92a3be37702ab84838d82c414dcb22593970339e (patch) | |
tree | e2203ba37ea5434dd778151baa78064eceda5b1a /dev-python | |
parent | dev-cpp/geglmm: no need for this anymore (diff) | |
download | eva-92a3be37702ab84838d82c414dcb22593970339e.tar.gz eva-92a3be37702ab84838d82c414dcb22593970339e.tar.bz2 eva-92a3be37702ab84838d82c414dcb22593970339e.zip |
dev-python/importer: no need for this anymore
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/importer/Manifest | 11 | ||||
-rw-r--r-- | dev-python/importer/importer-0.3.5.ebuild | 49 |
2 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/importer/Manifest b/dev-python/importer/Manifest deleted file mode 100644 index 1cce26c..0000000 --- a/dev-python/importer/Manifest +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -DIST importer-0.3.5.tar.gz 16595 RMD160 e49e6cdc1a1c2f02fa5a3bff470949fabaabce1f SHA1 d3b588e19943cfb774c00e94c1efbbe7a14d6a77 SHA256 2db21059a819eb24e2c78334c534b27e2faa9ba4602e4d0d70d9087c83d8127e ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.18 (GNU/Linux) - -iEYEARECAAYFAk7ilGgACgkQ1fmVwcYIWAbvGQCfXKA4sMA1PuBdmp8T8ArdTPJT -6T4AoNrjfQw2MdIfk+jVGbS5heyiQRpy -=vZWR ------END PGP SIGNATURE----- diff --git a/dev-python/importer/importer-0.3.5.ebuild b/dev-python/importer/importer-0.3.5.ebuild deleted file mode 100644 index 7646102..0000000 --- a/dev-python/importer/importer-0.3.5.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -PYTHON_DEPEND="2:2.5" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit autotools autotools-utils python - -DESCRIPTION="Pseudo-RPC system in use at SmartJog" -HOMEPAGE="https://github.com/SmartJog/importer" -SRC_URI="https://github.com/SmartJog/${PN}/tarball/v${PV} -> ${PF}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - app-text/txt2tags -" - -S="${WORKDIR}/SmartJog-${PN}-2e60b42" - -pkg_setup() { - DOCS="ChangeLog" - python_pkg_setup -} - -src_prepare() { - eautoreconf - autotools-utils_src_prepare -} - -src_configure() { - autotools-utils_src_configure \ - --localstatedir=/var \ - --docdir=/usr/share/doc/${PF} -} - -src_install() { - autotools-utils_src_install - python_clean_installation_image - python_convert_shebangs -r -x 2 "${D}" -} - |