summaryrefslogtreecommitdiff
path: root/dev-vcs/svn2cl/svn2cl-0.12.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-vcs/svn2cl/svn2cl-0.12.ebuild
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-vcs/svn2cl/svn2cl-0.12.ebuild')
-rw-r--r--dev-vcs/svn2cl/svn2cl-0.12.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-vcs/svn2cl/svn2cl-0.12.ebuild b/dev-vcs/svn2cl/svn2cl-0.12.ebuild
deleted file mode 100644
index 1591242a7069..000000000000
--- a/dev-vcs/svn2cl/svn2cl-0.12.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-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."
-}