[app-admin/equo] Drop old
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST entropy-316.tar.bz2 1839894 BLAKE2B db2c4ce8fe3d3fab69d84c48601219975204fef66afc17930b1947a8c638d2545c255c1025d1b2d13c2ce858ff3ce5319eff39ea5a054c088f6a654b5a00ec6d SHA512 a80db9f383e9b924a3415fcd28dc19fcad2dba806f7eb7c5f6019e033ce1cc41548c1437d39639b9b2a2b368543227d1f0a7d569d9f3c1c80db9af5ecd746e57
|
||||
DIST entropy-317.tar.bz2 1840202 BLAKE2B 46aa05f97758ff85cc4539680e006bd0b4e0c424bc24c26da159f9107474c1daed06e195c8ddbc01c0b25d4dfb800c1102cf124d46510093c500caea32811cf2 SHA512 0e3beea4e59ec1c34e671fe9cc69d5e9f06e7ad38e74e08a37af990d3f5d184a626480c8ed38a2cb88b33c27c909cdf19ed4d772285b75a807423eebfd010d97
|
||||
DIST entropy-318.tar.bz2 1840399 BLAKE2B 2660b0c34287f76abf026801ba14ec4c2fc10ad99692851791de0345a6b37a48627c459b6a4a4274bf8e0844a1e5665861f322b3ccb08d3c42cd9ef8dc0d415c SHA512 fb9c970a4c3a6b9c8391063457597d6dddacb477258343996a999c21b97359f0cd6595f8ca4df323f74e81078fade3fee7272f24eb489f9e5be6859ff2ed056f
|
||||
DIST entropy-319.tar.bz2 1843077 BLAKE2B 300335dd9bbb8f6fe2cbbaae25362af295239bd3e992f6ffedb2d9256ebb58e8e497e8569af86a960a8e4bd954f79fad06ce7fa6692fae24bc98f052d64a1fc8 SHA512 22d3d5052882609ee7c1d4e0eeb0b6cdf679e58319d31eaa9692e1e8e3c46ee2b946a97709a6737c5575887d3b3d3cfa06f12015c5ed1869c990218c3474ec4d
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
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}/client"
|
||||
MISC_DIR="${WORKDIR}/entropy-${PV}/misc"
|
||||
|
||||
COMMON_DEPEND="${PYTHON_DEPS}
|
||||
~sys-apps/entropy-${PV}[${PYTHON_USEDEP}]"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
app-text/asciidoc"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
sys-apps/file[python]"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
python_fix_shebang "${S}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" LIBDIR="usr/lib" install
|
||||
newbashcomp "${MISC_DIR}/equo-completion.bash" equo
|
||||
|
||||
python_optimize "${D}/usr/lib/entropy/client"
|
||||
}
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
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}/client"
|
||||
MISC_DIR="${WORKDIR}/entropy-${PV}/misc"
|
||||
|
||||
COMMON_DEPEND="${PYTHON_DEPS}
|
||||
~sys-apps/entropy-${PV}[${PYTHON_USEDEP}]"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
app-text/asciidoc"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
sys-apps/file[python]"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
python_fix_shebang "${S}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" LIBDIR="usr/lib" install
|
||||
newbashcomp "${MISC_DIR}/equo-completion.bash" equo
|
||||
|
||||
python_optimize "${D}/usr/lib/entropy/client"
|
||||
}
|
||||
Reference in New Issue
Block a user