diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-xemacs/ecrypto | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-xemacs/ecrypto')
-rw-r--r-- | app-xemacs/ecrypto/Manifest | 5 | ||||
-rw-r--r-- | app-xemacs/ecrypto/ecrypto-0.20.ebuild | 14 | ||||
-rw-r--r-- | app-xemacs/ecrypto/ecrypto-0.21.ebuild | 14 | ||||
-rw-r--r-- | app-xemacs/ecrypto/metadata.xml | 8 |
4 files changed, 41 insertions, 0 deletions
diff --git a/app-xemacs/ecrypto/Manifest b/app-xemacs/ecrypto/Manifest new file mode 100644 index 000000000000..9170568b5a8a --- /dev/null +++ b/app-xemacs/ecrypto/Manifest @@ -0,0 +1,5 @@ +DIST ecrypto-0.20-pkg.tar.gz 76257 BLAKE2B f9ae37e7addb3670a162ac36750def814121da60864372ab1f75ceacd7133e7071d94962b41a103a27edd081d0f093859eb2db6f6a84f3dcb9517e12af37fe1e SHA512 bacf0b8e5ee3c11aed744a9e7a3b33a7e4d10aa698b43b95226cc476db0daaa821b1d8e9fd64a487efc8a8c69b932c3112020815ca8abfaa7e5b08785d8b3e9b +DIST ecrypto-0.21-pkg.tar.gz 76396 BLAKE2B b5f730a90370968ab5596a5b0ec8ee72ec93eb71f14df30161be19a9d0b2b8ca82195df462c80120aca3dc6189a1a2158b724eae7ac21c47c88332db79c4f9bb SHA512 b5d74079d940753a809ac294f466ee93244f5c96a79d9af26a45d005ed9b2b4ccb2459baeb63430b8e3dab44db31ea845ec8c64c8d57482e382955b793510e67 +EBUILD ecrypto-0.20.ebuild 303 BLAKE2B 1bb6a31fc02fd4b846009e4df9c00c3d2d7a9436dbbada3ec210dbada7de27510ce3c38138d488943c241f09771e8caeed6f1a4976c6b29d1f7be689ab07da42 SHA512 4d7ca5139b9dddb25f809c2ca54fca91f65574b2e9e722a8544bf2d5ee916c62ea54e9fd9340d39f6e3ce73a02cd281690dfa402693ee48e50f51383aa82cf50 +EBUILD ecrypto-0.21.ebuild 303 BLAKE2B 1bb6a31fc02fd4b846009e4df9c00c3d2d7a9436dbbada3ec210dbada7de27510ce3c38138d488943c241f09771e8caeed6f1a4976c6b29d1f7be689ab07da42 SHA512 4d7ca5139b9dddb25f809c2ca54fca91f65574b2e9e722a8544bf2d5ee916c62ea54e9fd9340d39f6e3ce73a02cd281690dfa402693ee48e50f51383aa82cf50 +MISC metadata.xml 261 BLAKE2B 2bc0ee46f3970104b4897908fe0ed8532badcb765971ce704f7d2b06e3556a066f0ca41c2a60e7612352167338ff88e579c89be7ff229de9d8722aef3ca9ca05 SHA512 02e04fab2304da6c05c55b2aeb44563d99a7a6db37ada15993575509ed47fc7f4eb97b6a03fd30535aeb5e30f57ee908917b9c25841fd3619914360b0629f20a diff --git a/app-xemacs/ecrypto/ecrypto-0.20.ebuild b/app-xemacs/ecrypto/ecrypto-0.20.ebuild new file mode 100644 index 000000000000..862728af345e --- /dev/null +++ b/app-xemacs/ecrypto/ecrypto-0.20.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2017 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 diff --git a/app-xemacs/ecrypto/ecrypto-0.21.ebuild b/app-xemacs/ecrypto/ecrypto-0.21.ebuild new file mode 100644 index 000000000000..862728af345e --- /dev/null +++ b/app-xemacs/ecrypto/ecrypto-0.21.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2017 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 diff --git a/app-xemacs/ecrypto/metadata.xml b/app-xemacs/ecrypto/metadata.xml new file mode 100644 index 000000000000..c7dd5514fddf --- /dev/null +++ b/app-xemacs/ecrypto/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>xemacs@gentoo.org</email> + <name>Gentoo XEmacs project</name> + </maintainer> +</pkgmetadata> |