diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-04 12:04:11 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-04 12:04:11 +0200 |
commit | 44954f572e80535c5854bb52ae90b93833be0e83 (patch) | |
tree | af0e1917b8a7e6493251c669d5145ebf474f366b | |
parent | 0a6d0b171b6356cba57c8a3d0d54dc469cacf5e4 (diff) | |
download | gentoo-44954f572e80535c5854bb52ae90b93833be0e83.tar.gz gentoo-44954f572e80535c5854bb52ae90b93833be0e83.tar.xz |
app-xemacs/dictionary: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r-- | app-xemacs/dictionary/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/dictionary/dictionary-1.18.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/app-xemacs/dictionary/Manifest b/app-xemacs/dictionary/Manifest index 61b090d3024..450db84e50b 100644 --- a/app-xemacs/dictionary/Manifest +++ b/app-xemacs/dictionary/Manifest @@ -1 +1,2 @@ DIST dictionary-1.16-pkg.tar.gz 40085 BLAKE2B 413d5b82704eed5f96b99ffaedecdb149e8e562fa7e1a559cb396076d1ddae758fb634e00326f3f8682f7a1199905e3be7b0f271903f52faa532dbf31b8367fe SHA512 8dc0c0809d713f9eda280b110dbffa6f237c50ebb2e6c93f571efb3d22c1875ee5359fa91bc3faa58b3b0f431e75b84527262defb8aff5174a400be61f1a80dd +DIST dictionary-1.18-pkg.tar.gz 40135 BLAKE2B 1fab7942a70e622613a5e126d2e48403d6b0d5594aca00e4cff9ac56db03aa2379a9742301a5a959e54ba8ca29780bd138d871577e31dc72805a6ccdabc4b44a SHA512 bdcdf63eb60dfe1a296b22b7493d842cbb3ae210dfc4cbcf7602fd00e7791736690961bb339293e1fdcee2bb527b87c003acd0dc640dce0c4dd5208c03fb1386 diff --git a/app-xemacs/dictionary/dictionary-1.18.ebuild b/app-xemacs/dictionary/dictionary-1.18.ebuild new file mode 100644 index 00000000000..ecf40359c23 --- /dev/null +++ b/app-xemacs/dictionary/dictionary-1.18.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="Interface to RFC2229 dictionary servers" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |