dev-libs/bitset: drop old
authorSergey Popov <pinkbyte@gentoo.org>
Mon, 20 Aug 2018 10:16:14 +0000 (13:16 +0300)
committerSergey Popov <pinkbyte@gentoo.org>
Mon, 20 Aug 2018 10:16:14 +0000 (13:16 +0300)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-libs/bitset/Manifest
dev-libs/bitset/bitset-2.8.3.ebuild [deleted file]

index 1a206ad880741eb6937a9221946f50f5e09f5631..2ec6b28c82a76829081c50c1c09ec278a605883a 100644 (file)
@@ -1,2 +1 @@
-DIST bitset-2.8.3.tar.gz 36787 BLAKE2B 1c30d389c83b8c7bd13ec698db4b3d38600521c38014a7f3acaba708d0b7b914877e08dc1b32c2d9caf8baf2f171c518fc92ebbc52b94602bbf0e372af385400 SHA512 7b451139ee9db0b581e552d09f03809185e64f3b1190d887ba58478c4dc10a1ecc687d69cb42045e3c01ad9d065e12aa4f31d14068d7df9f6a8f284344d5b51c
 DIST bitset-2.8.4.tar.gz 37040 BLAKE2B 3a3db906c86fef73c20a038f01f7053efe2f7d2802b8a627657dbfe807c2d043834f7afab6a3fda66f3b4a87c27255c000f0cebffa7620e88e5f3790a3544914 SHA512 709c4f064416b22ae37fc9659a9eb74007fff5ce12eb998c386a268427a012238258bbd0f019682a5172a98b7b2a476fd60017bf34e199159e838b254b48ffe7
diff --git a/dev-libs/bitset/bitset-2.8.3.ebuild b/dev-libs/bitset/bitset-2.8.3.ebuild
deleted file mode 100644 (file)
index 0f9c707..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
-
-DESCRIPTION="A compressed bitset with supporting data structures and algorithms"
-HOMEPAGE="https://github.com/chriso/bitset"
-SRC_URI="https://github.com/chriso/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="jemalloc static-libs tcmalloc"
-KEYWORDS="amd64 x86"
-
-RDEPEND="tcmalloc? ( dev-util/google-perftools[-minimal] )
-       jemalloc? ( >=dev-libs/jemalloc-3.2 )"
-DEPEND="${RDEPEND}"
-
-REQUIRED_USE="?? ( jemalloc tcmalloc )"
-
-DOCS=( README.md )
-
-src_configure() {
-       local myeconfargs=(
-               $(use_with jemalloc) \
-               $(use_with tcmalloc)
-       )
-       autotools-utils_src_configure
-}