diff options
author | 2018-08-11 00:17:11 +0200 | |
---|---|---|
committer | 2018-08-11 00:17:11 +0200 | |
commit | 40270d475b19e1dde05e0514169fae43dbc4f685 (patch) | |
tree | 0182f0f455540ab5e97e576a2430b7a63ffb2498 /app-xemacs/pc/pc-1.30.ebuild | |
parent | app-xemacs/os-utils: version bump (diff) | |
download | gentoo-40270d475b19e1dde05e0514169fae43dbc4f685.tar.gz gentoo-40270d475b19e1dde05e0514169fae43dbc4f685.tar.bz2 gentoo-40270d475b19e1dde05e0514169fae43dbc4f685.zip |
app-xemacs/pc: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/pc/pc-1.30.ebuild')
-rw-r--r-- | app-xemacs/pc/pc-1.30.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-xemacs/pc/pc-1.30.ebuild b/app-xemacs/pc/pc-1.30.ebuild new file mode 100644 index 00000000000..ea5fa3da398 --- /dev/null +++ b/app-xemacs/pc/pc-1.30.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="PC style interface emulation" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |