* [gentoo-commits] repo/gentoo:master commit in: app-misc/unfoo/
@ 2017-08-21 7:54 Daniel Campbell
0 siblings, 0 replies; 7+ messages in thread
From: Daniel Campbell @ 2017-08-21 7:54 UTC (permalink / raw
To: gentoo-commits
commit: ed50c80eb7bc2c99198cdbac56befeebeae344a0
Author: Daniel Campbell <zlg <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 07:53:52 2017 +0000
Commit: Daniel Campbell <zlg <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 07:54:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed50c80e
app-misc/unfoo: Remove unrar-gpl from COMMON_DEPS
* Remove unrar-gpl from COMMON_DEPS
* EAPI bump
* Copyright year bump
Stable ebuild chosen over revbump due to security issues.
Thanks hanno for reporting.
Gentoo-Bug-URL: https://bugs.gentoo.org/628474
Gentoo-Bug: 628474
Package-Manager: Portage-2.3.6, Repoman-2.3.3
app-misc/unfoo/unfoo-1.0.8.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/app-misc/unfoo/unfoo-1.0.8.ebuild b/app-misc/unfoo/unfoo-1.0.8.ebuild
index ec41fc061e6..cc38a96c378 100644
--- a/app-misc/unfoo/unfoo-1.0.8.ebuild
+++ b/app-misc/unfoo/unfoo-1.0.8.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
DESCRIPTION="A simple bash driven frontend to simplify decompression of files"
HOMEPAGE="http://obsoleet.org/code/unfoo"
@@ -23,7 +23,6 @@ COMMON_DEPS="
app-arch/p7zip
|| (
app-arch/rar
- app-arch/unrar-gpl
app-arch/unrar )
app-arch/unace
app-arch/unzip
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/unfoo/
@ 2020-02-06 0:04 Sergei Trofimovich
0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2020-02-06 0:04 UTC (permalink / raw
To: gentoo-commits
commit: 8b0db89fffa5c0fbe2d938955467f013127b20e4
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 00:04:00 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 00:04:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0db89f
app-misc/unfoo: drop string version compare, bug #705242
Closes: https://bugs.gentoo.org/705242
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
app-misc/unfoo/unfoo-1.0.8.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/app-misc/unfoo/unfoo-1.0.8.ebuild b/app-misc/unfoo/unfoo-1.0.8.ebuild
index a6c641e8024..1049dfaf93b 100644
--- a/app-misc/unfoo/unfoo-1.0.8.ebuild
+++ b/app-misc/unfoo/unfoo-1.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -45,7 +45,5 @@ pkg_postinst() {
elog "optional packages to do so. For a list, either consult the source"
elog "(less /usr/bin/unfoo), or see http://obsoleet.org/code/unfoo"
elog "To get full support please use USE=-minimal"
- elif [[ ${REPLACING_VERSIONS} < 1.0.7 ]]; then
- elog "To get full support please use USE=-minimal"
fi
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/unfoo/
@ 2022-12-27 12:14 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-12-27 12:14 UTC (permalink / raw
To: gentoo-commits
commit: 55d06687a5a2e82ddf8502d7d36dfa0721849aca
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 12:14:04 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 12:14:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d06687
app-misc/unfoo: adapt to app-alternatives/{bzip2,gzip}
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/unfoo/unfoo-1.0.8-r1.ebuild | 45 ++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/app-misc/unfoo/unfoo-1.0.8-r1.ebuild b/app-misc/unfoo/unfoo-1.0.8-r1.ebuild
new file mode 100644
index 000000000000..14b1f01e3574
--- /dev/null
+++ b/app-misc/unfoo/unfoo-1.0.8-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A simple bash driven frontend to simplify decompression of files"
+HOMEPAGE="http://obsoleet.org/code/unfoo"
+SRC_URI="https://github.com/jlec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux"
+IUSE="+minimal test"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPS="
+ app-alternatives/bzip2
+ app-alternatives/gzip
+ app-arch/p7zip
+ || (
+ app-arch/rar
+ app-arch/unrar
+ )
+ app-arch/unace
+ app-arch/unzip
+ app-arch/xz-utils"
+RDEPEND="!minimal? ( ${COMMON_DEPS} )"
+DEPEND="test? ( ${COMMON_DEPS} )"
+
+src_compile() { :; }
+
+src_install() {
+ dodoc README*
+ dobin ${PN}
+}
+
+pkg_postinst() {
+ if [[ -z ${REPLACING_VERSIONS} ]]; then
+ echo
+ elog "unfoo can handle far more than just .tar*, but it requires some"
+ elog "optional packages to do so. For a list, either consult the source"
+ elog "(less /usr/bin/unfoo), or see http://obsoleet.org/code/unfoo"
+ elog "To get full support please use USE=-minimal"
+ fi
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/unfoo/
@ 2022-12-27 12:14 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-12-27 12:14 UTC (permalink / raw
To: gentoo-commits
commit: 252576a8de60e3fef1d1176c24b1bb89e108316a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 12:14:24 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 12:14:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252576a8
app-misc/unfoo: destabilize 1.0.8-r1 for ~ppc, ~ppc64, ~x86
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/unfoo/unfoo-1.0.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/unfoo/unfoo-1.0.8-r1.ebuild b/app-misc/unfoo/unfoo-1.0.8-r1.ebuild
index 14b1f01e3574..e3a50f560fbe 100644
--- a/app-misc/unfoo/unfoo-1.0.8-r1.ebuild
+++ b/app-misc/unfoo/unfoo-1.0.8-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/jlec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux"
IUSE="+minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/unfoo/
@ 2022-12-27 19:53 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-12-27 19:53 UTC (permalink / raw
To: gentoo-commits
commit: 25f1dbdc87ed47b488836797a5955fbf9c7310d9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 19:47:13 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 19:53:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f1dbdc
app-misc/unfoo: Stabilize 1.0.8-r1 ppc64, #886017
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/unfoo/unfoo-1.0.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/unfoo/unfoo-1.0.8-r1.ebuild b/app-misc/unfoo/unfoo-1.0.8-r1.ebuild
index 472fcb27dc9c..14b1f01e3574 100644
--- a/app-misc/unfoo/unfoo-1.0.8-r1.ebuild
+++ b/app-misc/unfoo/unfoo-1.0.8-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/jlec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux"
IUSE="+minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/unfoo/
@ 2022-12-28 0:33 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-12-28 0:33 UTC (permalink / raw
To: gentoo-commits
commit: 1d46d4bb8e1bf2f67470a3ac513327e426a56d05
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 23:55:54 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 00:32:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d46d4bb
app-misc/unfoo: drop 1.0.8
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/unfoo/unfoo-1.0.8.ebuild | 49 ---------------------------------------
1 file changed, 49 deletions(-)
diff --git a/app-misc/unfoo/unfoo-1.0.8.ebuild b/app-misc/unfoo/unfoo-1.0.8.ebuild
deleted file mode 100644
index 1049dfaf93bd..000000000000
--- a/app-misc/unfoo/unfoo-1.0.8.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A simple bash driven frontend to simplify decompression of files"
-HOMEPAGE="http://obsoleet.org/code/unfoo"
-SRC_URI="https://github.com/jlec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux"
-IUSE="+minimal test"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPS="
- || (
- app-arch/bzip2
- app-arch/lbzip2[symlink]
- app-arch/pbzip2[symlink] )
- || (
- app-arch/gzip
- app-arch/pigz[symlink] )
- app-arch/p7zip
- || (
- app-arch/rar
- app-arch/unrar )
- app-arch/unace
- app-arch/unzip
- app-arch/xz-utils"
-RDEPEND="!minimal? ( ${COMMON_DEPS} )"
-DEPEND="test? ( ${COMMON_DEPS} )"
-
-src_compile() { :; }
-
-src_install() {
- dodoc README*
- dobin ${PN}
-}
-
-pkg_postinst() {
- if [[ -z ${REPLACING_VERSIONS} ]]; then
- echo
- elog "unfoo can handle far more than just .tar*, but it requires some"
- elog "optional packages to do so. For a list, either consult the source"
- elog "(less /usr/bin/unfoo), or see http://obsoleet.org/code/unfoo"
- elog "To get full support please use USE=-minimal"
- fi
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/unfoo/
@ 2023-12-07 18:58 Ulrich Müller
0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Müller @ 2023-12-07 18:58 UTC (permalink / raw
To: gentoo-commits
commit: ac7b0a1961d0ba1c314c2ce43f670ec3009ad9ca
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Nov 19 09:56:59 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 7 18:51:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7b0a19
app-misc/unfoo: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-misc/unfoo/unfoo-1.0.8-r1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-misc/unfoo/unfoo-1.0.8-r1.ebuild b/app-misc/unfoo/unfoo-1.0.8-r1.ebuild
index 14b1f01e3574..051b951c6a2b 100644
--- a/app-misc/unfoo/unfoo-1.0.8-r1.ebuild
+++ b/app-misc/unfoo/unfoo-1.0.8-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-DESCRIPTION="A simple bash driven frontend to simplify decompression of files"
-HOMEPAGE="http://obsoleet.org/code/unfoo"
+DESCRIPTION="Simple bash driven frontend to simplify decompression of files"
+HOMEPAGE="https://github.com/jlec/unfoo"
SRC_URI="https://github.com/jlec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-12-07 18:58 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-21 7:54 [gentoo-commits] repo/gentoo:master commit in: app-misc/unfoo/ Daniel Campbell
-- strict thread matches above, loose matches on Subject: below --
2020-02-06 0:04 Sergei Trofimovich
2022-12-27 12:14 Sam James
2022-12-27 12:14 Sam James
2022-12-27 19:53 Sam James
2022-12-28 0:33 Sam James
2023-12-07 18:58 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox