summaryrefslogtreecommitdiff
path: root/dev-vcs/svn2cl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-vcs/svn2cl
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-vcs/svn2cl')
-rw-r--r--dev-vcs/svn2cl/Manifest6
-rw-r--r--dev-vcs/svn2cl/files/0.9-wrapper.patch20
-rw-r--r--dev-vcs/svn2cl/metadata.xml5
-rw-r--r--dev-vcs/svn2cl/svn2cl-0.12.ebuild38
4 files changed, 69 insertions, 0 deletions
diff --git a/dev-vcs/svn2cl/Manifest b/dev-vcs/svn2cl/Manifest
new file mode 100644
index 000000000000..20f7069d28fe
--- /dev/null
+++ b/dev-vcs/svn2cl/Manifest
@@ -0,0 +1,6 @@
+AUX 0.9-wrapper.patch 531 SHA256 e32078bb132572ecf410a1599aadcaff3a271ccb6076020c8db22c7b406c32da SHA512 8e36433178d68e6e1c0f7d1259c8aecb1ee70f04fc47033f5e7c58b0aa273fcdf20aa425bce673bea3c36d8374da8ef35f4e0854fc6f62a3c0f36b414ff21610 WHIRLPOOL c1871eedd133de7cd10ba1eb47cceb1a8270e8969b749f28e0fd810ef1b350270a4fe62b26f667b885f4acf64fc63c9402919de60573f87087f3f37169c4838e
+DIST svn2cl-0.12.tar.gz 18171 SHA256 abb8976a7862d267eebe98deb1082a9e5a236a63db9dd304794f969ccd777c74 SHA512 c84f0f67b34d615b1732cd03ecbdb6d3bb082677145acf2f32f74518306347eb984d65d4837f2463b369cd7a8a7443d2cfba589c531b46f423870c55b0b48aa2 WHIRLPOOL 9b5b4e7315d6537e0f3a1fbc11f1e7f9e6cff37f4c2d598df853adeab718f7c1f92de81a8c40cd7331544afe1af5fef5b6c60032e7f8818e153455b2e6716883
+EBUILD svn2cl-0.12.ebuild 960 SHA256 982b10f0baf55e0601d5394b54441145297a9249960793a3a9a01bf0fb77ce14 SHA512 def3975a975a2713c02834b6e8e6c4a24e2b65d3f6e95c123d15482fdc1f43a4d1a54fa234485eda663b3821326fef0af8609c41adf24c8d05d28e96dfa5490f WHIRLPOOL 928cfb0a060c2ded6be23ef164a45402efecb52030ae1582d184dc8f2d1ea1659521844079f0d390853fe5deebe8cba57ee579170b7854674b00b8bb4a435db7
+MISC ChangeLog 2476 SHA256 a88d17044f6dc3f10b50ee6a32a891f13c233a0d5499674c2657ae091311f105 SHA512 236d3c3efeea71be1a06aecbd87c40304135e18822ebfcedef91612d0337b8659211f8e7f1bc0c78db8a8d7a47cd593f0f3289c4fc714300f9c8f28c2f07d4cc WHIRLPOOL 812b960ecd66d4e0df0447793c85578c3d38f794b4357943ea2cfc34ce6b9d45cb8c884e64068b29550f87c7e5a92147e0d82fe10736635cf34ba2a004ef97b0
+MISC ChangeLog-2015 2114 SHA256 c8cf1919a4aab27ea5c6d6061191413f7cfd82c513b4c6cb377d7b8b1a38110f SHA512 d3e9be99d1103371965ef6eaf52b94657c18a93e99401864c4ba66fde3acfe52cd53ff208c6a01c48aaa3589350da4b226a92877f5d380a6022281b300916892 WHIRLPOOL b0af9668a7cffd42f673436bb8cb850074c84d5d0112c95aaff2346468525842a228db7458d0c82960e5213469a72c365e6d7c107631957ebd9bb0920c31f4eb
+MISC metadata.xml 166 SHA256 2caff447f5bd2701d8456ada5cc633c41ef4373fa4bfeabeb73599d40bcc941b SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 WHIRLPOOL 1ff70497eca6531f0e0614c72a19f4b8e5ff486a58d369f4f0b36308d1d6b01168f9da887740e3b9f536236be251d3fe05f904d27a9233a7cf613416ba882968
diff --git a/dev-vcs/svn2cl/files/0.9-wrapper.patch b/dev-vcs/svn2cl/files/0.9-wrapper.patch
new file mode 100644
index 000000000000..478b2a032d2a
--- /dev/null
+++ b/dev-vcs/svn2cl/files/0.9-wrapper.patch
@@ -0,0 +1,20 @@
+--- svn2cl.sh 2006-10-18 23:38:06.000000000 +0200
++++ svn2cl.sh.1 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
new file mode 100644
index 000000000000..6f49eba8f496
--- /dev/null
+++ b/dev-vcs/svn2cl/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<!-- maintainer-needed -->
+</pkgmetadata>
diff --git a/dev-vcs/svn2cl/svn2cl-0.12.ebuild b/dev-vcs/svn2cl/svn2cl-0.12.ebuild
new file mode 100644
index 000000000000..d7a60b4d0f3f
--- /dev/null
+++ b/dev-vcs/svn2cl/svn2cl-0.12.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit eutils
+
+DESCRIPTION="Create a GNU-style ChangeLog from subversion's svn log --xml output"
+HOMEPAGE="http://ch.tudelft.nl/~arthur/svn2cl/"
+SRC_URI="${HOMEPAGE}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 ~mips ~ppc x86"
+IUSE=""
+
+RDEPEND="dev-libs/libxslt
+ dev-vcs/subversion"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ # the wrapper script looks for the xsl files in the
+ # same directory as the script.
+ epatch "${FILESDIR}"/0.9-wrapper.patch
+}
+
+src_install() {
+ newbin svn2cl.sh svn2cl || die "failed to install wrapper script"
+ insinto /usr/share/svn2cl
+ doins svn2cl.xsl svn2html.xsl || die
+ dodoc README NEWS TODO ChangeLog authors.xml svn2html.css || die
+ doman svn2cl.1 || die
+}
+
+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."
+}