1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-01-01 19:42:29 +01:00

Remove jsl ebuild

This commit is contained in:
2022-08-13 12:56:37 +02:00
parent 6d39616584
commit 6e7d84d46e
2 changed files with 0 additions and 38 deletions

View File

@@ -1,2 +0,0 @@
DIST jsl-0.3.0-src.tar.gz 924756 BLAKE2B 19fbe504e84729af66356d3c79906f271c69c8c62b3f03261fa439523ab2184f4e0a2a2589c614fb7651135f3f16026bdb917ec6a7a118b53aa1f36b9144e982 SHA512 4e1dd6498a6c671ff33adbaafc0a8cc5167d935a0b6300f86f7a101c25a789a4e7a43f30ff61f3f8777a77b6206b59af1f53155500f797925c5ed8d22c62d1cf
EBUILD jsl-0.3.0.ebuild 720 BLAKE2B fdfdbc48360f6f8f8c10d0cb4180fbfa988e41dd88fea0440c2220bb7b7c43eb148a0bbb0d791ff9f667f790ce05aba80917d8fd91f6705ac719230d1c40e8db SHA512 12180facbc4dc506cd931b2c816caf80fc4c83bd52b26f106ebb596e0610d262ef17bc6d89ff90248afdade7bb6f69071bbfe0a7777f9439c026d29ac08601e6

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils
DESCRIPTION="Check your JavaScript source code for common mistakes."
HOMEPAGE="http://javascriptlint.com/"
SRC_URI="http://javascriptlint.com/download/${P}-src.tar.gz"
LICENSE="GPL"
IUSE=""
KEYWORDS="~x86 ~amd64"
SLOT="0"
DEPEND=""
RDEPEND=""
src_compile() {
cd "${S}/src"
emake -j1 -f Makefile.ref|| die "Make failed"
}
src_install() {
cd "${S}/src/Linux_All_DBG.OBJ"
exeinto "/usr/bin"
doexe "jsl"
}
pkg_postinst() {
einfo
einfo "Run jsl -help:conf to get a sample config file"
einfo "For further information, check http://javascriptlint.com/docs/index.htm"
einfo
}