From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DDE7813888F for ; Wed, 7 Oct 2015 17:50:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72C21E081C; Wed, 7 Oct 2015 17:50:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CFCEE081C for ; Wed, 7 Oct 2015 17:50:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD9B1340834 for ; Wed, 7 Oct 2015 17:50:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 669F2B3C for ; Wed, 7 Oct 2015 17:50:34 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: <1444240199.f3d1c7f3c1258523d14e0dbadcd6361f4181b3f7.angelos@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.ebuild X-VCS-Directories: x11-misc/rodent/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: f3d1c7f3c1258523d14e0dbadcd6361f4181b3f7 X-VCS-Branch: master Date: Wed, 7 Oct 2015 17:50:34 +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: c8f3e271-520b-4ea7-b93b-6939cbe9a921 X-Archives-Hash: 5c878bd7d00fbad1bde78b957f55a232 commit: f3d1c7f3c1258523d14e0dbadcd6361f4181b3f7 Author: Christoph Mende gentoo org> AuthorDate: Wed Oct 7 17:49:43 2015 +0000 Commit: Christoph Mende gentoo org> CommitDate: Wed Oct 7 17:49:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d1c7f3 x11-misc/rodent: Version bump to 5.3.16.3 Package-Manager: portage-2.2.22 x11-misc/rodent/Manifest | 1 + x11-misc/rodent/rodent-5.3.16.3.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/x11-misc/rodent/Manifest b/x11-misc/rodent/Manifest index 4d7cce9..1c1603c 100644 --- a/x11-misc/rodent/Manifest +++ b/x11-misc/rodent/Manifest @@ -1 +1,2 @@ DIST rodent-4.9.2.tar.gz 12061909 SHA256 d1e892ed22ad5eac65d915b0ac81d1c01b72699667429e7bc8847cc8c5ddc001 SHA512 776975bfff4e9e7b51e4f4b6f2d3e78c2fdeb949ed144dce66faa32b5a20f085201050500f26eb4af74ec63a354bb71ab39b8dd5eb9f95bffe289bb71bdd33a6 WHIRLPOOL 698facf1ff82b1c1a668437d7f0af253084e259f69459e00206ee4630809549187be89cc576534713376a2ab848a35b77c00881e2c5021cbeccc4e9e1fd3b40a +DIST rodent-5.3.16.3.tar.bz2 10873231 SHA256 456ffaa4ef3b60af1a94dad0a35f1e3986235d81f00b257a3204074a2275f3d6 SHA512 83c85501d3fe49e84abe9bb61a23ca4ec86fb22abb2e9a01228b3180d114380ff085ee58f51b9ac47173214ab8323e0bde7cfca6fb9b7907d4b1551ad48326f5 WHIRLPOOL 2e8707d48b879209e225c8101f2919bb5cb327794da5d872ae5fa422bf2af39c2a828f0b81d359b9e7e06c18a5d8ff77d4249980293f62ea9833711c308360e5 diff --git a/x11-misc/rodent/rodent-5.3.16.3.ebuild b/x11-misc/rodent/rodent-5.3.16.3.ebuild new file mode 100644 index 0000000..02849b5 --- /dev/null +++ b/x11-misc/rodent/rodent-5.3.16.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit autotools + +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" + +pkg_setup() { + DOCS=( AUTHORS ChangeLog TODO ) +} + +src_prepare() { + pushd apps/rodent-pkg >/dev/null + sed -i -e "/^install-data-hook/d" \ + -e "/rm -f/d" Build/Makefile.am || die + eautoreconf + popd >/dev/null +}