commit: fcfa5930d4ef26736eaec8244e0f35d8369d731f Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Thu Apr 5 14:57:00 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> 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 -}