diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-12 08:18:59 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-12 08:18:59 +0000 |
commit | 959ee8eaefa4bc1602c82ba8b4b3b7d41602421a (patch) | |
tree | dde83f0273f8ebf7a5654ef86e4c0533be6f8634 /dev-util/svn2cl | |
parent | Move epatch to src_prepare in EAPI2 ebuild. (diff) | |
download | historical-959ee8eaefa4bc1602c82ba8b4b3b7d41602421a.tar.gz historical-959ee8eaefa4bc1602c82ba8b4b3b7d41602421a.tar.bz2 historical-959ee8eaefa4bc1602c82ba8b4b3b7d41602421a.zip |
old, quoting
Package-Manager: portage-2.2_rc44/cvs/Linux x86_64
Diffstat (limited to 'dev-util/svn2cl')
-rw-r--r-- | dev-util/svn2cl/files/svn2cl-no-same-dir-xsl.diff | 19 | ||||
-rw-r--r-- | dev-util/svn2cl/svn2cl-0.10.ebuild | 39 | ||||
-rw-r--r-- | dev-util/svn2cl/svn2cl-0.11.ebuild | 39 | ||||
-rw-r--r-- | dev-util/svn2cl/svn2cl-0.3.ebuild | 32 | ||||
-rw-r--r-- | dev-util/svn2cl/svn2cl-0.9.ebuild | 6 |
5 files changed, 3 insertions, 132 deletions
diff --git a/dev-util/svn2cl/files/svn2cl-no-same-dir-xsl.diff b/dev-util/svn2cl/files/svn2cl-no-same-dir-xsl.diff deleted file mode 100644 index 407cd9a4e414..000000000000 --- a/dev-util/svn2cl/files/svn2cl-no-same-dir-xsl.diff +++ /dev/null @@ -1,19 +0,0 @@ ---- svn2cl.sh.orig 2005-10-03 08:35:46.000000000 -0400 -+++ svn2cl.sh 2005-10-03 08:40:26.000000000 -0400 -@@ -105,15 +105,7 @@ - esac - done - --# find the directory that this script resides in --prog="$0" --while [ -h "$prog" ] --do -- prog=`ls -ld "$prog" | sed "s/^.*-> \(.*\)/\1/;/^[^/]/s,^,$(dirname "$prog")/,"` --done --dir=`dirname $prog` --dir=`cd $dir && pwd` --XSL="$dir/svn2cl.xsl" -+XSL="/usr/share/svn2cl/svn2cl.xsl" - - # redirect stdout to the changelog file if needed - if [ "x$CHANGELOG" != "x-" ] diff --git a/dev-util/svn2cl/svn2cl-0.10.ebuild b/dev-util/svn2cl/svn2cl-0.10.ebuild deleted file mode 100644 index 888f423ba72a..000000000000 --- a/dev-util/svn2cl/svn2cl-0.10.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/svn2cl/svn2cl-0.10.ebuild,v 1.1 2008/11/10 06:50:58 vapier 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-util/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-util/svn2cl/svn2cl-0.11.ebuild b/dev-util/svn2cl/svn2cl-0.11.ebuild deleted file mode 100644 index 93cdad860757..000000000000 --- a/dev-util/svn2cl/svn2cl-0.11.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/svn2cl/svn2cl-0.11.ebuild,v 1.2 2009/03/20 13:52:52 josejx 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-util/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-util/svn2cl/svn2cl-0.3.ebuild b/dev-util/svn2cl/svn2cl-0.3.ebuild deleted file mode 100644 index 6d262c76f9e5..000000000000 --- a/dev-util/svn2cl/svn2cl-0.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/svn2cl/svn2cl-0.3.ebuild,v 1.2 2007/01/29 00:30:42 trapni 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-util/subversion" - -src_unpack() { - unpack ${A} - cd ${S} - # the wrapper script looks for the xsl file in the - # same directory as the script. - epatch ${FILESDIR}/${PN}-no-same-dir-xsl.diff -} - -src_install() { - newbin svn2cl.sh svn2cl || die "failed to install wrapper script" - insinto /usr/share/svn2cl - doins svn2cl.xsl || die "failed to install xsl" - dodoc README -} diff --git a/dev-util/svn2cl/svn2cl-0.9.ebuild b/dev-util/svn2cl/svn2cl-0.9.ebuild index e2f7c4b8fec2..83c48b617e31 100644 --- a/dev-util/svn2cl/svn2cl-0.9.ebuild +++ b/dev-util/svn2cl/svn2cl-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/svn2cl/svn2cl-0.9.ebuild,v 1.2 2008/11/15 12:08:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/svn2cl/svn2cl-0.9.ebuild,v 1.3 2009/10/12 08:18:58 ssuominen Exp $ inherit eutils @@ -21,7 +21,7 @@ src_unpack() { cd "${S}" # the wrapper script looks for the xsl files in the # same directory as the script. - epatch ${FILESDIR}/0.9-wrapper.patch + epatch "${FILESDIR}"/0.9-wrapper.patch } src_install() { |