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 A52291395E3 for ; Sat, 5 Nov 2016 18:08:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB3F3E0C4B; Sat, 5 Nov 2016 18:08:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A3B42E0C4B for ; Sat, 5 Nov 2016 18:08:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B75B33413AA for ; Sat, 5 Nov 2016 18:08:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F26F306 for ; Sat, 5 Nov 2016 18:08:19 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1478368863.28c8d4a2624846c87133ba33aa27e6b7b2ae65d3.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/open-vcdiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/open-vcdiff/Manifest dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild X-VCS-Directories: dev-util/open-vcdiff/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 28c8d4a2624846c87133ba33aa27e6b7b2ae65d3 X-VCS-Branch: master Date: Sat, 5 Nov 2016 18:08:19 +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: 574ec7b0-d057-4a3c-be8c-e75f0836d851 X-Archives-Hash: 18c1dad0af5a72d590def51f96a9ba72 commit: 28c8d4a2624846c87133ba33aa27e6b7b2ae65d3 Author: Mike Gilbert gentoo org> AuthorDate: Sat Nov 5 18:01:03 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Nov 5 18:01:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c8d4a2 dev-util/open-vcdiff: remove old Package-Manager: portage-2.3.2_p4 dev-util/open-vcdiff/Manifest | 1 - dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild | 39 --------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-util/open-vcdiff/Manifest b/dev-util/open-vcdiff/Manifest index 96a09e4..bc6c2d5 100644 --- a/dev-util/open-vcdiff/Manifest +++ b/dev-util/open-vcdiff/Manifest @@ -1,2 +1 @@ -DIST open-vcdiff-0.8.3.tar.gz 757271 SHA256 b7e47db78866082e9e8b5782f5491092c8414f0acc0440aea03b14c7d1d3c371 SHA512 7f0712aa9f08b19658fbc77f28e6dde9f4a45a4be8f97fb00db1ca78f5ee4e7b9f333dc3208e9ba85b5696a24fa30865397c096be1687d73048809cd30e12a55 WHIRLPOOL 90d75d62c7eceae74639c2105cae98bd148b02c7c83d169a71f094d8f30829ed736b8d8fb43ecef06657ce8b10b8dfaf0f98b439dd170a4a0259e9dd4f035977 DIST open-vcdiff-0.8.4.tar.gz 780923 SHA256 2b142b1027fb0a62c41347600e01a53fa274dad15445a7da48083c830c3138b3 SHA512 fb9062d6a854c999d04eb68672596583e958c3d1705d58429280cb53dcf381c880b23d7fc9d5277545b4a5f9023435648d7bc87bad10cb30385fb950e5d499bd WHIRLPOOL fbbb26f6aa3773bb06c33085bc1d2f1e2bd74776466864713b06567806eca815f80d72d8872487359ffa99102f8914948d20b37a2b4e3bf502a03ca7de029a8a diff --git a/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild b/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild deleted file mode 100644 index 14e535a..00000000 --- a/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-utils - -DESCRIPTION="An encoder/decoder for the VCDIFF (RFC3284) format" -HOMEPAGE="https://github.com/google/open-vcdiff" -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-cpp/gflags - sys-libs/zlib -" -DEPEND="${RDEPEND} - test? ( dev-cpp/gtest ) -" - -src_prepare() { - rm -r gflags/src gtest src/zlib || die - local PATCHES=( "${FILESDIR}/0.8.3-system-libs.patch" ) - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --enable-shared - --disable-static - ) - autotools-utils_src_configure -}