summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2012-10-30 20:16:31 +0000
committerChristian Ruppert <idl0r@gentoo.org>2012-10-30 20:16:31 +0000
commit44410bded028cd8b5aa134a591f82ea286c59ea4 (patch)
treecbb2770ece632d75d8fd4f7d953bcfcb36664d41 /dev-vcs
parentCleanup (diff)
downloadgentoo-2-44410bded028cd8b5aa134a591f82ea286c59ea4.tar.gz
gentoo-2-44410bded028cd8b5aa134a591f82ea286c59ea4.tar.bz2
gentoo-2-44410bded028cd8b5aa134a591f82ea286c59ea4.zip
Cleanup
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/colorsvn/ChangeLog6
-rw-r--r--dev-vcs/colorsvn/colorsvn-0.3.2-r1.ebuild44
-rw-r--r--dev-vcs/colorsvn/colorsvn-0.3.2.ebuild42
-rw-r--r--dev-vcs/colorsvn/metadata.xml2
4 files changed, 6 insertions, 88 deletions
diff --git a/dev-vcs/colorsvn/ChangeLog b/dev-vcs/colorsvn/ChangeLog
index 9d6cdae00000..ec6d5749586b 100644
--- a/dev-vcs/colorsvn/ChangeLog
+++ b/dev-vcs/colorsvn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/colorsvn
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/ChangeLog,v 1.9 2012/09/29 15:07:47 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/ChangeLog,v 1.10 2012/10/30 20:16:31 idl0r Exp $
+
+ 30 Oct 2012; Christian Ruppert <idl0r@gentoo.org> -colorsvn-0.3.2.ebuild,
+ -colorsvn-0.3.2-r1.ebuild, metadata.xml:
+ Cleanup
29 Sep 2012; Fabian Groffen <grobian@gentoo.org> colorsvn-0.3.2-r2.ebuild:
Marked ~x{86,64}-macos
diff --git a/dev-vcs/colorsvn/colorsvn-0.3.2-r1.ebuild b/dev-vcs/colorsvn/colorsvn-0.3.2-r1.ebuild
deleted file mode 100644
index 472749265186..000000000000
--- a/dev-vcs/colorsvn/colorsvn-0.3.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/colorsvn-0.3.2-r1.ebuild,v 1.3 2010/09/08 11:17:55 hwoarang Exp $
-
-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"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-vcs/subversion"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # rxvt-unicode isn't listed by default :)
- sed -i -e 's:rxvt:rxvt rxvt-unicode:' colorsvnrc-original || die
-
- # Do not colorize "svn mkdir", bug 321451
- sed -i -e 's:\("resolved", "revert", "unlock"\):\1, "mkdir":' colorsvn-original || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc CREDITS || die "dodoc failed"
-}
-
-pkg_postinst() {
- einfo
- einfo "The default settings are stored in /etc/colorsvnrc."
- einfo "They can be locally overridden by ~/.colorsvnrc."
- einfo "An alias to colorsvn was installed for the svn command."
- einfo "In order to immediately activate it do:"
- einfo "\tsource /etc/profile"
- einfo "NOTE: If you don't see colors,"
- einfo "append the output of 'echo \$TERM' to 'colortty' in your colorsvnrc."
- einfo
-}
diff --git a/dev-vcs/colorsvn/colorsvn-0.3.2.ebuild b/dev-vcs/colorsvn/colorsvn-0.3.2.ebuild
deleted file mode 100644
index 5b288ec4ff3b..000000000000
--- a/dev-vcs/colorsvn/colorsvn-0.3.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/colorsvn-0.3.2.ebuild,v 1.2 2010/06/22 18:43:26 arfrever Exp $
-
-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"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-vcs/subversion"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # rxvt-unicode isn't listed by default :)
- sed -i -e 's:rxvt:rxvt rxvt-unicode:' \
- colorsvnrc-original || die "sed failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc CREDITS || die "dodoc failed"
-}
-
-pkg_postinst() {
- einfo
- einfo "The default settings are stored in /etc/colorsvnrc."
- einfo "They can be locally overridden by ~/.colorsvnrc."
- einfo "An alias to colorsvn was installed for the svn command."
- einfo "In order to immediately activate it do:"
- einfo "\tsource /etc/profile"
- einfo "NOTE: If you don't see colors,"
- einfo "append the output of 'echo \$TERM' to 'colortty' in your colorsvnrc."
- einfo
-}
diff --git a/dev-vcs/colorsvn/metadata.xml b/dev-vcs/colorsvn/metadata.xml
index c6763bfa9f60..bb5e42d12c69 100644
--- a/dev-vcs/colorsvn/metadata.xml
+++ b/dev-vcs/colorsvn/metadata.xml
@@ -3,7 +3,7 @@
<pkgmetadata>
<maintainer>
<email>idl0r@gentoo.org</email>
- <name>Christian Ruppert (idl0r)</name>
+ <name>Christian Ruppert</name>
</maintainer>
<longdescription lang="en">
colorsvn is the Subversion output colorizer. Colorsvn was extracted from