diff options
Diffstat (limited to 'app-xemacs/skk')
-rw-r--r-- | app-xemacs/skk/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/skk/metadata.xml | 5 | ||||
-rw-r--r-- | app-xemacs/skk/skk-1.23.ebuild | 18 | ||||
-rw-r--r-- | app-xemacs/skk/skk-1.24.ebuild | 18 |
4 files changed, 43 insertions, 0 deletions
diff --git a/app-xemacs/skk/Manifest b/app-xemacs/skk/Manifest new file mode 100644 index 000000000000..eae7a9c30638 --- /dev/null +++ b/app-xemacs/skk/Manifest @@ -0,0 +1,2 @@ +DIST skk-1.23-pkg.tar.gz 1506691 SHA256 51a4d0259d95501749be0181a934cfaf161c4ff669512420a455b3a260e9ef74 SHA512 aaad61a9db6e48d03f1decb15c1d7797d437cc10f2ecfaba6c37c0c6f8e73f87d08d378c548f0a9a168ae6c7043d8087e6db532eb74732dfc2d588cba1215656 WHIRLPOOL 5faa5ac93e6bfcc6108d050bbf5d5e70ca232f8084674c855ab3db29a8135e76596f047e54db1cbaff2a38db24e5477f38732040ed0f661cc83463ef66f21f07 +DIST skk-1.24-pkg.tar.gz 1464019 SHA256 148a661e7152d7ba33bfcae5ec4198442e0a17767efd4954b1eff00b3e31e156 SHA512 391c3f0a65e50ac14bcd251bd53f6fd5eba2461f52f5753553138f39291e8415428db8b326adc58d6bb0a30dfe6607c67770b3df841e5aa2c4fd1a1e1028f285 WHIRLPOOL 848c74eb8f0c8d8a87f6045abb593e86e3d3c1f7a9da39f4d1d4d0820b66a8eb74f742a75edd452f64ee153fe797f1734cec0fd312af11e01dab5da49704eb31 diff --git a/app-xemacs/skk/metadata.xml b/app-xemacs/skk/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/skk/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> diff --git a/app-xemacs/skk/skk-1.23.ebuild b/app-xemacs/skk/skk-1.23.ebuild new file mode 100644 index 000000000000..63266a8796cf --- /dev/null +++ b/app-xemacs/skk/skk-1.23.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="MULE: Japanese Language Input Method" +PKG_CAT="mule" + +DEPEND="app-xemacs/viper +app-xemacs/mule-base +app-xemacs/elib +app-xemacs/xemacs-base +app-xemacs/apel +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/skk/skk-1.24.ebuild b/app-xemacs/skk/skk-1.24.ebuild new file mode 100644 index 000000000000..66de6edb4b58 --- /dev/null +++ b/app-xemacs/skk/skk-1.24.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="MULE: Japanese Language Input Method" +PKG_CAT="mule" + +RDEPEND="app-xemacs/viper +app-xemacs/mule-base +app-xemacs/elib +app-xemacs/xemacs-base +app-xemacs/apel +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages |