* [gentoo-commits] repo/gentoo:master commit in: dev-util/archdiff/
@ 2019-11-17 22:20 Tim Harder
0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder @ 2019-11-17 22:20 UTC (permalink / raw
To: gentoo-commits
commit: a40809dbb371a4fd3d908b46e0f834fec33780dc
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 22:18:39 2019 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 22:18:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40809db
dev-util/archdiff: update to EAPI 7
Signed-off-by: Tim Harder <radhermit <AT> 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/"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/archdiff/
@ 2019-11-17 22:20 Tim Harder
0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder @ 2019-11-17 22:20 UTC (permalink / raw
To: gentoo-commits
commit: ed0598519bf6b791738dbca32d25b06280cb20b9
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 22:18:53 2019 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 22:18:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed059851
dev-util/archdiff: drop myself as a maintainer
Signed-off-by: Tim Harder <radhermit <AT> 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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>radhermit@gentoo.org</email>
- <name>Tim Harder</name>
- </maintainer>
+<!-- maintainer-needed -->
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/archdiff/
@ 2021-07-20 16:42 Matt Turner
0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner @ 2021-07-20 16:42 UTC (permalink / raw
To: gentoo-commits
commit: f21f1d5b81b47ceb5b371497d25cb99fc4a7f045
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 8 05:04:21 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 16:42:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21f1d5b
dev-util/archdiff: Rename IUSE=gzip->zlib
Signed-off-by: Matt Turner <mattst88 <AT> 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)
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/archdiff/
@ 2022-02-12 10:48 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2022-02-12 10:48 UTC (permalink / raw
To: gentoo-commits
commit: 40771617af008490cd597d457ee5e1b8bf5ca239
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 10:47:06 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 10:48:53 2022 +0000
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 <mgorny <AT> 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"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-02-12 10:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-17 22:20 [gentoo-commits] repo/gentoo:master commit in: dev-util/archdiff/ Tim Harder
-- strict thread matches above, loose matches on Subject: below --
2019-11-17 22:20 Tim Harder
2021-07-20 16:42 Matt Turner
2022-02-12 10:48 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox