* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/colorsvn/
@ 2016-07-04 18:44 Christian Ruppert
0 siblings, 0 replies; 6+ messages in thread
From: Christian Ruppert @ 2016-07-04 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 9501fe3238a53fa288f262176691aa0fd5e48110
Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 4 18:43:31 2016 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Mon Jul 4 18:44:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9501fe32
dev-vcs/colorsvn: Drop maintainership as announced on Wed, 16 Mar 2016 at the dev ML
Package-Manager: portage-2.3.0
dev-vcs/colorsvn/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-vcs/colorsvn/metadata.xml b/dev-vcs/colorsvn/metadata.xml
index e8e46ea..b77dbfa 100644
--- a/dev-vcs/colorsvn/metadata.xml
+++ b/dev-vcs/colorsvn/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>idl0r@gentoo.org</email>
- <name>Christian Ruppert</name>
- </maintainer>
<longdescription lang="en">
colorsvn is the Subversion output colorizer. Colorsvn was extracted from
kde-sdk and was extended with build process and configuration.
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/colorsvn/
@ 2016-07-07 9:00 Austin English
0 siblings, 0 replies; 6+ messages in thread
From: Austin English @ 2016-07-07 9:00 UTC (permalink / raw
To: gentoo-commits
commit: 34c228b65885d050a731dff2aa0e7ff23dd3f393
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 7 08:58:38 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Jul 7 08:59:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c228b6
dev-vcs/colorsvn: update to EAPI 6
Package-Manager: portage-2.2.28
dev-vcs/colorsvn/colorsvn-0.3.2-r3.ebuild | 50 +++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/dev-vcs/colorsvn/colorsvn-0.3.2-r3.ebuild b/dev-vcs/colorsvn/colorsvn-0.3.2-r3.ebuild
new file mode 100644
index 0000000..7217da9
--- /dev/null
+++ b/dev-vcs/colorsvn/colorsvn-0.3.2-r3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+DESCRIPTION="Subversion output colorizer"
+HOMEPAGE="http://colorsvn.tigris.org"
+SRC_URI="http://www.console-colors.de/downloads/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x64-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="dev-lang/perl
+ dev-vcs/subversion"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/0001-Don-t-colorize-svn-mkdir-bug-321451.-Use-IPC-open2-i.patch"
+)
+
+src_prepare() {
+ default
+ # rxvt-unicode isn't listed by default :)
+ sed -i -e 's:rxvt:rxvt rxvt-unicode:' colorsvnrc-original || die
+ # Fix confdir location for Prefix, #435434
+ sed -i \
+ -e '/^confdir/d' \
+ -e 's/$(confdir)/$(sysconfdir)/g' \
+ Makefile.in || die
+}
+
+src_compile() {
+ # bug 335134
+ emake -j1 || die
+}
+
+pkg_postinst() {
+ elog
+ elog "The default settings are stored in /etc/colorsvnrc."
+ elog "They can be locally overridden by ~/.colorsvnrc."
+ elog "An alias to colorsvn was installed for the svn command."
+ elog "In order to immediately activate it do:"
+ elog "\tsource /etc/profile"
+ elog "NOTE: If you don't see colors,"
+ elog "append the output of 'echo \$TERM' to 'colortty' in your colorsvnrc."
+ elog
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/colorsvn/
@ 2016-07-08 17:58 Austin English
0 siblings, 0 replies; 6+ messages in thread
From: Austin English @ 2016-07-08 17:58 UTC (permalink / raw
To: gentoo-commits
commit: 51a6ac87dc765d6b801b63daa8db65df677e76ae
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 8 17:01:36 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Jul 8 17:57:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a6ac87
dev-vcs/colorsvn: add maintainer-needed
Package-Manager: portage-2.2.28
dev-vcs/colorsvn/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-vcs/colorsvn/metadata.xml b/dev-vcs/colorsvn/metadata.xml
index b77dbfa..e28e6ef 100644
--- a/dev-vcs/colorsvn/metadata.xml
+++ b/dev-vcs/colorsvn/metadata.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <!-- maintainer-needed -->
<longdescription lang="en">
colorsvn is the Subversion output colorizer. Colorsvn was extracted from
kde-sdk and was extended with build process and configuration.
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/colorsvn/
@ 2017-07-19 18:06 Tobias Klausmann
0 siblings, 0 replies; 6+ messages in thread
From: Tobias Klausmann @ 2017-07-19 18:06 UTC (permalink / raw
To: gentoo-commits
commit: 7965b733db37ed7d07ebb22f79696051603963d2
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 17:30:41 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 18:05:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7965b733
dev-vcs/colorsvn-0.3.3-r0: amd64 stable
Gentoo-Bug: 617620
dev-vcs/colorsvn/colorsvn-0.3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/colorsvn/colorsvn-0.3.3.ebuild b/dev-vcs/colorsvn/colorsvn-0.3.3.ebuild
index 2ca2efecbd4..0f62e9c0dba 100644
--- a/dev-vcs/colorsvn/colorsvn-0.3.3.ebuild
+++ b/dev-vcs/colorsvn/colorsvn-0.3.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="${HOMEPAGE}/files/documents/4414/49311/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~x86 ~x64-macos ~x86-macos"
IUSE=""
RDEPEND="dev-lang/perl
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/colorsvn/
@ 2017-08-19 0:31 Thomas Deutschmann
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2017-08-19 0:31 UTC (permalink / raw
To: gentoo-commits
commit: 71071532073ccc8d0edf0f898820fb8c1fad98e8
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 00:23:43 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 00:30:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71071532
dev-vcs/colorsvn: x86 stable (bug #617620)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-vcs/colorsvn/colorsvn-0.3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/colorsvn/colorsvn-0.3.3.ebuild b/dev-vcs/colorsvn/colorsvn-0.3.3.ebuild
index 0f62e9c0dba..9ae642f733f 100644
--- a/dev-vcs/colorsvn/colorsvn-0.3.3.ebuild
+++ b/dev-vcs/colorsvn/colorsvn-0.3.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="${HOMEPAGE}/files/documents/4414/49311/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~x64-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~x64-macos ~x86-macos"
IUSE=""
RDEPEND="dev-lang/perl
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/colorsvn/
@ 2021-01-06 22:58 Fabian Groffen
0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen @ 2021-01-06 22:58 UTC (permalink / raw
To: gentoo-commits
commit: 2ee36a0a0885cd9a00c694d48d158a48eb02c75f
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 22:56:10 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 22:56:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee36a0a
dev-vcs/colorsvn: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-vcs/colorsvn/colorsvn-0.3.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/colorsvn/colorsvn-0.3.3.ebuild b/dev-vcs/colorsvn/colorsvn-0.3.3.ebuild
index 79a6b6dbff5..ef47c0be9bd 100644
--- a/dev-vcs/colorsvn/colorsvn-0.3.3.ebuild
+++ b/dev-vcs/colorsvn/colorsvn-0.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="http://colorsvn.tigris.org/files/documents/4414/49311/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86 ~x64-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~x64-macos"
IUSE=""
RDEPEND="dev-lang/perl
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-01-06 22:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-07 9:00 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/colorsvn/ Austin English
-- strict thread matches above, loose matches on Subject: below --
2021-01-06 22:58 Fabian Groffen
2017-08-19 0:31 Thomas Deutschmann
2017-07-19 18:06 Tobias Klausmann
2016-07-08 17:58 Austin English
2016-07-04 18:44 Christian Ruppert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox