From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0CF613835A for ; Sun, 14 Mar 2021 00:25:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ABD0E086D; Sun, 14 Mar 2021 00:25:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E873DE086D for ; Sun, 14 Mar 2021 00:25:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDE6B335D79 for ; Sun, 14 Mar 2021 00:25:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DCB45AC for ; Sun, 14 Mar 2021 00:25:19 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1615681473.053b7805da181b4df17f0c6f267b0bb1f5158fbb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/pcmanfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/pcmanfm/pcmanfm-9999.ebuild X-VCS-Directories: x11-misc/pcmanfm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 053b7805da181b4df17f0c6f267b0bb1f5158fbb X-VCS-Branch: master Date: Sun, 14 Mar 2021 00:25:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eb4087b7-2e87-4f8d-a878-12452ad7277e X-Archives-Hash: 7fae7d743cb42b3cc4ce69aa3a57325c commit: 053b7805da181b4df17f0c6f267b0bb1f5158fbb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 13 23:15:18 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 14 00:24:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053b7805 x11-misc/pcmanfm: Drop unmaintained and broken live ebuild Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/pcmanfm/pcmanfm-9999.ebuild | 79 ------------------------------------ 1 file changed, 79 deletions(-) diff --git a/x11-misc/pcmanfm/pcmanfm-9999.ebuild b/x11-misc/pcmanfm/pcmanfm-9999.ebuild deleted file mode 100644 index 73fd47c92e6..00000000000 --- a/x11-misc/pcmanfm/pcmanfm-9999.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PLOCALES="ar be bg bn ca cs da de el en_GB es et eu fa fi fo fr gl he hr hu id -is it ja kk km ko lg lt lv ms nl pa pl pt pt_BR ro ru si sk sl sr sr@latin sv -te th tr tt_RU ug uk vi zh_CN zh_TW" -PLOCALE_BACKUP="en_GB" - -inherit autotools eutils xdg-utils l10n readme.gentoo-r1 - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}" - inherit git-r3 -else - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86" -fi - -MY_PV="${PV/_/}" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="Fast lightweight tabbed filemanager" -HOMEPAGE="https://wiki.lxde.org/en/PCManFM" - -LICENSE="GPL-2" -SLOT="0" -IUSE="debug" - -RDEPEND=">=dev-libs/glib-2.18:2 - >=x11-libs/gtk+-2.16:2 - >=lxde-base/menu-cache-0.3.2 - x11-misc/shared-mime-info - >=x11-libs/libfm-${PV}:=[gtk(+)] - virtual/eject - virtual/freedesktop-icon-theme" -DEPEND="${RDEPEND} - app-arch/xz-utils - >=dev-util/intltool-0.40 - virtual/pkgconfig - sys-devel/gettext" - -S="${WORKDIR}"/${MY_P} - -src_prepare() { - default - - intltoolize --force --copy --automake || die - eautoreconf - - export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}" - l10n_get_locales > po/LINGUAS || die -} - -src_configure() { - econf \ - --sysconfdir="${EPREFIX}"/etc \ - $(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_desktop_database_update - xdg_mimeinfo_database_update - readme.gentoo_print_elog -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_mimeinfo_database_update -}