* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/svn2cl/files/, dev-vcs/svn2cl/
@ 2019-11-10 3:19 Aaron Bauman
0 siblings, 0 replies; only message in thread
From: Aaron Bauman @ 2019-11-10 3:19 UTC (permalink / raw
To: gentoo-commits
commit: 4eca94a65a5338a7219b42b873b978df5b56fb7b
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 03:19:09 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 03:19:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eca94a6
dev-vcs/svn2cl: bump EAPI and stuff
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-vcs/svn2cl/files/0.9-wrapper.patch | 4 ++--
dev-vcs/svn2cl/svn2cl-0.12.ebuild | 26 +++++++++-----------------
2 files changed, 11 insertions(+), 19 deletions(-)
diff --git a/dev-vcs/svn2cl/files/0.9-wrapper.patch b/dev-vcs/svn2cl/files/0.9-wrapper.patch
index 478b2a032d2..3b06c36b6a0 100644
--- a/dev-vcs/svn2cl/files/0.9-wrapper.patch
+++ b/dev-vcs/svn2cl/files/0.9-wrapper.patch
@@ -1,5 +1,5 @@
---- svn2cl.sh 2006-10-18 23:38:06.000000000 +0200
-+++ svn2cl.sh.1 2006-11-12 01:41:05.000000000 +0100
+--- a/svn2cl.sh 2006-10-18 23:38:06.000000000 +0200
++++ b/svn2cl.sh 2006-11-12 01:41:05.000000000 +0100
@@ -234,16 +234,7 @@
esac
done
diff --git a/dev-vcs/svn2cl/svn2cl-0.12.ebuild b/dev-vcs/svn2cl/svn2cl-0.12.ebuild
index 1591242a706..d788d5b194c 100644
--- a/dev-vcs/svn2cl/svn2cl-0.12.ebuild
+++ b/dev-vcs/svn2cl/svn2cl-0.12.ebuild
@@ -1,13 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
-
-inherit eutils
+EAPI=7
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"
+HOMEPAGE="https://arthurdejong.org/svn2cl/"
+SRC_URI="https://arthurdejong.org/svn2cl/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@@ -17,20 +15,14 @@ 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
-}
+PATCHES=( "${FILESDIR}/0.9-wrapper.patch" )
src_install() {
- newbin svn2cl.sh svn2cl || die "failed to install wrapper script"
+ newbin svn2cl.sh svn2cl
insinto /usr/share/svn2cl
- doins svn2cl.xsl svn2html.xsl || die
- dodoc README NEWS TODO ChangeLog authors.xml svn2html.css || die
- doman svn2cl.1 || die
+ doins svn2cl.xsl svn2html.xsl
+ dodoc README NEWS TODO ChangeLog authors.xml svn2html.css
+ doman svn2cl.1
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-11-10 11:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-10 3:19 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/svn2cl/files/, dev-vcs/svn2cl/ Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox