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 DF665138334 for ; Mon, 15 Jul 2019 17:24:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8F7CE086E; Mon, 15 Jul 2019 17:24:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CA610E0856 for ; Mon, 15 Jul 2019 17:24: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 637C4347BC2 for ; Mon, 15 Jul 2019 17:24:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF6E2266 for ; Mon, 15 Jul 2019 17:24:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1563211476.642bd16ea2a851674532713bfac5c5e6b027bd2a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ccnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ccnet/Manifest net-libs/ccnet/ccnet-6.1.8.ebuild X-VCS-Directories: net-libs/ccnet/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 642bd16ea2a851674532713bfac5c5e6b027bd2a X-VCS-Branch: master Date: Mon, 15 Jul 2019 17:24:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dd64404a-4e11-4241-8ca6-22e6fd2cbf8d X-Archives-Hash: 0d5fd17dd538f1c09b043e681774cd59 commit: 642bd16ea2a851674532713bfac5c5e6b027bd2a Author: Denis Efremov linux com> AuthorDate: Thu Jun 27 09:19:01 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 15 17:24:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642bd16e net-libs/ccnet: version bump to 6.1.8 Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Denis Efremov linux.com> Signed-off-by: Michał Górny gentoo.org> net-libs/ccnet/Manifest | 1 + net-libs/ccnet/ccnet-6.1.8.ebuild | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/net-libs/ccnet/Manifest b/net-libs/ccnet/Manifest index 3422d48f2f3..ea49a378f65 100644 --- a/net-libs/ccnet/Manifest +++ b/net-libs/ccnet/Manifest @@ -1 +1,2 @@ DIST ccnet-6.1.7.tar.gz 179364 BLAKE2B 214284a5b04ee2c8a51f8479bee5bcc3d5b044ed0cd622b56ae5caf4fb2757bf28191ffedca9f76fce80b5c6da5a489207e1bdef3436e44dbe1841a69a82c448 SHA512 bac93c9987f434915f9d5b5f0cfc44d88471ae27896e89059f3c924182255d938fb6c87dec31354f256807d5e4274b6af2e3325e753d06cd8a5ea91caba9490d +DIST ccnet-6.1.8.tar.gz 179374 BLAKE2B 8eb05a9d2c8830c501b63f939df56cb72a6b03f7dbdf511adf1a89eff86bdc85ad804de04a2ed57f235f76e95fe1a4ab317f415be0051024bfcd7d099e9e2cad SHA512 5eb3765969edd471a43575545f92f6317741a2099bb7af82851bfe726b0715420e5b946c63435c334c4447888f1454d7cd0703f29818571eaabc2250046c45f3 diff --git a/net-libs/ccnet/ccnet-6.1.8.ebuild b/net-libs/ccnet/ccnet-6.1.8.ebuild new file mode 100644 index 00000000000..74947e965f5 --- /dev/null +++ b/net-libs/ccnet/ccnet-6.1.8.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 ) +inherit autotools python-single-r1 vala + +DESCRIPTION="Ccnet is a framework for writing networked applications in C" +HOMEPAGE="https://github.com/haiwen/ccnet http://seafile.com/" +SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+-with-openssl-exception" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + net-libs/libsearpc[${PYTHON_USEDEP}] + dev-libs/glib:2 + dev-libs/libevent:0 + dev-libs/openssl:0 + dev-db/sqlite:3" +DEPEND="${RDEPEND} + $(vala_depend)" + +src_prepare() { + default + sed -i -e "s/(DESTDIR)//" libccnet.pc.in || die + sed -i -e 's/valac /${VALAC} /' lib/Makefile.am || die + eautoreconf + vala_src_prepare +} + +src_install() { + default + # Remove unnecessary .la files, as recommended by ltprune.eclass + find "${ED}" -name '*.la' -delete || die +}