diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-07-22 01:39:46 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-07-22 01:39:46 +0000 |
commit | 322bdf35ee019322f567e48b074b27a70810b848 (patch) | |
tree | 4d36ae0297062a810801069b5e0a9e4b6d6614a9 /app-portage | |
parent | Remove old. (diff) | |
download | gentoo-2-322bdf35ee019322f567e48b074b27a70810b848.tar.gz gentoo-2-322bdf35ee019322f567e48b074b27a70810b848.tar.bz2 gentoo-2-322bdf35ee019322f567e48b074b27a70810b848.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/euscan/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/euscan/euscan-0.1.0.ebuild | 36 | ||||
-rw-r--r-- | app-portage/euscan/euscan-0.1.1.ebuild | 36 |
3 files changed, 5 insertions, 73 deletions
diff --git a/app-portage/euscan/ChangeLog b/app-portage/euscan/ChangeLog index 2353bdc3dc92..f597631689de 100644 --- a/app-portage/euscan/ChangeLog +++ b/app-portage/euscan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/euscan # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/euscan/ChangeLog,v 1.14 2015/04/08 07:30:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/euscan/ChangeLog,v 1.15 2015/07/22 01:39:46 mrueg Exp $ + + 22 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -euscan-0.1.0.ebuild, + -euscan-0.1.1.ebuild: + Remove old. 08 Apr 2015; Michał Górny <mgorny@gentoo.org> euscan-0.1.1-r1.ebuild, euscan-9999.ebuild: diff --git a/app-portage/euscan/euscan-0.1.0.ebuild b/app-portage/euscan/euscan-0.1.0.ebuild deleted file mode 100644 index 838fab71f485..000000000000 --- a/app-portage/euscan/euscan-0.1.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/euscan/euscan-0.1.0.ebuild,v 1.4 2014/07/06 12:34:51 mgorny Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.[45] 3.* 2.7-pypy-*" -PYTHON_USE_WITH="xml" -PYTHON_NONVERSIONED_EXECUTABLES=(".*") - -inherit distutils python - -DESCRIPTION="Ebuild upstream scan utility" -HOMEPAGE="http://euscan.iksaif.net" -SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -KEYWORDS="~amd64 ~x86" - -DEPEND="sys-apps/portage" -RDEPEND="${DEPEND} - >=app-portage/gentoolkit-0.2.8 - dev-python/setuptools - dev-python/beautifulsoup:python-2" - -distutils_src_compile_pre_hook() { - echo VERSION="${PV}" "$(PYTHON)" setup.py set_version - VERSION="${PV}" "$(PYTHON)" setup.py set_version -} - -src_compile() { - distutils_src_compile -} diff --git a/app-portage/euscan/euscan-0.1.1.ebuild b/app-portage/euscan/euscan-0.1.1.ebuild deleted file mode 100644 index 4827fae0ac93..000000000000 --- a/app-portage/euscan/euscan-0.1.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/euscan/euscan-0.1.1.ebuild,v 1.5 2014/07/06 12:34:51 mgorny Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.[45] 3.* 2.7-pypy-*" -PYTHON_USE_WITH="xml" -PYTHON_NONVERSIONED_EXECUTABLES=(".*") - -inherit distutils python - -DESCRIPTION="Ebuild upstream scan utility" -HOMEPAGE="http://euscan.iksaif.net" -SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -DEPEND="sys-apps/portage" -RDEPEND="${DEPEND} - >=app-portage/gentoolkit-0.2.8 - dev-python/setuptools - dev-python/beautifulsoup:python-2" - -distutils_src_compile_pre_hook() { - echo VERSION="${PV}" "$(PYTHON)" setup.py set_version - VERSION="${PV}" "$(PYTHON)" setup.py set_version -} - -src_compile() { - distutils_src_compile -} |