mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-03 04:00:54 +02:00
mujs: remove in gentoo's favour
This commit is contained in:
parent
8f0f06da9b
commit
68232ddf26
2 changed files with 0 additions and 48 deletions
|
|
@ -1,24 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: blshkv Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils git-2
|
||||
|
||||
DESCRIPTION="An embeddable Javascript interpreter in C."
|
||||
HOMEPAGE="http://mupdf.com/"
|
||||
EGIT_REPO_URI="https://github.com/ccxvii/mujs.git"
|
||||
EGIT_COMMIT="a381ba196327a606bfe0849436a8955d0cb729fc"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="app-text/mupdf"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install(){
|
||||
emake DESTDIR="${D}" prefix="/usr" install
|
||||
}
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: blshkv Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils git-2
|
||||
|
||||
DESCRIPTION="An embeddable Javascript interpreter in C."
|
||||
HOMEPAGE="http://mupdf.com/"
|
||||
EGIT_REPO_URI="https://github.com/ccxvii/mujs.git"
|
||||
EGIT_COMMIT="40dd4a252f13086148e49bc2763515ceb914b6a8"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="app-text/mupdf"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install(){
|
||||
emake DESTDIR="${D}" prefix="/usr" install
|
||||
}
|
||||
Loading…
Reference in a new issue