summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2006-10-23 10:46:35 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2006-10-23 10:46:35 +0000
commit7cadf37e1cd26b636f21d2974df411450eb0cd75 (patch)
tree5f11a3c8cdb78fca43ffaab77e032f5539db374a /app-dicts
parentComment all the entries, and mask also java useflag for cyrus-sasl (remove th... (diff)
downloadhistorical-7cadf37e1cd26b636f21d2974df411450eb0cd75.tar.gz
historical-7cadf37e1cd26b636f21d2974df411450eb0cd75.tar.bz2
historical-7cadf37e1cd26b636f21d2974df411450eb0cd75.zip
Version bumped.
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/kasumi/ChangeLog10
-rw-r--r--app-dicts/kasumi/files/digest-kasumi-2.13
-rw-r--r--app-dicts/kasumi/kasumi-2.1.ebuild37
3 files changed, 49 insertions, 1 deletions
diff --git a/app-dicts/kasumi/ChangeLog b/app-dicts/kasumi/ChangeLog
index e887766b1331..97d8886984f5 100644
--- a/app-dicts/kasumi/ChangeLog
+++ b/app-dicts/kasumi/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-dicts/kasumi
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v 1.29 2006/10/10 00:18:21 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v 1.30 2006/10/23 10:46:35 matsuu Exp $
+
+*kasumi-2.1 (23 Oct 2006)
+
+ 23 Oct 2006; MATSUU Takuto <matsuu@gentoo.org>
+ -files/kasumi-0.10-gcc41.patch, -kasumi-0.8.ebuild, -kasumi-0.10.ebuild,
+ -kasumi-1.0.1.ebuild, +kasumi-2.1.ebuild:
+ Version bumped.
+ Remove old versions.
10 Oct 2006; Jason Huebel <jhuebel@gentoo.org> kasumi-2.0.1.ebuild:
stable on amd64
diff --git a/app-dicts/kasumi/files/digest-kasumi-2.1 b/app-dicts/kasumi/files/digest-kasumi-2.1
new file mode 100644
index 000000000000..97b2f938e370
--- /dev/null
+++ b/app-dicts/kasumi/files/digest-kasumi-2.1
@@ -0,0 +1,3 @@
+MD5 83b1f332f40112a1e2343b6fc73ec4af kasumi-2.1.tar.gz 272220
+RMD160 f3d7763d6e2aeed60951d3c1968f98ef0922cf68 kasumi-2.1.tar.gz 272220
+SHA256 9425df837cb63073ee5f63bb1a62a32140a70cd5278f80ea920125cc525aa2f7 kasumi-2.1.tar.gz 272220
diff --git a/app-dicts/kasumi/kasumi-2.1.ebuild b/app-dicts/kasumi/kasumi-2.1.ebuild
new file mode 100644
index 000000000000..371d09e1c873
--- /dev/null
+++ b/app-dicts/kasumi/kasumi-2.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-2.1.ebuild,v 1.1 2006/10/23 10:46:35 matsuu Exp $
+
+DESCRIPTION="Anthy dictionary maintenance tool"
+HOMEPAGE="http://kasumi.sourceforge.jp/"
+SRC_URI="mirror://sourceforge.jp/${PN}/22183/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+
+RDEPEND=">=x11-libs/gtk+-2.2
+ >=dev-libs/glib-2.2
+ >=media-libs/freetype-2
+ >=dev-libs/atk-1.4
+ >=dev-libs/expat-1.95
+ >=x11-libs/pango-1.2
+ nls? ( virtual/libintl )
+ virtual/libiconv
+ app-i18n/anthy"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ nls? ( sys-devel/gettext )"
+
+src_compile() {
+ econf $(use_enable nls) || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+
+ dodoc README ChangeLog AUTHORS
+}