summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-11 13:27:11 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-11 18:20:56 +0200
commit906d938454f4f7d180038c9ea03cd46e46fdaddb (patch)
tree0839af3b0ed1bee00a3c4bb63a078532322d9d86
parentsys-auth/yubico-piv-tool: Drop old (diff)
downloadgentoo-906d938454f4f7d180038c9ea03cd46e46fdaddb.tar.gz
gentoo-906d938454f4f7d180038c9ea03cd46e46fdaddb.tar.bz2
gentoo-906d938454f4f7d180038c9ea03cd46e46fdaddb.zip
sys-libs/libstatgrab: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sys-libs/libstatgrab/Manifest1
-rw-r--r--sys-libs/libstatgrab/libstatgrab-0.17.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/sys-libs/libstatgrab/Manifest b/sys-libs/libstatgrab/Manifest
index 594a4436ae9f..01a4f85a8e77 100644
--- a/sys-libs/libstatgrab/Manifest
+++ b/sys-libs/libstatgrab/Manifest
@@ -1,2 +1 @@
-DIST libstatgrab-0.17.tar.gz 463224 BLAKE2B fff9f0833a0320de469c81d1dd10a62f0a81413a243c38d449ea8129a4635f55056d431f2b585b5f77082829438c8945d961c4a6ca1db13e0b4c9689bfd47905 SHA512 feb8d8aa345d57a9036700d580a7d1e21aed9bb2063b46b2c57a59fce00eb20a22590e5e391c8a9a1f43055c14a6ce3fcf648b98f1fec3b4efd270455a2933e3
DIST libstatgrab-0.91.tar.gz 776046 BLAKE2B 29906d4df8b8e8f1ae8fedf5ccac12b282b5cba66715a2d1b51059426e7cb073862e49cbee535c0f9ea7a34171cbc3d143a38a92149ffe5f22ed9ec426fec0be SHA512 f360f2e1b185bf9603b1d9c50649b0050e9502128ff81a9f4de88457e2f5203deafe7fd7ac13ebc4cc56e6ecd1bdf8aacae64987bdf36af0c9929e30626915f6
diff --git a/sys-libs/libstatgrab/libstatgrab-0.17.ebuild b/sys-libs/libstatgrab/libstatgrab-0.17.ebuild
deleted file mode 100644
index b4bbb0eaa85f..000000000000
--- a/sys-libs/libstatgrab/libstatgrab-0.17.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils
-
-DESCRIPTION="A tool to provide access to statistics about the system on which it's run"
-HOMEPAGE="https://www.i-scream.org/libstatgrab/"
-SRC_URI="https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 LGPL-2.1 )"
-SLOT=0
-KEYWORDS="amd64 ~arm ~ia64 ppc x86"
-IUSE="static-libs"
-
-RDEPEND="sys-libs/ncurses"
-DEPEND="${RDEPEND}"
-
-DOCS=( ChangeLog PLATFORMS NEWS AUTHORS README )
-
-src_configure() {
- local myeconfargs=(
- --disable-setgid-binaries
- --disable-setuid-binaries
- --disable-deprecated
- --with-ncurses
- $(use_enable static-libs static)
- )
- autotools-utils_src_configure
-}