summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWade Cline <wadecline@hotmail.com>2021-10-31 20:00:26 -0700
committerSam James <sam@gentoo.org>2021-11-02 11:00:07 +0000
commit00387d4650c5d413e61d8432b1792a28e8448d2e (patch)
tree7a326512e048a87745f729043a1cdfaeccbae2f2
parentdev-python/drf-yasg: add github upstream metadata (diff)
downloadgentoo-00387d4650c5d413e61d8432b1792a28e8448d2e.tar.gz
gentoo-00387d4650c5d413e61d8432b1792a28e8448d2e.tar.bz2
gentoo-00387d4650c5d413e61d8432b1792a28e8448d2e.zip
dev-libs/libmowgli: Drop 2.1.3-r2
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/22777 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-libs/libmowgli/libmowgli-2.1.3-r2.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-libs/libmowgli/libmowgli-2.1.3-r2.ebuild b/dev-libs/libmowgli/libmowgli-2.1.3-r2.ebuild
deleted file mode 100644
index e7b02c8ea2b2..000000000000
--- a/dev-libs/libmowgli/libmowgli-2.1.3-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-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 ~amd64-linux ~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 )
-PATCHES=(
- "${FILESDIR}"/${P}-cacheline-Ensure-sysconf-var-is-defined-before-use.patch
- "${FILESDIR}"/${P}-use-host-tools-for-ar-and-ranlib.patch
-)
-
-S="${WORKDIR}/${PN}-2-${PV}"
-
-src_prepare() {
- default
-
- # $(MAKE) invocation will handle passing down flags.
- sed -i -e 's/${MFLAGS}//' buildsys.mk.in || die
-
- AT_M4DIR="m4" eautoreconf
-}
-
-src_configure() {
- econf $(use_with ssl openssl)
-}