diff options
Diffstat (limited to 'app-xemacs/edict')
-rw-r--r-- | app-xemacs/edict/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/edict/edict-1.16.ebuild | 15 | ||||
-rw-r--r-- | app-xemacs/edict/edict-1.17.ebuild | 15 | ||||
-rw-r--r-- | app-xemacs/edict/metadata.xml | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/app-xemacs/edict/Manifest b/app-xemacs/edict/Manifest new file mode 100644 index 000000000000..c240242a4647 --- /dev/null +++ b/app-xemacs/edict/Manifest @@ -0,0 +1,2 @@ +DIST edict-1.16-pkg.tar.gz 96111 SHA256 53ea82a89ebf386f9ca127393fefafa9129221b5331078b3f93735252e6c212b SHA512 702d8d454310aaeb0804a96ed5f90c34eb2eeb72c598504404e257640a6cc153e5603cd7d8d1233b152e828fa44ec6919c7e0f9a9870a303b837db6dd5e0632c WHIRLPOOL 8f80bd2b71b5a396ca9822d8f9c4c0ca47f88c38c5159f315399c4894c0fcd596e9b698763ca53487f3db873ed4fbe3a82ff7685b6827d0dda0a57eed6c2e77f +DIST edict-1.17-pkg.tar.gz 96241 SHA256 78fc1d04a9ae2cf2bd430fdfb003474963475c7b80415057792b2d8a3b0f0fd2 SHA512 df70e1c128fd5d70ce9b5a927e25d3787b6f7e9bf7683c2da98e7a428d8bedbf2da9f1b26f7db41e94857cb30eed43e01eb9073b85a70650cabeea706599449c WHIRLPOOL 2d01ae3a7d6e58e5402636e13ac65fd050927c51cdef09a12a2395c9265e29aa47c2a4cfa9f2a1dd52b5600b2ec7e488e3570f8d97b312f56ed520878e24053a diff --git a/app-xemacs/edict/edict-1.16.ebuild b/app-xemacs/edict/edict-1.16.ebuild new file mode 100644 index 000000000000..eb688295ca99 --- /dev/null +++ b/app-xemacs/edict/edict-1.16.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="MULE: Lisp Interface to EDICT, Kanji Dictionary" +PKG_CAT="mule" + +RDEPEND="app-xemacs/mule-base +app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/edict/edict-1.17.ebuild b/app-xemacs/edict/edict-1.17.ebuild new file mode 100644 index 000000000000..18d9b261293a --- /dev/null +++ b/app-xemacs/edict/edict-1.17.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="MULE: Lisp Interface to EDICT, Kanji Dictionary" +PKG_CAT="mule" + +RDEPEND="app-xemacs/mule-base +app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/edict/metadata.xml b/app-xemacs/edict/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/edict/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>xemacs</herd> +</pkgmetadata> |