diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-04 12:16:57 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-04 12:16:57 +0200 |
commit | 2351f044350043563d663bd3a26810ab89f6c35f (patch) | |
tree | a01d1c080214cf2c9589f54e50526f6cd6705eda /app-xemacs/ecrypto/ecrypto-0.23.ebuild | |
parent | app-xemacs/ecb: version bump (diff) | |
download | gentoo-2351f044350043563d663bd3a26810ab89f6c35f.tar.gz gentoo-2351f044350043563d663bd3a26810ab89f6c35f.tar.bz2 gentoo-2351f044350043563d663bd3a26810ab89f6c35f.zip |
app-xemacs/ecrypto: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/ecrypto/ecrypto-0.23.ebuild')
-rw-r--r-- | app-xemacs/ecrypto/ecrypto-0.23.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-xemacs/ecrypto/ecrypto-0.23.ebuild b/app-xemacs/ecrypto/ecrypto-0.23.ebuild new file mode 100644 index 000000000000..dad8da2a7467 --- /dev/null +++ b/app-xemacs/ecrypto/ecrypto-0.23.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="Crypto functionality in Emacs Lisp" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |