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 919AA139694 for ; Sun, 9 Apr 2017 20:05:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 839B221C038; Sun, 9 Apr 2017 20:05:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4949421C038 for ; Sun, 9 Apr 2017 20:05:05 +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 010BB335DEF for ; Sun, 9 Apr 2017 20:05:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E9C173F3 for ; Sun, 9 Apr 2017 20:05:02 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1491768294.a5a67b05128288bc9b0d732e3bbf1cf3e4f3c7be.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/cvs/cvs-1.12.12-r10.ebuild X-VCS-Directories: dev-vcs/cvs/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: a5a67b05128288bc9b0d732e3bbf1cf3e4f3c7be X-VCS-Branch: master Date: Sun, 9 Apr 2017 20:05:02 +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: 6d443dff-f560-4ff2-927d-c26b577b08d1 X-Archives-Hash: 7b5b39b963c4a7f8fa23a12179fdaa20 commit: a5a67b05128288bc9b0d732e3bbf1cf3e4f3c7be Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Apr 9 20:04:04 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Apr 9 20:04:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a67b05 dev-vcs/cvs: Remove old Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-vcs/cvs/cvs-1.12.12-r10.ebuild | 90 -------------------------------------- 1 file changed, 90 deletions(-) diff --git a/dev-vcs/cvs/cvs-1.12.12-r10.ebuild b/dev-vcs/cvs/cvs-1.12.12-r10.ebuild deleted file mode 100644 index ce2c3dd9e2a..00000000000 --- a/dev-vcs/cvs/cvs-1.12.12-r10.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 - -inherit eutils pam toolchain-funcs - -DESCRIPTION="Concurrent Versions System - source code revision control tools" -HOMEPAGE="http://www.nongnu.org/cvs/" - -SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2 - doc? ( mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.html.tar.bz2 - mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.pdf - mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.ps )" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -IUSE="crypt doc kerberos nls pam server" -RESTRICT='test' - -DEPEND=">=sys-libs/zlib-1.1.4 - kerberos? ( virtual/krb5 ) - pam? ( virtual/pam )" - -src_unpack() { - unpack ${P}.tar.bz2 - use doc && unpack cederqvist-${PV}.html.tar.bz2 -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-cvsbug-tmpfix.patch - epatch "${FILESDIR}"/${P}-openat.patch - epatch "${FILESDIR}"/${P}-block-requests.patch - epatch "${FILESDIR}"/${P}-cvs-gnulib-vasnprintf.patch - epatch "${FILESDIR}"/${P}-install-sh.patch - epatch "${FILESDIR}"/${P}-hash-nameclash.patch # for AIX - epatch "${FILESDIR}"/${P}-getdelim.patch # 314791 - epatch "${FILESDIR}"/${PN}-1.12.12-rcs2log-coreutils.patch # 144114 - epatch "${FILESDIR}"/${P}-mktime-x32.patch # 395641 - epatch "${FILESDIR}"/${P}-fix-massive-leak.patch - epatch "${FILESDIR}"/${P}-mktime-configure.patch #220040 #570208 - use server || elog "If you want any CVS server functionality, you MUST emerge with USE=server!" -} - -src_configure() { - if tc-is-cross-compiler ; then - # Sane defaults when cross-compiling (as these tests want to - # try and execute code). - export cvs_cv_func_printf_ptr="yes" - fi - econf \ - --with-external-zlib \ - --with-tmpdir=/tmp \ - $(use_enable crypt encryption) \ - $(use_with kerberos gssapi) \ - $(use_enable nls) \ - $(use_enable pam) \ - $(use_enable server) -} - -src_install() { - emake install DESTDIR="${D}" || die - - insinto /etc/xinetd.d - if use server; then - newins "${FILESDIR}"/cvspserver.xinetd.d cvspserver || die "newins failed" - fi - newenvd "${FILESDIR}"/01-cvs-env.d 01cvs - - dodoc BUGS ChangeLog* DEVEL* FAQ HACKING \ - MINOR* NEWS PROJECTS README* TESTS TODO - - # Not installed into emacs site-lisp because it clobbers the normal C - # indentations. - dodoc cvs-format.el || die "dodoc failed" - - use server && newdoc "${FILESDIR}"/cvs-1.12.12-cvs-custom.c cvs-custom.c - - if use doc; then - dodoc "${DISTDIR}"/cederqvist-${PV}.pdf - dodoc "${DISTDIR}"/cederqvist-${PV}.ps - tar xjf "${DISTDIR}"/cederqvist-${PV}.html.tar.bz2 - dohtml -r cederqvist-${PV}.html/* - dosym cvs.html /usr/share/doc/${PF}/html/index.html - fi - - newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs -}