From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13A61139694 for ; Sun, 11 Jun 2017 14:17:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8476E21C039; Sun, 11 Jun 2017 14:17:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52E2B21C039 for ; Sun, 11 Jun 2017 14:17:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 993B9341948 for ; Sun, 11 Jun 2017 14:17:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 821AC73E2 for ; Sun, 11 Jun 2017 14:17:49 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1497189074.9dd9db5d2db28152483f136a1a48391c5442a3dc.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/c-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/c-client/c-client-2007f-r4.ebuild net-libs/c-client/c-client-2007f-r5.ebuild X-VCS-Directories: net-libs/c-client/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 9dd9db5d2db28152483f136a1a48391c5442a3dc X-VCS-Branch: master Date: Sun, 11 Jun 2017 14:17:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cff45566-bb30-40e7-931e-3011896a068b X-Archives-Hash: 82ae73385bf4f80a1a616613c28cbf32 commit: 9dd9db5d2db28152483f136a1a48391c5442a3dc Author: Michael Orlitzky gentoo org> AuthorDate: Sun Jun 11 13:50:25 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Jun 11 13:51:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd9db5d net-libs/c-client: remove old unused versions. This is part of the cleanup for my last two bugfixes (for which I had permission to commit). The fixed ebuild is now stable on all of our stable arches, so the older ebuilds are obsolete and unused. Gentoo-Bug: 456928 Gentoo-Bug: 545086 Gentoo-Bug: 609744 Package-Manager: Portage-2.3.5, Repoman-2.3.1 net-libs/c-client/c-client-2007f-r4.ebuild | 130 --------------------------- net-libs/c-client/c-client-2007f-r5.ebuild | 136 ----------------------------- 2 files changed, 266 deletions(-) diff --git a/net-libs/c-client/c-client-2007f-r4.ebuild b/net-libs/c-client/c-client-2007f-r4.ebuild deleted file mode 100644 index c266f8cc881..00000000000 --- a/net-libs/c-client/c-client-2007f-r4.ebuild +++ /dev/null @@ -1,130 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit flag-o-matic eutils libtool toolchain-funcs multilib - -MY_PN=imap -MY_P="${MY_PN}-${PV}" -S=${WORKDIR}/${MY_P} - -CHAPPA_PL=115 -DESCRIPTION="UW IMAP c-client library" -HOMEPAGE="http://www.washington.edu/imap/" -SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z - chappa? ( mirror://gentoo/${P}-chappa-${CHAPPA_PL}-all.patch.gz )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="doc +ipv6 kerberos kernel_linux kernel_FreeBSD pam ssl static-libs topal chappa" - -RDEPEND="ssl? ( dev-libs/openssl ) - !net-mail/uw-imap - kerberos? ( app-crypt/mit-krb5 )" -DEPEND="${RDEPEND} - kernel_linux? ( pam? ( >=sys-libs/pam-0.72 ) )" - -src_prepare() { - # Tarball packed with bad file perms - chmod -R u+rwX,go-w . - - # lots of things need -fPIC, including various platforms, and this library - # generally should be built with it anyway. - append-flags -fPIC - - # Modifications so we can build it optimally and correctly - sed \ - -e "s:BASECFLAGS=\".*\":BASECFLAGS=:g" \ - -e 's:SSLDIR=/usr/local/ssl:SSLDIR=/usr:g' \ - -e 's:SSLCERTS=$(SSLDIR)/certs:SSLCERTS=/etc/ssl/certs:g' \ - -i src/osdep/unix/Makefile || die "Makefile sed fixing failed" - - # Make the build system more multilib aware - sed \ - -e "s:^SSLLIB=\$(SSLDIR)/lib:SSLLIB=\$(SSLDIR)/$(get_libdir):" \ - -e "s:^AFSLIB=\$(AFSDIR)/lib:AFSLIB=\$(AFSDIR)/$(get_libdir):" \ - -i src/osdep/unix/Makefile || die "Makefile sed fixing failed" - - # Targets should use the Gentoo (ie linux) fs - sed -e '/^bsf:/,/^$/ s:ACTIVEFILE=.*:ACTIVEFILE=/var/lib/news/active:g' \ - -i src/osdep/unix/Makefile || die "Makefile sex fixing failed for FreeBSD" - - # Apply a patch to only build the stuff we need for c-client - epatch "${FILESDIR}"/${PN}-2006k_GENTOO_Makefile.patch - - # Apply patch to add the compilation of a .so for PHP - # This was previously conditional, but is more widely useful. - epatch "${FILESDIR}"/${PN}-2006k_GENTOO_amd64-so-fix.patch - - # Remove the pesky checks about SSL stuff - sed -e '/read.*exit/d' -i Makefile || die - - # Respect LDFLAGS - epatch "${FILESDIR}"/${PN}-2007f-ldflags.patch - sed -e "s/CC=cc/CC=$(tc-getCC)/" \ - -e "s/ARRC=ar/ARRC=$(tc-getAR)/" \ - -e "s/RANLIB=ranlib/RANLIB=$(tc-getRANLIB)/" \ - -i src/osdep/unix/Makefile || die "Respecting build flags" - - use topal && epatch "${FILESDIR}/${P}-topal.patch" - use chappa && epatch "${DISTDIR}/${P}-chappa-${CHAPPA_PL}-all.patch.gz" - - elibtoolize -} - -src_compile() { - local mymake ipver ssltype target passwdtype - ipver='IP=4' - use ipv6 && ipver="IP=6" && touch ip6 - use ssl && ssltype="unix" || ssltype="none" - if use kernel_linux ; then - use pam && target=lnp passwdtype=pam || target=lnx passwdtype=std - elif use kernel_FreeBSD ; then - target=bsf passwdtype=pam - fi - use kerberos \ - && mymake="EXTRAAUTHENTICATORS=gss" \ - && EXTRALIBS="-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err" \ - # no parallel builds supported! - emake -j1 SSLTYPE=${ssltype} $target \ - PASSWDTYPE=${passwdtype} ${ipver} ${mymake} \ - EXTRACFLAGS="${CFLAGS}" \ - EXTRALDFLAGS="${LDFLAGS}" \ - EXTRALIBS="${EXTRALIBS}" \ - GSSDIR=/usr -} - -src_install() { - if use static-libs; then - # Library binary - dolib.a c-client/c-client.a - dosym c-client.a /usr/$(get_libdir)/libc-client.a - fi - - # Now the shared library - dolib.so c-client/libc-client.so.1.0.0 - - dosym libc-client.so.1.0.0 /usr/$(get_libdir)/libc-client.so - dosym libc-client.so.1.0.0 /usr/$(get_libdir)/libc-client.so.1 - - # Headers - insinto /usr/include/imap - doins src/osdep/unix/*.h - doins src/c-client/*.h - doins c-client/linkage.h - doins c-client/linkage.c - doins c-client/osdep.h - if use ssl; then - echo " ssl_onceonlyinit ();" >> "${D}"/usr/include/imap/linkage.c || die - fi - # Docs - dodoc README docs/*.txt docs/BUILD docs/CONFIG docs/RELNOTES docs/SSLBUILD - if use doc; then - docinto rfc - dodoc docs/rfc/*.txt - docinto draft - dodoc docs/draft/* - fi -} diff --git a/net-libs/c-client/c-client-2007f-r5.ebuild b/net-libs/c-client/c-client-2007f-r5.ebuild deleted file mode 100644 index e5799806101..00000000000 --- a/net-libs/c-client/c-client-2007f-r5.ebuild +++ /dev/null @@ -1,136 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit flag-o-matic eutils libtool toolchain-funcs multilib - -MY_PN=imap -MY_P="${MY_PN}-${PV}" -S=${WORKDIR}/${MY_P} - -CHAPPA_PL=115 -DESCRIPTION="UW IMAP c-client library" -HOMEPAGE="http://www.washington.edu/imap/" -SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z - chappa? ( mirror://gentoo/${P}-chappa-${CHAPPA_PL}-all.patch.gz )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" -IUSE="doc +ipv6 kerberos kernel_linux kernel_FreeBSD libressl pam ssl static-libs topal chappa" - -RDEPEND=" - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) ) - !net-mail/uw-imap - kerberos? ( app-crypt/mit-krb5 ) -" -DEPEND="${RDEPEND} - kernel_linux? ( pam? ( >=sys-libs/pam-0.72 ) ) -" - -src_prepare() { - default - - # Tarball packed with bad file perms - chmod -R u+rwX,go-w . - - # lots of things need -fPIC, including various platforms, and this library - # generally should be built with it anyway. - append-flags -fPIC - - # Modifications so we can build it optimally and correctly - sed \ - -e "s:BASECFLAGS=\".*\":BASECFLAGS=:g" \ - -e 's:SSLDIR=/usr/local/ssl:SSLDIR=/usr:g' \ - -e 's:SSLCERTS=$(SSLDIR)/certs:SSLCERTS=/etc/ssl/certs:g' \ - -i src/osdep/unix/Makefile || die "Makefile sed fixing failed" - - # Make the build system more multilib aware - sed \ - -e "s:^SSLLIB=\$(SSLDIR)/lib:SSLLIB=\$(SSLDIR)/$(get_libdir):" \ - -e "s:^AFSLIB=\$(AFSDIR)/lib:AFSLIB=\$(AFSDIR)/$(get_libdir):" \ - -i src/osdep/unix/Makefile || die "Makefile sed fixing failed" - - # Targets should use the Gentoo (ie linux) fs - sed -e '/^bsf:/,/^$/ s:ACTIVEFILE=.*:ACTIVEFILE=/var/lib/news/active:g' \ - -i src/osdep/unix/Makefile || die "Makefile sex fixing failed for FreeBSD" - - # Apply a patch to only build the stuff we need for c-client - eapply "${FILESDIR}"/${PN}-2006k_GENTOO_Makefile.patch - - # Apply patch to add the compilation of a .so for PHP - # This was previously conditional, but is more widely useful. - eapply "${FILESDIR}"/${PN}-2006k_GENTOO_amd64-so-fix.patch - - # Remove the pesky checks about SSL stuff - sed -e '/read.*exit/d' -i Makefile || die - - # Respect LDFLAGS - eapply "${FILESDIR}"/${PN}-2007f-ldflags.patch - sed -e "s/CC=cc/CC=$(tc-getCC)/" \ - -e "s/ARRC=ar/ARRC=$(tc-getAR)/" \ - -e "s/RANLIB=ranlib/RANLIB=$(tc-getRANLIB)/" \ - -i src/osdep/unix/Makefile || die "Respecting build flags" - - use topal && eapply "${FILESDIR}/${P}-topal.patch" - use chappa && epatch "${DISTDIR}/${P}-chappa-${CHAPPA_PL}-all.patch.gz" - - elibtoolize -} - -src_compile() { - local mymake ipver ssltype target passwdtype - ipver='IP=4' - use ipv6 && ipver="IP=6" && touch ip6 - use ssl && ssltype="unix" || ssltype="none" - if use kernel_linux ; then - use pam && target=lnp passwdtype=pam || target=lnx passwdtype=std - elif use kernel_FreeBSD ; then - target=bsf passwdtype=pam - fi - use kerberos \ - && mymake="EXTRAAUTHENTICATORS=gss" \ - && EXTRALIBS="-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err" \ - # no parallel builds supported! - emake -j1 SSLTYPE=${ssltype} $target \ - PASSWDTYPE=${passwdtype} ${ipver} ${mymake} \ - EXTRACFLAGS="${CFLAGS}" \ - EXTRALDFLAGS="${LDFLAGS}" \ - EXTRALIBS="${EXTRALIBS}" \ - GSSDIR=/usr -} - -src_install() { - if use static-libs; then - # Library binary - dolib.a c-client/c-client.a - dosym c-client.a /usr/$(get_libdir)/libc-client.a - fi - - # Now the shared library - dolib.so c-client/libc-client.so.1.0.0 - - dosym libc-client.so.1.0.0 /usr/$(get_libdir)/libc-client.so - dosym libc-client.so.1.0.0 /usr/$(get_libdir)/libc-client.so.1 - - # Headers - insinto /usr/include/imap - doins src/osdep/unix/*.h - doins src/c-client/*.h - doins c-client/linkage.h - doins c-client/linkage.c - doins c-client/osdep.h - if use ssl; then - echo " ssl_onceonlyinit ();" >> "${D}"/usr/include/imap/linkage.c || die - fi - # Docs - dodoc README docs/*.txt docs/BUILD docs/CONFIG docs/RELNOTES docs/SSLBUILD - if use doc; then - docinto rfc - dodoc docs/rfc/*.txt - docinto draft - dodoc docs/draft/* - fi -}