Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmowgli/
Date: Thu, 05 Apr 2018 14:57:52
Message-Id: 1522940220.fcfa5930d4ef26736eaec8244e0f35d8369d731f.bman@gentoo
1 commit: fcfa5930d4ef26736eaec8244e0f35d8369d731f
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 14:57:00 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 14:57:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcfa5930
7
8 dev-libs/libmowgli: drop old EAPI ebuild
9
10 Bug: https://bugs.gentoo.org/644264
11 Package-Manager: Portage-2.3.28, Repoman-2.3.9
12
13 dev-libs/libmowgli/libmowgli-1.0.0.ebuild | 18 ------------------
14 1 file changed, 18 deletions(-)
15
16 diff --git a/dev-libs/libmowgli/libmowgli-1.0.0.ebuild b/dev-libs/libmowgli/libmowgli-1.0.0.ebuild
17 deleted file mode 100644
18 index cb7389cc110..00000000000
19 --- a/dev-libs/libmowgli/libmowgli-1.0.0.ebuild
20 +++ /dev/null
21 @@ -1,18 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=3
26 -
27 -DESCRIPTION="High-performance C development framework. Can be used stand-alone or as a supplement to GLib"
28 -HOMEPAGE="http://atheme.org/projects/libmowgli.html"
29 -SRC_URI="http://distfiles.atheme.org/${P}.tar.bz2"
30 -IUSE=""
31 -
32 -LICENSE="BSD-2"
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
35 -
36 -src_install() {
37 - emake DESTDIR="${D}" install || die "emake install failed"
38 - dodoc AUTHORS README doc/BOOST
39 -}