commit: e30aacd4f7ea08267fef3ebac37af88158b1b9dd Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com> AuthorDate: Fri Apr 2 12:26:03 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Apr 28 07:08:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30aacd4
dev-libs/libite: drop 2.2.0 Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20233 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/libite/Manifest | 1 - dev-libs/libite/libite-2.2.0.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-libs/libite/Manifest b/dev-libs/libite/Manifest index b266cc9cee4..38ac9cbe2fe 100644 --- a/dev-libs/libite/Manifest +++ b/dev-libs/libite/Manifest @@ -1,2 +1 @@ -DIST libite-2.2.0.tar.xz 267172 BLAKE2B 6f3e76fca28b72978fd92e2e52234ebeaee764945108c0d3b1049c759bbba3a1e1c6aa6822707ae8323b1fc8d1b56b360b93c58f109ba1072123a27488b54c34 SHA512 56b4d21730b1e31f7c70ec16d0983d5c060866d6579fa69c44d1d3d2a539a7b4691adb4964bfac3f8bc04282537e93f53dc2bb5af2efbca637ddc6442db181af DIST libite-2.4.0.tar.xz 276008 BLAKE2B dcd721d02d15b6e8dbe84a885548429552eb4a683e51c49d144be2e40922e3f6e6e36f1fb92ec96db148f71068826b3a1f80812d8d5b1bf381a88b1598a3a1a8 SHA512 8e79084b616150dd4de491c6b8441d5043c81cf161bb655a32b6b7f8536682b967f4810870d8af4ae92780dedb7302bbc8db093036493506c88126143cb9bbef diff --git a/dev-libs/libite/libite-2.2.0.ebuild b/dev-libs/libite/libite-2.2.0.ebuild deleted file mode 100644 index f0baf554132..00000000000 --- a/dev-libs/libite/libite-2.2.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A collection of useful BSD APIs" -HOMEPAGE="https://github.com/troglobit/libite" -SRC_URI="https://github.com/troglobit/libite/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -src_configure() { - econf --enable-static=$(usex static-libs) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die - rm "${D}/usr/share/doc/${PF}/LICENSE" || die -}
