diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-vcs/cvsps | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-vcs/cvsps')
| -rw-r--r-- | dev-vcs/cvsps/Manifest | 2 | ||||
| -rw-r--r-- | dev-vcs/cvsps/cvsps-2.2_beta1-r1.ebuild | 42 | ||||
| -rw-r--r-- | dev-vcs/cvsps/cvsps-3.13-r2.ebuild | 42 | ||||
| -rw-r--r-- | dev-vcs/cvsps/files/cvsps-2.1-build.patch | 18 | ||||
| -rw-r--r-- | dev-vcs/cvsps/files/cvsps-2.2_beta1-solaris.patch | 127 | ||||
| -rw-r--r-- | dev-vcs/cvsps/files/cvsps-3.13-make.patch | 50 | ||||
| -rw-r--r-- | dev-vcs/cvsps/metadata.xml | 5 |
7 files changed, 0 insertions, 286 deletions
diff --git a/dev-vcs/cvsps/Manifest b/dev-vcs/cvsps/Manifest deleted file mode 100644 index 9056517bef1e..000000000000 --- a/dev-vcs/cvsps/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST cvsps-2.2b1.tar.gz 62763 BLAKE2B 35a86b93e69aba83fd96294b9ff993100b2b63e9dda9bd21899fc4a6df42513dde1297cebecfa6f95b43e293eb718e55ff3c9af7ac31187c8cfcd38242cefeb8 SHA512 9e6f95df53cdc16566f1606a9299ee641de9b020a373c9004218b3db23fbdcce9e32d4a57dce332580bc4e6429b90977c2753facd0ad8f9a9234b79f03a7a33d -DIST cvsps-3.13.tar.gz 64437 BLAKE2B ec0755d39be448485a900a99cee9ef79f36343beedef80e10d6b0f48f7746b93ff54ff6b85fc1650408a228e363f45567f107be108d6bb1183c4998c5705f567 SHA512 9fe2be4839c7a6f31a788102fd6ebb1e2e0693f09a4dad2bca5cd5d0788088eb34388d592778f04bcfec9817e3ffffb66d70db9aa47996d3bd1c45cf7cd8464f diff --git a/dev-vcs/cvsps/cvsps-2.2_beta1-r1.ebuild b/dev-vcs/cvsps/cvsps-2.2_beta1-r1.ebuild deleted file mode 100644 index f6a1fb0c0402..000000000000 --- a/dev-vcs/cvsps/cvsps-2.2_beta1-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit toolchain-funcs - -MY_P="${P/_beta/b}" -DESCRIPTION="Generates patchset information from a CVS repository" -HOMEPAGE="http://www.catb.org/~esr/cvsps/" -SRC_URI="http://www.cobite.com/cvsps/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" -IUSE="" - -RDEPEND="virtual/zlib:=" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}"/${PN}-2.1-build.patch - "${FILESDIR}"/${P}-solaris.patch -) - -src_prepare() { - default - - # no configure around - if [[ ${CHOST} == *-solaris* ]] ; then - sed -i -e '/^LDLIBS+=/s/$/ -lsocket/' Makefile || die - fi - tc-export CC -} - -src_install() { - dobin cvsps - doman cvsps.1 - dodoc README CHANGELOG -} diff --git a/dev-vcs/cvsps/cvsps-3.13-r2.ebuild b/dev-vcs/cvsps/cvsps-3.13-r2.ebuild deleted file mode 100644 index 63504887502f..000000000000 --- a/dev-vcs/cvsps/cvsps-3.13-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Generates patchset information from a CVS repository (supports fast-import)" -HOMEPAGE="http://www.catb.org/~esr/cvsps/" -SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="3" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" -IUSE="" - -RDEPEND="virtual/zlib:=" -DEPEND="${RDEPEND} - app-text/asciidoc" - -RESTRICT=test # upstream does not ship tests - -PATCHES=("${FILESDIR}"/${P}-make.patch) - -src_prepare() { - default - - local gentoo_name=${PN}-3 - - mv ${PN}.asc ${gentoo_name}.asc || die - sed -i "s/${PN}/${gentoo_name}/g" ${gentoo_name}.asc || die - sed -i "s/PROG = cvsps/PROG = ${gentoo_name}/" Makefile || die - - tc-export CC - export prefix="${EPREFIX}"/usr -} - -src_install() { - default - - dodoc README -} diff --git a/dev-vcs/cvsps/files/cvsps-2.1-build.patch b/dev-vcs/cvsps/files/cvsps-2.1-build.patch deleted file mode 100644 index e59f305b99b1..000000000000 --- a/dev-vcs/cvsps/files/cvsps-2.1-build.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/Makefile.orig 2008-03-24 07:16:47.000000000 -0400 -+++ b/Makefile 2008-03-24 07:17:18.000000000 -0400 -@@ -3,6 +3,7 @@ - CC?=gcc - CFLAGS?=-g -O2 -Wall - CFLAGS+=-I. -DVERSION=\"$(MAJOR).$(MINOR)\" -+LDLIBS+=-lz - prefix?=/usr/local - OBJS=\ - cbtcommon/debug.o\ -@@ -21,7 +22,6 @@ - all: cvsps - - cvsps: $(OBJS) -- $(CC) -o cvsps $(OBJS) -lz - - install: - [ -d $(prefix)/bin ] || mkdir -p $(prefix)/bin diff --git a/dev-vcs/cvsps/files/cvsps-2.2_beta1-solaris.patch b/dev-vcs/cvsps/files/cvsps-2.2_beta1-solaris.patch deleted file mode 100644 index eb8d9e2a94d2..000000000000 --- a/dev-vcs/cvsps/files/cvsps-2.2_beta1-solaris.patch +++ /dev/null @@ -1,127 +0,0 @@ -Modified version of. -http://cvs.openpkg.org/fileview?f=openpkg-src/cvsps/cvsps.patch&v=1.13 - ---- a/cache.c -+++ b/cache.c -@@ -361,7 +361,7 @@ static void parse_cache_revision(PatchSetMember * psm, const char * p_buff) - - strcpy(buff, p_buff); - -- while ((s = strsep(&p, ";"))) -+ while ((s = my_strsep(&p, ";"))) - { - char * c = strchr(s, ':'); - ---- a/cvs_direct.c -+++ b/cvs_direct.c -@@ -92,12 +92,12 @@ CvsServerCtx * open_cvs_server(char * p_root, int compress) - - strcpy_a(root, p_root, PATH_MAX); - -- tok = strsep(&p, ":"); -+ tok = my_strsep(&p, ":"); - - /* if root string looks like :pserver:... then the first token will be empty */ - if (strlen(tok) == 0) - { -- char * method = strsep(&p, ":"); -+ char * method = my_strsep(&p, ":"); - if (strcmp(method, "pserver") == 0) - { - ctx = open_ctx_pserver(ctx, p); -@@ -185,14 +185,14 @@ static CvsServerCtx * open_ctx_pserver(CvsServerCtx * ctx, const char * p_root) - - strcpy_a(root, p_root, PATH_MAX); - -- tok = strsep(&p, ":"); -+ tok = my_strsep(&p, ":"); - if (strlen(tok) == 0 || !p) - { - debug(DEBUG_APPERROR, "parse error on third token"); - goto out_free_err; - } - -- tok2 = strsep(&tok, "@"); -+ tok2 = my_strsep(&tok, "@"); - if (!strlen(tok2) || (!tok || !strlen(tok))) - { - debug(DEBUG_APPERROR, "parse error on user@server in pserver"); -@@ -272,7 +272,7 @@ static CvsServerCtx * open_ctx_forked(CvsServerCtx * ctx, const char * p_root) - strcpy_a(root, p_root, PATH_MAX); - - /* if there's a ':', it's remote */ -- tok = strsep(&p, ":"); -+ tok = my_strsep(&p, ":"); - - if (p) - { -@@ -281,7 +281,7 @@ static CvsServerCtx * open_ctx_forked(CvsServerCtx * ctx, const char * p_root) - if (!cvs_rsh) - cvs_rsh = "rsh"; - -- tok2 = strsep(&tok, "@"); -+ tok2 = my_strsep(&tok, "@"); - - if (tok) - snprintf(execcmd, PATH_MAX, "%s -l %s %s %s server", cvs_rsh, tok2, tok, cvs_server); -@@ -776,7 +776,7 @@ void cvs_rupdate(CvsServerCtx * ctx, const char * rep, const char * file, const - static int parse_patch_arg(char * arg, char ** str) - { - char *tok, *tok2 = ""; -- tok = strsep(str, " "); -+ tok = my_strsep(str, " "); - if (!tok) - return 0; - -@@ -796,7 +796,7 @@ static int parse_patch_arg(char * arg, char ** str) - /* see if command wants two args and they're separated by ' ' */ - if (tok[2] == 0 && strchr("BdDFgiorVxYz", tok[1])) - { -- tok2 = strsep(str, " "); -+ tok2 = my_strsep(str, " "); - if (!tok2) - { - debug(DEBUG_APPERROR, "diff_opts parse_error: argument %s requires two arguments", tok); ---- a/util.c -+++ b/util.c -@@ -316,3 +316,31 @@ void strcpy_a(char * dst, const char * src, int n) - exit(1); - } - } -+ -+char *my_strsep(char **stringp, const char *delim) -+{ -+ char *s; -+ const char *spanp; -+ int c, sc; -+ char *tok; -+ -+ if ((s = *stringp) == NULL) -+ return NULL; -+ for (tok = s;;) { -+ c = *s++; -+ spanp = delim; -+ do { -+ if ((sc = *spanp++) == c) { -+ if (c == 0) -+ s = NULL; -+ else -+ s[-1] = 0; -+ *stringp = s; -+ return tok; -+ } -+ } while (sc != 0); -+ } -+ /* NOTREACHED */ -+ return NULL; -+} -+ ---- a/util.h -+++ b/util.h -@@ -24,5 +24,6 @@ void timing_stop(const char *); - int my_system(const char *); - int escape_filename(char *, int, const char *); - void strcpy_a(char * dst, const char * src, int n); -+char *my_strsep(char **, const char *); - - #endif /* UTIL_H */ diff --git a/dev-vcs/cvsps/files/cvsps-3.13-make.patch b/dev-vcs/cvsps/files/cvsps-3.13-make.patch deleted file mode 100644 index 6263b3b8b749..000000000000 --- a/dev-vcs/cvsps/files/cvsps-3.13-make.patch +++ /dev/null @@ -1,50 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -8,6 +8,9 @@ INSTALL = install - prefix?=/usr/local - target=$(DESTDIR)$(prefix) - -+PROG = cvsps -+MANPAGE = $(PROG).1 -+ - OBJS= debug.o \ - hash.o \ - sio.o \ -@@ -19,12 +22,12 @@ OBJS= debug.o \ - cvsclient.o \ - list_sort.o - --all: cvsps -+all: $(PROG) $(MANPAGE) - - deps: - makedepend -Y -I. *.c - --cvsps: $(OBJS) -- $(CC) -o cvsps $(OBJS) $(LDFLAGS) $(LDLIBS) -+$(PROG): $(OBJS) -+ $(CC) -o $(PROG) $(OBJS) $(LDFLAGS) $(LDLIBS) - - check: -@@ -50,17 +53,17 @@ pylint: - .txt.html: - a2x --doctype manpage --format xhtml $*.txt - --install: cvsps.1 all -+install: all - $(INSTALL) -d "$(target)/bin" - $(INSTALL) -d "$(target)/share/man/man1" -- $(INSTALL) cvsps "$(target)/bin" -- $(INSTALL) -m 644 cvsps.1 "$(target)/share/man/man1" -+ $(INSTALL) $(PROG) "$(target)/bin" -+ $(INSTALL) -m 644 $(MANPAGE) "$(target)/share/man/man1" - - tags: *.c *.h - ctags *.c *.h - - clean: -- rm -f cvsps *.o core tags cvsps.1 cvsps.html docbook-xsl.css -+ rm -f $(PROG) *.o core tags $(MANPAGE) cvsps.html docbook-xsl.css - - SOURCES = Makefile *.[ch] merge_utils.sh - DOCS = README COPYING NEWS cvsps.asc TODO diff --git a/dev-vcs/cvsps/metadata.xml b/dev-vcs/cvsps/metadata.xml deleted file mode 100644 index 115e9d64a669..000000000000 --- a/dev-vcs/cvsps/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> |
