[gentoo-commits] repo/gentoo:master commit in: dev-util/archdiff/

2022-02-12 Thread Michał Górny
commit: 40771617af008490cd597d457ee5e1b8bf5ca239
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 12 10:47:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 12 10:48:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40771617

dev-util/archdiff: Update for libarchive[zlib] flag removal

Signed-off-by: Michał Górny  gentoo.org>

 .../archdiff/{archdiff-1.1.6.ebuild => archdiff-1.1.6-r1.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-util/archdiff/archdiff-1.1.6.ebuild 
b/dev-util/archdiff/archdiff-1.1.6-r1.ebuild
similarity index 81%
rename from dev-util/archdiff/archdiff-1.1.6.ebuild
rename to dev-util/archdiff/archdiff-1.1.6-r1.ebuild
index 4b48705b0c7e..ce72aca5fd83 100644
--- a/dev-util/archdiff/archdiff-1.1.6.ebuild
+++ b/dev-util/archdiff/archdiff-1.1.6-r1.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
@@ -12,8 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+bzip2 +lzma +zlib"
 
-DEPEND="app-arch/libarchive[bzip2?,lzma?]
-   zlib? ( app-arch/libarchive[zlib] )
+DEPEND="app-arch/libarchive[bzip2?,lzma?,zlib(+)?]
dev-libs/rremove"
 RDEPEND="${DEPEND}
app-misc/colordiff"



[gentoo-commits] repo/gentoo:master commit in: dev-util/archdiff/

2021-07-20 Thread Matt Turner
commit: f21f1d5b81b47ceb5b371497d25cb99fc4a7f045
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jul  8 05:04:21 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 20 16:42:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21f1d5b

dev-util/archdiff: Rename IUSE=gzip->zlib

Signed-off-by: Matt Turner  gentoo.org>

 dev-util/archdiff/archdiff-1.1.6.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/archdiff/archdiff-1.1.6.ebuild 
b/dev-util/archdiff/archdiff-1.1.6.ebuild
index 9ae08696e94..4b48705b0c7 100644
--- a/dev-util/archdiff/archdiff-1.1.6.ebuild
+++ b/dev-util/archdiff/archdiff-1.1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,10 +10,10 @@ SRC_URI="https://frigidcode.com/code/${PN}/${P}.tar.gz;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+bzip2 +lzma +gzip"
+IUSE="+bzip2 +lzma +zlib"
 
 DEPEND="app-arch/libarchive[bzip2?,lzma?]
-   gzip? ( app-arch/libarchive[zlib] )
+   zlib? ( app-arch/libarchive[zlib] )
dev-libs/rremove"
 RDEPEND="${DEPEND}
app-misc/colordiff"
@@ -21,6 +21,6 @@ RDEPEND="${DEPEND}
 src_configure() {
econf \
$(use_enable bzip2) \
-   $(use_enable gzip) \
+   $(use_enable zlib gzip) \
$(use_enable lzma)
 }



[gentoo-commits] repo/gentoo:master commit in: dev-util/archdiff/

2019-11-17 Thread Tim Harder
commit: ed0598519bf6b791738dbca32d25b06280cb20b9
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:18:53 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:18:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed059851

dev-util/archdiff: drop myself as a maintainer

Signed-off-by: Tim Harder  gentoo.org>

 dev-util/archdiff/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-util/archdiff/metadata.xml b/dev-util/archdiff/metadata.xml
index 78e64a5cf1a..6f49eba8f49 100644
--- a/dev-util/archdiff/metadata.xml
+++ b/dev-util/archdiff/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/archdiff/

2019-11-17 Thread Tim Harder
commit: a40809dbb371a4fd3d908b46e0f834fec33780dc
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 22:18:39 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:18:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40809db

dev-util/archdiff: update to EAPI 7

Signed-off-by: Tim Harder  gentoo.org>

 dev-util/archdiff/archdiff-1.1.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/archdiff/archdiff-1.1.6.ebuild 
b/dev-util/archdiff/archdiff-1.1.6.ebuild
index acc017fc655..9ae08696e94 100644
--- a/dev-util/archdiff/archdiff-1.1.6.ebuild
+++ b/dev-util/archdiff/archdiff-1.1.6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=7
 
 DESCRIPTION="Utility to view the differences between two source code archives"
 HOMEPAGE="https://frigidcode.com/code/archdiff/;