diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-04 10:13:33 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-04 10:13:33 +0200 |
commit | 2e19997557af34eca4d74f60bfc5ac7c67370aad (patch) | |
tree | 453038c49b4e28194b2ee2808e3f105d130b92db /app-xemacs/build/build-1.18.ebuild | |
parent | app-xemacs/bbdb: Version bump (diff) | |
download | gentoo-2e19997557af34eca4d74f60bfc5ac7c67370aad.tar.gz gentoo-2e19997557af34eca4d74f60bfc5ac7c67370aad.tar.bz2 gentoo-2e19997557af34eca4d74f60bfc5ac7c67370aad.zip |
app-xemacs/build: Version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/build/build-1.18.ebuild')
-rw-r--r-- | app-xemacs/build/build-1.18.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-xemacs/build/build-1.18.ebuild b/app-xemacs/build/build-1.18.ebuild new file mode 100644 index 000000000000..d9ebc65fdffc --- /dev/null +++ b/app-xemacs/build/build-1.18.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Build XEmacs from within (UNIX, Windows)" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/pcl-cvs +app-xemacs/dired +app-xemacs/w3 +app-xemacs/prog-modes +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |