diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-03-27 10:48:00 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-03-27 10:48:00 +0300 |
commit | 488a2d98adde81ee0595d6bbef33af03edf2c175 (patch) | |
tree | 6fa933e35a206198c339d2f52f90de6fdb0ea324 /app-admin | |
parent | texlive-module.eclass: fix doc installation (diff) | |
download | gentoo-488a2d98adde81ee0595d6bbef33af03edf2c175.tar.gz gentoo-488a2d98adde81ee0595d6bbef33af03edf2c175.tar.bz2 gentoo-488a2d98adde81ee0595d6bbef33af03edf2c175.zip |
sys-apps/entropy: remove last-rited pkg
Closes: https://bugs.gentoo.org/709466
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/equo/Manifest | 1 | ||||
-rw-r--r-- | app-admin/equo/equo-302-r1.ebuild | 41 | ||||
-rw-r--r-- | app-admin/equo/metadata.xml | 8 | ||||
-rw-r--r-- | app-admin/matter/Manifest | 1 | ||||
-rw-r--r-- | app-admin/matter/matter-302-r1.ebuild | 36 | ||||
-rw-r--r-- | app-admin/matter/metadata.xml | 11 |
6 files changed, 0 insertions, 98 deletions
diff --git a/app-admin/equo/Manifest b/app-admin/equo/Manifest deleted file mode 100644 index 83425c6b1a26..000000000000 --- a/app-admin/equo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST entropy-302.tar.bz2 1701434 BLAKE2B 6e95c000921ddcbf2dd360b841245b9d1ea3e0b14aa5c3d9c532cfb0c56ab9746549d39ec5f27a22d3fed3e1e1fa809fc8e443c212403c4c22fe87af8a4b5955 SHA512 9c3e577b9d3d94ec8491fc10012aec1347bfe440c8bdc473df73e424ae4e3eb89bf96e31c444e8d6ff7574848a6ac44f5ed114bc90d2e6b03e4a00f9873c027e diff --git a/app-admin/equo/equo-302-r1.ebuild b/app-admin/equo/equo-302-r1.ebuild deleted file mode 100644 index e962a0d782f6..000000000000 --- a/app-admin/equo/equo-302-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils python-single-r1 bash-completion-r1 - -DESCRIPTION="Entropy Package Manager text-based client" -HOMEPAGE="http://www.sabayon.org" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" -SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" - -S="${WORKDIR}/entropy-${PV}" - -COMMON_DEPEND="${PYTHON_DEPS} - ~sys-apps/entropy-${PV}[${PYTHON_SINGLE_USEDEP}]" -DEPEND="${COMMON_DEPEND} - app-text/asciidoc" -RDEPEND="${COMMON_DEPEND} - sys-apps/file[python]" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_compile() { - cd "${S}"/client || die - emake -} - -src_install() { - cd "${S}"/client || die - emake DESTDIR="${D}" LIBDIR="usr/lib" install - newbashcomp "${S}/misc/equo-completion.bash" equo - - python_optimize "${D}/usr/lib/entropy/client" -} diff --git a/app-admin/equo/metadata.xml b/app-admin/equo/metadata.xml deleted file mode 100644 index d396d1b7e5a1..000000000000 --- a/app-admin/equo/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mudler@gentoo.org</email> - <name>Ettore Di Giacinto</name> - </maintainer> -</pkgmetadata> diff --git a/app-admin/matter/Manifest b/app-admin/matter/Manifest deleted file mode 100644 index 83425c6b1a26..000000000000 --- a/app-admin/matter/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST entropy-302.tar.bz2 1701434 BLAKE2B 6e95c000921ddcbf2dd360b841245b9d1ea3e0b14aa5c3d9c532cfb0c56ab9746549d39ec5f27a22d3fed3e1e1fa809fc8e443c212403c4c22fe87af8a4b5955 SHA512 9c3e577b9d3d94ec8491fc10012aec1347bfe440c8bdc473df73e424ae4e3eb89bf96e31c444e8d6ff7574848a6ac44f5ed114bc90d2e6b03e4a00f9873c027e diff --git a/app-admin/matter/matter-302-r1.ebuild b/app-admin/matter/matter-302-r1.ebuild deleted file mode 100644 index 9505601252b6..000000000000 --- a/app-admin/matter/matter-302-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils python-single-r1 bash-completion-r1 - -DESCRIPTION="Automated Packages Builder for Portage and Entropy" -HOMEPAGE="http://www.sabayon.org" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="+entropy" -SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" - -S="${WORKDIR}/entropy-${PV}/${PN}" - -DEPEND="" -RDEPEND="entropy? ( ~sys-apps/entropy-${PV}[${PYTHON_SINGLE_USEDEP}] ) - sys-apps/file[python] - ${PYTHON_DEPS}" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_install() { - emake DESTDIR="${D}" install - emake DESTDIR="${D}" base-install - if use entropy; then - emake DESTDIR="${D}" entropysrv-install - fi - - python_optimize "${D}/usr/lib/matter" -} diff --git a/app-admin/matter/metadata.xml b/app-admin/matter/metadata.xml deleted file mode 100644 index 975adc49c8bd..000000000000 --- a/app-admin/matter/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mudler@gentoo.org</email> - <name>Ettore Di Giacinto</name> - </maintainer> - <use> - <flag name="entropy">Add Entropy support</flag> - </use> -</pkgmetadata> |