public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/ANSITerminal: ChangeLog ANSITerminal-0.3.ebuild
@ 2009-09-28 16:21 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 2+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-09-28 16:21 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    09/09/28 16:21:37

  Modified:             ChangeLog ANSITerminal-0.3.ebuild
  Log:
  Migrate to EAPI 2 in order to nuke built_with_use and add ~x86 keyword.
  (Portage version: 2.2_rc40/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-ml/ANSITerminal/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	27 Jan 2008 17:52:38 -0000	1.1
+++ ChangeLog	28 Sep 2009 16:21:37 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/ANSITerminal
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ChangeLog,v 1.1 2008/01/27 17:52:38 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ChangeLog,v 1.2 2009/09/28 16:21:37 betelgeuse Exp $
+
+  28 Sep 2009; Petteri Räty <betelgeuse@gentoo.org>
+  ANSITerminal-0.3.ebuild:
+  Migrate to EAPI 2 in order to nuke built_with_use and add ~x86 keyword.
 
 *ANSITerminal-0.3 (27 Jan 2008)
 



1.2                  dev-ml/ANSITerminal/ANSITerminal-0.3.ebuild

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

Index: ANSITerminal-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ANSITerminal-0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ANSITerminal-0.3.ebuild	27 Jan 2008 17:52:38 -0000	1.1
+++ ANSITerminal-0.3.ebuild	28 Sep 2009 16:21:37 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ANSITerminal-0.3.ebuild,v 1.1 2008/01/27 17:52:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ANSITerminal-0.3.ebuild,v 1.2 2009/09/28 16:21:37 betelgeuse Exp $
 
-EAPI=1
+EAPI="2"
 
 inherit findlib eutils
 
@@ -11,19 +11,10 @@
 SRC_URI="ftp://ftp.umh.ac.be/pub/ftp_san/${P}.tar.bz2"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64"
-DEPEND="dev-lang/ocaml"
+KEYWORDS="~amd64 ~x86"
+DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
 IUSE="doc +ocamlopt"
 
-pkg_setup() {
-	if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then
-		eerror "In order to build ${PN} with native code support from ocaml"
-		eerror "You first need to have a native code ocaml compiler."
-		eerror "You need to install dev-lang/ocaml with ocamlopt useflag on."
-		die "Please install ocaml with ocamlopt useflag"
-	fi
-}
-
 src_compile() {
 	emake byte || die "Failed to compile bytecode"
 	if use ocamlopt; then
@@ -38,6 +29,6 @@
 
 src_install() {
 	findlib_src_install
-	dodoc README
+	dodoc README || die
 	use doc && dohtml ANSITerminal.html/*
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/ANSITerminal: ChangeLog ANSITerminal-0.3.ebuild
@ 2012-05-05 14:19 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-05 14:19 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/05 14:19:27

  Modified:             ChangeLog
  Removed:              ANSITerminal-0.3.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-ml/ANSITerminal/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	28 Mar 2012 13:00:59 -0000	1.3
+++ ChangeLog	5 May 2012 14:19:26 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/ANSITerminal
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ChangeLog,v 1.3 2012/03/28 13:00:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ChangeLog,v 1.4 2012/05/05 14:19:26 aballier Exp $
+
+  05 May 2012; Alexis Ballier <aballier@gentoo.org> -ANSITerminal-0.3.ebuild:
+  remove old
 
 *ANSITerminal-0.6 (28 Mar 2012)
 






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

end of thread, other threads:[~2012-05-05 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-28 16:21 [gentoo-commits] gentoo-x86 commit in dev-ml/ANSITerminal: ChangeLog ANSITerminal-0.3.ebuild Petteri Raty (betelgeuse)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-05 14:19 Alexis Ballier (aballier)

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