public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ccnet/
Date: Sat,  1 Jul 2017 21:11:19 +0000 (UTC)	[thread overview]
Message-ID: <1498943467.2e3b015c919db5eb1342e371f9be2ccfc91281df.mgorny@gentoo> (raw)

commit:     2e3b015c919db5eb1342e371f9be2ccfc91281df
Author:     Moritz Schlarb <moschlar <AT> metalabs <DOT> de>
AuthorDate: Wed Jun 21 21:18:47 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 21:11:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3b015c

net-libs/ccnet: Version bump to 6.0.7

 net-libs/ccnet/Manifest                            |  3 +-
 net-libs/ccnet/ccnet-6.0.6.ebuild                  | 33 ----------------------
 .../{ccnet-6.0.4.ebuild => ccnet-6.0.7.ebuild}     |  0
 3 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/net-libs/ccnet/Manifest b/net-libs/ccnet/Manifest
index 92a316b89c4..8807bad4c06 100644
--- a/net-libs/ccnet/Manifest
+++ b/net-libs/ccnet/Manifest
@@ -1,2 +1 @@
-DIST ccnet-6.0.4.tar.gz 178939 SHA256 2156787fc9ae1e4293493f0ce398aa8b97d84b9f0201d2fd6986b736bd249b04 SHA512 be44b1654ee641fdbd48b288b1b04f9aeb6f441225ddc52532e5f81145657f79241555132b848a57a241eacc4bb7149ad27b930ca532ab74615d4babb4027c2c WHIRLPOOL f49294b8c819a69cbbc9878e32382e2f3f65bf5e0af3da7a8590f206a9dc98e45ef9360f8044d021975c8b67a2d2d7c5ebe3f383855e5d0a98a8b6da3e4baa3e
-DIST ccnet-6.0.6.tar.gz 179362 SHA256 6b3ac78f645929f6b8633fdd65c1e7b4066cf9038b4228c64f7f389c7c446f46 SHA512 76a2c289b7303cc174c5c351a85e91cc9cc94e798e4aea682e48bca2c869e8845b22112568678c87bf8f7461b9188d726eafa9d35766212dfbda5d3d915293da WHIRLPOOL 02af93c78567a8e0522b1ffe1c9a0de7c9e63c40beca4d631871ef9a46ad1ff6e612959b09888e4ce09f332dc3882ba571568e5a2061b5f8c932c377a0417269
+DIST ccnet-6.0.7.tar.gz 179356 SHA256 c4e02b5b77d774ffaa47235e6e265ecce00f656766a2f232397ce86eeb3162fa SHA512 66df998bb544ad614479d853820e3ee3119c2b08087d82a2a0633202c860447a7ac79f3639e587d531c2443def3cd58bf9ccdb2fed350c8bd7005737fb3d85fd WHIRLPOOL 27022bcae05958ad34c3b26221f7278184068fba119b63bfb4b13fe1f74ac19b61a34deb2e8b9047e6005c95abb0191299e3c105058e3937d8b873f1c75df73f

diff --git a/net-libs/ccnet/ccnet-6.0.6.ebuild b/net-libs/ccnet/ccnet-6.0.6.ebuild
deleted file mode 100644
index e78f3357f6e..00000000000
--- a/net-libs/ccnet/ccnet-6.0.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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.16.0:2
-	>=dev-libs/libevent-2.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
-}

diff --git a/net-libs/ccnet/ccnet-6.0.4.ebuild b/net-libs/ccnet/ccnet-6.0.7.ebuild
similarity index 100%
rename from net-libs/ccnet/ccnet-6.0.4.ebuild
rename to net-libs/ccnet/ccnet-6.0.7.ebuild


             reply	other threads:[~2017-07-01 21:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-01 21:11 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-07-15 17:24 [gentoo-commits] repo/gentoo:master commit in: net-libs/ccnet/ Michał Górny
2019-07-01  1:24 Jonas Stein
2018-04-11 21:47 Patrice Clement
2018-04-11 21:47 Patrice Clement
2018-01-11 22:54 Patrice Clement
2017-11-15 22:13 Patrice Clement
2017-08-06 11:55 Michał Górny
2017-05-20 18:54 Michał Górny
2017-04-17  0:20 Patrice Clement
2017-04-13 21:20 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1498943467.2e3b015c919db5eb1342e371f9be2ccfc91281df.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox