public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/pcmanfm/
Date: Sun, 19 Feb 2017 23:46:01 +0000 (UTC)	[thread overview]
Message-ID: <1487547861.daef0b4d397e3839f9b28075863dc220c650e440.soap@gentoo> (raw)

commit:     daef0b4d397e3839f9b28075863dc220c650e440
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Sun Feb 19 15:22:14 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 23:44:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daef0b4d

x11-misc/pcmanfm: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4033

 x11-misc/pcmanfm/Manifest              |  1 -
 x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild | 56 ----------------------------------
 2 files changed, 57 deletions(-)

diff --git a/x11-misc/pcmanfm/Manifest b/x11-misc/pcmanfm/Manifest
index 3cbd8b6dac..48c94fb327 100644
--- a/x11-misc/pcmanfm/Manifest
+++ b/x11-misc/pcmanfm/Manifest
@@ -1,4 +1,3 @@
-DIST pcmanfm-0.9.10.tar.gz 565628 SHA256 f133c6f207f719d1fc69fe8bc07b2de6883c6937ffa87448df42e3b1a30e0298 SHA512 25ee98785ebb490d2cafb3cfa4e52f1620c8ca8392e492c92e24e6fcf0baf301b456f1fbb3ec42ec460f2453bd5b29c16ce2d42d8a410573462255d581d6e694 WHIRLPOOL 19b84a96d9f948b7cb77445837986ae279cf676e2c565628443fb0baf0c177ad6d1142ddd7bdf16be9d7c9d9fcd71bd664a44d2afce728d6d3de6f115053ef5b
 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

diff --git a/x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild b/x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild
deleted file mode 100644
index a1743f29a8..0000000000
--- a/x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools fdo-mime
-
-DESCRIPTION="Fast lightweight tabbed filemanager"
-HOMEPAGE="http://pcmanfm.sourceforge.net/"
-SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
-
-KEYWORDS="~alpha amd64 arm ppc x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug"
-
-COMMON_DEPEND=">=dev-libs/glib-2.18:2
-	>=x11-libs/gtk+-2.22.1:2
-	>=lxde-base/menu-cache-0.3.2
-	>=x11-libs/libfm-0.1.16"
-RDEPEND="${COMMON_DEPEND}
-	virtual/eject
-	virtual/freedesktop-icon-theme"
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/intltool-0.40
-	virtual/pkgconfig
-	sys-devel/gettext"
-
-src_prepare() {
-	# Fix desktop icons
-	sed -i -e "/MimeType/s:=.*normal;:=:" "${S}"/data/${PN}.desktop \
-		|| die "failed to fix desktop icon"
-	# drop -O0 -g. Bug #382265 and #382265
-	sed -i -e "s:-O0::" -e "/-DG_ENABLE_DEBUG/s: -g::" "${S}"/configure.ac || die
-	#Remove -Werror for automake-1.12. Bug #421101
-	sed -i "s:-Werror::" configure.ac || die
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--sysconfdir="${EPREFIX}/etc" \
-		$(use_enable debug)
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-
-	elog 'PCmanFM can optionally support the menu://applications/ location.'
-	elog 'You should install lxde-base/lxmenu-data for that	functionality.'
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-}


             reply	other threads:[~2017-02-19 23:46 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-19 23:46 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-17  3:16 [gentoo-commits] repo/gentoo:master commit in: x11-misc/pcmanfm/ Sam James
2023-10-13 19:29 Sebastian Pipping
2022-05-25 11:20 WANG Xuerui
2021-07-21 14:49 Yixun Lan
2021-05-14 17:57 David Seifert
2021-03-15  9:19 Andreas Sturmlechner
2021-03-15  9:19 Andreas Sturmlechner
2021-03-14  0:25 Andreas Sturmlechner
2021-03-05 22:20 Sam James
2021-02-15  0:32 Sam James
2020-05-11  6:55 Joonas Niilola
2019-11-01 23:44 Sergei Trofimovich
2019-11-01 10:03 Mikle Kolyada
2019-10-28 11:27 Agostino Sarubbo
2019-10-28  9:43 Agostino Sarubbo
2019-05-15 15:06 Hanno Boeck
2018-04-20 19:48 David Seifert
2018-02-28 22:28 Sergei Trofimovich
2017-12-19 15:46 Thomas Deutschmann
2017-12-18 18:59 Markus Meier
2017-12-16  8:20 Tobias Klausmann
2016-12-11 11:20 Markos Chandras
2016-12-11 10:31 Markos Chandras
2016-10-30 20:05 Sven Wegener
2015-09-13 19:04 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1487547861.daef0b4d397e3839f9b28075863dc220c650e440.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox