summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2003-09-25 18:53:37 +0000
committerMamoru Komachi <usata@gentoo.org>2003-09-25 18:53:37 +0000
commite7f3f61e947790c9276741bd79a2e7f3b021ff34 (patch)
treed86fc478dbd9e3ed300e314515d0c7245e551932
parentMoved snapshots from app-i18n/anthy (diff)
downloadhistorical-e7f3f61e947790c9276741bd79a2e7f3b021ff34.tar.gz
historical-e7f3f61e947790c9276741bd79a2e7f3b021ff34.tar.bz2
historical-e7f3f61e947790c9276741bd79a2e7f3b021ff34.zip
Moved snapshot ebuilds to app-i18n/anthy-ss
-rw-r--r--app-i18n/anthy/ChangeLog6
-rw-r--r--app-i18n/anthy/Manifest10
-rw-r--r--app-i18n/anthy/anthy-4507.ebuild72
-rw-r--r--app-i18n/anthy/anthy-4515.ebuild72
-rw-r--r--app-i18n/anthy/anthy-4519.ebuild72
-rw-r--r--app-i18n/anthy/files/digest-anthy-45071
-rw-r--r--app-i18n/anthy/files/digest-anthy-45151
-rw-r--r--app-i18n/anthy/files/digest-anthy-45191
-rw-r--r--app-i18n/anthy/metadata.xml4
9 files changed, 7 insertions, 232 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog
index 33ef4e07fb1c..e8888700a6af 100644
--- a/app-i18n/anthy/ChangeLog
+++ b/app-i18n/anthy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/anthy
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.7 2003/09/22 00:47:26 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.8 2003/09/25 18:53:32 usata Exp $
+
+ 26 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> anthy-4507.ebuild,
+ anthy-4515.ebuild, anthy-4519.ebuild:
+ Moved snapshots to app-i18n/anthy-ss
*anthy-4519 (22 Sep 2003)
diff --git a/app-i18n/anthy/Manifest b/app-i18n/anthy/Manifest
index 7e04280bb00e..fde782908ca0 100644
--- a/app-i18n/anthy/Manifest
+++ b/app-i18n/anthy/Manifest
@@ -1,11 +1,5 @@
MD5 0e66c441f8e430640bd8662b54b3da31 anthy-4300b.ebuild 951
-MD5 110027f473a759d42095c0b178b41f19 metadata.xml 846
-MD5 872a69c5b767628664655b39ce5b9f1f ChangeLog 1978
-MD5 504ba8bdd957163fd2a58579465236a7 anthy-4507.ebuild 1800
-MD5 3ef881b5012bdeb81381bda691712ebe anthy-4515.ebuild 1801
-MD5 76cba2c8d88c3dd75cd6358c18dd7c6a anthy-4519.ebuild 1798
+MD5 65ba669c399cf14ce56239f65d6e86ca metadata.xml 631
+MD5 e06420d22628e4605f40f98e1864a4ed ChangeLog 2126
MD5 83e271d277525e627be3756f01c7010e files/digest-anthy-4300b 64
MD5 d91fcb424ec63b588900d2d88a8bcee2 files/50anthy-gentoo.el 99
-MD5 7bbcd511928477630332c6bd34c6e528 files/digest-anthy-4507 63
-MD5 8d9909abec0c2c896ebb184e5f1b2af9 files/digest-anthy-4515 63
-MD5 7cc76494f7d2185070a6b156a13b3f39 files/digest-anthy-4519 63
diff --git a/app-i18n/anthy/anthy-4507.ebuild b/app-i18n/anthy/anthy-4507.ebuild
deleted file mode 100644
index 21a65454f2f3..000000000000
--- a/app-i18n/anthy/anthy-4507.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-4507.ebuild,v 1.3 2003/09/22 00:47:29 usata Exp $
-
-inherit elisp-common
-
-IUSE="emacs"
-
-DESCRIPTION="Anthy -- free and secure Japanese input system"
-HOMEPAGE="http://anthy.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/anthy/5847/${P}.tar.gz"
-
-# This branch, so-called anthy-ss (snapshot) is a development branch,
-# so it is not intended to be marked as stable. It will remain unstable
-# all the time unless there comes another -ss branch.
-KEYWORDS="~x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-S="${WORKDIR}/${P}"
-
-DEPEND="virtual/glibc
- emacs? ( virtual/emacs )
- >=app-dicts/canna-cannadic-0.95-r1"
-RDEPEND="virtual/glibc
- emacs? ( virtual/emacs )"
-
-SITEFILE="50anthy-gentoo.el"
-
-src_compile() {
-
- local myconf cannadicdir
- cannadicdir=/var/lib/canna/dic/canna
-
- use emacs \
- || myconf="${myconf} EMACS=no"
-
- if has_version 'app-dicts/canna-zipcode' ; then
- einfo "Adding zipcode.t and jigyosyo.t to anthy.dic."
- cp ${cannadicdir}/{zipcode,jigyosyo}.t mkanthydic
- sed -i -e "/^EXTRA_DICS/s|$| zipcode.t jigyosyo.t|" \
- mkanthydic/Makefile.{in,am}
- fi
- if has_version 'app-dicts/canna-2ch' ; then
- einfo "Adding nichan.ctd to anthy.dic."
- cp ${cannadicdir}/nichan.ctd mkanthydic/2ch.t
- sed -i -e "/^EXTRA_DICS/s|$| 2ch.t|" \
- mkanthydic/Makefile.{in,am}
- fi
-
- econf ${myconf} --with-cannadic=${cannadicdir} || die
- emake || die
-}
-
-src_install() {
- einstall || die
-
- use emacs && elisp-site-file-install ${FILESDIR}/${SITEFILE}
-
- dodoc AUTHORS ChangeLog DIARY INSTALL NEWS README \
- doc/[A-Z0-9][A-Z0-9]* doc/protocol.txt
-}
-
-pkg_postinst() {
-
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-
- use emacs && elisp-site-regen
-}
diff --git a/app-i18n/anthy/anthy-4515.ebuild b/app-i18n/anthy/anthy-4515.ebuild
deleted file mode 100644
index da89df0b4393..000000000000
--- a/app-i18n/anthy/anthy-4515.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-4515.ebuild,v 1.2 2003/09/22 00:47:29 usata Exp $
-
-inherit elisp-common
-
-IUSE="emacs"
-
-DESCRIPTION="Anthy -- free and secure Japanese input system"
-HOMEPAGE="http://anthy.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/anthy/5939/${P}.tar.gz"
-
-# This branch, so-called anthy-ss (snapshot), is a development branch,
-# so it is not intended to be marked as stable. It will remain unstable
-# all the time unless there comes another -ss branch.
-KEYWORDS="~x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-S="${WORKDIR}/${P}"
-
-DEPEND="virtual/glibc
- emacs? ( virtual/emacs )
- >=app-dicts/canna-cannadic-0.95-r1"
-RDEPEND="virtual/glibc
- emacs? ( virtual/emacs )"
-
-SITEFILE="50anthy-gentoo.el"
-
-src_compile() {
-
- local myconf cannadicdir
- cannadicdir=/var/lib/canna/dic/canna
-
- use emacs \
- || myconf="${myconf} EMACS=no"
-
- if has_version 'app-dicts/canna-zipcode' ; then
- einfo "Adding zipcode.t and jigyosyo.t to anthy.dic."
- cp ${cannadicdir}/{zipcode,jigyosyo}.t mkanthydic
- sed -i -e "/^EXTRA_DICS/s|$| zipcode.t jigyosyo.t|" \
- mkanthydic/Makefile.{in,am}
- fi
- if has_version 'app-dicts/canna-2ch' ; then
- einfo "Adding nichan.ctd to anthy.dic."
- cp ${cannadicdir}/nichan.ctd mkanthydic/2ch.t
- sed -i -e "/^EXTRA_DICS/s|$| 2ch.t|" \
- mkanthydic/Makefile.{in,am}
- fi
-
- econf ${myconf} --with-cannadic=${cannadicdir} || die
- emake || die
-}
-
-src_install() {
- einstall || die
-
- use emacs && elisp-site-file-install ${FILESDIR}/${SITEFILE}
-
- dodoc AUTHORS ChangeLog DIARY INSTALL NEWS README \
- doc/[A-Z0-9][A-Z0-9]* doc/protocol.txt
-}
-
-pkg_postinst() {
-
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-
- use emacs && elisp-site-regen
-}
diff --git a/app-i18n/anthy/anthy-4519.ebuild b/app-i18n/anthy/anthy-4519.ebuild
deleted file mode 100644
index 9ffbb828bca8..000000000000
--- a/app-i18n/anthy/anthy-4519.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-4519.ebuild,v 1.1 2003/09/22 00:47:29 usata Exp $
-
-inherit elisp-common
-
-IUSE="emacs"
-
-DESCRIPTION="Anthy -- free and secure Japanese input system"
-HOMEPAGE="http://anthy.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/anthy/6003/${P}.tar.gz"
-
-# This branch, so-called anthy-ss (snapshot) is a development branch,
-# so it is not intended to be marked as stable. It will remain unstable
-# all the time unless there comes another -ss branch.
-KEYWORDS="~x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-S="${WORKDIR}/${P}"
-
-DEPEND="virtual/glibc
- emacs? ( virtual/emacs )
- >=app-dicts/canna-cannadic-0.95a"
-RDEPEND="virtual/glibc
- emacs? ( virtual/emacs )"
-
-SITEFILE="50anthy-gentoo.el"
-
-src_compile() {
-
- local myconf cannadicdir
- cannadicdir=/var/lib/canna/dic/canna
-
- use emacs \
- || myconf="${myconf} EMACS=no"
-
- if has_version 'app-dicts/canna-zipcode' ; then
- einfo "Adding zipcode.t and jigyosyo.t to anthy.dic."
- cp ${cannadicdir}/{zipcode,jigyosyo}.t mkanthydic
- sed -i -e "/^EXTRA_DICS/s|$| zipcode.t jigyosyo.t|" \
- mkanthydic/Makefile.{in,am}
- fi
- if has_version 'app-dicts/canna-2ch' ; then
- einfo "Adding nichan.ctd to anthy.dic."
- cp ${cannadicdir}/nichan.ctd mkanthydic/2ch.t
- sed -i -e "/^EXTRA_DICS/s|$| 2ch.t|" \
- mkanthydic/Makefile.{in,am}
- fi
-
- econf ${myconf} --with-cannadic=${cannadicdir} || die
- emake || die
-}
-
-src_install() {
- einstall || die
-
- use emacs && elisp-site-file-install ${FILESDIR}/${SITEFILE}
-
- dodoc AUTHORS ChangeLog DIARY INSTALL NEWS README \
- doc/[A-Z0-9][A-Z0-9]* doc/protocol.txt
-}
-
-pkg_postinst() {
-
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-
- use emacs && elisp-site-regen
-}
diff --git a/app-i18n/anthy/files/digest-anthy-4507 b/app-i18n/anthy/files/digest-anthy-4507
deleted file mode 100644
index 31f6da7bb2f4..000000000000
--- a/app-i18n/anthy/files/digest-anthy-4507
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f63971311c6be17464a8b2983042972d anthy-4507.tar.gz 1413032
diff --git a/app-i18n/anthy/files/digest-anthy-4515 b/app-i18n/anthy/files/digest-anthy-4515
deleted file mode 100644
index debf2a76268a..000000000000
--- a/app-i18n/anthy/files/digest-anthy-4515
+++ /dev/null
@@ -1 +0,0 @@
-MD5 513205bed976d217d7e7e82907a4d3ef anthy-4515.tar.gz 1413445
diff --git a/app-i18n/anthy/files/digest-anthy-4519 b/app-i18n/anthy/files/digest-anthy-4519
deleted file mode 100644
index 2f8be8a9a1e3..000000000000
--- a/app-i18n/anthy/files/digest-anthy-4519
+++ /dev/null
@@ -1 +0,0 @@
-MD5 249dc4249240b428590a5c1e8d0819b7 anthy-4519.tar.gz 1419951
diff --git a/app-i18n/anthy/metadata.xml b/app-i18n/anthy/metadata.xml
index c7a9485e582d..8b0641aa313a 100644
--- a/app-i18n/anthy/metadata.xml
+++ b/app-i18n/anthy/metadata.xml
@@ -6,10 +6,6 @@
<maintainer>
<email>usata@gentoo.org</email>
<name>Mamoru KOMACHI</name>
- <description>I created the ebuild to test app-i18n/uim but I'm not a
- full Anthy user at the moment, so I'd like someone to help testing
- and managing these ebuilds (especially anthy-ss stuff).
- </description>
</maintainer>
<longdescription>
Anthy is a free and secure Japanese kana-kanji server. This ebuild