diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-05-17 17:12:01 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-05-17 17:54:53 -0400 |
commit | e8f0fe41258c16861f555fadfb0f2a0b7a0b3033 (patch) | |
tree | c1dd0f02afcc15fdc2996bf4f5e2c732760f87da /gnome-extra/libgsf | |
parent | gnome-extra/gucharmap: Drop old versions (diff) | |
download | gentoo-e8f0fe41258c16861f555fadfb0f2a0b7a0b3033.tar.gz gentoo-e8f0fe41258c16861f555fadfb0f2a0b7a0b3033.tar.bz2 gentoo-e8f0fe41258c16861f555fadfb0f2a0b7a0b3033.zip |
gnome-extra/libgsf: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra/libgsf')
-rw-r--r-- | gnome-extra/libgsf/libgsf-1.14.50.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/gnome-extra/libgsf/libgsf-1.14.50.ebuild b/gnome-extra/libgsf/libgsf-1.14.50.ebuild deleted file mode 100644 index b527712ed0d9..000000000000 --- a/gnome-extra/libgsf/libgsf-1.14.50.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit gnome2 - -DESCRIPTION="The GNOME Structured File Library" -HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0/114" # libgsf-1.so version -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="bzip2 gtk +introspection test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-libs/glib-2.36:2 - >=dev-libs/libxml2-2.4.16:2 - sys-libs/zlib - bzip2? ( app-arch/bzip2 ) - gtk? ( - x11-libs/gdk-pixbuf:2 - virtual/imagemagick-tools - ) - introspection? ( >=dev-libs/gobject-introspection-1:= ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.12 - dev-libs/gobject-introspection-common - >=sys-devel/gettext-0.19.6 - virtual/pkgconfig - test? ( dev-perl/XML-Parser ) -" - -PATCHES=( - "${FILESDIR}"/1.14.49-skip-valgrind-tests.patch -) - -src_configure() { - gnome2_src_configure \ - --disable-static \ - $(use_with bzip2 bz2) \ - $(use_enable introspection) \ - $(use_with gtk gdk-pixbuf) -} |