diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-01-02 22:57:20 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-01-03 09:07:51 -0500 |
commit | 734133699693566a334c9972243bcefe2d74fd5c (patch) | |
tree | e1d7f1052fff33967db13193b2612f25b37c9f73 /gui-libs/amtk | |
parent | gnome-extra/zenity: Drop old versions (diff) | |
download | gentoo-734133699693566a334c9972243bcefe2d74fd5c.tar.gz gentoo-734133699693566a334c9972243bcefe2d74fd5c.tar.bz2 gentoo-734133699693566a334c9972243bcefe2d74fd5c.zip |
gui-libs/amtk: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gui-libs/amtk')
-rw-r--r-- | gui-libs/amtk/Manifest | 1 | ||||
-rw-r--r-- | gui-libs/amtk/amtk-5.4.1.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/gui-libs/amtk/Manifest b/gui-libs/amtk/Manifest index 5e05b3694ba8..1ce7f48d789e 100644 --- a/gui-libs/amtk/Manifest +++ b/gui-libs/amtk/Manifest @@ -1,2 +1 @@ -DIST amtk-5.4.1.tar.xz 58024 BLAKE2B aa65a5b8e9e4105d0ba699eef7e505ba3acb95a7014da1217b9569b68cb1ae7e7abf6debc1bd79935baa376e5a36ef197add3c3d326d97e89c7107c42ff4e582 SHA512 6257295c9c4756de622df48dd915cb591e5f3bf2d5d17dcb26f835e69c885d50e48a2634d8f7b9537638e7bdc531462670697823301ca2d257403192f6f8062c DIST amtk-5.6.1.tar.xz 58472 BLAKE2B 3c31ba010c2711f8b85cd704de1595100f17b2f3471b2d6036bae1c414f5af669b11105288bcc70b07e035334575bd8e0ac35f9bf6d69affe2ba1b5491408df2 SHA512 668519d2977e951d6b5d78add44a3f829ec169ff115be1aa4ab986e902b06653568135a3793653725a4aad95ec82cb171f0e8d16a2f83485659a14ed3e932c34 diff --git a/gui-libs/amtk/amtk-5.4.1.ebuild b/gui-libs/amtk/amtk-5.4.1.ebuild deleted file mode 100644 index 666b60e2a119..000000000000 --- a/gui-libs/amtk/amtk-5.4.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome2 meson - -DESCRIPTION="Actions, Menus and Toolbars Kit for GTK+ applications" -HOMEPAGE="https://wiki.gnome.org/Projects/Amtk https://gitlab.gnome.org/swilmet/amtk" - -LICENSE="LGPL-2.1+" -SLOT="5" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="+introspection gtk-doc" - -RDEPEND=" - >=dev-libs/glib-2.56:2 - >=x11-libs/gtk+-3.22:3 - introspection? ( >=dev-libs/gobject-introspection-1.42:= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/glib-utils - gtk-doc? ( - >=dev-util/gtk-doc-1.25 - app-text/docbook-xml-dtd:4.3 - ) - >=sys-devel/gettext-0.19.6 - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - $(meson_use gtk-doc gtk_doc) - $(meson_use introspection gobject_introspection) - ) - meson_src_configure -} |