dev-vcs/svn2cl - 0.12 (gentoo)

Search

Package Information

Description:
Create a GNU-style ChangeLog from subversion's svn log --xml output
Homepage:
https://arthurdejong.org/svn2cl/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.12 7 amd64 ~ppc x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Create a GNU-style ChangeLog from subversion's svn log --xml output"
HOMEPAGE="https://arthurdejong.org/svn2cl/"
SRC_URI="https://arthurdejong.org/svn2cl/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""

RDEPEND="dev-libs/libxslt
	dev-vcs/subversion"

PATCHES=( "${FILESDIR}/0.9-wrapper.patch" )

src_install() {
	newbin svn2cl.sh svn2cl
	insinto /usr/share/svn2cl
	doins svn2cl.xsl svn2html.xsl
	dodoc README NEWS TODO ChangeLog authors.xml svn2html.css
	doman svn2cl.1
}

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."
}

Dependencies

RDEPEND

dev-libs/libxslt
	dev-vcs/subversion

Manifest for 0.12

Type File Size Source URLs
DIST svn2cl-0.12.tar.gz 18171 bytes https://arthurdejong.org/svn2cl/svn2cl-0.12.tar.gz