public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs/
Date: Sun,  3 Nov 2024 00:47:31 +0000 (UTC)	[thread overview]
Message-ID: <1730594840.4a1e2aaaa87bd89657b9899d271e8eafffe1df03.dilfridge@gentoo> (raw)

commit:     4a1e2aaaa87bd89657b9899d271e8eafffe1df03
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 00:44:09 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 00:47:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1e2aaa

dev-vcs/cvs: drop 1.12.12-r14

Bug: https://bugs.gentoo.org/898782
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-vcs/cvs/cvs-1.12.12-r14.ebuild | 105 -------------------------------------
 1 file changed, 105 deletions(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r14.ebuild b/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
deleted file mode 100644
index 77076cadd35e..000000000000
--- a/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit pam toolchain-funcs
-
-DESCRIPTION="Concurrent Versions System - source code revision control tools"
-HOMEPAGE="https://cvs.nongnu.org/"
-
-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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
-
-IUSE="crypt doc kerberos nls pam selinux server"
-RESTRICT="test"
-
-DEPEND="
-	>=sys-libs/zlib-1.1.4
-	kerberos? ( virtual/krb5 )
-	pam? ( sys-libs/pam )
-	server? ( virtual/libcrypt:= )
-"
-RDEPEND="
-	${DEPEND}
-	selinux? ( sec-policy/selinux-cvs )
-"
-
-src_unpack() {
-	unpack ${P}.tar.bz2
-	use doc && unpack cederqvist-${PV}.html.tar.bz2
-}
-
-PATCHES=(
-	"${FILESDIR}"/${P}-cvsbug-tmpfix.patch
-	"${FILESDIR}"/${P}-openat.patch
-	"${FILESDIR}"/${P}-block-requests.patch
-	"${FILESDIR}"/${P}-cvs-gnulib-vasnprintf.patch
-	"${FILESDIR}"/${P}-install-sh.patch
-	"${FILESDIR}"/${P}-hash-nameclash.patch # for AIX
-	"${FILESDIR}"/${P}-getdelim.patch # 314791
-	"${FILESDIR}"/${PN}-1.12.12-rcs2log-coreutils.patch # 144114
-	"${FILESDIR}"/${P}-mktime-x32.patch # 395641
-	"${FILESDIR}"/${P}-fix-massive-leak.patch
-	"${FILESDIR}"/${P}-mktime-configure.patch #220040 #570208
-	"${FILESDIR}"/${P}-CVE-2012-0804.patch
-	"${FILESDIR}"/${P}-format-security.patch
-	"${FILESDIR}"/${P}-musl.patch
-	"${FILESDIR}"/${P}-CVE-2017-12836-commandinjection.patch
-	)
-DOCS=( BUGS ChangeLog{,.zoo} DEVEL-CVS FAQ HACKING MINOR-BUGS NEWS \
-	PROJECTS README TESTS TODO )
-
-src_prepare() {
-	export CONFIG_SHELL=${BASH}  # configure fails without
-	default
-	sed -i "/^AR/s:ar:$(tc-getAR):" diff/Makefile.in lib/Makefile.in || die
-}
-
-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="${EPREFIX}"/tmp \
-		$(use_enable crypt encryption) \
-		$(use_with kerberos gssapi) \
-		$(use_enable nls) \
-		$(use_enable pam) \
-		$(use_enable server)
-}
-
-src_install() {
-	# Not installed into emacs site-lisp because it clobbers the normal C
-	# indentations.
-	DOCS+=( cvs-format.el )
-
-	if use doc; then
-		DOCS+=( "${DISTDIR}"/cederqvist-${PV}.{pdf,ps} )
-		HTML_DOCS=( ../cederqvist-${PV}.html/. )
-	fi
-
-	default
-
-	use doc && dosym cvs.html /usr/share/doc/${PF}/html/index.html
-
-	if use server; then
-		newdoc "${FILESDIR}"/cvs-1.12.12-cvs-custom.c cvs-custom.c
-		insinto /etc/xinetd.d
-		newins "${FILESDIR}"/cvspserver.xinetd.d cvspserver
-		newenvd "${FILESDIR}"/01-cvs-env.d 01cvs
-	fi
-
-	if use pam; then
-		newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs
-	fi
-}


             reply	other threads:[~2024-11-03  0:47 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-03  0:47 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-31 13:51 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs/ Sam James
2024-10-30 15:46 Arthur Zamarin
2024-10-28 21:30 Sam James
2024-10-27  2:09 Sam James
2024-10-27  2:09 Sam James
2024-10-27  2:07 Sam James
2024-10-27  2:07 Sam James
2024-05-20 21:59 Sam James
2024-05-20 21:58 Sam James
2024-05-20 21:58 Sam James
2023-06-28  7:37 Sam James
2022-06-16 16:30 Sam James
2021-06-30 18:40 Sam James
2021-01-24 10:24 Mikle Kolyada
2021-01-06 22:58 Fabian Groffen
2020-12-27 16:38 Fabian Groffen
2019-10-12 19:13 Mikle Kolyada
2019-07-29 13:04 Aaron Bauman
2019-06-12 17:08 Michael Haubenwallner
2019-01-27 16:53 Pacho Ramos
2018-06-03 19:38 Mikle Kolyada
2017-12-01 18:06 Fabian Groffen
2017-09-24 19:57 Sergei Trofimovich
2017-09-24 11:00 Sergei Trofimovich
2017-09-11 21:52 Sergei Trofimovich
2017-09-10 19:47 Sergei Trofimovich
2017-09-07 19:41 Markus Meier
2017-09-04  7:30 Tobias Klausmann
2017-09-02 19:08 Aaron Bauman
2017-09-02 19:08 Aaron Bauman
2017-08-30 21:42 Sergei Trofimovich
2017-08-30 18:41 Pacho Ramos
2017-08-30 13:15 Pacho Ramos
2017-08-14  6:37 Michał Górny
2017-04-09 20:05 Andreas Hüttel
2017-01-09 13:47 Jeroen Roovers
2016-11-29 17:18 Markus Meier
2016-11-23  9:20 Tobias Klausmann
2016-11-20 13:08 Agostino Sarubbo
2016-11-20 13:04 Agostino Sarubbo
2016-06-27 22:11 Robin H. Johnson

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=1730594840.4a1e2aaaa87bd89657b9899d271e8eafffe1df03.dilfridge@gentoo \
    --to=dilfridge@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