diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-06 21:45:04 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-06 21:45:04 +0200 |
commit | cb9526f8dc4b9a80af8f81c9a2d204a3efd63789 (patch) | |
tree | 9f5597910125a15df612ca9e1d308885397ed50f /app-xemacs/elib/elib-1.15.ebuild | |
parent | app-xemacs/eieio: version bump (diff) | |
download | gentoo-cb9526f8dc4b9a80af8f81c9a2d204a3efd63789.tar.gz gentoo-cb9526f8dc4b9a80af8f81c9a2d204a3efd63789.tar.bz2 gentoo-cb9526f8dc4b9a80af8f81c9a2d204a3efd63789.zip |
app-xemacs/elib: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/elib/elib-1.15.ebuild')
-rw-r--r-- | app-xemacs/elib/elib-1.15.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-xemacs/elib/elib-1.15.ebuild b/app-xemacs/elib/elib-1.15.ebuild new file mode 100644 index 000000000000..1bca6430fd89 --- /dev/null +++ b/app-xemacs/elib/elib-1.15.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="Portable Emacs Lisp utilities library" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |