public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/prefix:master commit in: app-arch/unzip/
@ 2020-12-26 13:24 Fabian Groffen
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen @ 2020-12-26 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     622cc50d95d6a612679d34eff0286859808d5982
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 13:08:13 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 13:08:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=622cc50d

app-arch/unzip: drop ~m68k-mint

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 app-arch/unzip/unzip-6.0_p21-r2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-arch/unzip/unzip-6.0_p21-r2.ebuild b/app-arch/unzip/unzip-6.0_p21-r2.ebuild
index cb723c61a9..09846ee072 100644
--- a/app-arch/unzip/unzip-6.0_p21-r2.ebuild
+++ b/app-arch/unzip/unzip-6.0_p21-r2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/infozip/${MY_P}.tar.gz
 
 LICENSE="Info-ZIP"
 SLOT="0"
-KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 natspec unicode"
 
 DEPEND="bzip2? ( app-arch/bzip2 )
@@ -64,7 +64,6 @@ src_configure() {
 	*bsd* | *dragonfly*) TARGET="bsd" ;;
 	*-darwin*)           TARGET="macosx" ;;
 	*-solaris*)          TARGET="generic" ;;
-	*-mint*)             TARGET="generic" ;;
 	*-cygwin*)           TARGET="generic" ;;
 	*) die "Unknown target; please update the ebuild to handle ${CHOST}	" ;;
 	esac


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/prefix:master commit in: app-arch/unzip/
@ 2020-12-15 19:26 Fabian Groffen
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen @ 2020-12-15 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     8e5ab09d13a91ef86e9aa1148ea77638558bdced
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 15 19:05:20 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Dec 15 19:05:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=8e5ab09d

app-arch/unzip: drop ~ppc-aix

Bug: https://bugs.gentoo.org/760057
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 app-arch/unzip/unzip-6.0_p21-r2.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-arch/unzip/unzip-6.0_p21-r2.ebuild b/app-arch/unzip/unzip-6.0_p21-r2.ebuild
index 0f0cdaa560..cb723c61a9 100644
--- a/app-arch/unzip/unzip-6.0_p21-r2.ebuild
+++ b/app-arch/unzip/unzip-6.0_p21-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/infozip/${MY_P}.tar.gz
 
 LICENSE="Info-ZIP"
 SLOT="0"
-KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 natspec unicode"
 
 DEPEND="bzip2? ( app-arch/bzip2 )
@@ -64,8 +64,6 @@ src_configure() {
 	*bsd* | *dragonfly*) TARGET="bsd" ;;
 	*-darwin*)           TARGET="macosx" ;;
 	*-solaris*)          TARGET="generic" ;;
-	*-aix*)              TARGET="gcc"; append-cppflags "-DNO_LCHMOD"; append-ldflags "-Wl,-blibpath:${EPREFIX}/usr/$(get_libdir)" ;;
-	*-hpux*)             TARGET="gcc"; append-ldflags "-Wl,+b,${EPREFIX}/usr/$(get_libdir)" ;;
 	*-mint*)             TARGET="generic" ;;
 	*-cygwin*)           TARGET="generic" ;;
 	*) die "Unknown target; please update the ebuild to handle ${CHOST}	" ;;


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/prefix:master commit in: app-arch/unzip/
@ 2016-05-19 13:22 Michael Haubenwallner
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Haubenwallner @ 2016-05-19 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     7981c98bd9a1b55a1fe2272ae7b52b93e4bef971
Author:     Michael Haubenwallner <michael.haubenwallner <AT> ssi-schaefer <DOT> com>
AuthorDate: Thu May 19 13:21:58 2016 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Thu May 19 13:22:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7981c98b

app-arch/unzip: for Cygwin use generic target

Package-Manager: portage-2.2.28-prefix

 app-arch/unzip/unzip-6.0-r3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-arch/unzip/unzip-6.0-r3.ebuild b/app-arch/unzip/unzip-6.0-r3.ebuild
index 3677a01..d56ae6c 100644
--- a/app-arch/unzip/unzip-6.0-r3.ebuild
+++ b/app-arch/unzip/unzip-6.0-r3.ebuild
@@ -60,6 +60,7 @@ src_compile() {
 		*-aix*)              TARGET=gcc; append-cppflags "-DNO_LCHMOD"; append-ldflags "-Wl,-blibpath:${EPREFIX}/usr/$(get_libdir)" ;;
 		*-hpux*)             TARGET=gcc; append-ldflags "-Wl,+b,${EPREFIX}/usr/$(get_libdir)" ;;
 		*-mint*)             TARGET=generic ;;
+		*-cygwin*)           TARGET=generic ;;
 		*) die "Unknown target, you suck" ;;
 	esac
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/prefix:master commit in: app-arch/unzip/
@ 2016-05-19 13:22 Michael Haubenwallner
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Haubenwallner @ 2016-05-19 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     17b06e1b9690aa2ede9d29c190ef52063139296f
Author:     Michael Haubenwallner <michael.haubenwallner <AT> ssi-schaefer <DOT> com>
AuthorDate: Thu May 19 13:21:28 2016 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Thu May 19 13:22:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=17b06e1b

app-arch/unzip: update metadata.xml

Package-Manager: portage-2.2.28-prefix

 app-arch/unzip/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-arch/unzip/metadata.xml b/app-arch/unzip/metadata.xml
index a186eb6..564fd76 100644
--- a/app-arch/unzip/metadata.xml
+++ b/app-arch/unzip/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>base-system</herd>
+	<maintainer type="project">
+		<email>base-system@gentoo.org</email>
+		<name>Gentoo Base System</name>
+	</maintainer>
 	<use>
 		<flag name="natspec">Use <pkg>dev-libs/libnatspec</pkg> to correctly decode non-ascii file names archived in Windows.</flag>
 	</use>


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

end of thread, other threads:[~2020-12-26 13:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-26 13:24 [gentoo-commits] repo/proj/prefix:master commit in: app-arch/unzip/ Fabian Groffen
  -- strict thread matches above, loose matches on Subject: below --
2020-12-15 19:26 Fabian Groffen
2016-05-19 13:22 Michael Haubenwallner
2016-05-19 13:22 Michael Haubenwallner

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