public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/zipper/
@ 2021-12-11 14:42 Jakov Smolić
  0 siblings, 0 replies; 7+ messages in thread
From: Jakov Smolić @ 2021-12-11 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     4e578bbf05b88591894704db150870c093ebbd07
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 14:41:58 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 14:41:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e578bbf

gnustep-apps/zipper: Stabilize 1.5-r1 x86, #828725

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 gnustep-apps/zipper/zipper-1.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-apps/zipper/zipper-1.5-r1.ebuild b/gnustep-apps/zipper/zipper-1.5-r1.ebuild
index 40dbe5022cde..57f7fe38345b 100644
--- a/gnustep-apps/zipper/zipper-1.5-r1.ebuild
+++ b/gnustep-apps/zipper/zipper-1.5-r1.ebuild
@@ -12,5 +12,5 @@ HOMEPAGE="http://gap.nongnu.org/zipper"
 SRC_URI="https://savannah.nongnu.org/download/gap/${P/z/Z}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/zipper/
@ 2023-06-13 14:16 Bernard Cafarelli
  0 siblings, 0 replies; 7+ messages in thread
From: Bernard Cafarelli @ 2023-06-13 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f8ccaf4bb5e86ae374f05118d000b812e05bf4a5
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jun 10 15:51:26 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 14:16:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ccaf4b

gnustep-apps/zipper: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 gnustep-apps/zipper/zipper-1.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnustep-apps/zipper/zipper-1.5-r1.ebuild b/gnustep-apps/zipper/zipper-1.5-r1.ebuild
index 57f7fe38345b..bbad82d1931c 100644
--- a/gnustep-apps/zipper/zipper-1.5-r1.ebuild
+++ b/gnustep-apps/zipper/zipper-1.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit gnustep-2
 S=${WORKDIR}/${P/z/Z}
 
 DESCRIPTION="Zipper is a tool for inspecting and extracting compressed archives"
-HOMEPAGE="http://gap.nongnu.org/zipper"
+HOMEPAGE="https://gap.nongnu.org/zipper"
 SRC_URI="https://savannah.nongnu.org/download/gap/${P/z/Z}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/zipper/
@ 2021-12-11 14:48 Jakov Smolić
  0 siblings, 0 replies; 7+ messages in thread
From: Jakov Smolić @ 2021-12-11 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     be271f48df562832ec125a685942da249ecc3961
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 14:46:50 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 14:48:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be271f48

gnustep-apps/zipper: drop 1.5

Bug: https://bugs.gentoo.org/828725
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 gnustep-apps/zipper/zipper-1.5.ebuild | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/gnustep-apps/zipper/zipper-1.5.ebuild b/gnustep-apps/zipper/zipper-1.5.ebuild
deleted file mode 100644
index 92dcaebe97af..000000000000
--- a/gnustep-apps/zipper/zipper-1.5.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit gnustep-2
-
-S=${WORKDIR}/${P/z/Z}
-
-DESCRIPTION="Zipper is a tool for inspecting and extracting compressed archives"
-HOMEPAGE="http://gap.nongnu.org/zipper"
-SRC_URI="https://savannah.nongnu.org/download/gap/${P/z/Z}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/zipper/
@ 2021-12-11  4:12 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-12-11  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     8f67fd7dfa4dd0c9067397d25d123918747155d0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 04:12:22 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 04:12:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f67fd7d

gnustep-apps/zipper: Stabilize 1.5-r1 amd64, #828725

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

 gnustep-apps/zipper/zipper-1.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-apps/zipper/zipper-1.5-r1.ebuild b/gnustep-apps/zipper/zipper-1.5-r1.ebuild
index 41cb687d35c5..40dbe5022cde 100644
--- a/gnustep-apps/zipper/zipper-1.5-r1.ebuild
+++ b/gnustep-apps/zipper/zipper-1.5-r1.ebuild
@@ -12,5 +12,5 @@ HOMEPAGE="http://gap.nongnu.org/zipper"
 SRC_URI="https://savannah.nongnu.org/download/gap/${P/z/Z}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/zipper/
@ 2021-12-11  3:30 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-12-11  3:30 UTC (permalink / raw
  To: gentoo-commits

commit:     1fd9c26350cc447a43b7a50ac2586b47c702b155
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 03:30:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 03:30:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd9c263

gnustep-apps/zipper: Stabilize 1.5-r1 ppc, #828725

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

 gnustep-apps/zipper/zipper-1.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-apps/zipper/zipper-1.5-r1.ebuild b/gnustep-apps/zipper/zipper-1.5-r1.ebuild
index 2edb247fc9a5..41cb687d35c5 100644
--- a/gnustep-apps/zipper/zipper-1.5-r1.ebuild
+++ b/gnustep-apps/zipper/zipper-1.5-r1.ebuild
@@ -12,5 +12,5 @@ HOMEPAGE="http://gap.nongnu.org/zipper"
 SRC_URI="https://savannah.nongnu.org/download/gap/${P/z/Z}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/zipper/
@ 2021-11-07  8:14 Bernard Cafarelli
  0 siblings, 0 replies; 7+ messages in thread
From: Bernard Cafarelli @ 2021-11-07  8:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c33c0f8fe8b8b729c8fdf24694eca8e825824f59
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 08:13:25 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 08:14:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33c0f8f

gnustep-apps/zipper: bump EAPI

Closes: https://bugs.gentoo.org/820011
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 gnustep-apps/zipper/zipper-1.5-r1.ebuild | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnustep-apps/zipper/zipper-1.5-r1.ebuild b/gnustep-apps/zipper/zipper-1.5-r1.ebuild
new file mode 100644
index 00000000000..2edb247fc9a
--- /dev/null
+++ b/gnustep-apps/zipper/zipper-1.5-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnustep-2
+
+S=${WORKDIR}/${P/z/Z}
+
+DESCRIPTION="Zipper is a tool for inspecting and extracting compressed archives"
+HOMEPAGE="http://gap.nongnu.org/zipper"
+SRC_URI="https://savannah.nongnu.org/download/gap/${P/z/Z}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/zipper/
@ 2017-07-17 12:21 Bernard Cafarelli
  0 siblings, 0 replies; 7+ messages in thread
From: Bernard Cafarelli @ 2017-07-17 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     e32adb1207b9b2b536b876f8f481cd9a047b97cb
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 10:24:20 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 12:21:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32adb12

gnustep-apps/zipper: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 gnustep-apps/zipper/Manifest          |  2 --
 gnustep-apps/zipper/zipper-1.3.ebuild | 27 ---------------------------
 gnustep-apps/zipper/zipper-1.4.ebuild | 26 --------------------------
 3 files changed, 55 deletions(-)

diff --git a/gnustep-apps/zipper/Manifest b/gnustep-apps/zipper/Manifest
index 04bc5ea298d..d4350c25462 100644
--- a/gnustep-apps/zipper/Manifest
+++ b/gnustep-apps/zipper/Manifest
@@ -1,3 +1 @@
-DIST Zipper-1.3.tar.gz 470821 SHA256 fd6df5f8aef351282147a2820bd39b4b8c7561e42e743008c19e3f733d678931 SHA512 ae12f04f32e2db9e981e8e51be10f67e93a8fc02cacefc0a973fb7346503cae34ce25b954adddcb6ffd2e37deaab73f6ef8134bdd56c03b806d45cbbf6ff2e8c WHIRLPOOL 5dd3f56b717ea45e2a5564d7b6b15dff189d3af4dbf917ef1801127a5e626b53dbc191eb4538d047c4c51c7d25b893b4a58c3a8736025a238996ef5dd6bd80af
-DIST Zipper-1.4.tar.gz 77505 SHA256 845af38826811d844d666efe6269c1f8555913d907027d98cb347df940006941 SHA512 ca43dac6f8a562ab4d8f7c8d7401f409f32146961cbf475d625244fb7f352ac5c32e1ac987280c9d409d3acc6f2cc8173a8f6392360e8d86432f115d90a3c357 WHIRLPOOL 4a7eaa7a1ef76f8ece00786235b16bcb4fd12e0e79c407fdec4c075183ca57b18c49d6f88d286ff385d68092aea5ee46fd2c2f91039fc02766aa52e6f906c8d7
 DIST Zipper-1.5.tar.gz 81557 SHA256 3ecf9cd7e2242c62e38a4933ce4f3da35e90f52ca94ac030a1f2a717e6561392 SHA512 4b3353c0513f6fb4431778d03a4f980a592d19bbb3dcaface5c618b88a9c76bb7d067cca38fe20ccafc6c3636cd6b2e17b2a2e273673b2ba1153faa6f68ef348 WHIRLPOOL fe45e34d9f56a0b5dafc5a16c3bf29b2601a6bcb9c49c4a3bf40980264702c7e99c0d9579f27e02472d51a4d88e54eb1f1be40e4c938d73657e863912e381145

diff --git a/gnustep-apps/zipper/zipper-1.3.ebuild b/gnustep-apps/zipper/zipper-1.3.ebuild
deleted file mode 100644
index b66e85ef48b..00000000000
--- a/gnustep-apps/zipper/zipper-1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit gnustep-2
-
-S=${WORKDIR}/${PN/z/Z}
-
-DESCRIPTION="Zipper is a tool for inspecting and extracting compressed archives"
-HOMEPAGE="http://xanthippe.dyndns.org/Zipper/"
-SRC_URI="http://xanthippe.dyndns.org/Zipper/${P/z/Z}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="gnustep-libs/renaissance"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-	gnustep-base_pkg_postinst
-
-	elog "Optional archives programs zipper can use:"
-	elog "app-arch/unzip	(ZIP files)"
-	elog "app-arch/lha		(LZH archives)"
-	elog "app-arch/unlzx	(Amiga LZX archives)"
-	elog "app-arch/rar		(RAR files)"
-}

diff --git a/gnustep-apps/zipper/zipper-1.4.ebuild b/gnustep-apps/zipper/zipper-1.4.ebuild
deleted file mode 100644
index 6450601e046..00000000000
--- a/gnustep-apps/zipper/zipper-1.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit gnustep-2
-
-S=${WORKDIR}/${P/z/Z}
-
-DESCRIPTION="Zipper is a tool for inspecting and extracting compressed archives"
-HOMEPAGE="http://gap.nongnu.org/zipper"
-SRC_URI="https://savannah.nongnu.org/download/gap/${P/z/Z}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-pkg_postinst() {
-	gnustep-base_pkg_postinst
-
-	elog "Optional archives programs zipper can use:"
-	elog "app-arch/unzip	(ZIP files)"
-	elog "app-arch/lha		(LZH archives)"
-	elog "app-arch/unlzx	(Amiga LZX archives)"
-	elog "app-arch/rar		(RAR files)"
-}


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

end of thread, other threads:[~2023-06-13 14:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-11 14:42 [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/zipper/ Jakov Smolić
  -- strict thread matches above, loose matches on Subject: below --
2023-06-13 14:16 Bernard Cafarelli
2021-12-11 14:48 Jakov Smolić
2021-12-11  4:12 Sam James
2021-12-11  3:30 Sam James
2021-11-07  8:14 Bernard Cafarelli
2017-07-17 12:21 Bernard Cafarelli

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