summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-04-05 10:57:00 -0400
committerAaron Bauman <bman@gentoo.org>2018-04-05 10:57:00 -0400
commitfcfa5930d4ef26736eaec8244e0f35d8369d731f (patch)
tree772be7731c71daae16dcdcf8285b713e1c569e4b
parentsys-block/nbd: RDEPEND fixes. (diff)
downloadgentoo-fcfa5930.tar.gz
gentoo-fcfa5930.tar.bz2
gentoo-fcfa5930.zip
dev-libs/libmowgli: drop old EAPI ebuild
Bug: https://bugs.gentoo.org/644264 Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r--dev-libs/libmowgli/libmowgli-1.0.0.ebuild18
1 files changed, 0 insertions, 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 cb7389cc110e..000000000000
--- 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
-}