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/svn2cl | |
| 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/svn2cl')
| -rw-r--r-- | dev-vcs/svn2cl/Manifest | 2 | ||||
| -rw-r--r-- | dev-vcs/svn2cl/files/0.9-wrapper.patch | 20 | ||||
| -rw-r--r-- | dev-vcs/svn2cl/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-vcs/svn2cl/svn2cl-0.12.ebuild | 32 | ||||
| -rw-r--r-- | dev-vcs/svn2cl/svn2cl-0.14.ebuild | 31 |
5 files changed, 0 insertions, 97 deletions
diff --git a/dev-vcs/svn2cl/Manifest b/dev-vcs/svn2cl/Manifest deleted file mode 100644 index 0b7b51c1ff77..000000000000 --- a/dev-vcs/svn2cl/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST svn2cl-0.12.tar.gz 18171 BLAKE2B 88e66d4bcc3e05132462d1c9794846a644f121876d36dc1b42ef0cb7bf8481536d62a6d764e92edc670c149fbe5702a46b02d875ad1cd477a05b497780232296 SHA512 c84f0f67b34d615b1732cd03ecbdb6d3bb082677145acf2f32f74518306347eb984d65d4837f2463b369cd7a8a7443d2cfba589c531b46f423870c55b0b48aa2 -DIST svn2cl-0.14.tar.gz 19399 BLAKE2B 2a726a593521d40bd7a125607c2841bbca8d5915e420b2757da1a17a9bf65e784fdb8fbb5b377567e0c54ce7c8d8407c26a66dda677fb84807d07001032f87b4 SHA512 68d5ad00c5359d86979e2cdce349191bb1c64e132887e2a5222d5d9e24e901ff9e15627fd3de3884f8ad319172051c92ce18e337797ff2237096a6396b814b19 diff --git a/dev-vcs/svn2cl/files/0.9-wrapper.patch b/dev-vcs/svn2cl/files/0.9-wrapper.patch deleted file mode 100644 index 3b06c36b6a09..000000000000 --- a/dev-vcs/svn2cl/files/0.9-wrapper.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/svn2cl.sh 2006-10-18 23:38:06.000000000 +0200 -+++ b/svn2cl.sh 2006-11-12 01:41:05.000000000 +0100 -@@ -234,16 +234,7 @@ - esac - done - --# find the directory that this script resides in --prog="$0" --while [ -h "$prog" ] --do -- dir=`dirname "$prog"` -- prog=`ls -ld "$prog" | sed "s/^.*-> \(.*\)/\1/;/^[^/]/s,^,$dir/,"` --done --dir=`dirname "$prog"` --dir=`cd "$dir" && pwd` --XSL="$dir/svn2${OUTSTYLE}.xsl" -+XSL="/usr/share/svn2cl/svn2${OUTSTYLE}.xsl" - - # check if the authors file is formatted as a legacy - # colon separated file diff --git a/dev-vcs/svn2cl/metadata.xml b/dev-vcs/svn2cl/metadata.xml deleted file mode 100644 index 64b269faa688..000000000000 --- a/dev-vcs/svn2cl/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>hlein@korelogic.com</email> - <name>Hank Leininger</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> -</pkgmetadata> diff --git a/dev-vcs/svn2cl/svn2cl-0.12.ebuild b/dev-vcs/svn2cl/svn2cl-0.12.ebuild deleted file mode 100644 index 36f563bce881..000000000000 --- a/dev-vcs/svn2cl/svn2cl-0.12.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Create a GNU-style ChangeLog from subversion's svn log --xml output" -HOMEPAGE="https://arthurdejong.org/svn2cl/" -SRC_URI="https://arthurdejong.org/svn2cl/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND="dev-libs/libxslt - dev-vcs/subversion" - -PATCHES=( "${FILESDIR}/0.9-wrapper.patch" ) - -src_install() { - newbin svn2cl.sh svn2cl - insinto /usr/share/svn2cl - doins svn2cl.xsl svn2html.xsl - dodoc README NEWS TODO ChangeLog authors.xml svn2html.css - doman svn2cl.1 -} - -pkg_postinst() { - einfo "You can find samples of svn2html.css and authors.xml in" - einfo "/usr/share/doc/${PF}/" - einfo "Read man page for details." -} diff --git a/dev-vcs/svn2cl/svn2cl-0.14.ebuild b/dev-vcs/svn2cl/svn2cl-0.14.ebuild deleted file mode 100644 index d6129d7be766..000000000000 --- a/dev-vcs/svn2cl/svn2cl-0.14.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Create a GNU-style ChangeLog from subversion's svn log --xml output" -HOMEPAGE="https://arthurdejong.org/svn2cl/" -SRC_URI="https://arthurdejong.org/svn2cl/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -RDEPEND="dev-libs/libxslt - dev-vcs/subversion" - -PATCHES=( "${FILESDIR}/0.9-wrapper.patch" ) - -src_install() { - newbin svn2cl.sh svn2cl - insinto /usr/share/svn2cl - doins svn2cl.xsl svn2html.xsl - dodoc README NEWS TODO ChangeLog authors.xml svn2html.css - doman svn2cl.1 -} - -pkg_postinst() { - elog "You can find samples of svn2html.css and authors.xml in" - elog "/usr/share/doc/${PF}/" - elog "Read man page for details." -} |
