public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/mujs: mujs-0_p20150202.ebuild ChangeLog
@ 2015-06-01 12:27 Michael Weber (xmw)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber (xmw) @ 2015-06-01 12:27 UTC (permalink / raw
  To: gentoo-commits

xmw         15/06/01 12:27:21

  Modified:             mujs-0_p20150202.ebuild ChangeLog
  Log:
  Add -fPIC to CFLAGS for mupdf.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.2                  dev-lang/mujs/mujs-0_p20150202.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mujs/mujs-0_p20150202.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mujs/mujs-0_p20150202.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mujs/mujs-0_p20150202.ebuild?r1=1.1&r2=1.2

Index: mujs-0_p20150202.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/mujs/mujs-0_p20150202.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mujs-0_p20150202.ebuild	1 Jun 2015 12:05:28 -0000	1.1
+++ mujs-0_p20150202.ebuild	1 Jun 2015 12:27:21 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mujs/mujs-0_p20150202.ebuild,v 1.1 2015/06/01 12:05:28 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mujs/mujs-0_p20150202.ebuild,v 1.2 2015/06/01 12:27:21 xmw Exp $
 
 EAPI=5
 
-inherit eutils toolchain-funcs vcs-snapshot
+inherit eutils flag-o-matic toolchain-funcs vcs-snapshot
 
 DESCRIPTION="lightweight Javascript interpreter"
 HOMEPAGE="http://mujs.com/"
@@ -20,5 +20,8 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-Makefile.patch
+	# workaround for linkage of app-text/mupdf-1.7a
+	# TODO: generate a shared library and IUSE=static-libs
+	append-cflags -fPIC 
 	tc-export CC
 }



1.2                  dev-lang/mujs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/mujs/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	1 Jun 2015 12:05:28 -0000	1.1
+++ ChangeLog	1 Jun 2015 12:27:21 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/mujs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mujs/ChangeLog,v 1.1 2015/06/01 12:05:28 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mujs/ChangeLog,v 1.2 2015/06/01 12:27:21 xmw Exp $
+
+  01 Jun 2015; Michael Weber <xmw@gentoo.org> mujs-0_p20150202.ebuild:
+  Add -fPIC to CFLAGS for mupdf.
 
 *mujs-0_p20150202 (01 Jun 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-lang/mujs: mujs-0_p20150202.ebuild ChangeLog
@ 2015-06-01 12:30 Michael Weber (xmw)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber (xmw) @ 2015-06-01 12:30 UTC (permalink / raw
  To: gentoo-commits

xmw         15/06/01 12:30:38

  Modified:             mujs-0_p20150202.ebuild ChangeLog
  Log:
  Add keywords
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.3                  dev-lang/mujs/mujs-0_p20150202.ebuild

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

Index: mujs-0_p20150202.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/mujs/mujs-0_p20150202.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mujs-0_p20150202.ebuild	1 Jun 2015 12:27:21 -0000	1.2
+++ mujs-0_p20150202.ebuild	1 Jun 2015 12:30:38 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mujs/mujs-0_p20150202.ebuild,v 1.2 2015/06/01 12:27:21 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mujs/mujs-0_p20150202.ebuild,v 1.3 2015/06/01 12:30:38 xmw Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND=""
@@ -22,6 +22,6 @@
 	epatch "${FILESDIR}"/${P}-Makefile.patch
 	# workaround for linkage of app-text/mupdf-1.7a
 	# TODO: generate a shared library and IUSE=static-libs
-	append-cflags -fPIC 
+	append-cflags -fPIC
 	tc-export CC
 }



1.3                  dev-lang/mujs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/mujs/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	1 Jun 2015 12:27:21 -0000	1.2
+++ ChangeLog	1 Jun 2015 12:30:38 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/mujs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mujs/ChangeLog,v 1.2 2015/06/01 12:27:21 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mujs/ChangeLog,v 1.3 2015/06/01 12:30:38 xmw Exp $
+
+  01 Jun 2015; Michael Weber <xmw@gentoo.org> mujs-0_p20150202.ebuild:
+  Add keywords
 
   01 Jun 2015; Michael Weber <xmw@gentoo.org> mujs-0_p20150202.ebuild:
   Add -fPIC to CFLAGS for mupdf.





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

end of thread, other threads:[~2015-06-01 12:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-01 12:27 [gentoo-commits] gentoo-x86 commit in dev-lang/mujs: mujs-0_p20150202.ebuild ChangeLog Michael Weber (xmw)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-01 12:30 Michael Weber (xmw)

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