2018-10-20 22:33:41 +03:00
|
|
|
# Copyright 1999-2018 Gentoo Authors
|
2018-08-13 01:00:51 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
DESCRIPTION="Support for Sparcworks.."
|
|
|
|
XEMACS_PKG_CAT="standard"
|
|
|
|
|
|
|
|
MY_PN="Sun"
|
|
|
|
SRC_URI="http://ftp.xemacs.org/pub/xemacs/packages/${MY_PN}-${PV}-pkg.tar.gz"
|
|
|
|
|
|
|
|
RDEPEND="app-xemacs/cc-mode
|
|
|
|
app-xemacs/xemacs-base
|
|
|
|
"
|
2018-12-03 00:04:00 +03:00
|
|
|
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
|
2018-08-13 01:00:51 +03:00
|
|
|
|
|
|
|
inherit xemacs-packages
|