diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-11 09:03:18 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-11 09:03:18 +0200 |
commit | 0a0612cbebac2465355501b08ef9327fcf474f39 (patch) | |
tree | 3ca912e220f86b721d07993117cb164bbd0ca590 /app-xemacs/xwem/xwem-1.26.ebuild | |
parent | app-xemacs/xlib: version bump (diff) | |
download | gentoo-0a0612cbebac2465355501b08ef9327fcf474f39.tar.gz gentoo-0a0612cbebac2465355501b08ef9327fcf474f39.tar.bz2 gentoo-0a0612cbebac2465355501b08ef9327fcf474f39.zip |
app-xemacs/xwem: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/xwem/xwem-1.26.ebuild')
-rw-r--r-- | app-xemacs/xwem/xwem-1.26.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-xemacs/xwem/xwem-1.26.ebuild b/app-xemacs/xwem/xwem-1.26.ebuild new file mode 100644 index 000000000000..9eab91059292 --- /dev/null +++ b/app-xemacs/xwem/xwem-1.26.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="X Emacs Window Manager" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/xlib +app-xemacs/strokes +app-xemacs/edit-utils +app-xemacs/text-modes +app-xemacs/time +app-xemacs/slider +app-xemacs/elib +app-xemacs/ilisp +app-xemacs/mail-lib +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |