public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/orc: orc-0.4.4.ebuild ChangeLog
@ 2010-04-26 15:31 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-04-26 15:31 UTC (permalink / raw
  To: gentoo-commits

darkside    10/04/26 15:31:15

  Modified:             orc-0.4.4.ebuild ChangeLog
  Log:
  Move to EAPI3, tested on ~amd64-linux
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-lang/orc/orc-0.4.4.ebuild

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

Index: orc-0.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- orc-0.4.4.ebuild	21 Apr 2010 16:12:52 -0000	1.3
+++ orc-0.4.4.ebuild	26 Apr 2010 15:31:14 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.4.ebuild,v 1.3 2010/04/21 16:12:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.4.ebuild,v 1.4 2010/04/26 15:31:14 darkside Exp $
 
-EAPI=2
+EAPI=3
 
 DESCRIPTION="The Oil Runtime Compiler"
 HOMEPAGE="http://code.entropywave.com/projects/orc/"
@@ -10,19 +10,19 @@
 
 LICENSE="BSD BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
 IUSE=""
 
 src_configure() {
 	econf \
 		--disable-static \
 		--disable-dependency-tracking \
-		--with-html-dir=/usr/share/doc/${PF}/html
+		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
 }
 
 src_install() {
 	emake DESTDIR="${D}" install || die
 	dodoc README TODO
 
-	find "${D}" -name '*.la' -delete
+	find "${ED}" -name '*.la' -delete
 }



1.2                  dev-lang/orc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	21 Apr 2010 15:38:51 -0000	1.1
+++ ChangeLog	26 Apr 2010 15:31:14 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/orc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.1 2010/04/21 15:38:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.2 2010/04/26 15:31:14 darkside Exp $
+
+  26 Apr 2010; Jeremy Olexa <darkside@gentoo.org> orc-0.4.4.ebuild:
+  Move to EAPI3, tested on ~amd64-linux
 
 *orc-0.4.4 (21 Apr 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/orc: orc-0.4.4.ebuild ChangeLog
@ 2010-05-15 17:26 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-05-15 17:26 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/05/15 17:26:36

  Modified:             orc-0.4.4.ebuild ChangeLog
  Log:
  USE static-libs wrt #317447 by Toffanin Mauro.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-lang/orc/orc-0.4.4.ebuild

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

Index: orc-0.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- orc-0.4.4.ebuild	26 Apr 2010 15:31:14 -0000	1.4
+++ orc-0.4.4.ebuild	15 May 2010 17:26:36 -0000	1.5
@@ -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-lang/orc/orc-0.4.4.ebuild,v 1.4 2010/04/26 15:31:14 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.4.ebuild,v 1.5 2010/05/15 17:26:36 ssuominen Exp $
 
 EAPI=3
 
@@ -11,11 +11,11 @@
 LICENSE="BSD BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE=""
+IUSE="static-libs"
 
 src_configure() {
 	econf \
-		--disable-static \
+		$(use_enable static-libs static) \
 		--disable-dependency-tracking \
 		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
 }



1.3                  dev-lang/orc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	26 Apr 2010 15:31:14 -0000	1.2
+++ ChangeLog	15 May 2010 17:26:36 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/orc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.2 2010/04/26 15:31:14 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.3 2010/05/15 17:26:36 ssuominen Exp $
+
+  15 May 2010; Samuli Suominen <ssuominen@gentoo.org> orc-0.4.4.ebuild:
+  USE static-libs wrt #317447 by Toffanin Mauro.
 
   26 Apr 2010; Jeremy Olexa <darkside@gentoo.org> orc-0.4.4.ebuild:
   Move to EAPI3, tested on ~amd64-linux






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/orc: orc-0.4.4.ebuild ChangeLog
@ 2010-05-30 10:51 Fabian Groffen (grobian)
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2010-05-30 10:51 UTC (permalink / raw
  To: gentoo-commits

grobian     10/05/30 10:51:54

  Modified:             orc-0.4.4.ebuild ChangeLog
  Log:
  Marked *-macos, *-solaris
  (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.6                  dev-lang/orc/orc-0.4.4.ebuild

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

Index: orc-0.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- orc-0.4.4.ebuild	15 May 2010 17:26:36 -0000	1.5
+++ orc-0.4.4.ebuild	30 May 2010 10:51:54 -0000	1.6
@@ -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-lang/orc/orc-0.4.4.ebuild,v 1.5 2010/05/15 17:26:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.4.ebuild,v 1.6 2010/05/30 10:51:54 grobian Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 src_configure() {



1.4                  dev-lang/orc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	15 May 2010 17:26:36 -0000	1.3
+++ ChangeLog	30 May 2010 10:51:54 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/orc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.3 2010/05/15 17:26:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.4 2010/05/30 10:51:54 grobian Exp $
+
+  30 May 2010; Fabian Groffen <grobian@gentoo.org> orc-0.4.4.ebuild:
+  Marked *-macos, *-solaris
 
   15 May 2010; Samuli Suominen <ssuominen@gentoo.org> orc-0.4.4.ebuild:
   USE static-libs wrt #317447 by Toffanin Mauro.






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

end of thread, other threads:[~2010-05-30 10:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-26 15:31 [gentoo-commits] gentoo-x86 commit in dev-lang/orc: orc-0.4.4.ebuild ChangeLog Jeremy Olexa (darkside)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-15 17:26 Samuli Suominen (ssuominen)
2010-05-30 10:51 Fabian Groffen (grobian)

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