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: dev-util/xdelta/
Date: Tue, 24 May 2016 12:45:22 +0000 (UTC)	[thread overview]
Message-ID: <1464093908.a195b9c5c6535c7155b657e31c6fe2f40f10ced0.mgorny@gentoo> (raw)

commit:     a195b9c5c6535c7155b657e31c6fe2f40f10ced0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 11:33:01 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 24 12:45:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a195b9c5

dev-util/xdelta: Clean up old

 dev-util/xdelta/Manifest            |  2 --
 dev-util/xdelta/xdelta-3.0.5.ebuild | 53 ---------------------------------
 dev-util/xdelta/xdelta-3.0.8.ebuild | 59 -------------------------------------
 3 files changed, 114 deletions(-)

diff --git a/dev-util/xdelta/Manifest b/dev-util/xdelta/Manifest
index 1c22770..5583df3 100644
--- a/dev-util/xdelta/Manifest
+++ b/dev-util/xdelta/Manifest
@@ -1,5 +1,3 @@
 DIST xdelta-1.1.4.tar.gz 423529 SHA256 345503b60432812840991ea1d79cb10db5f34bfaba9499bd0e7d5c57ac5d5c6d SHA512 eef45f7977e9a7f490b881f33ab8a948cc5eff9300ea850cc30062905c8e883c104961f075f56f7ce8e385142c35de168aef1e0b8169bda66786ea4bee33168b WHIRLPOOL 246d7b50ef528e0a761e334fb9c0af06028364ba6851aee4de0a11db42ae25fbecbf4f603e0a01f3daa5d89caecc549deea79f795af08925bdac282103056150
 DIST xdelta3-3.0.10.tar.gz 674324 SHA256 e22577af8515f91b3d766dffa2a97740558267792a458997828f039b79abc107 SHA512 97ffabdb8fee49efda0c6a79fee667e2339d8f0aede526396735bcf64a41d5a892cf81b0de4e832465bad2e501731b59f43032a06fabc81313a5c1357d6c614b WHIRLPOOL 58e7c66ac77853d1ebf332078a6162c710b113b775d1d23659887627795c9f5182e3f5bc685002a8a592cebb083201f0edc6dc088e6959d26901ee0825ca8c0f
-DIST xdelta3-3.0.5.tar.gz 483596 SHA256 bf7ba664c5656256c5b358dd4963bc64b58cc1a76ebc6aa399e512b94dd6f0ce SHA512 a133da72483a3824f161afe0da7d6e1dc7437cf233c0d1e9141e594c691f71d8a4798b7a875227fe6619b3a5062d24f945e00ac3e1a5da3a06dfad304ff7123d WHIRLPOOL 695625ac32265eb0b123fb75b6fa578793396610983ad68731c19460d7482334f3c3e56587e0948d84682aa71cfab50e8f6e93d3254d645fbeb0d9cf9225e833
 DIST xdelta3-3.0.6.tar.gz 495860 SHA256 b9a439c27c26e8397dd1b438a2fac710b561e0961fe75682230e6c8f69340da5 SHA512 1b8afc4492129d45e2fecf7bd24616d684eb0ea9b7d5e383a15b6b343459490512697c947561fc854b9454b2c2b831d4396bbc95267813df71211bc0e5f9c0f1 WHIRLPOOL 9d06cfad22490dcebd869ca118d18d84a86770e542ad8e827f642a9a64f199bfb7ea8cd67d36b18c2775f3bce41a1b6179876bf6b5980cdebe94e072842b5ed1
-DIST xdelta3-3.0.8.tar.xz 429964 SHA256 3a86f29c95664fb44b8a40ff22d9bcc3e87aa8c01f0ff75931a7fa78ed3d2e55 SHA512 c0ac97769bd1d80d74909cb271e0396d78dccfa555de834e3bedce59cb6616f7bc6e6f18699932a6677e05d243102648979331db1d2c18b429b76ad29a7b32a3 WHIRLPOOL e8c75938ebbd96f0097f7596ab63ab5edeceb215d0ab18d440ce10b3ea98f4ef36b75e63eeaf8c41988690a546e4076c4cbd911dffe40ef07f602792fda9bcef

diff --git a/dev-util/xdelta/xdelta-3.0.5.ebuild b/dev-util/xdelta/xdelta-3.0.5.ebuild
deleted file mode 100644
index e35858e..0000000
--- a/dev-util/xdelta/xdelta-3.0.5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools python
-
-MY_P=${PN}${PV%.*.*}-${PV}
-
-DESCRIPTION="a binary diff and differential compression tools. VCDIFF (RFC 3284) delta compression"
-HOMEPAGE="http://xdelta.org/"
-SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="3"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="examples test"
-
-RDEPEND="app-arch/xz-utils"
-DEPEND="${RDEPEND}
-	test? ( || ( dev-lang/python:2.7 dev-lang/python:2.6 ) )"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-	if use test; then
-		python_set_active_version 2
-		python_pkg_setup
-	fi
-}
-
-src_prepare() {
-	>py-compile
-
-	# huh
-	sed -i -e '/python/s:2.6:2:' testing/xdelta3-regtest.py || die
-	sed -i -e '/python/s:2.7:2:' testing/xdelta3-test.py || die
-
-	# only build tests when required
-	sed -i -e '/xdelta3regtest/s:noinst_P:check_P:' Makefile.am || die
-	eautoreconf
-}
-
-src_test() {
-	default
-	./xdelta3regtest || die
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc draft-korn-vcdiff.txt README
-	use examples && dodoc -r examples
-}

diff --git a/dev-util/xdelta/xdelta-3.0.8.ebuild b/dev-util/xdelta/xdelta-3.0.8.ebuild
deleted file mode 100644
index 02c21dd..0000000
--- a/dev-util/xdelta/xdelta-3.0.8.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools python-single-r1
-
-MY_P=${PN}${PV%.*.*}-${PV}
-
-DESCRIPTION="a binary diff and differential compression tools. VCDIFF (RFC 3284) delta compression"
-HOMEPAGE="http://xdelta.org/"
-SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="examples lzma test"
-
-RDEPEND="lzma? ( app-arch/xz-utils )"
-DEPEND="${RDEPEND}
-	app-arch/xz-utils
-	test? ( || ( dev-lang/python:2.7 dev-lang/python:2.6 ) )"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-	if use test; then
-		python-single-r1_pkg_setup
-	fi
-}
-
-src_prepare() {
-	# huh
-	sed -i -e '/python/s:2.6:2:' testing/xdelta3-regtest.py || die
-	sed -i -e '/python/s:2.7:2:' testing/xdelta3-test.py || die
-
-	# only build tests when required
-	sed -i -e '/xdelta3regtest/s:noinst_P:check_P:' Makefile.am || die
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		ac_cv_header_lzma_h=$(usex lzma) \
-		ac_cv_lib_lzma_lzma_easy_buffer_encode=$(usex lzma)
-}
-
-src_test() {
-	default
-	./xdelta3regtest || die
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc draft-korn-vcdiff.txt README
-	use examples && dodoc -r examples
-}


             reply	other threads:[~2016-05-24 12:45 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-24 12:45 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-07 21:48 [gentoo-commits] repo/gentoo:master commit in: dev-util/xdelta/ Sam James
2024-04-12  3:03 Michał Górny
2024-04-11 19:39 Sam James
2024-04-11 17:43 Arthur Zamarin
2024-04-11 17:07 Arthur Zamarin
2024-04-11 16:39 Arthur Zamarin
2024-04-11 16:37 Arthur Zamarin
2022-06-21 16:29 David Seifert
2022-05-25  9:10 WANG Xuerui
2021-10-02  7:10 Yixun Lan
2021-04-27 22:02 Sam James
2020-08-03  9:40 Michał Górny
2020-07-04 13:53 Mike Gilbert
2020-06-21 19:59 David Seifert
2019-11-08 21:37 Michał Górny
2019-11-08 21:37 Michał Górny
2019-10-16 20:46 Sergei Trofimovich
2019-10-14 11:25 Agostino Sarubbo
2019-10-14 11:07 Agostino Sarubbo
2019-10-04 21:35 Michał Górny
2017-12-02 12:52 David Seifert
2017-11-18 22:58 Patrice Clement
2017-06-30  6:18 Michał Górny
2017-01-18  8:47 Aaron Bauman
2017-01-18  8:47 Aaron Bauman
2017-01-17 14:24 Agostino Sarubbo
2017-01-15 15:50 Agostino Sarubbo
2017-01-14 11:44 Jeroen Roovers
2017-01-11 10:35 Agostino Sarubbo
2017-01-05 12:34 Tobias Klausmann
2017-01-03 10:38 Agostino Sarubbo
2016-11-25 18:54 Agostino Sarubbo
2016-11-25 18:27 Agostino Sarubbo
2016-11-25  7:55 Michał Górny
2016-07-02 21:19 Michał Górny
2016-05-24 12:45 Michał Górny
2015-08-23 21:15 Michał Górny

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=1464093908.a195b9c5c6535c7155b657e31c6fe2f40f10ced0.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