commit:     22ac45e447a7319c30aea3b6f282c028c7c5811f
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 07:42:31 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 07:49:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ac45e4

x11-misc/pcmanfm: drop 1.3.2-r1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 x11-misc/pcmanfm/pcmanfm-1.3.2-r1.ebuild | 58 --------------------------------
 1 file changed, 58 deletions(-)

diff --git a/x11-misc/pcmanfm/pcmanfm-1.3.2-r1.ebuild 
b/x11-misc/pcmanfm/pcmanfm-1.3.2-r1.ebuild
deleted file mode 100644
index 61d5a505343b..000000000000
--- a/x11-misc/pcmanfm/pcmanfm-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${PN}-${PV/_/}"
-inherit xdg readme.gentoo-r1
-
-DESCRIPTION="Fast lightweight tabbed filemanager"
-HOMEPAGE="https://github.com/lxde/pcmanfm";
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz";
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~riscv ~x86"
-IUSE="debug"
-
-RDEPEND="
-       dev-libs/atk
-       >=dev-libs/glib-2.18:2
-       >=lxde-base/menu-cache-1.1.0-r1
-       sys-apps/util-linux
-       virtual/freedesktop-icon-theme
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf:2
-       x11-libs/gtk+:3
-       >=x11-libs/libfm-${PV}:=[gtk]
-       x11-libs/libX11
-       x11-libs/pango
-       x11-misc/shared-mime-info
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       >=dev-util/intltool-0.40
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-
-src_configure() {
-       econf \
-               --sysconfdir="${EPREFIX}"/etc \
-               --with-gtk=3 \
-               $(use_enable debug)
-}
-
-src_install() {
-       default
-
-       local DOC_CONTENTS="PCmanFM can optionally support the 
menu://applications/
-       location. You should install lxde-base/lxmenu-data for that 
functionality."
-       readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       readme.gentoo_print_elog
-}

Reply via email to