public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/c-client/
Date: Mon,  6 Feb 2023 22:31:31 +0000 (UTC)	[thread overview]
Message-ID: <1675722650.4cac59af6007b4ff455f3951877eb319fe46c786.sam@gentoo> (raw)

commit:     4cac59af6007b4ff455f3951877eb319fe46c786
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  6 22:30:46 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  6 22:30:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cac59af

net-libs/c-client: fix applying topal, drop chappa patches

Closes: https://bugs.gentoo.org/893388
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/c-client/c-client-2007f_p7.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/net-libs/c-client/c-client-2007f_p7.ebuild b/net-libs/c-client/c-client-2007f_p7.ebuild
index c3fd74b4a8a9..6182b543a4fb 100644
--- a/net-libs/c-client/c-client-2007f_p7.ebuild
+++ b/net-libs/c-client/c-client-2007f_p7.ebuild
@@ -8,20 +8,18 @@ inherit flag-o-matic libtool toolchain-funcs
 MY_PN=imap
 MY_P="${MY_PN}-${PV}"
 
-CHAPPA_PL=115
 DESCRIPTION="UW IMAP c-client library"
 HOMEPAGE="http://www.washington.edu/imap/"
 SRC_URI="
 	ftp://ftp.cac.washington.edu/imap/${MY_PN}-$(ver_cut 1-2).tar.Z
 	mirror://debian/pool/main/u/uw-${MY_PN}/uw-${MY_PN}_${PV/_p/"~dfsg-"}.debian.tar.xz
-	chappa? ( mirror://gentoo/${PN}-$(ver_cut 1-2)-chappa-${CHAPPA_PL}-all.patch.gz )
 "
 S="${WORKDIR}"/${MY_PN}-$(ver_cut 1-2)
 
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="doc +ipv6 kerberos pam ssl static-libs topal chappa"
+IUSE="doc +ipv6 kerberos pam ssl static-libs topal"
 
 RDEPEND="
 	ssl? (
@@ -55,12 +53,10 @@ PATCHES=(
 )
 
 src_prepare() {
-	use topal && PATCHES+=( "${FILESDIR}/${P}-topal.patch" )
+	use topal && PATCHES+=( "${FILESDIR}/${PN}-2007f-topal.patch" )
 
 	default
 
-	use chappa && eapply -p2 "${WORKDIR}/${P}-chappa-${CHAPPA_PL}-all.patch"
-
 	# Tarball packed with bad file perms
 	chmod -R u+rwX,go-w . || die "failed to fix permissions"
 


             reply	other threads:[~2023-02-06 22:31 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-06 22:31 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-27  7:12 [gentoo-commits] repo/gentoo:master commit in: net-libs/c-client/ Sam James
2024-11-27  6:44 Sam James
2024-11-27  6:44 Sam James
2023-03-17 17:36 Sam James
2023-03-17 17:22 Sam James
2023-03-17 16:52 Arthur Zamarin
2023-03-17 16:22 Arthur Zamarin
2023-03-17 16:22 Arthur Zamarin
2023-03-17 16:16 Arthur Zamarin
2023-02-18  4:19 Sam James
2022-12-24  9:16 Andreas Sturmlechner
2022-12-22 21:13 Sam James
2022-12-22 21:13 Sam James
2022-12-22 21:13 Sam James
2022-12-22 21:13 Sam James
2022-12-22 21:13 Sam James
2022-12-22 21:13 Sam James
2022-12-22 20:45 Arthur Zamarin
2022-01-04  3:29 Sam James
2021-08-29  8:37 Marek Szuba
2021-05-02 10:16 Mikle Kolyada
2019-05-22  4:03 Aaron Bauman
2019-03-16 18:53 Mikle Kolyada
2018-10-24 15:13 Lars Wendler
2017-11-27  0:03 David Seifert
2017-11-26 23:11 David Seifert
2017-07-07 17:45 Alexis Ballier
2017-07-05 11:35 Michał Górny
2017-06-11 14:17 Michael Orlitzky
2017-06-10 15:10 Agostino Sarubbo
2017-04-27 11:23 Agostino Sarubbo
2017-04-19  6:52 Jeroen Roovers
2017-04-04 22:28 Michael Weber
2017-04-01 16:06 Agostino Sarubbo
2017-03-28 11:16 Michael Weber
2017-03-25 14:43 Agostino Sarubbo
2017-02-21  2:16 Michael Orlitzky
2017-02-18 16:14 Michael Orlitzky
2016-10-09 19:07 Pacho Ramos

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=1675722650.4cac59af6007b4ff455f3951877eb319fe46c786.sam@gentoo \
    --to=sam@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