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: Fri, 30 Jun 2017 06:18:42 +0000 (UTC)	[thread overview]
Message-ID: <1498803519.874a59061cb513f82a92eaa45843fe890362e3be.mgorny@gentoo> (raw)

commit:     874a59061cb513f82a92eaa45843fe890362e3be
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 06:14:45 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 06:18:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874a5906

dev-util/xdelta: Drop redundant old version

 dev-util/xdelta/Manifest             |  1 -
 dev-util/xdelta/xdelta-3.0.10.ebuild | 42 ------------------------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-util/xdelta/Manifest b/dev-util/xdelta/Manifest
index 83e84b9fc97..8689690207e 100644
--- a/dev-util/xdelta/Manifest
+++ b/dev-util/xdelta/Manifest
@@ -1,4 +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.11.tar.gz 683605 SHA256 0ccc9751ceaa4d90d6b06938a4deddb481816f5d9284bd07d2e728609cb300aa SHA512 41c48e28f92ad50a737cf0acac150fe17d1132e9a652c482d751c8c4e745c6922d576a183eeabae343a1a238ed8c53353e537977628c86eb599ab3d1c01e7c52 WHIRLPOOL 212950d31369e8fbbeb65ae2f6b489f15b259cbbf42242653eace6e3f59b8d592e31ba4994475ba3c79e8c0f7d62ef09b1437548f13c9e7f5b439274eee07e82
 DIST xdelta3-3.1.0.tar.gz 727607 SHA256 114543336ab6cee3764e3c03202701ef79d7e5e8e4863fe64811e4d9e61884dc SHA512 848c90a28018ec3c541ec43be59ea90328142c4705d3b59907fd89e8f6ac2758e288b1a1112fea601884c50ef7f6cf2c1634f539a76bea65a2741d3bb0e9b990 WHIRLPOOL 3183e51fb1d2b2bf5a3e8e4392cd36a7fa4c756b38a4701f9bf46cda47ede87607fc1fda11876f724c8aa4ba9adee800540ca55f014a6b44d547352792d2b02c

diff --git a/dev-util/xdelta/xdelta-3.0.10.ebuild b/dev-util/xdelta/xdelta-3.0.10.ebuild
deleted file mode 100644
index a9d48c005d7..00000000000
--- a/dev-util/xdelta/xdelta-3.0.10.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P=xdelta3-${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"
-SRC_URI="https://github.com/jmacd/xdelta-devel/releases/download/v${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="examples lzma"
-
-RDEPEND="lzma? ( app-arch/xz-utils:= )"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	econf \
-		$(use_with lzma liblzma)
-}
-
-src_compile() {
-	# avoid building tests
-	emake xdelta3
-}
-
-src_test() {
-	emake xdelta3regtest
-	./xdelta3regtest || die
-}
-
-src_install() {
-	emake DESTDIR="${D}" install-binPROGRAMS install-man1
-	dodoc draft-korn-vcdiff.txt README.md
-	use examples && dodoc -r examples
-}


             reply	other threads:[~2017-06-30  6:18 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-30  6:18 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-12  3:03 [gentoo-commits] repo/gentoo:master commit in: dev-util/xdelta/ 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-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
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=1498803519.874a59061cb513f82a92eaa45843fe890362e3be.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