summaryrefslogtreecommitdiff
path: root/dev-lang/mujs/mujs-0_p20161202.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/mujs/mujs-0_p20161202.ebuild')
-rw-r--r--dev-lang/mujs/mujs-0_p20161202.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-lang/mujs/mujs-0_p20161202.ebuild b/dev-lang/mujs/mujs-0_p20161202.ebuild
deleted file mode 100644
index 629e6c0a7763..000000000000
--- a/dev-lang/mujs/mujs-0_p20161202.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit 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=fd003eceda531e13fbdd1aeb6e9c73156496e569;sf=tgz -> ${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="arm"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0_p20150202-Makefile.patch"
- # workaround for linkage of app-text/mupdf-1.7a
- # TODO: generate a shared library and IUSE=static-libs
-)
-
-src_prepare() {
- default
- append-cflags -fPIC
- tc-export CC
-}
-
-src_install() {
- emake DESTDIR="${ED}" install
-}