diff options
Diffstat (limited to 'dev-util/svn2cl/svn2cl-0.10.ebuild')
-rw-r--r-- | dev-util/svn2cl/svn2cl-0.10.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
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." -} |