diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-07-07 22:55:21 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-07-08 00:18:57 +0300 |
commit | be5392068772f6c901af61a5c020b34f17661d55 (patch) | |
tree | dedff4373a89586ca1354fba128f564c478fa533 /dev-libs | |
parent | app-accessibility/at-spi2-core: remove old (diff) | |
download | gentoo-be5392068772f6c901af61a5c020b34f17661d55.tar.gz gentoo-be5392068772f6c901af61a5c020b34f17661d55.tar.bz2 gentoo-be5392068772f6c901af61a5c020b34f17661d55.zip |
dev-libs/atk: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/atk/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/atk/atk-2.20.0.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/dev-libs/atk/Manifest b/dev-libs/atk/Manifest index 5ab8df9eca6a..8ab6fa674b79 100644 --- a/dev-libs/atk/Manifest +++ b/dev-libs/atk/Manifest @@ -1,2 +1 @@ -DIST atk-2.20.0.tar.xz 724200 SHA256 493a50f6c4a025f588d380a551ec277e070b28a82e63ef8e3c06b3ee7c1238f0 SHA512 3dab21e59f47deeee7c4b95dbda1c9a57a15007367af584a27c472e20f11bebd210ae7cd16b255e810f66df4c0a2bee14d904c46e1367ce5a6ade6f5af81bace WHIRLPOOL accada46d8c3b134aabea8dc88d33fb55be317ddc7fbb9bae7746e982df63a8515c530af87aa2310a7bcfee0080583080306cf094332acce7a747f80c6247484 DIST atk-2.22.0.tar.xz 745572 SHA256 d349f5ca4974c9c76a4963e5b254720523b0c78672cbc0e1a3475dbd9b3d44b6 SHA512 af3f6197eb97de869ee706f19564449b02c1444c413e5418323e4bf4c8cf1d98c7c8baa25189f6879d63606d4bc75f33799cb901f4697c087e868bb9a5643cba WHIRLPOOL aec1b3944101532b6330f66f2094d3d821a30da10e07d3ba1b793b9063ef18ce8790faa3d016927fe2dd8383c4b5cba9ac4d85244f83fbb73bd06077c299e851 diff --git a/dev-libs/atk/atk-2.20.0.ebuild b/dev-libs/atk/atk-2.20.0.ebuild deleted file mode 100644 index 96f8672f4347..000000000000 --- a/dev-libs/atk/atk-2.20.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 multilib-minimal - -DESCRIPTION="GTK+ & GNOME Accessibility Toolkit" -HOMEPAGE="https://wiki.gnome.org/Accessibility" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="+introspection nls test" - -RDEPEND=" - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) -" -DEPEND="${RDEPEND} - >=dev-lang/perl-5 - dev-util/gtk-doc-am - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] - nls? ( >=sys-devel/gettext-0.19.2 ) -" - -src_prepare() { - gnome2_src_prepare - - if ! use test; then - # don't waste time building tests (bug #226353) - sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \ - || die "sed failed" - fi - - # Building out of sources fails, https://bugzilla.gnome.org/show_bug.cgi?id=752507 - multilib_copy_sources -} - -multilib_src_configure() { -# ECONF_SOURCE=${S} \ - gnome2_src_configure \ - $(multilib_native_use_enable introspection) - - # work-around gtk-doc out-of-source brokedness -# if multilib_is_native_abi; then -# ln -s "${S}"/docs/html docs/html || die -# fi -} - -multilib_src_install() { - gnome2_src_install -} |