x11-misc/pcmanfm: Remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4142
This commit is contained in:
Harri Nieminen
2017-03-06 09:56:32 +02:00
committed by David Seifert
parent 119a73f962
commit c1bb69c738
2 changed files with 0 additions and 72 deletions

View File

@@ -1,3 +1,2 @@
DIST pcmanfm-1.2.3.tar.xz 406756 SHA256 cfa8d82fc63be147045174bef074807e1e32ce8c6bf4dbd8fad49e260bcf6380 SHA512 b350566c3aee0fe857ed1f0df2ae7d2ce51caf1547b951b380145078ba60f2fe6e0490c4d4c19465c5b1e0a9966205db6f8fe4dafb7cb3e987b9157551df2b28 WHIRLPOOL b342745086bf00e294cf40115c08f63ee99bb67c7f4cb4a6527b56bc3c26f85f93953a4655d91c1186335872342ef05362530f56c865fe5e46d8220a02cc781a
DIST pcmanfm-1.2.4.tar.xz 417316 SHA256 38cdbb5f01d24483b41b8e6846e4aa66a5751bb3982a8618899e88a853dbe313 SHA512 f4d0ed9d5dcc1b01643715fd54b94ff46967801f0c6d1dde6d196fadbedb5551cfda536d548237b187e5545cceea0a987f7c1c8e38659cae109b6483f14798f7 WHIRLPOOL ab2e6cac1a52c0f17c2469db0a8d8629c1a11fbefcc3bb0befe4ae55e0ed2905b476681e2fc67c8292667c8a2c384df7c10f48cfc0be7ed1bbab384d0ebc0aef
DIST pcmanfm-1.2.5.tar.xz 417808 SHA256 0c86cac028b705ff314c7464d814c2cf7ff604c17491c20aa204b1ef1a80ad67 SHA512 ce53315483f58361c5a7797bdca355dbbedc2cf3907d319c7c65be844ea74ed297497dc3183c903e06b8294f6301d19347f6b9871e34bf773c04ff4fb8ab32f3 WHIRLPOOL b1276442bd322fa9f0babcfe114e66df64f98a7140a9fca64a690bdd4076d1c1df96592542962c51f52d18f9cda03a794d17fcf46375ccfdfecb301b5f4fb663

View File

@@ -1,71 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# 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 eutils fdo-mime l10n readme.gentoo-r1
MY_PV="${PV/_/}"
MY_P="${PN}-${MY_PV}"
DESCRIPTION="Fast lightweight tabbed filemanager"
HOMEPAGE="http://pcmanfm.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
IUSE="debug"
# Upstream report:
# https://sourceforge.net/p/pcmanfm/bugs/1026/
PATCHES=( "${FILESDIR}/${P}-fix-no-common.patch" )
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}
DOCS=( AUTHORS )
DOC_CONTENTS="PCmanFM can optionally support the menu://applications/
location. You should install lxde-base/lxmenu-data for that functionality."
src_prepare() {
export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}"
l10n_get_locales > "${S}"/po/LINGUAS
default
}
src_configure() {
econf --sysconfdir=/etc $(use_enable debug)
}
src_install() {
default
readme.gentoo_create_doc
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
readme.gentoo_print_elog
}
pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}