diff options
author | Olivier Laurantin <olivier.laurantin@laposte.net> | 2020-09-20 14:17:11 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-09-20 23:36:24 +0200 |
commit | ecaf89852037db10ee7029c419a692870f9866d9 (patch) | |
tree | 6db1d494c9ec2904297c1a47b3e090915d61325e /x11-libs/xapps | |
parent | games-puzzle/tetrinet: drop old (diff) | |
download | gentoo-ecaf89852037db10ee7029c419a692870f9866d9.tar.gz gentoo-ecaf89852037db10ee7029c419a692870f9866d9.tar.bz2 gentoo-ecaf89852037db10ee7029c419a692870f9866d9.zip |
x11-libs/xapps: remove old and broken xapps-1.4.2.ebuild
Closes: https://github.com/gentoo/gentoo/pull/17613
Closes: https://bugs.gentoo.org/672676
Signed-off-by: Olivier Laurantin <olivier.laurantin@laposte.net>
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-libs/xapps')
-rw-r--r-- | x11-libs/xapps/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/xapps/xapps-1.4.2.ebuild | 62 |
2 files changed, 0 insertions, 63 deletions
diff --git a/x11-libs/xapps/Manifest b/x11-libs/xapps/Manifest index 434748fee239..712a4bcde45b 100644 --- a/x11-libs/xapps/Manifest +++ b/x11-libs/xapps/Manifest @@ -1,3 +1,2 @@ -DIST xapps-1.4.2.tar.gz 69709 BLAKE2B 514e4cb2e614ccd9fa303625eb5ffb818847447b29d6d989c2abdc90b6b9840dac6124d8484b71ffc2e489a925f83dae597c0904aa79cd5d5a0c27d44420da96 SHA512 2d16bd893a16876270c41d755c62ca454f561931750acc719c480e63036b70dca8dae25e6a313f13ed0daae09fd650e0efcef9d272c405ccd9c04147aaf59fe2 DIST xapps-1.8.4.tar.gz 179340 BLAKE2B f6558b87320cbd73e73c5294f48a3c0c94c7239abc9ede9cd88e66ccd53fd0c9cba9c638837efbd5eecd8a4f372262fde759e05ba9e97ad9955ab74464c34c21 SHA512 483e8e334d4883e2172e06835d690d20af2752fcc195f63776053b83abc0ffcb25c757633450a02b153e70e67e98c477754de12169c167a2f9f3fea103e12bad DIST xapps-1.8.9.tar.gz 187789 BLAKE2B 37b2d2677cb6483533d79853a83d77b30033313c06db89e93491076bb017122f77cd97b30d5ba64ce53fb41a37736791e97da785f516953b76b1d979d341e2fc SHA512 95dd1cbf84b59adf6682d9025e0cfa7a414c24d4f584cde87d0cc6ea82c06338de2c320dad8d997e105980782ec5cb23f0def6f6d60ea84be7d74c90d7cd692c diff --git a/x11-libs/xapps/xapps-1.4.2.ebuild b/x11-libs/xapps/xapps-1.4.2.ebuild deleted file mode 100644 index 762e94721fd8..000000000000 --- a/x11-libs/xapps/xapps-1.4.2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -VALA_USE_DEPEND="vapigen" -inherit vala meson gnome2-utils xdg-utils - -DESCRIPTION="Cross-desktop libraries and common resources" -HOMEPAGE="https://github.com/linuxmint/xapps/" -LICENSE="GPL-3" - -SRC_URI="https://github.com/linuxmint/xapps/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="amd64 x86" - -SLOT="0" -IUSE="introspection static-libs" - -RDEPEND=" - >=dev-libs/glib-2.37.3:2 - dev-libs/gobject-introspection:0= - gnome-base/libgnomekbd - gnome-base/gnome-common - x11-libs/cairo - >=x11-libs/gdk-pixbuf-2.22.0:2[introspection?] - >=x11-libs/gtk+-3.3.16:3[introspection?] - x11-libs/libxkbfile -" -DEPEND="${RDEPEND} - dev-util/glib-utils - sys-devel/gettext - dev-util/gtk-doc - dev-util/gtk-doc-am - $(vala_depend) -" - -src_prepare() { - xdg_environment_reset - vala_src_prepare - default -} - -src_configure() { - meson_src_configure \ - -Dwith-docs=true -} - -src_install() { - meson_src_install - rm -rf "${ED%/}"/usr/bin || die - - # package provides .pc files - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |