summaryrefslogtreecommitdiff
path: root/dev-vcs/rsvndump
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-vcs/rsvndump
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-vcs/rsvndump')
-rw-r--r--dev-vcs/rsvndump/Manifest2
-rw-r--r--dev-vcs/rsvndump/metadata.xml9
-rw-r--r--dev-vcs/rsvndump/rsvndump-0.6.1-r1.ebuild49
-rw-r--r--dev-vcs/rsvndump/rsvndump-0.6.2.ebuild49
4 files changed, 0 insertions, 109 deletions
diff --git a/dev-vcs/rsvndump/Manifest b/dev-vcs/rsvndump/Manifest
deleted file mode 100644
index 017d1cb33865..000000000000
--- a/dev-vcs/rsvndump/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST rsvndump-0.6.1.tar.bz2 233503 BLAKE2B eee3c0c61724544bc5b335d97eb76b0826cadaa883830f84e9be6fab4f901121d0cb2517633b5a53f2bc465d5ce384ce234d052860eadfd7c5237ac0192ab771 SHA512 3055070b8e128dad0ef099130d3ac7fe147a334b97c3db71354f37a00dfba3ec34194bf4dc5f1e31315852681501422986ac3d6b032fa4d6a6f9d87c45c5b391
-DIST rsvndump-0.6.2.tar.bz2 234950 BLAKE2B 8c42ca253573df0fdadac28ae19602c02fbf156c0cdc136607191c666498707610929d0c535f743c9a7f978ef0b2e42da33c696abc7ed377fc486d01a1e11830 SHA512 a33d262c9a5e6c82129fa11fc503439d903e7237275e7fd14ab728c1d4c37496bcc7a5b59e3dd937df7108ccf0b24078635771b6297c1337912d6eda396cd406
diff --git a/dev-vcs/rsvndump/metadata.xml b/dev-vcs/rsvndump/metadata.xml
deleted file mode 100644
index c083c00402f0..000000000000
--- a/dev-vcs/rsvndump/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>sping@gentoo.org</email>
- <name>Sebastian Pipping</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/dev-vcs/rsvndump/rsvndump-0.6.1-r1.ebuild b/dev-vcs/rsvndump/rsvndump-0.6.1-r1.ebuild
deleted file mode 100644
index e9f1bb0fe986..000000000000
--- a/dev-vcs/rsvndump/rsvndump-0.6.1-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Dump a remote Subversion repository"
-HOMEPAGE="http://rsvndump.sourceforge.net"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3+ BSD public-domain" # rsvndump, snappy-c, critbit89
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc"
-
-RDEPEND="dev-vcs/subversion
- dev-libs/apr
- dev-libs/apr-util
- sys-devel/gettext"
-DEPEND="${RDEPEND}
- doc? ( app-text/xmlto
- >=app-text/asciidoc-8.4 )"
-
-src_prepare() {
- default
-
- # We need to patch use of /usr/lib because it is a problem with
- # linker lld with profile 17.1 on amd64 (see https://bugs.gentoo.org/739028).
- # The grep sandwich acts as a regression test so that a future
- # version bump cannot break patching without noticing.
- if [[ $(get_libdir) != lib ]] ; then
- grep -wq svn_prefix/lib m4/find_svn.m4 || die
- sed "s,svn_prefix/lib,svn_prefix/$(get_libdir)," -i m4/find_svn.m4 || die
- grep -w svn_prefix/lib m4/find_svn.m4 && die
-
- grep -wq SVN_PREFIX/lib configure.ac || die
- sed "s,SVN_PREFIX/lib,SVN_PREFIX/$(get_libdir)," -i configure.ac || die
- grep -w SVN_PREFIX/lib configure.ac && die
- fi
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable doc man) \
- $(use_enable debug)
-}
diff --git a/dev-vcs/rsvndump/rsvndump-0.6.2.ebuild b/dev-vcs/rsvndump/rsvndump-0.6.2.ebuild
deleted file mode 100644
index e9f1bb0fe986..000000000000
--- a/dev-vcs/rsvndump/rsvndump-0.6.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Dump a remote Subversion repository"
-HOMEPAGE="http://rsvndump.sourceforge.net"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3+ BSD public-domain" # rsvndump, snappy-c, critbit89
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc"
-
-RDEPEND="dev-vcs/subversion
- dev-libs/apr
- dev-libs/apr-util
- sys-devel/gettext"
-DEPEND="${RDEPEND}
- doc? ( app-text/xmlto
- >=app-text/asciidoc-8.4 )"
-
-src_prepare() {
- default
-
- # We need to patch use of /usr/lib because it is a problem with
- # linker lld with profile 17.1 on amd64 (see https://bugs.gentoo.org/739028).
- # The grep sandwich acts as a regression test so that a future
- # version bump cannot break patching without noticing.
- if [[ $(get_libdir) != lib ]] ; then
- grep -wq svn_prefix/lib m4/find_svn.m4 || die
- sed "s,svn_prefix/lib,svn_prefix/$(get_libdir)," -i m4/find_svn.m4 || die
- grep -w svn_prefix/lib m4/find_svn.m4 && die
-
- grep -wq SVN_PREFIX/lib configure.ac || die
- sed "s,SVN_PREFIX/lib,SVN_PREFIX/$(get_libdir)," -i configure.ac || die
- grep -w SVN_PREFIX/lib configure.ac && die
- fi
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable doc man) \
- $(use_enable debug)
-}