* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/svn2cl/
@ 2019-12-02 6:24 Joonas Niilola
0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2019-12-02 6:24 UTC (permalink / raw
To: gentoo-commits
commit: 3d503016e9a823a397c70b044b1910fd174ee2bf
Author: Hank Leininger <hlein <AT> korelogic <DOT> com>
AuthorDate: Wed Nov 20 06:39:58 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 06:24:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d503016
dev-vcs/svn2cl: Version bump, add myself as proxy maintainer.
Redone after the initial version in
https://github.com/gentoo/gentoo/pull/13458 became mostly obsolete.
Signed-off-by: Hank Leininger <hlein <AT> korelogic.com>
Closes: https://bugs.gentoo.org/698602
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Closes: https://github.com/gentoo/gentoo/pull/13717
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-vcs/svn2cl/Manifest | 1 +
dev-vcs/svn2cl/metadata.xml | 9 ++++++++-
dev-vcs/svn2cl/svn2cl-0.14.ebuild | 31 +++++++++++++++++++++++++++++++
3 files changed, 40 insertions(+), 1 deletion(-)
diff --git a/dev-vcs/svn2cl/Manifest b/dev-vcs/svn2cl/Manifest
index cdf893e6795..0b7b51c1ff7 100644
--- a/dev-vcs/svn2cl/Manifest
+++ b/dev-vcs/svn2cl/Manifest
@@ -1 +1,2 @@
DIST svn2cl-0.12.tar.gz 18171 BLAKE2B 88e66d4bcc3e05132462d1c9794846a644f121876d36dc1b42ef0cb7bf8481536d62a6d764e92edc670c149fbe5702a46b02d875ad1cd477a05b497780232296 SHA512 c84f0f67b34d615b1732cd03ecbdb6d3bb082677145acf2f32f74518306347eb984d65d4837f2463b369cd7a8a7443d2cfba589c531b46f423870c55b0b48aa2
+DIST svn2cl-0.14.tar.gz 19399 BLAKE2B 2a726a593521d40bd7a125607c2841bbca8d5915e420b2757da1a17a9bf65e784fdb8fbb5b377567e0c54ce7c8d8407c26a66dda677fb84807d07001032f87b4 SHA512 68d5ad00c5359d86979e2cdce349191bb1c64e132887e2a5222d5d9e24e901ff9e15627fd3de3884f8ad319172051c92ce18e337797ff2237096a6396b814b19
diff --git a/dev-vcs/svn2cl/metadata.xml b/dev-vcs/svn2cl/metadata.xml
index 6f49eba8f49..16853472f6b 100644
--- a/dev-vcs/svn2cl/metadata.xml
+++ b/dev-vcs/svn2cl/metadata.xml
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>hlein@korelogic.com</email>
+ <name>Hank Leininger</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
</pkgmetadata>
diff --git a/dev-vcs/svn2cl/svn2cl-0.14.ebuild b/dev-vcs/svn2cl/svn2cl-0.14.ebuild
new file mode 100644
index 00000000000..e9516274cee
--- /dev/null
+++ b/dev-vcs/svn2cl/svn2cl-0.14.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 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 ~mips ~ppc ~x86"
+
+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() {
+ elog "You can find samples of svn2html.css and authors.xml in"
+ elog "/usr/share/doc/${PF}/"
+ elog "Read man page for details."
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/svn2cl/
@ 2021-03-03 16:26 Agostino Sarubbo
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2021-03-03 16:26 UTC (permalink / raw
To: gentoo-commits
commit: 3b6c79d17e540ed722d649a1ed5ef6029a802c67
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 3 16:26:18 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Mar 3 16:26:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b6c79d1
dev-vcs/svn2cl: amd64 stable wrt bug #772110
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-vcs/svn2cl/svn2cl-0.14.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/svn2cl/svn2cl-0.14.ebuild b/dev-vcs/svn2cl/svn2cl-0.14.ebuild
index e9516274cee..fcdb6b574c0 100644
--- a/dev-vcs/svn2cl/svn2cl-0.14.ebuild
+++ b/dev-vcs/svn2cl/svn2cl-0.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://arthurdejong.org/svn2cl/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~mips ~ppc ~x86"
RDEPEND="dev-libs/libxslt
dev-vcs/subversion"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/svn2cl/
@ 2021-03-03 21:37 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-03-03 21:37 UTC (permalink / raw
To: gentoo-commits
commit: bc40e318b0c8cd7b19ab8f6fe2425323f2b48cbc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 3 21:37:53 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 3 21:37:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc40e318
dev-vcs/svn2cl: Stabilize 0.14 x86, #772110
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/svn2cl/svn2cl-0.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/svn2cl/svn2cl-0.14.ebuild b/dev-vcs/svn2cl/svn2cl-0.14.ebuild
index fcdb6b574c0..94b62828589 100644
--- a/dev-vcs/svn2cl/svn2cl-0.14.ebuild
+++ b/dev-vcs/svn2cl/svn2cl-0.14.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://arthurdejong.org/svn2cl/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~mips ~ppc x86"
RDEPEND="dev-libs/libxslt
dev-vcs/subversion"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/svn2cl/
@ 2024-08-25 12:04 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2024-08-25 12:04 UTC (permalink / raw
To: gentoo-commits
commit: dac76f160bb059f5427626348e56a731e49eb2ef
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 25 09:19:36 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 12:02:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac76f16
dev-vcs/svn2cl: remove ~mips
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-vcs/svn2cl/svn2cl-0.12.ebuild | 4 ++--
dev-vcs/svn2cl/svn2cl-0.14.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-vcs/svn2cl/svn2cl-0.12.ebuild b/dev-vcs/svn2cl/svn2cl-0.12.ebuild
index d788d5b194c9..36f563bce881 100644
--- a/dev-vcs/svn2cl/svn2cl-0.12.ebuild
+++ b/dev-vcs/svn2cl/svn2cl-0.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://arthurdejong.org/svn2cl/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="dev-libs/libxslt
diff --git a/dev-vcs/svn2cl/svn2cl-0.14.ebuild b/dev-vcs/svn2cl/svn2cl-0.14.ebuild
index 94b628285895..d6129d7be766 100644
--- a/dev-vcs/svn2cl/svn2cl-0.14.ebuild
+++ b/dev-vcs/svn2cl/svn2cl-0.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://arthurdejong.org/svn2cl/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
RDEPEND="dev-libs/libxslt
dev-vcs/subversion"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-08-25 12:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-02 6:24 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/svn2cl/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2021-03-03 16:26 Agostino Sarubbo
2021-03-03 21:37 Sam James
2024-08-25 12:04 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox