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 28FB8139082 for ; Wed, 29 Nov 2017 00:31:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29815E0BE9; Wed, 29 Nov 2017 00:31:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0208EE0BE9 for ; Wed, 29 Nov 2017 00:31:54 +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 777F033E4AD for ; Wed, 29 Nov 2017 00:31:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B7F6AB07 for ; Wed, 29 Nov 2017 00:31:52 +0000 (UTC) From: "Denis Dupeyron" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Denis Dupeyron" Message-ID: <1511915418.830468c4edd9ab377c33836c4d694acc8c68e600.calchan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rodent/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/rodent/Manifest x11-misc/rodent/rodent-5.3.16.3-r1.ebuild X-VCS-Directories: x11-misc/rodent/ X-VCS-Committer: calchan X-VCS-Committer-Name: Denis Dupeyron X-VCS-Revision: 830468c4edd9ab377c33836c4d694acc8c68e600 X-VCS-Branch: master Date: Wed, 29 Nov 2017 00:31:52 +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-Archives-Salt: a9dc8b41-8ca9-440f-b15c-3d85c1e0d23c X-Archives-Hash: ab423dfc69bffc0803222a585f8109b1 commit: 830468c4edd9ab377c33836c4d694acc8c68e600 Author: Denis Dupeyron gentoo org> AuthorDate: Wed Nov 29 00:30:00 2017 +0000 Commit: Denis Dupeyron gentoo org> CommitDate: Wed Nov 29 00:30:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=830468c4 x11-misc/rodent: migrate to EAPI6 Package-Manager: Portage-2.3.13, Repoman-2.3.3 x11-misc/rodent/Manifest | 2 +- x11-misc/rodent/rodent-5.3.16.3-r1.ebuild | 40 +++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/x11-misc/rodent/Manifest b/x11-misc/rodent/Manifest index 4522f530475..d3ae1e0e2d1 100644 --- a/x11-misc/rodent/Manifest +++ b/x11-misc/rodent/Manifest @@ -1 +1 @@ -DIST rodent-5.3.16.3.tar.bz2 10873231 SHA256 456ffaa4ef3b60af1a94dad0a35f1e3986235d81f00b257a3204074a2275f3d6 SHA512 83c85501d3fe49e84abe9bb61a23ca4ec86fb22abb2e9a01228b3180d114380ff085ee58f51b9ac47173214ab8323e0bde7cfca6fb9b7907d4b1551ad48326f5 WHIRLPOOL 2e8707d48b879209e225c8101f2919bb5cb327794da5d872ae5fa422bf2af39c2a828f0b81d359b9e7e06c18a5d8ff77d4249980293f62ea9833711c308360e5 +DIST rodent-5.3.16.3.tar.bz2 10873231 BLAKE2B 5eca3c69d5a0427997bfcb7af8cd187fcb9f49e98988ed16a2cb292e59686d82ca93f60f8c827669df3b168d53c1da5b956d267dc94c1b67793113ae42b98954 SHA512 83c85501d3fe49e84abe9bb61a23ca4ec86fb22abb2e9a01228b3180d114380ff085ee58f51b9ac47173214ab8323e0bde7cfca6fb9b7907d4b1551ad48326f5 diff --git a/x11-misc/rodent/rodent-5.3.16.3-r1.ebuild b/x11-misc/rodent/rodent-5.3.16.3-r1.ebuild new file mode 100644 index 00000000000..ad96bd85d81 --- /dev/null +++ b/x11-misc/rodent/rodent-5.3.16.3-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools gnome2-utils xdg-utils + +DESCRIPTION="A fast, small and powerful file manager and graphical shell" +HOMEPAGE="http://xffm.org/" +SRC_URI="mirror://sourceforge/xffm/${PV}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=x11-libs/librfm-5.3.16.3" +DEPEND="${RDEPEND} + dev-util/intltool + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog TODO ) + +src_prepare() { + pushd apps/rodent-pkg >/dev/null || die + sed -i -e "/^install-data-hook/d" \ + -e "/rm -f/d" Build/Makefile.am || die + eautoreconf + popd >/dev/null || die + default +} + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update +}