diff options
author | 2022-05-31 11:29:34 -0400 | |
---|---|---|
committer | 2022-05-31 14:23:28 -0400 | |
commit | e17b61a151dfe1103118a42831dc6dd15d8cb5c9 (patch) | |
tree | aa0b980e4ade55b27950e0d4d9407a3003a7d101 /dev-libs/atk | |
parent | dev-lang/vala: Drop old versions (diff) | |
download | gentoo-e17b61a151dfe1103118a42831dc6dd15d8cb5c9.tar.gz gentoo-e17b61a151dfe1103118a42831dc6dd15d8cb5c9.tar.bz2 gentoo-e17b61a151dfe1103118a42831dc6dd15d8cb5c9.zip |
dev-libs/atk: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/atk')
-rw-r--r-- | dev-libs/atk/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/atk/atk-2.36.0.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-libs/atk/Manifest b/dev-libs/atk/Manifest index a81b85d1605c..f67cac3efa66 100644 --- a/dev-libs/atk/Manifest +++ b/dev-libs/atk/Manifest @@ -1,2 +1 @@ -DIST atk-2.36.0.tar.xz 299100 BLAKE2B 46f0cc10052788643c09e27e36a3f74439864cf5c8fdfcf5850e3e7df596ac8a2a3dd8a01856503d43995ff1cc36ec0ca63884133f2c5f4a3634aad2c5119997 SHA512 d0f18204eaf96511e8448e3dfbc4b6953a7cf8b816151fb7caf5592cf578572b1cdb16836fe2157b11e3ad018ef171f1ca1bfdf255bb31bb455716d7519fd634 DIST atk-2.38.0.tar.xz 303952 BLAKE2B c89e13e413ea46667d94a3555a1764ee22be353b90b0940735fceaad823403026503c463b3ad200fa176ee4faee6dd3cf421542bf1e1a9dbc9a4844ae2963874 SHA512 dffd0a0814a9183027c38a985d86cb6544858e9e7d655843e153440467957d6bc1abd9c9479a57078aea018053410438a30a9befb7414dc79020b223cd2c774b diff --git a/dev-libs/atk/atk-2.36.0.ebuild b/dev-libs/atk/atk-2.36.0.ebuild deleted file mode 100644 index 342f95bebb52..000000000000 --- a/dev-libs/atk/atk-2.36.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit gnome.org meson-multilib xdg - -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 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="gtk-doc +introspection" - -RDEPEND=" - >=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-1.54.0:= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/glib-utils - gtk-doc? ( - >=dev-util/gtk-doc-1.25 - app-text/docbook-xml-dtd:4.3 ) - virtual/pkgconfig - >=sys-devel/gettext-0.19.8 -" - -multilib_src_configure() { - local emesonargs=( - $(meson_native_use_bool gtk-doc docs) - $(meson_native_use_bool introspection) - ) - meson_src_configure -} |