public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-vcs/colorcvs: ChangeLog colorcvs-1.4-r1.ebuild
@ 2010-04-23 14:17 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-04-23 14:17 UTC (permalink / raw
  To: gentoo-commits

darkside    10/04/23 14:17:46

  Modified:             ChangeLog colorcvs-1.4-r1.ebuild
  Log:
  Migrate to EAPI3, add keywords/patch as testing in the prefix overlay
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-vcs/colorcvs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/colorcvs/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/colorcvs/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/colorcvs/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	14 Apr 2010 17:27:19 -0000	1.3
+++ ChangeLog	23 Apr 2010 14:17:46 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-vcs/colorcvs
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/ChangeLog,v 1.3 2010/04/14 17:27:19 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/ChangeLog,v 1.4 2010/04/23 14:17:46 darkside Exp $
+
+  23 Apr 2010; Jeremy Olexa <darkside@gentoo.org> colorcvs-1.4-r1.ebuild,
+  +files/colorcvs-1.4-prefix.patch:
+  Migrate to EAPI3, add keywords/patch as testing in the prefix overlay
 
   14 Apr 2010; Christian Ruppert <idl0r@gentoo.org> -colorcvs-1.4.ebuild:
   Remove old ebuild.



1.2                  dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild?r1=1.1&r2=1.2

Index: colorcvs-1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- colorcvs-1.4-r1.ebuild	6 Mar 2010 13:32:09 -0000	1.1
+++ colorcvs-1.4-r1.ebuild	23 Apr 2010 14:17:46 -0000	1.2
@@ -1,6 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild,v 1.1 2010/03/06 13:32:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild,v 1.2 2010/04/23 14:17:46 darkside Exp $
+
+EAPI=3
+inherit eutils prefix
 
 DESCRIPTION="A tool based on colorgcc to beautify cvs output"
 HOMEPAGE="http://www.hakubi.us/colorcvs/"
@@ -8,19 +11,18 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 DEPEND=""
 RDEPEND="dev-lang/perl
 	dev-util/cvs"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
+src_prepare() {
 	# fix typo
 	sed -i -e 's:compiler_pid:cvs_pid:' ${PN} || die "sed failed"
+	epatch "${FILESDIR}"/${P}-prefix.patch
+	eprefixify colorcvs
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-vcs/colorcvs: ChangeLog colorcvs-1.4-r1.ebuild
@ 2010-06-19  0:46 Jonathan Callen (abcd)
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Callen (abcd) @ 2010-06-19  0:46 UTC (permalink / raw
  To: gentoo-commits

abcd        10/06/19 00:46:10

  Modified:             ChangeLog colorcvs-1.4-r1.ebuild
  Log:
  Moving dev-util/cvs* to dev-vcs/cvs*
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-vcs/colorcvs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorcvs/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorcvs/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorcvs/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	23 Apr 2010 14:17:46 -0000	1.4
+++ ChangeLog	19 Jun 2010 00:46:10 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/colorcvs
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/ChangeLog,v 1.4 2010/04/23 14:17:46 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/ChangeLog,v 1.5 2010/06/19 00:46:10 abcd Exp $
+
+  19 Jun 2010; Jonathan Callen <abcd@gentoo.org> colorcvs-1.4-r1.ebuild:
+  Moving dev-util/cvs* to dev-vcs/cvs*
 
   23 Apr 2010; Jeremy Olexa <darkside@gentoo.org> colorcvs-1.4-r1.ebuild,
   +files/colorcvs-1.4-prefix.patch:



1.3                  dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild?r1=1.2&r2=1.3

Index: colorcvs-1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- colorcvs-1.4-r1.ebuild	23 Apr 2010 14:17:46 -0000	1.2
+++ colorcvs-1.4-r1.ebuild	19 Jun 2010 00:46:10 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild,v 1.2 2010/04/23 14:17:46 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild,v 1.3 2010/06/19 00:46:10 abcd Exp $
 
 EAPI=3
 inherit eutils prefix
@@ -16,7 +16,7 @@
 
 DEPEND=""
 RDEPEND="dev-lang/perl
-	dev-util/cvs"
+	dev-vcs/cvs"
 
 src_prepare() {
 	# fix typo






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-vcs/colorcvs: ChangeLog colorcvs-1.4-r1.ebuild
@ 2011-01-06 21:23 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2011-01-06 21:23 UTC (permalink / raw
  To: gentoo-commits

jlec        11/01/06 21:23:09

  Modified:             ChangeLog colorcvs-1.4-r1.ebuild
  Log:
  Some Clean up
  
  (Portage version: 2.2.0_alpha13/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-vcs/colorcvs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorcvs/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorcvs/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorcvs/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	19 Jun 2010 00:46:10 -0000	1.5
+++ ChangeLog	6 Jan 2011 21:23:09 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/colorcvs
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/ChangeLog,v 1.5 2010/06/19 00:46:10 abcd Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/ChangeLog,v 1.6 2011/01/06 21:23:09 jlec Exp $
+
+  06 Jan 2011; Justin Lecher <jlec@gentoo.org> colorcvs-1.4-r1.ebuild:
+  Some Clean up
 
   19 Jun 2010; Jonathan Callen <abcd@gentoo.org> colorcvs-1.4-r1.ebuild:
   Moving dev-util/cvs* to dev-vcs/cvs*



1.4                  dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild?r1=1.3&r2=1.4

Index: colorcvs-1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- colorcvs-1.4-r1.ebuild	19 Jun 2010 00:46:10 -0000	1.3
+++ colorcvs-1.4-r1.ebuild	6 Jan 2011 21:23:09 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild,v 1.3 2010/06/19 00:46:10 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorcvs/colorcvs-1.4-r1.ebuild,v 1.4 2011/01/06 21:23:09 jlec Exp $
 
 EAPI=3
 inherit eutils prefix
@@ -15,7 +15,8 @@
 IUSE=""
 
 DEPEND=""
-RDEPEND="dev-lang/perl
+RDEPEND="
+	dev-lang/perl
 	dev-vcs/cvs"
 
 src_prepare() {
@@ -34,9 +35,9 @@
 }
 
 pkg_postinst() {
-	einfo
+	echo
 	einfo "An alias to colorcvs was installed for the cvs command."
 	einfo "In order to immediately activate it do:"
 	einfo "\tsource /etc/profile"
-	einfo
+	echo
 }






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-06 21:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06 21:23 [gentoo-commits] gentoo-x86 commit in dev-vcs/colorcvs: ChangeLog colorcvs-1.4-r1.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-19  0:46 Jonathan Callen (abcd)
2010-04-23 14:17 Jeremy Olexa (darkside)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox