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 356B013888F 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 7CAC0E0818; Wed, 7 Oct 2015 17:50:38 +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 038AAE080A for ; Wed, 7 Oct 2015 17:50:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F4103340845 for ; Wed, 7 Oct 2015 17:50:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54A73B36 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: <1444240198.6c309e7cabe353233376205d8625532c4737dc30.angelos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/librfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/librfm/Manifest x11-libs/librfm/librfm-5.3.16.3.ebuild x11-libs/librfm/metadata.xml X-VCS-Directories: x11-libs/librfm/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 6c309e7cabe353233376205d8625532c4737dc30 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: 583d677b-af29-4ad0-b9ff-490f20766f9c X-Archives-Hash: 0676b52972d6ad1e3b75b697ee9b88e3 commit: 6c309e7cabe353233376205d8625532c4737dc30 Author: Christoph Mende gentoo org> AuthorDate: Wed Oct 7 16:34:36 2015 +0000 Commit: Christoph Mende gentoo org> CommitDate: Wed Oct 7 17:49:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c309e7c x11-libs/librfm: Initial import Package-Manager: portage-2.2.22 x11-libs/librfm/Manifest | 1 + x11-libs/librfm/librfm-5.3.16.3.ebuild | 46 ++++++++++++++++++++++++++++++++++ x11-libs/librfm/metadata.xml | 8 ++++++ 3 files changed, 55 insertions(+) diff --git a/x11-libs/librfm/Manifest b/x11-libs/librfm/Manifest new file mode 100644 index 0000000..3f34e25 --- /dev/null +++ b/x11-libs/librfm/Manifest @@ -0,0 +1 @@ +DIST librfm5-5.3.16.3.tar.bz2 3304424 SHA256 326d6be04a39a25246800987299bc224385511c95190490f5bdf813242ec3753 SHA512 e3d00b0337c9368bbe939bcb2d7f6b1c3f3b6b5a810074c5d6bc7afccd938c5284075231a0326b5be2b93436bee346871fb47ee30c130e6ce00756148d214000 WHIRLPOOL 3b24c6d50232f291cb84db379cddbd489a31099a019f4d2c7159e3477ec4459ab0cc7d390b90aebb2a06a7a405d497ce569cdfb02cc43d06b0e210051120ef3d diff --git a/x11-libs/librfm/librfm-5.3.16.3.ebuild b/x11-libs/librfm/librfm-5.3.16.3.ebuild new file mode 100644 index 0000000..ea0262c --- /dev/null +++ b/x11-libs/librfm/librfm-5.3.16.3.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit autotools eutils + +MY_P=${PN}5-${PV} + +DESCRIPTION="the basic library used by some rfm applications, such as Rodent filemanager" +HOMEPAGE="http://xffm.org/libxffm.html" +SRC_URI="mirror://sourceforge/xffm/${PN}/${MY_P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.22.5:2 + >=dev-libs/libdbh-5.0.13 + >=dev-libs/libtubo-5.0.13 + >=dev-libs/libxml2-2.4.0:2 + >=dev-libs/libzip-0.9 + >=gnome-base/librsvg-2.26:2 + >=x11-libs/cairo-1.12.6 + >=x11-libs/gtk+-3.12:3 + >=x11-libs/pango-1.28.0 + ! + + + + angelos@gentoo.org + Christoph Mende + +