commit:     661f43d11321d825761b34bef24666894c1433f7
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 20 10:16:14 2018 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Aug 20 10:16:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661f43d1

dev-libs/bitset: drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/bitset/Manifest            |  1 -
 dev-libs/bitset/bitset-2.8.3.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-libs/bitset/Manifest b/dev-libs/bitset/Manifest
index 1a206ad8807..2ec6b28c82a 100644
--- a/dev-libs/bitset/Manifest
+++ b/dev-libs/bitset/Manifest
@@ -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
index 0f9c7075260..00000000000
--- a/dev-libs/bitset/bitset-2.8.3.ebuild
+++ /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
-}

Reply via email to