summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2007-06-24 15:50:07 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2007-06-24 15:50:07 +0000
commitc0530c8cecf8c39608aa91bafc12d08cda080208 (patch)
tree15d600f910ef1a06e88b6fcb404dd4c0b646b77d /app-i18n
parentAdded RELEASE_NOTES to dodoc. (diff)
downloadgentoo-2-c0530c8cecf8c39608aa91bafc12d08cda080208.tar.gz
gentoo-2-c0530c8cecf8c39608aa91bafc12d08cda080208.tar.bz2
gentoo-2-c0530c8cecf8c39608aa91bafc12d08cda080208.zip
Fixed to use the right condition for calling elisp-site-regen, bug #182639.
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/anthy/ChangeLog8
-rw-r--r--app-i18n/anthy/anthy-7100b-r1.ebuild63
-rw-r--r--app-i18n/anthy/anthy-7500b.ebuild6
-rw-r--r--app-i18n/anthy/anthy-7900.ebuild4
-rw-r--r--app-i18n/anthy/anthy-8300.ebuild4
-rw-r--r--app-i18n/anthy/anthy-8700b.ebuild4
-rw-r--r--app-i18n/anthy/files/digest-anthy-7100b-r13
7 files changed, 16 insertions, 76 deletions
diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog
index 85ad0e772370..f71c09e3e25f 100644
--- a/app-i18n/anthy/ChangeLog
+++ b/app-i18n/anthy/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/anthy
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.99 2007/05/06 04:49:10 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.100 2007/06/24 15:50:07 matsuu Exp $
+
+ 24 Jun 2007; MATSUU Takuto <matsuu@gentoo.org> -anthy-7100b-r1.ebuild,
+ anthy-7500b.ebuild, anthy-7900.ebuild, anthy-8300.ebuild,
+ anthy-8700b.ebuild:
+ Fixed to use the right condition for calling elisp-site-regen, bug #182639.
+ Removed old version.
06 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> anthy-8700b.ebuild:
ppc stable
diff --git a/app-i18n/anthy/anthy-7100b-r1.ebuild b/app-i18n/anthy/anthy-7100b-r1.ebuild
deleted file mode 100644
index 0a263f48dcf4..000000000000
--- a/app-i18n/anthy/anthy-7100b-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7100b-r1.ebuild,v 1.10 2006/07/12 13:10:08 hattya Exp $
-
-inherit elisp-common eutils
-
-IUSE="emacs ucs4"
-
-DESCRIPTION="Anthy -- free and secure Japanese input system"
-HOMEPAGE="http://anthy.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/anthy/17231/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc-macos ppc64 sparc x86"
-SLOT="0"
-
-DEPEND="!app-i18n/anthy-ss
- emacs? ( virtual/emacs )"
-
-src_compile() {
-
- local myconf
- local cannadicdir=/var/lib/canna/dic/canna
-
- use emacs || myconf="EMACS=no"
- use ucs4 && myconf="${myconf} --enable-ucs4"
-
- if has_version 'app-dicts/canna-2ch'; then
- einfo "Adding nichan.ctd to anthy.dic."
- sed -i -e /placename/a"read ${cannadicdir}/nichan.ctd" \
- mkanthydic/dict.args.in
- fi
-
- unset TMPDIR
- econf ${myconf} || die
- emake -j1 || die
-
-}
-
-src_install() {
-
- emake DESTDIR="${D}" install || die
-
- use emacs && elisp-site-file-install "${FILESDIR}"/50anthy-gentoo.el
-
- dodoc AUTHORS DIARY NEWS README ChangeLog
-
- rm doc/Makefile*
- dodoc doc/*
-
-}
-
-pkg_postinst() {
-
- use emacs && elisp-site-regen
-
-}
-
-pkg_postrm() {
-
- has_version virtual/emacs && elisp-site-regen
-
-}
diff --git a/app-i18n/anthy/anthy-7500b.ebuild b/app-i18n/anthy/anthy-7500b.ebuild
index d6c24000316c..88bed1872813 100644
--- a/app-i18n/anthy/anthy-7500b.ebuild
+++ b/app-i18n/anthy/anthy-7500b.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7500b.ebuild,v 1.9 2006/10/10 00:52:18 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7500b.ebuild,v 1.10 2007/06/24 15:50:07 matsuu Exp $
inherit elisp-common eutils autotools libtool
@@ -69,6 +69,6 @@ pkg_postinst() {
pkg_postrm() {
- has_version virtual/emacs && elisp-site-regen
+ use emacs && elisp-site-regen
}
diff --git a/app-i18n/anthy/anthy-7900.ebuild b/app-i18n/anthy/anthy-7900.ebuild
index 2b3aa1b7c1de..353bc0d177fa 100644
--- a/app-i18n/anthy/anthy-7900.ebuild
+++ b/app-i18n/anthy/anthy-7900.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7900.ebuild,v 1.7 2007/01/26 01:27:43 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7900.ebuild,v 1.8 2007/06/24 15:50:07 matsuu Exp $
inherit autotools elisp-common eutils
@@ -71,6 +71,6 @@ pkg_postinst() {
pkg_postrm() {
- has_version virtual/emacs && elisp-site-regen
+ use emacs && elisp-site-regen
}
diff --git a/app-i18n/anthy/anthy-8300.ebuild b/app-i18n/anthy/anthy-8300.ebuild
index 52fac722ca65..867d28a75a35 100644
--- a/app-i18n/anthy/anthy-8300.ebuild
+++ b/app-i18n/anthy/anthy-8300.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-8300.ebuild,v 1.4 2007/04/15 19:48:53 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-8300.ebuild,v 1.5 2007/06/24 15:50:07 matsuu Exp $
inherit elisp-common eutils
@@ -66,6 +66,6 @@ pkg_postinst() {
pkg_postrm() {
- has_version virtual/emacs && elisp-site-regen
+ use emacs && elisp-site-regen
}
diff --git a/app-i18n/anthy/anthy-8700b.ebuild b/app-i18n/anthy/anthy-8700b.ebuild
index a0ad3a4edf45..e02b39a8d7cb 100644
--- a/app-i18n/anthy/anthy-8700b.ebuild
+++ b/app-i18n/anthy/anthy-8700b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-8700b.ebuild,v 1.5 2007/05/06 04:49:10 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-8700b.ebuild,v 1.6 2007/06/24 15:50:07 matsuu Exp $
inherit elisp-common eutils
@@ -66,6 +66,6 @@ pkg_postinst() {
pkg_postrm() {
- has_version virtual/emacs && elisp-site-regen
+ use emacs && elisp-site-regen
}
diff --git a/app-i18n/anthy/files/digest-anthy-7100b-r1 b/app-i18n/anthy/files/digest-anthy-7100b-r1
deleted file mode 100644
index 6e2c296ff1a3..000000000000
--- a/app-i18n/anthy/files/digest-anthy-7100b-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 099514a261b1c3757f95de034a4fbc0d anthy-7100b.tar.gz 3359606
-RMD160 62de300bf50f727672f63109fd409b7cbdbb5572 anthy-7100b.tar.gz 3359606
-SHA256 9cd9b89da84c405c6695ef7824f74ec75a242cd08ae51f2a303cb729062bff6e anthy-7100b.tar.gz 3359606