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 B06DB139694 for ; Fri, 14 Apr 2017 20:31:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EDBDE0CE1; Fri, 14 Apr 2017 20:30:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E714E0CE1 for ; Fri, 14 Apr 2017 20:30:51 +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 78CC7341675 for ; Fri, 14 Apr 2017 20:30:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D96B57427 for ; Fri, 14 Apr 2017 20:30:48 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1492201846.92b8645dadbb763da43110a838966c499c0a54ee.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsearpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsearpc/libsearpc-3.0.8.ebuild X-VCS-Directories: net-libs/libsearpc/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 92b8645dadbb763da43110a838966c499c0a54ee X-VCS-Branch: master Date: Fri, 14 Apr 2017 20:30:48 +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: fa798843-d849-4dff-8e9d-c640596c1509 X-Archives-Hash: 55d029fe2ab4c9d61c2644f359f62c44 commit: 92b8645dadbb763da43110a838966c499c0a54ee Author: Patrice Clement gentoo org> AuthorDate: Fri Apr 14 20:30:32 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Apr 14 20:30:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92b8645d net-libs/libsearpc: remove broken ebuild. Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-libs/libsearpc/libsearpc-3.0.8.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/net-libs/libsearpc/libsearpc-3.0.8.ebuild b/net-libs/libsearpc/libsearpc-3.0.8.ebuild deleted file mode 100644 index e726c25bacb..00000000000 --- a/net-libs/libsearpc/libsearpc-3.0.8.ebuild +++ /dev/null @@ -1,28 +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 vcs-snapshot - -DESCRIPTION="A simple C language RPC framework" -HOMEPAGE="https://github.com/haiwen/libsearpc/ http://seafile.com/" -SRC_URI="https://github.com/haiwen/${PN}/archive/v3.1-latest.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS} - >=dev-libs/glib-2.26.0 - >=dev-libs/jansson-2.2.1" -RDEPEND="${DEPEND} - dev-python/simplejson[${PYTHON_USEDEP}]" - -src_prepare() { - default - sed -i -e "s/(DESTDIR)//" ${PN}.pc.in || die - eautoreconf -}