diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-09 22:26:55 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-09 22:26:55 +0200 |
commit | 6c817a3bc955440b0a1f4a2c92691a5adaffd938 (patch) | |
tree | 501c3160df8a5f4f93e21a5b59f9b483fad485fc /app-xemacs/general-docs/general-docs-1.10.ebuild | |
parent | app-xemacs/games: version bump (diff) | |
download | gentoo-6c817a3bc955440b0a1f4a2c92691a5adaffd938.tar.gz gentoo-6c817a3bc955440b0a1f4a2c92691a5adaffd938.tar.bz2 gentoo-6c817a3bc955440b0a1f4a2c92691a5adaffd938.zip |
app-xemacs/general-docs: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/general-docs/general-docs-1.10.ebuild')
-rw-r--r-- | app-xemacs/general-docs/general-docs-1.10.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-xemacs/general-docs/general-docs-1.10.ebuild b/app-xemacs/general-docs/general-docs-1.10.ebuild new file mode 100644 index 000000000000..d0abd3616be9 --- /dev/null +++ b/app-xemacs/general-docs/general-docs-1.10.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="General XEmacs documentation" +XEMACS_PKG_CAT="standard" + +RDEPEND="" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |