summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWade Cline <wadecline@hotmail.com>2017-11-30 21:05:14 -0800
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-01 22:34:50 +0100
commitf820ed70c82d9742d6f609f4e8d03b5f4174c53d (patch)
tree4147e2a3ccc202c3dfc96772d70277426f0878d9 /dev-libs/libmowgli
parentsys-fs/udisks: remove unused patch (diff)
downloadgentoo-f820ed70c82d9742d6f609f4e8d03b5f4174c53d.tar.gz
gentoo-f820ed70c82d9742d6f609f4e8d03b5f4174c53d.tar.bz2
gentoo-f820ed70c82d9742d6f609f4e8d03b5f4174c53d.zip
dev-libs/libmowgli: Remove old 2.0.0-r1
Closes: https://github.com/gentoo/gentoo/pull/6367
Diffstat (limited to 'dev-libs/libmowgli')
-rw-r--r--dev-libs/libmowgli/Manifest1
-rw-r--r--dev-libs/libmowgli/libmowgli-2.0.0-r1.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-libs/libmowgli/Manifest b/dev-libs/libmowgli/Manifest
index aa71f6942fa9..dda31c472fe7 100644
--- a/dev-libs/libmowgli/Manifest
+++ b/dev-libs/libmowgli/Manifest
@@ -1,3 +1,2 @@
DIST libmowgli-1.0.0.tar.bz2 105929 SHA256 8ea0dfd606b0ac280747c9a5f93ca940c23c7367dee0776715c87623ae6624fb SHA512 f3f7f9a527cb3f6f24c23d0585b55509d8721023c670df9e59a7f5667d4e12caf17ed71773cd1283a3ebfada465824653f654aa29d857c076875d36b2a824313 WHIRLPOOL 209cb5a81003eac9952a771a0afc08073f242566e28d378432a0f172b8b195ccfc03b1a8f85949f1d22063c1519afd48b6263de7e4403a14c365de94d5f8f83e
-DIST libmowgli-2.0.0.tar.gz 200771 SHA256 7c5a94082899d055fc9a02b94e2658b42616fdb98e58e9a71165c07b6f5cceba SHA512 efccd93824c116fa8440f1d327382997f7d752d007dc9fad650ef1935fe0cee1a3fa1c645442a3f3f0f6d9f2916f66882e537a1692c494303fc0bf062df51e3a WHIRLPOOL 75c5698e1ccc5e1895d8d5f35d00347ceaf5424a621ecae399ebfe6537bf591edc21d0e42f7923704e3c857cc7349447d514605bb1d3e0e78f136e530933e8ed
DIST libmowgli-2.1.3.tar.gz 227742 SHA256 b7faab2fb9f46366a52b51443054a2ed4ecdd04774c65754bf807c5e9bdda477 SHA512 bf976cf8b8bf0efaf7565230f42147adcdbe993339f58f907f5005eddf178d936cffb6cdbba59e38813854f30414856a1b9f8bdc972ea2f59cb08987ee336533 WHIRLPOOL d22e33fa4741282779f2ae341e5cdd3ecf18a5d9812e708a5ddd0df51f7a30fdc5b4c8f611187f894d2975f9a013d8f841268be75369abba56407a9d66c50d7f
diff --git a/dev-libs/libmowgli/libmowgli-2.0.0-r1.ebuild b/dev-libs/libmowgli/libmowgli-2.0.0-r1.ebuild
deleted file mode 100644
index 84028f134be9..000000000000
--- a/dev-libs/libmowgli/libmowgli-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Useful set of performance and usability-oriented extensions to C"
-HOMEPAGE="http://atheme.org/projects/libmowgli.html"
-SRC_URI="http://atheme.org/downloads/${P}.tar.gz"
-IUSE="libressl ssl"
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-RDEPEND="ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
-)"
-DEPEND="${RDEPEND}"
-DOCS="AUTHORS README doc/BOOST doc/design-concepts.txt"
-
-src_configure() {
- # disabling SSL is "broken" in 2.0.0 so we have to use this hack till 2.0.1
- use !ssl && myconf="--with-openssl=/dev/null"
- econf ${myconf}
-}