summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-24 15:13:08 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-24 15:53:25 -0400
commit69a45b5b62c65aab19fea6d9402d8c0f767b3538 (patch)
tree8875b8607847200e5b667dadf0ee53337c0e2add
parentsys-apps/hprofile: drop old EAPI=5 (diff)
downloadgentoo-69a45b5b62c65aab19fea6d9402d8c0f767b3538.tar.gz
gentoo-69a45b5b62c65aab19fea6d9402d8c0f767b3538.tar.bz2
gentoo-69a45b5b62c65aab19fea6d9402d8c0f767b3538.zip
sys-apps/lmctfy: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r--sys-apps/lmctfy/Manifest3
-rw-r--r--sys-apps/lmctfy/lmctfy-0.2.0.ebuild35
-rw-r--r--sys-apps/lmctfy/lmctfy-0.3.0.ebuild35
-rw-r--r--sys-apps/lmctfy/lmctfy-0.3.1.ebuild35
-rw-r--r--sys-apps/lmctfy/lmctfy-0.5.0.ebuild35
5 files changed, 0 insertions, 143 deletions
diff --git a/sys-apps/lmctfy/Manifest b/sys-apps/lmctfy/Manifest
index a20a99746b6c..d5ba1169d978 100644
--- a/sys-apps/lmctfy/Manifest
+++ b/sys-apps/lmctfy/Manifest
@@ -1,4 +1 @@
-DIST lmctfy-0.2.0.tar.gz 2291473 BLAKE2B 1cfa587476215e6cc75f8b31e8c0ff7be342d75d4deee0ddb5d31a8105450aa16b175a2cf876345959aa6bb01249c607b64a551834d7e10b97aeb3f253e05052 SHA512 533990025a9a88e2e2a467e571a80a5b057a0ef3523bfc71c155ad81e6a89463d1e1e094323d5dc875f1b86f4d2d2749819d10b8d6c781e06a93bd37747f12be
-DIST lmctfy-0.3.0.tar.gz 2305226 BLAKE2B 77b0e0c15d46f66fda59da799e37fd37fb70b53b25a13cb0ac3a484bf90ee0e6e4d57e5de13e06954336ca1611db67fe6dfc7a7a8cb9fa6ef7a615209229629f SHA512 9083af2d2b9ea34e6dbb911a24cf7b8a7fe5aa3a0f464d20115db86b5abac530d24122079f97ea2ef98bf4fb20a3980e598d89f38b570ba796665b0af08339d5
-DIST lmctfy-0.3.1.tar.gz 2312481 BLAKE2B 253f177879d85c131c21e2d9e9d2c651e7168ee9d55294014627dd522f3789759db5e8d8c82e189386621a1ada9854922bf0e8525c33f5b237e85c49da51c3c1 SHA512 ab9f2a065a49fae00b540c0592d9356022ba14e0f9dc681731e0757c259f3632a9b34b5fc629eaf2d0943d59e7747af06cfe59a64f447192e8c196a9d41b9522
DIST lmctfy-0.5.0.tar.gz 2447650 BLAKE2B f40126ccb16b43921e39c23b82ee81a982e97c8bcd7e316568a313e3dd854cc0995f18aba7f6dd48418c3754a3ab92516b2c896136d00006d162044e6f6cd0e6 SHA512 638472b3e8cc98e7ff7ecc48eb0f58fb6a74600db22b7a1962ac3fe137d3549233f3f3b0c97f5783dff6f1851f9c3f9b0607fedea91cb23c1124ed8e2b54aea1
diff --git a/sys-apps/lmctfy/lmctfy-0.2.0.ebuild b/sys-apps/lmctfy/lmctfy-0.2.0.ebuild
deleted file mode 100644
index a239974b055b..000000000000
--- a/sys-apps/lmctfy/lmctfy-0.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Linux application container management from Google"
-HOMEPAGE="https://github.com/google/lmctfy"
-SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-libs/protobuf
- dev-cpp/gflags
- dev-libs/re2
- "
-RDEPEND="${DEPEND}"
-
-src_compile() {
- # test deps take too long to compile
- use test && emake || emake lmctfy liblmctfy.a
-}
-
-src_install() {
- # silly upstream!
- mkdir -p "${D}/usr/bin"
- cp "${S}/bin/lmctfy/cli/lmctfy" "${D}/usr/bin/" || die "Failed to copy cli binary"
- dolib.a "${S}/bin/liblmctfy.a"
-}
diff --git a/sys-apps/lmctfy/lmctfy-0.3.0.ebuild b/sys-apps/lmctfy/lmctfy-0.3.0.ebuild
deleted file mode 100644
index a239974b055b..000000000000
--- a/sys-apps/lmctfy/lmctfy-0.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Linux application container management from Google"
-HOMEPAGE="https://github.com/google/lmctfy"
-SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-libs/protobuf
- dev-cpp/gflags
- dev-libs/re2
- "
-RDEPEND="${DEPEND}"
-
-src_compile() {
- # test deps take too long to compile
- use test && emake || emake lmctfy liblmctfy.a
-}
-
-src_install() {
- # silly upstream!
- mkdir -p "${D}/usr/bin"
- cp "${S}/bin/lmctfy/cli/lmctfy" "${D}/usr/bin/" || die "Failed to copy cli binary"
- dolib.a "${S}/bin/liblmctfy.a"
-}
diff --git a/sys-apps/lmctfy/lmctfy-0.3.1.ebuild b/sys-apps/lmctfy/lmctfy-0.3.1.ebuild
deleted file mode 100644
index a239974b055b..000000000000
--- a/sys-apps/lmctfy/lmctfy-0.3.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Linux application container management from Google"
-HOMEPAGE="https://github.com/google/lmctfy"
-SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-libs/protobuf
- dev-cpp/gflags
- dev-libs/re2
- "
-RDEPEND="${DEPEND}"
-
-src_compile() {
- # test deps take too long to compile
- use test && emake || emake lmctfy liblmctfy.a
-}
-
-src_install() {
- # silly upstream!
- mkdir -p "${D}/usr/bin"
- cp "${S}/bin/lmctfy/cli/lmctfy" "${D}/usr/bin/" || die "Failed to copy cli binary"
- dolib.a "${S}/bin/liblmctfy.a"
-}
diff --git a/sys-apps/lmctfy/lmctfy-0.5.0.ebuild b/sys-apps/lmctfy/lmctfy-0.5.0.ebuild
deleted file mode 100644
index 26f7f25c22ba..000000000000
--- a/sys-apps/lmctfy/lmctfy-0.5.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Linux application container management from Google"
-HOMEPAGE="https://github.com/google/lmctfy"
-SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-libs/protobuf
- >=dev-cpp/gflags-2.1.1
- dev-libs/re2
- dev-lang/go
- sys-libs/libapparmor
- "
-RDEPEND="${DEPEND}"
-
-src_compile() {
- # test deps take too long to compile
- use test && emake || emake lmctfy liblmctfy.a
-}
-
-src_install() {
- dobin bin/lmctfy/cli/lmctfy
- dolib.a bin/liblmctfy.a
-}