public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/comparator: ChangeLog comparator-2.5.ebuild
@ 2009-07-05 22:17 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-07-05 22:17 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/07/05 22:17:40

  Modified:             ChangeLog comparator-2.5.ebuild
  Log:
  Missing =app-text/docbook-xml-dtd-4.1.2* DEPEND wrt #227857
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 dev-util/comparator/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	11 Jun 2009 14:07:15 -0000	1.14
+++ ChangeLog	5 Jul 2009 22:17:40 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/comparator
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.14 2009/06/11 14:07:15 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.15 2009/07/05 22:17:40 ssuominen Exp $
+
+  05 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> comparator-2.5.ebuild:
+  Missing =app-text/docbook-xml-dtd-4.1.2* DEPEND wrt #227857
 
   11 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
   comparator-2.5.ebuild:



1.5                  dev-util/comparator/comparator-2.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild?r1=1.4&r2=1.5

Index: comparator-2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- comparator-2.5.ebuild	11 Jun 2009 14:07:15 -0000	1.4
+++ comparator-2.5.ebuild	5 Jul 2009 22:17:40 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild,v 1.4 2009/06/11 14:07:15 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild,v 1.5 2009/07/05 22:17:40 ssuominen Exp $
 
 inherit distutils toolchain-funcs
 
@@ -15,6 +15,7 @@
 
 RDEPEND=""
 DEPEND="app-text/xmlto
+	=app-text/docbook-xml-dtd-4.1.2*
 	sys-apps/sed"
 
 src_unpack() {






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/comparator: ChangeLog comparator-2.5.ebuild
@ 2011-01-11 21:38 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-01-11 21:38 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/01/11 21:38:50

  Modified:             ChangeLog comparator-2.5.ebuild
  Log:
  Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #324383).
  
  (Portage version: 2.2.0_alpha14_p1/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-util/comparator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	29 Sep 2009 20:35:34 -0000	1.16
+++ ChangeLog	11 Jan 2011 21:38:50 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/comparator
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.16 2009/09/29 20:35:34 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.17 2011/01/11 21:38:50 arfrever Exp $
+
+  11 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  comparator-2.5.ebuild:
+  Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #324383).
 
   29 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> comparator-2.5.ebuild:
   Rename distutils_src_install to distutils_src_compile in src_compile wrt



1.7                  dev-util/comparator/comparator-2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild?r1=1.6&r2=1.7

Index: comparator-2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- comparator-2.5.ebuild	29 Sep 2009 20:35:34 -0000	1.6
+++ comparator-2.5.ebuild	11 Jan 2011 21:38:50 -0000	1.7
@@ -1,6 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild,v 1.6 2009/09/29 20:35:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild,v 1.7 2011/01/11 21:38:50 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
 
 inherit distutils toolchain-funcs
 
@@ -14,26 +19,34 @@
 IUSE=""
 
 RDEPEND=""
-DEPEND="app-text/xmlto
-	=app-text/docbook-xml-dtd-4.1.2*
-	sys-apps/sed"
-
-src_unpack() {
-	unpack ${A}
-	# we will do this ourselves
-	sed -e '/python setup.py install/d' \
-		-i "${S}"/Makefile || die "sed failed"
+DEPEND="=app-text/docbook-xml-dtd-4.1.2*
+	app-text/xmlto"
+
+PYTHON_MODNAME="comparator.py"
+
+src_prepare() {
+	sed \
+		-e '/install -m 755 -o 0 -g 0 filterator/d' \
+		-e '/python setup.py install/d' \
+		-i Makefile || die "sed failed"
 }
 
 src_compile() {
 	distutils_src_compile
-	emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
-		CC="$(tc-getCC)" || die "emake failed"
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
 	emake comparator.html scf-standard.html || die "emake html failed"
 }
 
 src_install() {
 	distutils_src_install
 	emake ROOT="${D}" install || die "emake install failed"
-	dohtml *.html
+
+	install_filterator() {
+		newbin filterator filterator-${PYTHON_ABI} || return 1
+		python_convert_shebangs ${PYTHON_ABI} "${ED}usr/bin/filterator-${PYTHON_ABI}"
+	}
+	python_execute_function -q install_filterator
+	python_generate_wrapper_scripts "${ED}usr/bin/filterator"
+
+	dohtml *.html || die "dohtml failed"
 }






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/comparator: ChangeLog comparator-2.5.ebuild
@ 2009-09-29 20:35 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-09-29 20:35 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/09/29 20:35:34

  Modified:             ChangeLog comparator-2.5.ebuild
  Log:
  Rename distutils_src_install to distutils_src_compile in src_compile wrt #286457.
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 dev-util/comparator/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	5 Jul 2009 22:17:40 -0000	1.15
+++ ChangeLog	29 Sep 2009 20:35:34 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/comparator
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.15 2009/07/05 22:17:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.16 2009/09/29 20:35:34 ssuominen Exp $
+
+  29 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> comparator-2.5.ebuild:
+  Rename distutils_src_install to distutils_src_compile in src_compile wrt
+  #286457.
 
   05 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> comparator-2.5.ebuild:
   Missing =app-text/docbook-xml-dtd-4.1.2* DEPEND wrt #227857



1.6                  dev-util/comparator/comparator-2.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild?r1=1.5&r2=1.6

Index: comparator-2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- comparator-2.5.ebuild	5 Jul 2009 22:17:40 -0000	1.5
+++ comparator-2.5.ebuild	29 Sep 2009 20:35:34 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild,v 1.5 2009/07/05 22:17:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild,v 1.6 2009/09/29 20:35:34 ssuominen Exp $
 
 inherit distutils toolchain-funcs
 
@@ -26,7 +26,7 @@
 }
 
 src_compile() {
-	distutils_src_install
+	distutils_src_compile
 	emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
 		CC="$(tc-getCC)" || die "emake failed"
 	emake comparator.html scf-standard.html || die "emake html failed"






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/comparator: ChangeLog comparator-2.5.ebuild
@ 2009-06-11 14:07 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-06-11 14:07 UTC (permalink / raw
  To: gentoo-commits

fauli       09/06/11 14:07:15

  Modified:             ChangeLog comparator-2.5.ebuild
  Log:
  stable x86, bug 273417
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.14                 dev-util/comparator/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	9 Jun 2009 20:25:40 -0000	1.13
+++ ChangeLog	11 Jun 2009 14:07:15 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/comparator
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.13 2009/06/09 20:25:40 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.14 2009/06/11 14:07:15 fauli Exp $
+
+  11 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
+  comparator-2.5.ebuild:
+  stable x86, bug 273417
 
   09 Jun 2009; Ferris McCormick <fmccor@gentoo.org> comparator-2.5.ebuild:
   Sparc stable, Bug #273417.



1.4                  dev-util/comparator/comparator-2.5.ebuild

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

Index: comparator-2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- comparator-2.5.ebuild	9 Jun 2009 20:25:40 -0000	1.3
+++ comparator-2.5.ebuild	11 Jun 2009 14:07:15 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild,v 1.3 2009/06/09 20:25:40 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild,v 1.4 2009/06/11 14:07:15 fauli Exp $
 
 inherit distutils toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="as-is GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc sparc ~x86"
+KEYWORDS="~amd64 ~mips ~ppc sparc x86"
 IUSE=""
 
 RDEPEND=""






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/comparator: ChangeLog comparator-2.5.ebuild
@ 2009-06-09 20:25 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 6+ messages in thread
From: Ferris McCormick (fmccor) @ 2009-06-09 20:25 UTC (permalink / raw
  To: gentoo-commits

fmccor      09/06/09 20:25:40

  Modified:             ChangeLog comparator-2.5.ebuild
  Log:
  Sparc stable, Bug #273417.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-util/comparator/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	9 Jun 2009 19:16:38 -0000	1.12
+++ ChangeLog	9 Jun 2009 20:25:40 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/comparator
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.12 2009/06/09 19:16:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.13 2009/06/09 20:25:40 fmccor Exp $
+
+  09 Jun 2009; Ferris McCormick <fmccor@gentoo.org> comparator-2.5.ebuild:
+  Sparc stable, Bug #273417.
 
   09 Jun 2009; Samuli Suominen <ssuominen@gentoo.org> comparator-2.5.ebuild:
   Respect LDFLAGS.



1.3                  dev-util/comparator/comparator-2.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild?r1=1.2&r2=1.3

Index: comparator-2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- comparator-2.5.ebuild	9 Jun 2009 19:16:38 -0000	1.2
+++ comparator-2.5.ebuild	9 Jun 2009 20:25:40 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild,v 1.2 2009/06/09 19:16:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild,v 1.3 2009/06/09 20:25:40 fmccor Exp $
 
 inherit distutils toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="as-is GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~mips ~ppc sparc ~x86"
 IUSE=""
 
 RDEPEND=""






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/comparator: ChangeLog comparator-2.5.ebuild
@ 2008-03-20 15:52 Robert Buchholz (rbu)
  0 siblings, 0 replies; 6+ messages in thread
From: Robert Buchholz (rbu) @ 2008-03-20 15:52 UTC (permalink / raw
  To: gentoo-commits

rbu         08/03/20 15:52:08

  Modified:             ChangeLog
  Added:                comparator-2.5.ebuild
  Log:
  Version bump, fix quoting. einstall->emake install
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.10                 dev-util/comparator/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	9 Feb 2007 03:03:45 -0000	1.9
+++ ChangeLog	20 Mar 2008 15:52:07 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/comparator
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.9 2007/02/09 03:03:45 flameeyes Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.10 2008/03/20 15:52:07 rbu Exp $
+
+*comparator-2.5 (20 Mar 2008)
+
+  20 Mar 2008; Robert Buchholz <rbu@gentoo.org> +comparator-2.5.ebuild:
+  Version bump, fix quoting. einstall->emake install
 
   09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.



1.1                  dev-util/comparator/comparator-2.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild?rev=1.1&content-type=text/plain

Index: comparator-2.5.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.5.ebuild,v 1.1 2008/03/20 15:52:07 rbu Exp $

inherit distutils toolchain-funcs
DESCRIPTION="ESR's utility for making fast comparisons among large source trees"
HOMEPAGE="http://www.catb.org/~esr/comparator/"
SRC_URI="http://www.catb.org/~esr/comparator/${P}.tar.gz"
LICENSE="as-is GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
IUSE=""
#DEPEND='' inherit handles this
DEPEND="${DEPEND} app-text/xmlto"
RDEPEND="${RDEPEND}" #becase I don't want xmlto in here

src_unpack() {
	unpack ${A}
	# we will do this ourselves
	sed -e '/python setup.py install/d' -i "${S}"/Makefile
	# Fix the Makefile to accept our CFLAGS
	sed -e "s/CFLAGS  = -O3/CFLAGS  = ${CFLAGS}/" -i "${S}"/Makefile
}

src_compile() {
	distutils_src_install
	emake CC="$(tc-getCC)" || die "emake failed"
	emake comparator.html scf-standard.html || die "emake docs failed"
}

src_install() {
	distutils_src_install
	emake ROOT="${D}" install || die "einstall failed"
	dohtml *.html
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-05 22:17 [gentoo-commits] gentoo-x86 commit in dev-util/comparator: ChangeLog comparator-2.5.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-11 21:38 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-09-29 20:35 Samuli Suominen (ssuominen)
2009-06-11 14:07 Christian Faulhammer (fauli)
2009-06-09 20:25 Ferris McCormick (fmccor)
2008-03-20 15:52 Robert Buchholz (rbu)

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