commit: a54f1c65dc27a826c36063e6ad2997cf650920e9 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Fri Sep 13 07:45:52 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Fri Sep 13 07:58:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a54f1c65
media-gfx/gpicview: drop 0.2.5-r2 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> media-gfx/gpicview/gpicview-0.2.5-r2.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/media-gfx/gpicview/gpicview-0.2.5-r2.ebuild b/media-gfx/gpicview/gpicview-0.2.5-r2.ebuild deleted file mode 100644 index baef4b43f9b8..000000000000 --- a/media-gfx/gpicview/gpicview-0.2.5-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg - -DESCRIPTION="A Simple and Fast Image Viewer for X" -HOMEPAGE="http://lxde.sourceforge.net/gpicview" -SRC_URI="https://downloads.sourceforge.net/lxde/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ppc ~riscv x86" - -RDEPEND="virtual/jpeg:0 - x11-libs/gtk+:3" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - sys-devel/gettext - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/Fix-displaying-images-with-GTK3.patch" ) - -src_configure() { - econf --enable-gtk3 -}
