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 CACDC1382A4 for ; Sat, 11 Jun 2016 11:36:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 206A5142C4; Sat, 11 Jun 2016 11:36:11 +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 A6B0E142C4 for ; Sat, 11 Jun 2016 11:36:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 90734340C19 for ; Sat, 11 Jun 2016 11:36:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7ACBC78 for ; Sat, 11 Jun 2016 11:36:07 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1465644896.cbb2a8611966e4d40a66e8e7c775d69f63c5531b.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/deltarpm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/deltarpm/Manifest app-arch/deltarpm/deltarpm-3.6.ebuild app-arch/deltarpm/metadata.xml X-VCS-Directories: app-arch/deltarpm/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: cbb2a8611966e4d40a66e8e7c775d69f63c5531b X-VCS-Branch: master Date: Sat, 11 Jun 2016 11:36:07 +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: 55473c95-54fc-4edb-83c5-897f3d6958de X-Archives-Hash: 35d19840d8405135381f9ff9d20e9e7a commit: cbb2a8611966e4d40a66e8e7c775d69f63c5531b Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Jun 11 11:31:38 2016 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Jun 11 11:34:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb2a861 app-arch/deltarpm: version bump Take ownership. Add system-zlib USE flag for these who concerned of using the embedded one. Bug: 585546 Bug: 585536 Package-Manager: portage-2.2.28 app-arch/deltarpm/Manifest | 1 + app-arch/deltarpm/deltarpm-3.6.ebuild | 52 +++++++++++++++++++++++++++++++++++ app-arch/deltarpm/metadata.xml | 14 ++++++++-- 3 files changed, 65 insertions(+), 2 deletions(-) diff --git a/app-arch/deltarpm/Manifest b/app-arch/deltarpm/Manifest index 989530b..1e960b7 100644 --- a/app-arch/deltarpm/Manifest +++ b/app-arch/deltarpm/Manifest @@ -1 +1,2 @@ +DIST deltarpm-3.6.tar.bz2 500420 SHA256 fcc35db53e9913f12cdc013bdf922614ac8ef6fd5e7187e75203be8809d177be SHA512 0ef89d8d3e7c9d3d9da06542f293b434e42d95e18616aae1de95a66a77a5937142060ff405356869454cbcf8a7bb52f64c462641e52af0fad985105af07351d9 WHIRLPOOL 1ae76d6120aadf8dcdc978b2d7ac328080e10b60737557b91009da2cb9ab4fab497f5798cf49624dc914f0e92965cf567204d3114c631d9f8b703b99e0f5753d DIST deltarpm-git-20110223.tar.bz2 499623 SHA256 e4d6cad74cece0c6e48d5c49929e00a23ba116ff88a09245ad1d7ac84610c089 SHA512 ca6b75d9be5fc74206c57d6d13fe207f92e5dd295a75aee9690d171bcff877f6b04fe4f52e3f919e7ef0045087c39a63a773886d6c79977a16fe2791052a549c WHIRLPOOL c9a7f114f872bd142545edc902cf38a0b23c945eaa8dadda037a10f06811db99ea7c74f4f236dbaf59542c02409e3ffec814bdc930120d9aa47dfeface6d09aa diff --git a/app-arch/deltarpm/deltarpm-3.6.ebuild b/app-arch/deltarpm/deltarpm-3.6.ebuild new file mode 100644 index 0000000..b60b863 --- /dev/null +++ b/app-arch/deltarpm/deltarpm-3.6.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit eutils toolchain-funcs python-single-r1 + +DESCRIPTION="tools to create and apply deltarpms" +HOMEPAGE="http://gitorious.org/deltarpm/deltarpm" +SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}/${P}.tar.bz2/2cc2690bd1088cfc3238c25e59aaaec1/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="python system-zlib" + +RDEPEND="sys-libs/zlib + app-arch/xz-utils + app-arch/bzip2 + - - A tool to create and apply deltarpms. + + alonbl@gentoo.org + Alon Bar-Lev + + A tool to create and apply deltarpms. + + + Use system + sys-libs/zlib. + Do not enable features of rsync friendly. + +