summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWade Cline <wadecline@hotmail.com>2021-09-19 21:43:11 -0700
committerJoonas Niilola <juippis@gentoo.org>2021-09-24 10:21:11 +0300
commit60ad7f50ea3dda536a0cee4965e387ff1c40e438 (patch)
treed9f33d645204bbde9d8dfb6494d50fb421769cc8
parentapp-emulation/xen-tools: fix building with gcc-11 (diff)
downloadgentoo-60ad7f50.tar.gz
gentoo-60ad7f50.tar.bz2
gentoo-60ad7f50.zip
dev-libs/libmowgli: Drop old
Closes: https://bugs.gentoo.org/813204 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Wade Cline <wadecline@hotmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--dev-libs/libmowgli/Manifest1
-rw-r--r--dev-libs/libmowgli/libmowgli-1.0.0-r1.ebuild14
-rw-r--r--dev-libs/libmowgli/libmowgli-2.1.3.ebuild27
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-libs/libmowgli/Manifest b/dev-libs/libmowgli/Manifest
index db1b1862d870..bb22bbe75f0f 100644
--- a/dev-libs/libmowgli/Manifest
+++ b/dev-libs/libmowgli/Manifest
@@ -1,2 +1 @@
-DIST libmowgli-1.0.0.tar.bz2 105929 BLAKE2B f22af94e1d5693e92544e9c177f56caf7fcbbf3f46a254e1e6982ba0e6f41443bcf70d1b944cd68e7eea7a0247dd478777afcebb5db80742312149f52dd86bc4 SHA512 f3f7f9a527cb3f6f24c23d0585b55509d8721023c670df9e59a7f5667d4e12caf17ed71773cd1283a3ebfada465824653f654aa29d857c076875d36b2a824313
DIST libmowgli-2.1.3.tar.gz 227742 BLAKE2B 9ef5c30880644247df3c98dabbd87694d0a7c92e7de0c44a73842d4c5bbc7f19a32db24acc52b27fe5f204b1f74a5c730c64edd1e8edd23bc320e4c0dc4a554c SHA512 bf976cf8b8bf0efaf7565230f42147adcdbe993339f58f907f5005eddf178d936cffb6cdbba59e38813854f30414856a1b9f8bdc972ea2f59cb08987ee336533
diff --git a/dev-libs/libmowgli/libmowgli-1.0.0-r1.ebuild b/dev-libs/libmowgli/libmowgli-1.0.0-r1.ebuild
deleted file mode 100644
index af108d290d58..000000000000
--- a/dev-libs/libmowgli/libmowgli-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Useful set of performance and usability-oriented extensions to C"
-HOMEPAGE="http://atheme.org/projects/libmowgli.html"
-SRC_URI="http://distfiles.atheme.org/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-DOCS=( AUTHORS README doc/BOOST )
diff --git a/dev-libs/libmowgli/libmowgli-2.1.3.ebuild b/dev-libs/libmowgli/libmowgli-2.1.3.ebuild
deleted file mode 100644
index e47671e57767..000000000000
--- a/dev-libs/libmowgli/libmowgli-2.1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Useful set of performance and usability-oriented extensions to C"
-HOMEPAGE="https://github.com/atheme/libmowgli-2"
-SRC_URI="https://github.com/atheme/libmowgli-2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-linux ~ppc-macos"
-IUSE="ssl"
-
-RDEPEND="ssl? (
- dev-libs/openssl:0=
- )
- !~dev-libs/libmowgli-2.1.0" # Bug 629644
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS README doc/BOOST doc/design-concepts.txt )
-S="${WORKDIR}/${PN}-2-${PV}"
-
-src_configure() {
- econf \
- $(use_with ssl openssl)
-}