public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-arch/tarsync/
@ 2017-10-21 12:23 Jonas Stein
  0 siblings, 0 replies; 11+ messages in thread
From: Jonas Stein @ 2017-10-21 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     da5b003e06b511712ecb2a4cd6e2270eb80ae14f
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 12:23:03 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 12:23:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5b003e

app-arch/tarsync: Remove invalid HOMEPAGE

HOMEPAGE was an URL to the ebuild.

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 app-arch/tarsync/tarsync-0.2.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/tarsync/tarsync-0.2.1-r1.ebuild b/app-arch/tarsync/tarsync-0.2.1-r1.ebuild
index c631e6e4588..c9db986bc6c 100644
--- a/app-arch/tarsync/tarsync-0.2.1-r1.ebuild
+++ b/app-arch/tarsync/tarsync-0.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Delta compression suite for using/generating binary patches"
-HOMEPAGE="https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-arch/tarsync/tarsync-0.2.1-r1.ebuild?view=markup"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/tarsync/
@ 2021-11-05  5:11 Zac Medico
  0 siblings, 0 replies; 11+ messages in thread
From: Zac Medico @ 2021-11-05  5:11 UTC (permalink / raw
  To: gentoo-commits

commit:     7f97c9fb3cca7db14fa7a8aa587e0a4a69a60d83
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  5 05:11:06 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Nov  5 05:11:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f97c9fb

app-arch/tarsync: Add self as maintainer

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-arch/tarsync/metadata.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-arch/tarsync/metadata.xml b/app-arch/tarsync/metadata.xml
index 85e4ed814fa..96e679fe017 100644
--- a/app-arch/tarsync/metadata.xml
+++ b/app-arch/tarsync/metadata.xml
@@ -1,5 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>zmedico@gentoo.org</email>
+		<name>Zac Medico</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">zmedico/tarsync</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/tarsync/
@ 2021-11-05  8:23 Agostino Sarubbo
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2021-11-05  8:23 UTC (permalink / raw
  To: gentoo-commits

commit:     4cdeed3e26780d946d193b2257b6f90f301f406f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  5 08:23:13 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov  5 08:23:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cdeed3e

app-arch/tarsync: amd64 stable wrt bug #821877

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-arch/tarsync/tarsync-0.2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/tarsync/tarsync-0.2.1-r2.ebuild b/app-arch/tarsync/tarsync-0.2.1-r2.ebuild
index 295c7e7cbef..4112884600d 100644
--- a/app-arch/tarsync/tarsync-0.2.1-r2.ebuild
+++ b/app-arch/tarsync/tarsync-0.2.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~hppa ~ppc ~x86 ~amd64-linux"
 
 DEPEND=">=dev-util/diffball-0.7"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/tarsync/
@ 2021-11-05  8:23 Agostino Sarubbo
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2021-11-05  8:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0e9ffe1a9ee4e31146e99ef70144eb0557107b2d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  5 08:23:39 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov  5 08:23:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9ffe1a

app-arch/tarsync: x86 stable wrt bug #821877

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-arch/tarsync/tarsync-0.2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/tarsync/tarsync-0.2.1-r2.ebuild b/app-arch/tarsync/tarsync-0.2.1-r2.ebuild
index 4112884600d..6f368cd6b97 100644
--- a/app-arch/tarsync/tarsync-0.2.1-r2.ebuild
+++ b/app-arch/tarsync/tarsync-0.2.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~hppa ~ppc x86 ~amd64-linux"
 
 DEPEND=">=dev-util/diffball-0.7"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/tarsync/
@ 2021-11-05 17:38 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-11-05 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     148b1c2f45bde1dfea4dc364ae42dfec61b5c9cf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  5 17:36:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov  5 17:36:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148b1c2f

app-arch/tarsync: Stabilize 0.2.1-r2 ppc, #821877

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/tarsync/tarsync-0.2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/tarsync/tarsync-0.2.1-r2.ebuild b/app-arch/tarsync/tarsync-0.2.1-r2.ebuild
index 6f368cd6b97..03f32dcfee7 100644
--- a/app-arch/tarsync/tarsync-0.2.1-r2.ebuild
+++ b/app-arch/tarsync/tarsync-0.2.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86 ~amd64-linux"
+KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux"
 
 DEPEND=">=dev-util/diffball-0.7"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/tarsync/
@ 2021-11-11  0:11 Zac Medico
  0 siblings, 0 replies; 11+ messages in thread
From: Zac Medico @ 2021-11-11  0:11 UTC (permalink / raw
  To: gentoo-commits

commit:     8c72318855c07efbfacc68d0bd5175483a6014c8
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 00:06:20 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 00:11:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c723188

app-arch/tarsync: Bump to version 0.2.2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-arch/tarsync/Manifest             |  1 +
 app-arch/tarsync/tarsync-0.2.2.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/app-arch/tarsync/Manifest b/app-arch/tarsync/Manifest
index 802e382e306..8dfe6aec775 100644
--- a/app-arch/tarsync/Manifest
+++ b/app-arch/tarsync/Manifest
@@ -1 +1,2 @@
 DIST tarsync-0.2.1.tar.bz2 13593 BLAKE2B 4841d501587c8d4932031fe939fce9f41019622af2a4253bfe12c01160956e7eaeebf5ff00174332dce6b17ae150ead42b7c1a57483f948ba191b5c3943f6596 SHA512 bebf8e495ad196c002414c41f9fe9737b5300de18b7c3b16576a7d3bfd94608f36f1b86cb6ed4879c600b71c7706255d9b2d4140b73c5743a473fa2500dbca2d
+DIST tarsync-0.2.2.tar.gz 21028 BLAKE2B 33aae739c990a85d8ce9458545b829743a3babd30890988f83d9ad6eebe96ffb48f872b5afb947fe58eb9156000513d65e299cdcc57ffc7e9cb12ee4d986b784 SHA512 88d7ca773538f7d2d612068ce9b6b4389d63e627a12f6377a7e7f397700d92eb29c6f4facc6b698454710e63808a3b4d6acc7901c6999dcca2de93c5d58a2622

diff --git a/app-arch/tarsync/tarsync-0.2.2.ebuild b/app-arch/tarsync/tarsync-0.2.2.ebuild
new file mode 100644
index 00000000000..869ab23ff2c
--- /dev/null
+++ b/app-arch/tarsync/tarsync-0.2.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Delta compression suite for using/generating binary patches"
+HOMEPAGE="https://github.com/zmedico/tarsync"
+SRC_URI="https://github.com/zmedico/tarsync/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux"
+
+DEPEND=">=dev-util/diffball-0.7"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	tc-export CC
+}
+
+src_install() {
+	dobin tarsync #make install doesn't support prefix
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/tarsync/
@ 2021-11-17  0:32 Zac Medico
  0 siblings, 0 replies; 11+ messages in thread
From: Zac Medico @ 2021-11-17  0:32 UTC (permalink / raw
  To: gentoo-commits

commit:     092d0e25a6e95fefd82c7203db2f0c45fe3dcb6f
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 17 00:07:41 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 00:30:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092d0e25

app-arch/tarsync: Bump to version 0.2.3

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-arch/tarsync/Manifest             |  1 +
 app-arch/tarsync/tarsync-0.2.3.ebuild | 17 +++++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/app-arch/tarsync/Manifest b/app-arch/tarsync/Manifest
index 8dfe6aec775e..d25b4efc14bb 100644
--- a/app-arch/tarsync/Manifest
+++ b/app-arch/tarsync/Manifest
@@ -1,2 +1,3 @@
 DIST tarsync-0.2.1.tar.bz2 13593 BLAKE2B 4841d501587c8d4932031fe939fce9f41019622af2a4253bfe12c01160956e7eaeebf5ff00174332dce6b17ae150ead42b7c1a57483f948ba191b5c3943f6596 SHA512 bebf8e495ad196c002414c41f9fe9737b5300de18b7c3b16576a7d3bfd94608f36f1b86cb6ed4879c600b71c7706255d9b2d4140b73c5743a473fa2500dbca2d
 DIST tarsync-0.2.2.tar.gz 21028 BLAKE2B 33aae739c990a85d8ce9458545b829743a3babd30890988f83d9ad6eebe96ffb48f872b5afb947fe58eb9156000513d65e299cdcc57ffc7e9cb12ee4d986b784 SHA512 88d7ca773538f7d2d612068ce9b6b4389d63e627a12f6377a7e7f397700d92eb29c6f4facc6b698454710e63808a3b4d6acc7901c6999dcca2de93c5d58a2622
+DIST tarsync-0.2.3.tar.gz 21148 BLAKE2B 53eff0b6b8b3a6fe9c9e56a08659c02ec01b9e521dd06abd3fe9c04da6ec463eb79758ffe5bce17dc0396c3c5d6daf258d8dc5c2479047f9a1e14f892e05948b SHA512 dcb4c4e329b2a25ce0e9986defb0dfb76417352683c9ff5c71ed32861be3847d47af7db4e28b214e194cb1751b8934bb11644450a3dccd0bf24fcf009167a03b

diff --git a/app-arch/tarsync/tarsync-0.2.3.ebuild b/app-arch/tarsync/tarsync-0.2.3.ebuild
new file mode 100644
index 000000000000..2fe75085a6d7
--- /dev/null
+++ b/app-arch/tarsync/tarsync-0.2.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Synchronize tarball content with file system content"
+HOMEPAGE="https://github.com/zmedico/tarsync"
+SRC_URI="https://github.com/zmedico/tarsync/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux"
+
+DEPEND=">=dev-util/diffball-0.7:="
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/tarsync/
@ 2022-12-19  0:58 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-12-19  0:58 UTC (permalink / raw
  To: gentoo-commits

commit:     765f85968ffc72194eb946282d6860aa8069bb2d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 00:58:11 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 00:58:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765f8596

app-arch/tarsync: Stabilize 0.2.3 ppc, #886915

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/tarsync/tarsync-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/tarsync/tarsync-0.2.3.ebuild b/app-arch/tarsync/tarsync-0.2.3.ebuild
index d86615fef041..50c6d73f3dbf 100644
--- a/app-arch/tarsync/tarsync-0.2.3.ebuild
+++ b/app-arch/tarsync/tarsync-0.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/zmedico/tarsync/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86 ~amd64-linux"
+KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux"
 
 DEPEND=">=dev-util/diffball-0.7:="
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/tarsync/
@ 2022-12-19  0:58 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-12-19  0:58 UTC (permalink / raw
  To: gentoo-commits

commit:     e469ea00628f97a28eaedb835b14968ff49b90c7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 00:58:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 00:58:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e469ea00

app-arch/tarsync: Stabilize 0.2.3 x86, #886915

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/tarsync/tarsync-0.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/tarsync/tarsync-0.2.3.ebuild b/app-arch/tarsync/tarsync-0.2.3.ebuild
index 2fe75085a6d7..984cc28f8986 100644
--- a/app-arch/tarsync/tarsync-0.2.3.ebuild
+++ b/app-arch/tarsync/tarsync-0.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/zmedico/tarsync/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~hppa ~ppc x86 ~amd64-linux"
 
 DEPEND=">=dev-util/diffball-0.7:="
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/tarsync/
@ 2022-12-19  0:58 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-12-19  0:58 UTC (permalink / raw
  To: gentoo-commits

commit:     1026fd31821451ef7ccb1d43653ecb3291706c61
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 00:58:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 00:58:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1026fd31

app-arch/tarsync: Stabilize 0.2.3 amd64, #886915

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/tarsync/tarsync-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/tarsync/tarsync-0.2.3.ebuild b/app-arch/tarsync/tarsync-0.2.3.ebuild
index 984cc28f8986..d86615fef041 100644
--- a/app-arch/tarsync/tarsync-0.2.3.ebuild
+++ b/app-arch/tarsync/tarsync-0.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/zmedico/tarsync/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc x86 ~amd64-linux"
+KEYWORDS="amd64 ~hppa ~ppc x86 ~amd64-linux"
 
 DEPEND=">=dev-util/diffball-0.7:="
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/tarsync/
@ 2022-12-19 14:47 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2022-12-19 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     705a33aae577f88088c059b12efb8a9810266b37
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 08:44:53 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 14:44:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705a33aa

app-arch/tarsync: drop 0.2.1-r1, 0.2.1-r2, 0.2.2

Closes: https://bugs.gentoo.org/886915
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-arch/tarsync/Manifest                |  2 --
 app-arch/tarsync/tarsync-0.2.1-r1.ebuild | 33 -------------------------------
 app-arch/tarsync/tarsync-0.2.1-r2.ebuild | 34 --------------------------------
 app-arch/tarsync/tarsync-0.2.2.ebuild    | 26 ------------------------
 4 files changed, 95 deletions(-)

diff --git a/app-arch/tarsync/Manifest b/app-arch/tarsync/Manifest
index d25b4efc14bb..407f6af99559 100644
--- a/app-arch/tarsync/Manifest
+++ b/app-arch/tarsync/Manifest
@@ -1,3 +1 @@
-DIST tarsync-0.2.1.tar.bz2 13593 BLAKE2B 4841d501587c8d4932031fe939fce9f41019622af2a4253bfe12c01160956e7eaeebf5ff00174332dce6b17ae150ead42b7c1a57483f948ba191b5c3943f6596 SHA512 bebf8e495ad196c002414c41f9fe9737b5300de18b7c3b16576a7d3bfd94608f36f1b86cb6ed4879c600b71c7706255d9b2d4140b73c5743a473fa2500dbca2d
-DIST tarsync-0.2.2.tar.gz 21028 BLAKE2B 33aae739c990a85d8ce9458545b829743a3babd30890988f83d9ad6eebe96ffb48f872b5afb947fe58eb9156000513d65e299cdcc57ffc7e9cb12ee4d986b784 SHA512 88d7ca773538f7d2d612068ce9b6b4389d63e627a12f6377a7e7f397700d92eb29c6f4facc6b698454710e63808a3b4d6acc7901c6999dcca2de93c5d58a2622
 DIST tarsync-0.2.3.tar.gz 21148 BLAKE2B 53eff0b6b8b3a6fe9c9e56a08659c02ec01b9e521dd06abd3fe9c04da6ec463eb79758ffe5bce17dc0396c3c5d6daf258d8dc5c2479047f9a1e14f892e05948b SHA512 dcb4c4e329b2a25ce0e9986defb0dfb76417352683c9ff5c71ed32861be3847d47af7db4e28b214e194cb1751b8934bb11644450a3dccd0bf24fcf009167a03b

diff --git a/app-arch/tarsync/tarsync-0.2.1-r1.ebuild b/app-arch/tarsync/tarsync-0.2.1-r1.ebuild
deleted file mode 100644
index f2048606800d..000000000000
--- a/app-arch/tarsync/tarsync-0.2.1-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Delta compression suite for using/generating binary patches"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux"
-
-DEPEND=">=dev-util/diffball-0.7"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-make.patch
-	"${FILESDIR}"/${P}-gcc5.patch
-)
-
-src_configure() {
-	tc-export CC
-}
-
-src_install() {
-	dobin tarsync #make install doesn't support prefix
-	einstalldocs
-}

diff --git a/app-arch/tarsync/tarsync-0.2.1-r2.ebuild b/app-arch/tarsync/tarsync-0.2.1-r2.ebuild
deleted file mode 100644
index 03f32dcfee79..000000000000
--- a/app-arch/tarsync/tarsync-0.2.1-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Delta compression suite for using/generating binary patches"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux"
-
-DEPEND=">=dev-util/diffball-0.7"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-make.patch
-	"${FILESDIR}"/${P}-gcc5.patch
-	"${FILESDIR}"/${P}-symlink.patch
-)
-
-src_configure() {
-	tc-export CC
-}
-
-src_install() {
-	dobin tarsync #make install doesn't support prefix
-	einstalldocs
-}

diff --git a/app-arch/tarsync/tarsync-0.2.2.ebuild b/app-arch/tarsync/tarsync-0.2.2.ebuild
deleted file mode 100644
index 869ab23ff2c4..000000000000
--- a/app-arch/tarsync/tarsync-0.2.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Delta compression suite for using/generating binary patches"
-HOMEPAGE="https://github.com/zmedico/tarsync"
-SRC_URI="https://github.com/zmedico/tarsync/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux"
-
-DEPEND=">=dev-util/diffball-0.7"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	tc-export CC
-}
-
-src_install() {
-	dobin tarsync #make install doesn't support prefix
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-12-19 14:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-19  0:58 [gentoo-commits] repo/gentoo:master commit in: app-arch/tarsync/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-12-19 14:47 Andreas Sturmlechner
2022-12-19  0:58 Sam James
2022-12-19  0:58 Sam James
2021-11-17  0:32 Zac Medico
2021-11-11  0:11 Zac Medico
2021-11-05 17:38 Sam James
2021-11-05  8:23 Agostino Sarubbo
2021-11-05  8:23 Agostino Sarubbo
2021-11-05  5:11 Zac Medico
2017-10-21 12:23 Jonas Stein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox