From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zip/
Date: Sun, 6 Sep 2020 16:46:19 +0000 (UTC) [thread overview]
Message-ID: <1599410741.89ac01c68078ebb55480ddad6084f65e76150f76.asturm@gentoo> (raw)
commit: 89ac01c68078ebb55480ddad6084f65e76150f76
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 6 16:39:10 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 6 16:45:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ac01c6
app-arch/zip: Drop 3.0-r3
Closes: https://bugs.gentoo.org/724200
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-arch/zip/zip-3.0-r3.ebuild | 62 ------------------------------------------
1 file changed, 62 deletions(-)
diff --git a/app-arch/zip/zip-3.0-r3.ebuild b/app-arch/zip/zip-3.0-r3.ebuild
deleted file mode 100644
index 34ee5156203..00000000000
--- a/app-arch/zip/zip-3.0-r3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-inherit toolchain-funcs eutils flag-o-matic
-
-MY_P="${PN}${PV//.}"
-DESCRIPTION="Info ZIP (encryption support)"
-HOMEPAGE="http://www.info-zip.org/"
-SRC_URI="mirror://sourceforge/infozip/${MY_P}.zip"
-
-LICENSE="Info-ZIP"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux"
-IUSE="bzip2 crypt natspec unicode"
-
-RDEPEND="bzip2? ( app-arch/bzip2 )
- natspec? ( dev-libs/libnatspec )"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-no-crypt.patch #238398
- epatch "${FILESDIR}"/${P}-pic.patch
- epatch "${FILESDIR}"/${P}-exec-stack.patch #122849
- epatch "${FILESDIR}"/${P}-build.patch #200995
- epatch "${FILESDIR}"/${P}-zipnote-freeze.patch #322047
- epatch "${FILESDIR}"/${P}-format-security.patch #512414
- use natspec && epatch "${FILESDIR}"/${PN}-3.0-natspec.patch #275244
-}
-
-src_configure() {
- append-cppflags \
- -DLARGE_FILE_SUPPORT \
- -DUIDGID_NOT_16BIT \
- -D$(usex bzip2 '' NO)BZIP2_SUPPORT \
- -D$(usex crypt '' NO)CRYPT \
- -D$(usex unicode '' NO)UNICODE_SUPPORT
- # Third arg disables bzip2 logic as we handle it ourselves above.
- sh ./unix/configure "$(tc-getCC)" "-I. -DUNIX ${CFLAGS} ${CPPFLAGS}" "${T}" || die
- if use bzip2 ; then
- sed -i -e "s:LFLAGS2=:&'-lbz2 ':" flags || die
- fi
-}
-
-src_compile() {
- emake \
- CPP="$(tc-getCPP)" \
- -f unix/Makefile generic
-}
-
-src_install() {
- dobin zip zipnote zipsplit
- doman man/zip{,note,split}.1
- if use crypt ; then
- dobin zipcloak
- doman man/zipcloak.1
- fi
- dodoc BUGS CHANGES README* TODO WHATSNEW WHERE proginfo/*.txt
-}
next reply other threads:[~2020-09-06 16:46 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-06 16:46 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-12 14:32 [gentoo-commits] repo/gentoo:master commit in: app-arch/zip/ Mike Gilbert
2022-11-18 3:19 Sam James
2022-11-18 3:19 Sam James
2022-11-18 3:19 Sam James
2022-11-18 3:19 Sam James
2022-11-18 3:19 Sam James
2022-11-18 3:19 Sam James
2022-11-18 3:15 Sam James
2022-11-18 3:15 Sam James
2022-11-18 3:15 Sam James
2022-11-18 3:15 Sam James
2022-11-04 2:24 Sam James
2021-09-10 15:05 Yixun Lan
2020-09-06 7:49 Sergei Trofimovich
2020-08-31 19:47 Sam James
2020-08-29 21:10 Sam James
2020-08-18 16:53 Agostino Sarubbo
2020-08-18 16:52 Agostino Sarubbo
2020-08-18 11:22 Agostino Sarubbo
2020-08-18 11:16 Agostino Sarubbo
2020-08-17 5:18 Sam James
2020-08-17 4:55 Sam James
2019-06-24 11:50 Michael Haubenwallner
2018-07-09 14:35 Michael Haubenwallner
2018-06-09 19:42 Mikle Kolyada
2018-03-05 3:13 Mart Raudsepp
2018-01-04 9:53 David Seifert
2018-01-01 22:12 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1599410741.89ac01c68078ebb55480ddad6084f65e76150f76.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox