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 1641F1382C5 for ; Thu, 5 Apr 2018 14:57:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC170E0D07; Thu, 5 Apr 2018 14:57:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6718E0D07 for ; Thu, 5 Apr 2018 14:57:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15902335C51 for ; Thu, 5 Apr 2018 14:57:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70E8C264 for ; Thu, 5 Apr 2018 14:57:47 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522940220.fcfa5930d4ef26736eaec8244e0f35d8369d731f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmowgli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmowgli/libmowgli-1.0.0.ebuild X-VCS-Directories: dev-libs/libmowgli/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: fcfa5930d4ef26736eaec8244e0f35d8369d731f X-VCS-Branch: master Date: Thu, 5 Apr 2018 14:57:47 +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: a9eeaf01-64c7-4d52-8c92-f0a816e7d5db X-Archives-Hash: c849e3a2c10afded216927da2b29c4ad commit: fcfa5930d4ef26736eaec8244e0f35d8369d731f Author: Aaron Bauman gentoo org> AuthorDate: Thu Apr 5 14:57:00 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Apr 5 14:57:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcfa5930 dev-libs/libmowgli: drop old EAPI ebuild Bug: https://bugs.gentoo.org/644264 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-libs/libmowgli/libmowgli-1.0.0.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-libs/libmowgli/libmowgli-1.0.0.ebuild b/dev-libs/libmowgli/libmowgli-1.0.0.ebuild deleted file mode 100644 index cb7389cc110..00000000000 --- a/dev-libs/libmowgli/libmowgli-1.0.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 - -DESCRIPTION="High-performance C development framework. Can be used stand-alone or as a supplement to GLib" -HOMEPAGE="http://atheme.org/projects/libmowgli.html" -SRC_URI="http://distfiles.atheme.org/${P}.tar.bz2" -IUSE="" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS README doc/BOOST -}