Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/scw/
Date: Mon, 27 Nov 2017 09:53:42
Message-Id: 1511776359.050b11245bbc5a56f828e2779e584581c0ab800d.zlogene@gentoo
1 commit: 050b11245bbc5a56f828e2779e584581c0ab800d
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Mon Nov 27 06:36:42 2017 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 09:52:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050b1124
7
8 x11-libs/scw: Remove old, EAPI3
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11 Closes: https://github.com/gentoo/gentoo/pull/6315
12
13 x11-libs/scw/scw-0.4.7.ebuild | 28 ----------------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/x11-libs/scw/scw-0.4.7.ebuild b/x11-libs/scw/scw-0.4.7.ebuild
17 deleted file mode 100644
18 index d31965b84bc..00000000000
19 --- a/x11-libs/scw/scw-0.4.7.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=3
26 -
27 -DESCRIPTION="A GTK+ widget set specifically designed for chat programs"
28 -HOMEPAGE="http://scwwidgets.googlepages.com"
29 -SRC_URI="http://scwwidgets.googlepages.com/${P}.tar.gz"
30 -
31 -LICENSE="LGPL-2"
32 -SLOT="0"
33 -KEYWORDS="~amd64 x86"
34 -IUSE="doc"
35 -
36 -RDEPEND="dev-libs/glib:2
37 - x11-libs/gtk+:2"
38 -DEPEND="${RDEPEND}
39 - doc? ( dev-util/gtk-doc )
40 - virtual/pkgconfig"
41 -
42 -src_configure() {
43 - econf $(use_enable doc gtk-doc)
44 -}
45 -
46 -src_install() {
47 - emake DESTDIR="${D}" install || die "emake install failed."
48 - dodoc AUTHORS ChangeLog NEWS README
49 -}