diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-02-04 12:35:17 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-02-04 12:35:17 +0000 |
commit | 7969d1c10baf5a9519526f990911c9593e3e8321 (patch) | |
tree | e0a06fac298020f2b20d873aeddb5bf056a30009 /app-i18n | |
parent | Version bumped. Cleaned out old ebuilds. (diff) | |
download | historical-7969d1c10baf5a9519526f990911c9593e3e8321.tar.gz historical-7969d1c10baf5a9519526f990911c9593e3e8321.tar.bz2 historical-7969d1c10baf5a9519526f990911c9593e3e8321.zip |
Version bumped. Cleaned out old ebuilds.
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/anthy-ss/Manifest | 8 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-4819.ebuild | 71 | ||||
-rw-r--r-- | app-i18n/anthy-ss/anthy-ss-5003.ebuild (renamed from app-i18n/anthy-ss/anthy-ss-4809.ebuild) | 15 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-4809 | 1 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-4819 | 1 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-5003 | 1 |
6 files changed, 10 insertions, 87 deletions
diff --git a/app-i18n/anthy-ss/Manifest b/app-i18n/anthy-ss/Manifest index 56a75aa76803..3eada853ae20 100644 --- a/app-i18n/anthy-ss/Manifest +++ b/app-i18n/anthy-ss/Manifest @@ -1,14 +1,10 @@ -MD5 1ff523a982730c574050cc3747581ce9 ChangeLog 2272 -MD5 684500740c6cbdd321c66f10db336798 anthy-ss-4809.ebuild 1521 -MD5 7895ccbd6db61a9d61ca8de1a670441b anthy-ss-4819.ebuild 1521 +MD5 899ea0019b2bd4b7fa35926fe345d20e ChangeLog 2465 MD5 504f9d882fb3f4f6c470a35c690f56af anthy-ss-4901.ebuild 1521 MD5 931318b7a2f6f4ff8e403e4aa615d941 anthy-ss-4922.ebuild 1487 MD5 2b5a90bde22edc091c7a4d403b8955a2 anthy-ss-4925.ebuild 1486 -MD5 edc224e5829d7f68cee512e3ec99f82a anthy-ss-5003.ebuild 1385 +MD5 4868424ea203c9b831768ba5df2243d8 anthy-ss-5003.ebuild 1486 MD5 84bff7b207f0d829e08599fbf40176c0 metadata.xml 614 MD5 d91fcb424ec63b588900d2d88a8bcee2 files/50anthy-gentoo.el 99 -MD5 9f6c319cd498ee07d427ab090f624a48 files/digest-anthy-ss-4809 63 -MD5 28d0ce09d4d26fadce9866620c5ad3eb files/digest-anthy-ss-4819 63 MD5 25872a8f76f0de07a492be2c59528b6f files/digest-anthy-ss-4901 63 MD5 fe79d0af70410fa80fd615d793012814 files/digest-anthy-ss-4922 63 MD5 98b2c84eaee12f08d78b8f791ef15aa3 files/digest-anthy-ss-4925 63 diff --git a/app-i18n/anthy-ss/anthy-ss-4819.ebuild b/app-i18n/anthy-ss/anthy-ss-4819.ebuild deleted file mode 100644 index 5d88c82a4805..000000000000 --- a/app-i18n/anthy-ss/anthy-ss-4819.ebuild +++ /dev/null @@ -1,71 +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-ss/anthy-ss-4819.ebuild,v 1.1 2003/12/21 10:22:15 usata Exp $ - -inherit elisp-common - -IUSE="emacs" - -MY_P="${P/-ss/}" - -DESCRIPTION="Anthy -- free and secure Japanese input system" -HOMEPAGE="http://anthy.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/anthy/7312/${MY_P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~alpha ~sparc ~ppc" -SLOT="0" -S="${WORKDIR}/${MY_P}" - -DEPEND="virtual/glibc - emacs? ( virtual/emacs ) - !app-i18n/anthy" - -src_compile() { - - local myconf - local 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} || die - emake || die - -} - -src_install() { - - einstall || die - - use emacs && elisp-site-file-install ${FILESDIR}/50anthy-gentoo.el - - 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-ss/anthy-ss-4809.ebuild b/app-i18n/anthy-ss/anthy-ss-5003.ebuild index 6cdefd5e1a50..88023f7115ee 100644 --- a/app-i18n/anthy-ss/anthy-ss-4809.ebuild +++ b/app-i18n/anthy-ss/anthy-ss-5003.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-4809.ebuild,v 1.1 2003/12/12 20:51:46 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-5003.ebuild,v 1.1 2004/02/04 12:34:57 hattya Exp $ inherit elisp-common @@ -10,15 +10,14 @@ MY_P="${P/-ss/}" DESCRIPTION="Anthy -- free and secure Japanese input system" HOMEPAGE="http://anthy.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/anthy/7214/${MY_P}.tar.gz" +SRC_URI="mirror://sourceforge.jp/anthy/8010/${MY_P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86 ~alpha ~sparc ~ppc" +KEYWORDS="~x86" SLOT="0" S="${WORKDIR}/${MY_P}" -DEPEND="virtual/glibc - emacs? ( virtual/emacs ) +DEPEND="emacs? ( virtual/emacs ) !app-i18n/anthy" src_compile() { @@ -26,7 +25,7 @@ src_compile() { local myconf local cannadicdir=/var/lib/canna/dic/canna - use emacs || myconf="${myconf} EMACS=no" + use emacs || myconf="EMACS=no" if has_version 'app-dicts/canna-zipcode'; then einfo "Adding zipcode.t and jigyosyo.t to anthy.dic." @@ -53,7 +52,7 @@ src_install() { use emacs && elisp-site-file-install ${FILESDIR}/50anthy-gentoo.el - dodoc AUTHORS ChangeLog DIARY INSTALL NEWS README \ + dodoc AUTHORS COPYING ChangeLog DIARY INSTALL NEWS README \ doc/[A-Z0-9][A-Z0-9]* doc/protocol.txt } diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-4809 b/app-i18n/anthy-ss/files/digest-anthy-ss-4809 deleted file mode 100644 index 22b1defddb27..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-4809 +++ /dev/null @@ -1 +0,0 @@ -MD5 2b150b6a852ee1ffab54d90c0896b409 anthy-4809.tar.gz 1517184 diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-4819 b/app-i18n/anthy-ss/files/digest-anthy-ss-4819 deleted file mode 100644 index c4f0111998a2..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-4819 +++ /dev/null @@ -1 +0,0 @@ -MD5 af376e44ff05159ad88295abb97706d2 anthy-4819.tar.gz 1518557 diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-5003 b/app-i18n/anthy-ss/files/digest-anthy-ss-5003 new file mode 100644 index 000000000000..45f8016c716d --- /dev/null +++ b/app-i18n/anthy-ss/files/digest-anthy-ss-5003 @@ -0,0 +1 @@ +MD5 6b7f35c8848ea7f1ca719b101ff43a1e anthy-5003.tar.gz 1522494 |