mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-01-04 21:04:18 +01:00
Cleanup KickAssembler ebuilds.
This commit is contained in:
@@ -1,20 +1,14 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit java-pkg-2
|
||||
|
||||
DESCRIPTION="Cross assembler for 6510 code"
|
||||
HOMEPAGE="http://www.theweb.dk/KickAssembler/Main.php"
|
||||
if [[ ${PV} == "9999" ]]; then
|
||||
SRC_URI="http://www.theweb.dk/KickAssembler/${PN}.zip"
|
||||
KEYWORDS=""
|
||||
else
|
||||
SRC_URI="http://www.theweb.dk/KickAssembler/${PN}${PV}.zip"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
SRC_URI="http://www.theweb.dk/KickAssembler/${PN}.zip"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user