Install this version:
emerge -a =gnustep-apps/gemas-0.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gnustep-apps/gemas-0.4
Or alternatively:
emerge --autounmask-write -a =gnustep-apps/gemas-0.4
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit gnustep-2
MY_P=${P/g/G}
DESCRIPTION="a simple code editor for GNUstep"
HOMEPAGE="http://wiki.gnustep.org/index.php/Gemas.app"
SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="projectcenter"
DEPEND=">=gnustep-libs/highlighterkit-0.1.2
>=virtual/gnustep-back-0.22.0
projectcenter? ( gnustep-apps/projectcenter )"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
PATCHES=( "${FILESDIR}"/${P}-bundle_makefile.patch )
src_compile() {
gnustep-base_src_compile
if use projectcenter;
then
cd Bundle/Gemas || die
egnustep_make
fi
}
src_install() {
gnustep-base_src_install
if use projectcenter;
then
cd Bundle/Gemas || die
egnustep_install
fi
}
Manage flags for this package:
euse -i <flag> -p gnustep-apps/gemas |
euse -E <flag> -p gnustep-apps/gemas |
euse -D <flag> -p gnustep-apps/gemas
>=gnustep-libs/highlighterkit-0.1.2 >=virtual/gnustep-back-0.22.0 projectcenter? ( gnustep-apps/projectcenter )
>=gnustep-libs/highlighterkit-0.1.2 >=virtual/gnustep-back-0.22.0 projectcenter? ( gnustep-apps/projectcenter )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | Gemas-0.4.tar.gz | 552558 bytes | mirror://nongnu/gnustep-nonfsf/Gemas-0.4.tar.gz |