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, 29 Dec 2018 20:43:11
Message-Id: 1546115984.c56136f3de586381a977f995c1395c6692473da0.leio@gentoo
1 commit: c56136f3de586381a977f995c1395c6692473da0
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 20:34:56 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 20:39:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c56136f3
7
8 dev-libs/atk: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-libs/atk/Manifest | 2 --
14 dev-libs/atk/atk-2.22.0.ebuild | 52 ------------------------------------------
15 dev-libs/atk/atk-2.24.0.ebuild | 52 ------------------------------------------
16 3 files changed, 106 deletions(-)
17
18 diff --git a/dev-libs/atk/Manifest b/dev-libs/atk/Manifest
19 index 84f17d6bbfc..721e42b4f2a 100644
20 --- a/dev-libs/atk/Manifest
21 +++ b/dev-libs/atk/Manifest
22 @@ -1,3 +1 @@
23 -DIST atk-2.22.0.tar.xz 745572 BLAKE2B 4764a6044446de8e08b54c47400727268ca68e676aa36c01877f2b3f973614a40f209406b649f0e96f4a5b75be883ce67ac3fbf20ac0c58adfbaf3509caac312 SHA512 af3f6197eb97de869ee706f19564449b02c1444c413e5418323e4bf4c8cf1d98c7c8baa25189f6879d63606d4bc75f33799cb901f4697c087e868bb9a5643cba
24 -DIST atk-2.24.0.tar.xz 748972 BLAKE2B f9db7e35322cf4a1df5171c812c83eb935ba44b0167b20ca9a951109c00911392a48db88fac02a12074de4d9f458656f946e8bb7611e1d11cc0de841986f8cc7 SHA512 3ae0a4d5f28d5619d465135c685161f690732053bcb70a47669c951fbf389b5d2ccc5c7c73d4ee8c5a3b2df14e2f5b082e812a215f10a79b27b412d077f5e962
25 DIST atk-2.28.1.tar.xz 712508 BLAKE2B 71aee8bc937e1e37d40e6a9820d0002bcc763dbf87385ede2484ec6fe17a9924d5753d74dc3a769602746c915d0c46da8eea78cc80c706e3c38faca2e5050364 SHA512 aa61e7718b3f4d9c33ec2b4747e35f894a51550ef39ecc4a7af5705811c029645bd3c728071f446b075a0b7aef0c35c1b73406a210cd30171838f24a8dfc0abb
26
27 diff --git a/dev-libs/atk/atk-2.22.0.ebuild b/dev-libs/atk/atk-2.22.0.ebuild
28 deleted file mode 100644
29 index 52fb2675525..00000000000
30 --- a/dev-libs/atk/atk-2.22.0.ebuild
31 +++ /dev/null
32 @@ -1,52 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -inherit gnome2 multilib-minimal
38 -
39 -DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
40 -HOMEPAGE="https://wiki.gnome.org/Accessibility"
41 -
42 -LICENSE="LGPL-2+"
43 -SLOT="0"
44 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
45 -IUSE="+introspection nls test"
46 -
47 -RDEPEND="
48 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
49 - introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
50 -"
51 -DEPEND="${RDEPEND}
52 - >=dev-lang/perl-5
53 - dev-util/gtk-doc-am
54 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
55 - nls? ( >=sys-devel/gettext-0.19.2 )
56 -"
57 -
58 -src_prepare() {
59 - gnome2_src_prepare
60 -
61 - if ! use test; then
62 - # don't waste time building tests (bug #226353)
63 - sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
64 - || die "sed failed"
65 - fi
66 -
67 - # Building out of sources fails, https://bugzilla.gnome.org/show_bug.cgi?id=752507
68 - multilib_copy_sources
69 -}
70 -
71 -multilib_src_configure() {
72 -# ECONF_SOURCE=${S} \
73 - gnome2_src_configure \
74 - $(multilib_native_use_enable introspection)
75 -
76 - # work-around gtk-doc out-of-source brokedness
77 -# if multilib_is_native_abi; then
78 -# ln -s "${S}"/docs/html docs/html || die
79 -# fi
80 -}
81 -
82 -multilib_src_install() {
83 - gnome2_src_install
84 -}
85
86 diff --git a/dev-libs/atk/atk-2.24.0.ebuild b/dev-libs/atk/atk-2.24.0.ebuild
87 deleted file mode 100644
88 index 2a98ec045f2..00000000000
89 --- a/dev-libs/atk/atk-2.24.0.ebuild
90 +++ /dev/null
91 @@ -1,52 +0,0 @@
92 -# Copyright 1999-2018 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=6
96 -inherit gnome2 multilib-minimal
97 -
98 -DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
99 -HOMEPAGE="https://wiki.gnome.org/Accessibility"
100 -
101 -LICENSE="LGPL-2+"
102 -SLOT="0"
103 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
104 -IUSE="+introspection nls test"
105 -
106 -RDEPEND="
107 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
108 - introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
109 -"
110 -DEPEND="${RDEPEND}
111 - >=dev-lang/perl-5
112 - dev-util/gtk-doc-am
113 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
114 - nls? ( >=sys-devel/gettext-0.19.2 )
115 -"
116 -
117 -src_prepare() {
118 - gnome2_src_prepare
119 -
120 - if ! use test; then
121 - # don't waste time building tests (bug #226353)
122 - sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
123 - || die "sed failed"
124 - fi
125 -
126 - # Building out of sources fails, https://bugzilla.gnome.org/show_bug.cgi?id=752507
127 - multilib_copy_sources
128 -}
129 -
130 -multilib_src_configure() {
131 -# ECONF_SOURCE=${S} \
132 - gnome2_src_configure \
133 - $(multilib_native_use_enable introspection)
134 -
135 - # work-around gtk-doc out-of-source brokedness
136 -# if multilib_is_native_abi; then
137 -# ln -s "${S}"/docs/html docs/html || die
138 -# fi
139 -}
140 -
141 -multilib_src_install() {
142 - gnome2_src_install
143 -}