From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FB93139694 for ; Thu, 23 Feb 2017 09:57:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD728E0CBF; Thu, 23 Feb 2017 09:57:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DEB2E0CBF for ; Thu, 23 Feb 2017 09:57:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7E473415A2 for ; Thu, 23 Feb 2017 09:57:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 531EE51AB for ; Thu, 23 Feb 2017 09:57:46 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1487843857.7928e0704e81e1253eefea835b57f073358ade8c.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmowgli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmowgli/libmowgli-2.0.0.ebuild X-VCS-Directories: dev-libs/libmowgli/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7928e0704e81e1253eefea835b57f073358ade8c X-VCS-Branch: master Date: Thu, 23 Feb 2017 09:57:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5e95a9fd-b9c7-4762-9c20-9519e8809b1f X-Archives-Hash: 9185fcc0b23c27f1cb6fae6880e0c3d1 commit: 7928e0704e81e1253eefea835b57f073358ade8c Author: Michael Palimaka gentoo org> AuthorDate: Thu Feb 23 09:57:30 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Feb 23 09:57:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7928e070 dev-libs/libmowgli: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/libmowgli/libmowgli-2.0.0.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/dev-libs/libmowgli/libmowgli-2.0.0.ebuild b/dev-libs/libmowgli/libmowgli-2.0.0.ebuild deleted file mode 100644 index 539f6ea27b..0000000000 --- a/dev-libs/libmowgli/libmowgli-2.0.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -DESCRIPTION="Useful set of performance and usability-oriented extensions to C" -HOMEPAGE="http://www.atheme.org/project/mowgli" -SRC_URI="http://atheme.org/downloads/${P}.tar.gz" -IUSE="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? ( dev-libs/openssl )" -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} -}