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 D2E3D138BF3 for ; Mon, 17 Feb 2014 22:52:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6735AE0A49; Mon, 17 Feb 2014 22:52:37 +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 E4ABCE0A49 for ; Mon, 17 Feb 2014 22:52:36 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6D0633F9BE for ; Mon, 17 Feb 2014 22:52:35 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2322) id 8DF302004C; Mon, 17 Feb 2014 22:52:34 +0000 (UTC) From: "Julian Ospald (hasufell)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hasufell@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/retroshare: retroshare-0.5.5c.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: retroshare-0.5.5c.ebuild ChangeLog X-VCS-Directories: net-p2p/retroshare X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140217225234.8DF302004C@flycatcher.gentoo.org> Date: Mon, 17 Feb 2014 22:52: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: 268c8aff-d270-4f82-ab45-005ee90d9e8b X-Archives-Hash: a502be0244ca451e5753aa2b540d9e48 hasufell 14/02/17 22:52:34 Modified: ChangeLog Added: retroshare-0.5.5c.ebuild Log: version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3) Revision Changes Path 1.5 net-p2p/retroshare/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/retroshare/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/retroshare/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/retroshare/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/retroshare/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 17 Nov 2013 13:06:54 -0000 1.4 +++ ChangeLog 17 Feb 2014 22:52:34 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/retroshare -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/retroshare/ChangeLog,v 1.4 2013/11/17 13:06:54 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/retroshare/ChangeLog,v 1.5 2014/02/17 22:52:34 hasufell Exp $ + +*retroshare-0.5.5c (17 Feb 2014) + + 17 Feb 2014; Julian Ospald +retroshare-0.5.5c.ebuild: + version bump *retroshare-0.5.5b (17 Nov 2013) 1.1 net-p2p/retroshare/retroshare-0.5.5c.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/retroshare/retroshare-0.5.5c.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/retroshare/retroshare-0.5.5c.ebuild?rev=1.1&content-type=text/plain Index: retroshare-0.5.5c.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-p2p/retroshare/retroshare-0.5.5c.ebuild,v 1.1 2014/02/17 22:52:34 hasufell Exp $ EAPI=5 inherit eutils multilib gnome2-utils qmake-utils MY_PN="RetroShare" MY_P="${MY_PN}-v${PV}" DESCRIPTION="P2P private sharing application" HOMEPAGE="http://retroshare.sourceforge.net" SRC_URI="mirror://sourceforge/retroshare/retroshare_0.5.5-0.7068.tar.gz" # pegmarkdown can also be used with MIT LICENSE="GPL-2 GPL-3 Apache-2.0 LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="cli feedreader links-cloud qt4 voip" REQUIRED_USE="|| ( cli qt4 ) feedreader? ( qt4 ) links-cloud? ( qt4 ) voip? ( qt4 )" RDEPEND=" app-arch/bzip2 dev-libs/openssl:0 gnome-base/libgnome-keyring net-libs/libupnp sys-libs/zlib cli? ( dev-libs/protobuf net-libs/libssh[server] ) feedreader? ( dev-libs/libxml2 dev-libs/libxslt net-misc/curl dev-qt/qtcore:4 dev-qt/qtgui:4 ) qt4? ( x11-libs/libX11 x11-libs/libXScrnSaver dev-qt/qtcore:4 || ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) > "plugins/VOIP/VOIP.pro" || die echo "CONFIG += mobility" >> "plugins/VOIP/VOIP.pro" || die fi } src_configure() { for dir in ${rs_src_dirs} ; do cd "${S}"/${dir} || die eqmake4 done } src_compile() { local dir for dir in ${rs_src_dirs} ; do emake -C ${dir} done unset rs_src_dirs } src_install() { local i local extension_dir="/usr/$(get_libdir)/${PN}/extensions/" use cli && dobin retroshare-nogui/src/retroshare-nogui use qt4 && dobin retroshare-gui/src/RetroShare exeinto "${extension_dir}" use feedreader && doexe plugins/FeedReader/*.so* use links-cloud && doexe plugins/LinksCloud/*.so* use voip && doexe plugins/VOIP/*.so* insinto /usr/share/RetroShare doins libbitdht/src/bitdht/bdboot.txt dodoc README.txt make_desktop_entry RetroShare for i in 24 48 64 ; do doicon -s ${i} build_scripts/Ubuntu_src/data/${i}x${i}/${PN}.png done doicon -s 128 build_scripts/Ubuntu_src/data/${PN}.png } pkg_preinst() { gnome2_icon_savelist } pkg_postinst() { gnome2_icon_cache_update } pkg_postrm() { gnome2_icon_cache_update }