summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-12-29 14:07:07 +0000
committerMarek Szuba <marecki@gentoo.org>2021-12-29 14:07:18 +0000
commitb575d1cd1787ebbe2571f8043b65dce7f28239ee (patch)
treeae2a950decb9d2432924d60ed19ac74596310107
parentapp-backup/borgmatic: drop 1.5.20 (diff)
downloadgentoo-b575d1cd.tar.gz
gentoo-b575d1cd.tar.bz2
gentoo-b575d1cd.zip
x11-themes/gtk-engines-murrine: drop 0.98.2-r1
Closes: https://bugs.gentoo.org/827700 Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.2-r1.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.2-r1.ebuild b/x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.2-r1.ebuild
deleted file mode 100644
index c1852fafecfe..000000000000
--- a/x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.2-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GNOME_ORG_MODULE="murrine"
-
-inherit eutils gnome.org multilib-minimal
-
-DESCRIPTION="Murrine GTK+2 Cairo Engine"
-
-HOMEPAGE="http://www.cimitan.com/murrine/"
-
-LICENSE="LGPL-2.1 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-IUSE="+themes animation-rtl"
-
-RDEPEND=">=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}]
- >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
- >=x11-libs/gdk-pixbuf-2.30.7:2[${MULTILIB_USEDEP}]
- >=x11-libs/cairo-1.12.14-r4[${MULTILIB_USEDEP}]
- >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}]
- >=x11-libs/pixman-0.32.4[${MULTILIB_USEDEP}]"
-PDEPEND="themes? ( x11-themes/murrine-themes )"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.37.1
- sys-devel/gettext
- virtual/pkgconfig"
-
-DOCS="AUTHORS ChangeLog NEWS TODO"
-
-src_prepare() {
- # Linking fix, in next release (commit 6e8eb244). Sed to avoid eautoreconf.
- sed -e 's:\($(GTK_LIBS) $(pixman_LIBS)\)$:\1 -lm:' \
- -i Makefile.* || die "sed failed"
-}
-
-multilib_src_configure() {
- ECONF_SOURCE=${S} \
- econf --enable-animation \
- --enable-rgba \
- $(use_enable animation-rtl animationrtl)
-}
-
-multilib_src_install_all() {
- einstalldocs
- find "${ED}" -name '*.la' -delete || die
-}