Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/atk/
Date: Sat, 11 Jan 2020 19:40:25
Message-Id: 1578771602.f9894d0dad1b1b98b20b6f16e2f731a82e9f16f5.leio@gentoo
1 commit: f9894d0dad1b1b98b20b6f16e2f731a82e9f16f5
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 11 19:27:52 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 11 19:40:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9894d0d
7
8 dev-libs/atk: 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 dev-libs/atk/Manifest | 1 -
14 dev-libs/atk/atk-2.28.1.ebuild | 54 ------------------------------------------
15 2 files changed, 55 deletions(-)
16
17 diff --git a/dev-libs/atk/Manifest b/dev-libs/atk/Manifest
18 index 91e45aea330..6de087223e2 100644
19 --- a/dev-libs/atk/Manifest
20 +++ b/dev-libs/atk/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST atk-2.28.1.tar.xz 712508 BLAKE2B 71aee8bc937e1e37d40e6a9820d0002bcc763dbf87385ede2484ec6fe17a9924d5753d74dc3a769602746c915d0c46da8eea78cc80c706e3c38faca2e5050364 SHA512 aa61e7718b3f4d9c33ec2b4747e35f894a51550ef39ecc4a7af5705811c029645bd3c728071f446b075a0b7aef0c35c1b73406a210cd30171838f24a8dfc0abb
23 DIST atk-2.32.0.tar.xz 292088 BLAKE2B 15f093db60cc54d1a5a18dc78cb9d64fa73e18dadb724fe5143956199f4ff1aa4ea9daf0796b14f228a1d91f1d44e88749c67fe5a6a84bd001916d78be4680f9 SHA512 8cd2a3ee006f21835f3e564f2e1de4ae61bd9529b4c0b4f2e3ece88e905e2dd36b67affb089f41582806a1397576602a526a4b8698303708894f20af97ecac22
24 DIST atk-2.34.1.tar.xz 293140 BLAKE2B 8ae280583867460734ca001eb01963eefcc519eb09658e2e793cd1a07831e8e5ade20a4d38bb5925a1103da206d9d6283a2b1892c671f12090b3eefac04b34e1 SHA512 a7c8ec7c2166bb8734b065402bf7700cdc69f56c0958663e88596b155a20063e4cfbf1754d8b8ed94a4e509db2e97e2603b0a8037e61028acc85930e631a633e
25
26 diff --git a/dev-libs/atk/atk-2.28.1.ebuild b/dev-libs/atk/atk-2.28.1.ebuild
27 deleted file mode 100644
28 index 6df4ce591ae..00000000000
29 --- a/dev-libs/atk/atk-2.28.1.ebuild
30 +++ /dev/null
31 @@ -1,54 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit gnome2 multilib-minimal
37 -
38 -DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
39 -HOMEPAGE="https://wiki.gnome.org/Accessibility"
40 -
41 -LICENSE="LGPL-2+"
42 -SLOT="0"
43 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
44 -IUSE="+introspection nls test"
45 -RESTRICT="!test? ( test )"
46 -
47 -RDEPEND="
48 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
49 - introspection? ( >=dev-libs/gobject-introspection-1.32.0:= )
50 -"
51 -DEPEND="${RDEPEND}
52 - >=dev-lang/perl-5
53 - dev-util/glib-utils
54 - >=dev-util/gtk-doc-am-1.25
55 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
56 - nls? ( >=sys-devel/gettext-0.19.2 )
57 -"
58 -
59 -src_prepare() {
60 - gnome2_src_prepare
61 -
62 - if ! use test; then
63 - # don't waste time building tests (bug #226353)
64 - sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
65 - || die "sed failed"
66 - fi
67 -
68 - # Building out of sources fails, https://bugzilla.gnome.org/show_bug.cgi?id=752507
69 - multilib_copy_sources
70 -}
71 -
72 -multilib_src_configure() {
73 -# ECONF_SOURCE=${S} \
74 - gnome2_src_configure \
75 - $(multilib_native_use_enable introspection)
76 -
77 - # work-around gtk-doc out-of-source brokedness
78 -# if multilib_is_native_abi; then
79 -# ln -s "${S}"/docs/html docs/html || die
80 -# fi
81 -}
82 -
83 -multilib_src_install() {
84 - gnome2_src_install
85 -}