summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2010-03-20 22:21:06 +0000
committerChristian Ruppert <idl0r@gentoo.org>2010-03-20 22:21:06 +0000
commit7a30cba63ae1fdebb5d797124611b52c26b2b1af (patch)
tree9d20ce1b43cab690f56f9df29dda54c6c654ac41 /dev-vcs/colorsvn
parentVersion bump and address bug 290900 (diff)
downloadhistorical-7a30cba63ae1fdebb5d797124611b52c26b2b1af.tar.gz
historical-7a30cba63ae1fdebb5d797124611b52c26b2b1af.tar.bz2
historical-7a30cba63ae1fdebb5d797124611b52c26b2b1af.zip
Moving dev-util/colorsvn to dev-vcs/colorsvn.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'dev-vcs/colorsvn')
-rw-r--r--dev-vcs/colorsvn/ChangeLog20
-rw-r--r--dev-vcs/colorsvn/Manifest14
-rw-r--r--dev-vcs/colorsvn/colorsvn-0.3.2.ebuild42
-rw-r--r--dev-vcs/colorsvn/metadata.xml13
4 files changed, 89 insertions, 0 deletions
diff --git a/dev-vcs/colorsvn/ChangeLog b/dev-vcs/colorsvn/ChangeLog
new file mode 100644
index 000000000000..fe3842178f56
--- /dev/null
+++ b/dev-vcs/colorsvn/ChangeLog
@@ -0,0 +1,20 @@
+# ChangeLog for dev-vcs/colorsvn
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/ChangeLog,v 1.1 2010/03/20 22:21:06 idl0r Exp $
+
+ 20 Mar 2010; Christian Ruppert <idl0r@gentoo.org> +colorsvn-0.3.2.ebuild,
+ +metadata.xml:
+ Move dev-util/colorsvn to dev-vcs/colorsvn.
+
+ 30 Oct 2009; Markus Meier <maekke@gentoo.org> colorsvn-0.3.2.ebuild:
+ amd64/x86 stable, bug #290166
+
+ 09 Sep 2009; Christian Ruppert <idl0r@gentoo.org> colorsvn-0.3.2.ebuild:
+ Add ~x86 keyword.
+
+*colorsvn-0.3.2 (10 Mar 2009)
+
+ 10 Mar 2009; Christian Ruppert (idl0r) <idl0r@gentoo.org> +metadata.xml,
+ +colorsvn-0.3.2.ebuild:
+ New ebuild for bug 250750 thanks to Henning Schild
+
diff --git a/dev-vcs/colorsvn/Manifest b/dev-vcs/colorsvn/Manifest
new file mode 100644
index 000000000000..e959704a2332
--- /dev/null
+++ b/dev-vcs/colorsvn/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST colorsvn-0.3.2.tar.gz 98460 RMD160 97f72a0eea115484ec23749de2ee366573cdcfaa SHA1 8d9452585d474ad10e9e1fd2372f9ad41e548863 SHA256 ee3bff9b897b268a8a62cee8f6162b562127a4c2becba3f20152f6cde83cdbe4
+EBUILD colorsvn-0.3.2.ebuild 1189 RMD160 00aac57f51e9d9ac87c6a34b641a0cd74e52a28e SHA1 ea3f9e6052b2a73a1816cbfedc74e2e68e9af02b SHA256 b7d9902d373f8ae71b2ad8829d66f36bbe252eada91bf5a2c7b90951065a064f
+MISC ChangeLog 730 RMD160 dc8a443a6adc63e2ab9db891a6e775482a67b647 SHA1 71bde94443ba6a267e8d743ea0c68f6619446242 SHA256 de7e1f478dd256ae6c6d93237924520b8acc12730b2d3ce79c46a05871eaac47
+MISC metadata.xml 454 RMD160 e3e90034e832583bc526e500025f2e17eddb87dd SHA1 a55af11e348de05a474fe197507e6122d35d6223 SHA256 e1f5c1c097a23a03ab0a56de977b44504438d7115582784aef40defec9f67737
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.14 (GNU/Linux)
+
+iEYEARECAAYFAkulSlgACgkQixe2jn+ufThsVwCggiB8a5U+CphlHI9sQKoZdy8L
+spIAn2ayopa2KFryUsWYoSNBjgL6m9jP
+=OmUn
+-----END PGP SIGNATURE-----
diff --git a/dev-vcs/colorsvn/colorsvn-0.3.2.ebuild b/dev-vcs/colorsvn/colorsvn-0.3.2.ebuild
new file mode 100644
index 000000000000..e65747831bbd
--- /dev/null
+++ b/dev-vcs/colorsvn/colorsvn-0.3.2.ebuild
@@ -0,0 +1,42 @@
+# 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.1 2010/03/20 22:21:06 idl0r 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-util/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
new file mode 100644
index 000000000000..18f6371f2a4f
--- /dev/null
+++ b/dev-vcs/colorsvn/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>idl0r@gentoo.org</email>
+ <name>Christian Ruppert (idl0r)</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.
+ </longdescription>
+</pkgmetadata>