Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/amtk/
Date: Mon, 23 Dec 2019 22:03:02
Message-Id: 1577138551.c733484906a18e45c74bb93641d598e44334fd0c.leio@gentoo
1 commit: c733484906a18e45c74bb93641d598e44334fd0c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 21:58:34 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 22:02:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7334849
7
8 gui-libs/amtk: remove old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gui-libs/amtk/Manifest | 1 -
14 gui-libs/amtk/amtk-5.0.0.ebuild | 34 ----------------------------------
15 2 files changed, 35 deletions(-)
16
17 diff --git a/gui-libs/amtk/Manifest b/gui-libs/amtk/Manifest
18 index dfb4381d8a0..697084076ee 100644
19 --- a/gui-libs/amtk/Manifest
20 +++ b/gui-libs/amtk/Manifest
21 @@ -1,2 +1 @@
22 -DIST amtk-5.0.0.tar.xz 368524 BLAKE2B dae5e6c832fd0cb94a7afa0524a9ce863f72023a3648b01004c834f6a17fa285ccbe4d3ec87b54101b4fa644c3530ec6f4faebf3fa971ef201a4e6455a3fff54 SHA512 86433a7b314bfbdd00cd53a7223561645b0ebd40ec519f97b61e8df073b88c76425182ad71a49794090a51eddf68b81f4c7d88c4bf6a618311aa92908f5bea73
23 DIST amtk-5.0.1.tar.xz 369192 BLAKE2B b31b60045ea122c814a719877ada69fba3753d33c30ad28b5d0c97cd358ae15d98c8f88c038b95aa64e8d5d9b23e3143b75d571f1dc32dc4178af49b0ecf8faf SHA512 21c581b9ea44bc6e9c13d5c9e6298b55a0f28b1943fab1943d2a8b53a9b82f8c29a983f73e5a4a66a16912645ff8c29023490380d6e6c3de157b9c35f56a4e00
24
25 diff --git a/gui-libs/amtk/amtk-5.0.0.ebuild b/gui-libs/amtk/amtk-5.0.0.ebuild
26 deleted file mode 100644
27 index db50f92b285..00000000000
28 --- a/gui-libs/amtk/amtk-5.0.0.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit gnome2
37 -
38 -DESCRIPTION="Actions, Menus and Toolbars Kit for GTK+ applications"
39 -HOMEPAGE="https://wiki.gnome.org/Projects/Amtk"
40 -
41 -LICENSE="LGPL-2.1+"
42 -SLOT="5"
43 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
44 -IUSE="+introspection"
45 -
46 -RDEPEND="
47 - >=dev-libs/glib-2.52:2
48 - >=x11-libs/gtk+-3.22:3
49 - introspection? ( >=dev-libs/gobject-introspection-1.42:= )
50 -"
51 -DEPEND="${DEPEND}
52 - >=sys-devel/gettext-0.19.4
53 - dev-util/glib-utils
54 - >=dev-util/gtk-doc-am-1.25
55 - virtual/pkgconfig
56 -"
57 -
58 -src_configure() {
59 - gnome2_src_configure \
60 - --disable-gtk-doc \
61 - --disable-installed-tests \
62 - $(use_enable introspection) \
63 - --disable-valgrind
64 -}