summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-02-10 21:36:38 +0000
committerUlrich Müller <ulm@gentoo.org>2011-02-10 21:36:38 +0000
commite4b1b44b866444c5d3d4bea6d5f66290515211d8 (patch)
tree2fe7902f61c4d1547f31edd18a599568f6a93bc1 /dev-vcs/svn2cl
parentMove package from dev-util to dev-vcs, bug 56967. (diff)
downloadgentoo-2-e4b1b44b866444c5d3d4bea6d5f66290515211d8.tar.gz
gentoo-2-e4b1b44b866444c5d3d4bea6d5f66290515211d8.tar.bz2
gentoo-2-e4b1b44b866444c5d3d4bea6d5f66290515211d8.zip
Move package from dev-util to dev-vcs, bug 56967.
(Portage version: 2.1.9.39/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-vcs/svn2cl')
-rw-r--r--dev-vcs/svn2cl/ChangeLog51
-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.ebuild39
-rw-r--r--dev-vcs/svn2cl/svn2cl-0.9.ebuild38
5 files changed, 153 insertions, 0 deletions
diff --git a/dev-vcs/svn2cl/ChangeLog b/dev-vcs/svn2cl/ChangeLog
new file mode 100644
index 000000000000..ee6dd6018068
--- /dev/null
+++ b/dev-vcs/svn2cl/ChangeLog
@@ -0,0 +1,51 @@
+# ChangeLog for dev-vcs/svn2cl
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2cl/ChangeLog,v 1.1 2011/02/10 21:36:38 ulm Exp $
+
+ 10 Feb 2011; Ulrich Mueller <ulm@gentoo.org> +files/0.9-wrapper.patch,
+ +svn2cl-0.9.ebuild, +svn2cl-0.12.ebuild, +metadata.xml:
+ Move package from dev-util to dev-vcs, bug 56967.
+
+ 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ svn2cl-0.9.ebuild, svn2cl-0.12.ebuild:
+ dev-util/subversion renamed to dev-vcs/subversion.
+
+*svn2cl-0.12 (09 Oct 2009)
+
+ 09 Oct 2009; Zac Medico <zmedico@gentoo.org> +svn2cl-0.12.ebuild:
+ 0.12 version bump.
+
+ 20 Mar 2009; Joseph Jezak <josejx@gentoo.org> svn2cl-0.11.ebuild:
+ Marked ~ppc for bug #256341.
+
+*svn2cl-0.11 (01 Mar 2009)
+
+ 01 Mar 2009; Patrick Lauer <patrick@gentoo.org> +svn2cl-0.11.ebuild:
+ Bump to 0.11, closes #256339
+
+ 15 Nov 2008; Markus Meier <maekke@gentoo.org> svn2cl-0.9.ebuild:
+ amd64/x86 stable, bug #228987
+
+*svn2cl-0.10 (10 Nov 2008)
+
+ 10 Nov 2008; Mike Frysinger <vapier@gentoo.org> +svn2cl-0.10.ebuild:
+ Version bump #228985 by Robert Buchholz.
+
+*svn2cl-0.9 (07 May 2007)
+
+ 07 May 2007; Petteri Räty <betelgeuse@gentoo.org>
+ +files/0.9-wrapper.patch, +svn2cl-0.9.ebuild:
+ Version bump. Thanks to everyone in bug #126615.
+
+ 19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
+ Remove ka0ttic from metadata.xml due to retirement.
+
+ 29 Jan 2007; Christian Parpart <trapni@gentoo.org> svn2cl-0.3.ebuild:
+ adding to ~amd64
+
+*svn2cl-0.3 (03 Oct 2005)
+
+ 03 Oct 2005; Aaron Walker <ka0ttic@gentoo.org>
+ +files/svn2cl-no-same-dir-xsl.diff, +metadata.xml, +svn2cl-0.3.ebuild:
+ Initial commit.
+
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..028d1cef3af8
--- /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>
+ <herd>dev-tools</herd>
+</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..e90bf89f0620
--- /dev/null
+++ b/dev-vcs/svn2cl/svn2cl-0.12.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2cl/svn2cl-0.12.ebuild,v 1.1 2011/02/10 21:36:38 ulm Exp $
+
+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."
+}
diff --git a/dev-vcs/svn2cl/svn2cl-0.9.ebuild b/dev-vcs/svn2cl/svn2cl-0.9.ebuild
new file mode 100644
index 000000000000..8b418f50f331
--- /dev/null
+++ b/dev-vcs/svn2cl/svn2cl-0.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2cl/svn2cl-0.9.ebuild,v 1.1 2011/02/10 21:36:38 ulm Exp $
+
+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 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."
+}