From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mujs/
Date: Mon, 23 Jan 2017 08:24:46 +0000 (UTC) [thread overview]
Message-ID: <1485159879.12381cb62a6cbcae73d64f11777d742a9fc868b6.xmw@gentoo> (raw)
commit: 12381cb62a6cbcae73d64f11777d742a9fc868b6
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 08:23:59 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 08:24:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12381cb6
Revert "dev-lang/mujs: Cleanup (bug 595538)."
This reverts commit 9811282d7cd7d26dfd47d6b33ebdaf4c1cca20d7.
dev-lang/mujs/Manifest | 2 ++
dev-lang/mujs/mujs-0_p20150202.ebuild | 31 +++++++++++++++++++++++++++++++
dev-lang/mujs/mujs-0_p20160504.ebuild | 31 +++++++++++++++++++++++++++++++
3 files changed, 64 insertions(+)
diff --git a/dev-lang/mujs/Manifest b/dev-lang/mujs/Manifest
index f4e7014..0d9cdc2 100644
--- a/dev-lang/mujs/Manifest
+++ b/dev-lang/mujs/Manifest
@@ -1 +1,3 @@
+DIST mujs-0_p20150202.tar.gz 96743 SHA256 c757bfec7ad9864d85d710cd0b413a4909e9dfc418e036e7b0692bb6acd25305 SHA512 28a1b95fcf09098e0882fe0bc989696961c39ae9d4fb2d00f61b84778431b1c9973f1dcc3c9dee277ba4827b2bf1fd323502d9c6469cb5179c6fb1a04bbbd0e1 WHIRLPOOL 17166bad1594bcee38569531ded73abf24f99b98d7434f535775287d1baa16f2106a53a05359d40c504fbf64981e9bd92ccdbab14a41afa03d9a0d34dd553a94
+DIST mujs-0_p20160504.tar.gz 104982 SHA256 8c3bf2bc7a1b0dadf4ef5078aa4234692a98a979890d7866672127b375d3948f SHA512 13ba2bb9c2d6f15787fc2ed79534af511d100b1dadcac92b729a27815e4f8d8eb10e507f010d1be32f927b54e4a41d395de97cbc645ab34db012267410bc6d47 WHIRLPOOL 2f328c7fe7744ded0d13c00dbd5e6813bf05d7f3ef977c4901c02f00764c82d6c06ceb3b8c16a046c93889eb1ac27cb5f5b1f0472de000defdbc54176a1863bd
DIST mujs-0_p20161202.tar.gz 105413 SHA256 45754e225357d7707905e14a8709057b8089fb3977fad8611f220aececb5507c SHA512 90dd1bce44740715a6f642bdb376be230c4a03c7970c2026479cf014a080b98b56a2131ca7ef8bf9c05b91285fe7dcc21dd4ca83879750351d57088408a62cbc WHIRLPOOL 5450af5567c19903a1548103b0b4a6d0f8cf83a68f3c377be0dd455cea8cf287dbd821db144c03a8322f0064f535a4540aeb234939b3e56c32efd1090624ccaa
diff --git a/dev-lang/mujs/mujs-0_p20150202.ebuild b/dev-lang/mujs/mujs-0_p20150202.ebuild
new file mode 100644
index 00000000..c5c6d40
--- /dev/null
+++ b/dev-lang/mujs/mujs-0_p20150202.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils flag-o-matic toolchain-funcs vcs-snapshot
+
+DESCRIPTION="lightweight Javascript interpreter"
+HOMEPAGE="http://mujs.com/"
+SRC_URI="http://git.ghostscript.com/?p=mujs.git;a=snapshot;h=c1ad1ba1e482e7d01743e3f4f9517572bebf99ac;sf=tgz -> ${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+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
+}
+
+src_install() {
+ emake DESTDIR="${ED}" install
+}
diff --git a/dev-lang/mujs/mujs-0_p20160504.ebuild b/dev-lang/mujs/mujs-0_p20160504.ebuild
new file mode 100644
index 00000000..5938ab5
--- /dev/null
+++ b/dev-lang/mujs/mujs-0_p20160504.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils flag-o-matic toolchain-funcs vcs-snapshot
+
+DESCRIPTION="lightweight Javascript interpreter"
+HOMEPAGE="http://mujs.com/"
+SRC_URI="http://git.ghostscript.com/?p=mujs.git;a=snapshot;h=1930f35933654d02234249b8c9b8c0d1c8c9fb6b;sf=tgz -> ${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-0_p20150202-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
+}
+
+src_install() {
+ emake DESTDIR="${ED}" install
+}
next reply other threads:[~2017-01-23 8:24 UTC|newest]
Thread overview: 155+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-23 8:24 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-30 7:59 [gentoo-commits] repo/gentoo:master commit in: dev-lang/mujs/ Sam James
2024-08-20 5:08 Joonas Niilola
2024-08-20 5:08 Joonas Niilola
2024-08-19 19:23 Sam James
2024-08-19 19:23 Sam James
2024-08-19 19:22 Sam James
2024-08-19 19:22 Sam James
2024-07-20 6:42 Joonas Niilola
2024-07-20 6:42 Joonas Niilola
2024-03-13 6:26 Arthur Zamarin
2024-03-12 21:13 Arthur Zamarin
2024-03-12 20:42 Arthur Zamarin
2024-03-12 19:29 Arthur Zamarin
2024-03-12 19:29 Arthur Zamarin
2024-03-12 19:29 Arthur Zamarin
2024-03-12 19:29 Arthur Zamarin
2024-01-20 12:04 Sam James
2023-05-29 20:34 Sam James
2023-05-29 17:49 Arthur Zamarin
2023-05-29 14:28 Sam James
2023-05-29 14:28 Sam James
2023-05-29 14:28 Sam James
2023-05-29 14:28 Sam James
2023-05-29 14:22 Sam James
2023-03-19 17:36 Arthur Zamarin
2023-01-09 12:51 Joonas Niilola
2023-01-06 22:23 Sam James
2023-01-06 22:23 Sam James
2023-01-06 21:51 Sam James
2023-01-06 21:51 Sam James
2023-01-06 21:51 Sam James
2023-01-06 21:51 Sam James
2023-01-06 21:51 Sam James
2022-12-24 7:42 Sam James
2022-11-12 6:12 WANG Xuerui
2022-11-03 2:05 WANG Xuerui
2022-11-02 14:24 Joonas Niilola
2022-11-02 14:24 Joonas Niilola
2022-01-28 19:13 Arthur Zamarin
2022-01-28 18:45 Arthur Zamarin
2022-01-28 9:34 Agostino Sarubbo
2022-01-28 9:33 Agostino Sarubbo
2022-01-28 9:30 Agostino Sarubbo
2022-01-28 2:34 Sam James
2022-01-28 2:34 Sam James
2021-12-29 1:59 Sam James
2021-12-29 1:58 Sam James
2021-12-25 19:48 Sam James
2021-12-25 19:48 Sam James
2021-12-17 0:40 Sam James
2021-07-19 14:24 Yixun Lan
2021-07-16 21:44 Sam James
2021-07-13 20:05 Sam James
2021-07-13 20:05 Sam James
2021-07-13 6:28 Agostino Sarubbo
2021-07-13 0:05 Sam James
2021-07-13 0:05 Sam James
2021-07-13 0:05 Sam James
2021-06-10 19:23 Sam James
2021-05-31 11:40 Sam James
2021-05-29 8:53 Agostino Sarubbo
2021-05-29 8:43 Agostino Sarubbo
2021-05-29 8:41 Agostino Sarubbo
2021-05-29 6:13 Sam James
2021-05-29 6:13 Sam James
2021-05-29 6:13 Sam James
2021-05-03 20:20 Sam James
2021-04-28 18:47 Sam James
2021-04-20 15:02 Sam James
2021-04-20 15:02 Sam James
2021-04-14 22:03 Sam James
2021-03-28 12:52 Sam James
2021-03-26 11:50 Agostino Sarubbo
2021-03-25 21:29 Sam James
2021-03-25 16:27 Agostino Sarubbo
2021-03-24 19:42 Sam James
2021-03-23 4:53 Sam James
2021-03-23 4:04 Sam James
2021-03-23 4:04 Sam James
2021-03-23 4:04 Sam James
2021-03-17 1:44 Sam James
2021-02-05 10:37 Sam James
2020-12-21 22:41 Sam James
2020-12-20 6:29 Sam James
2020-11-17 19:05 Agostino Sarubbo
2020-11-01 14:22 Sam James
2020-10-28 22:34 Sam James
2020-10-26 7:29 Sergei Trofimovich
2020-10-25 23:24 Sam James
2020-10-25 23:08 Thomas Deutschmann
2020-10-25 22:13 Sam James
2020-10-24 17:46 Sergei Trofimovich
2020-10-24 11:08 Sergei Trofimovich
2020-10-24 11:03 Sergei Trofimovich
2020-10-13 23:21 Sam James
2020-09-04 15:55 Sam James
2020-09-01 20:54 Sam James
2020-08-29 17:57 Thomas Deutschmann
2020-08-28 22:21 Sergei Trofimovich
2020-08-25 12:56 Sam James
2020-08-25 0:41 Sam James
2020-06-26 20:45 Thomas Deutschmann
2020-06-26 20:45 Thomas Deutschmann
2020-06-26 20:45 Thomas Deutschmann
2020-04-27 17:08 Sergei Trofimovich
2020-04-26 15:33 Agostino Sarubbo
2020-04-26 15:32 Agostino Sarubbo
2020-04-26 15:31 Agostino Sarubbo
2020-04-26 15:30 Agostino Sarubbo
2020-04-26 15:29 Agostino Sarubbo
2020-04-26 14:19 Agostino Sarubbo
2020-04-26 14:16 Agostino Sarubbo
2019-08-11 9:07 Sergei Trofimovich
2019-07-05 19:05 Virgil Dupras
2019-06-02 11:53 Virgil Dupras
2019-05-17 2:47 Aaron Bauman
2019-02-12 12:12 Mikle Kolyada
2019-02-12 12:12 Mikle Kolyada
2019-01-31 14:23 Tobias Klausmann
2019-01-21 1:19 Virgil Dupras
2019-01-17 22:41 Sergei Trofimovich
2019-01-17 8:29 Sergei Trofimovich
2019-01-17 8:08 Sergei Trofimovich
2019-01-15 22:10 Thomas Deutschmann
2019-01-13 9:43 Sergei Trofimovich
2019-01-12 23:57 Sergei Trofimovich
2019-01-12 14:23 Virgil Dupras
2019-01-12 14:02 Virgil Dupras
2019-01-05 17:19 Mikle Kolyada
2018-11-17 15:08 Mikle Kolyada
2018-10-30 0:11 Virgil Dupras
2018-10-14 9:14 Sergei Trofimovich
2018-10-14 8:59 Sergei Trofimovich
2018-10-13 16:14 Sergei Trofimovich
2018-10-13 6:56 Tobias Klausmann
2018-10-12 19:08 Sergei Trofimovich
2018-10-11 19:51 Agostino Sarubbo
2018-10-09 21:24 Thomas Deutschmann
2018-10-07 2:15 Virgil Dupras
2017-09-16 12:10 Jeroen Roovers
2017-06-30 7:39 Alexis Ballier
2017-05-24 13:27 Michał Górny
2017-05-23 13:36 Tobias Klausmann
2017-02-22 11:45 Michael Weber
2017-02-05 16:57 Markus Meier
2017-01-23 1:25 Michael Weber
2017-01-12 9:30 Jeroen Roovers
2017-01-10 14:56 Agostino Sarubbo
2017-01-04 12:34 David Seifert
2016-10-30 8:17 Pacho Ramos
2016-06-13 20:51 Michael Weber
2016-05-30 20:11 Michael Weber
2016-04-29 5:57 Jeroen Roovers
2016-04-10 8:45 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1485159879.12381cb62a6cbcae73d64f11777d742a9fc868b6.xmw@gentoo \
--to=xmw@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox