summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-06-27 17:14:42 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-06-27 17:14:42 +0000
commitf99968902ece27b02e4a7088c06594d8665ec8b9 (patch)
treefd02b6c8eed22b53cd13c64c36ebca76f5e6a98d /app-dicts/kasumi
parentAdd ported Mutt 1.5.11 IMAP buffer overflow patch (bug #138125) (diff)
downloadgentoo-2-f99968902ece27b02e4a7088c06594d8665ec8b9.tar.gz
gentoo-2-f99968902ece27b02e4a7088c06594d8665ec8b9.tar.bz2
gentoo-2-f99968902ece27b02e4a7088c06594d8665ec8b9.zip
Bump to latest verison, so that the format patch gets applied by everyone.
(Portage version: 2.1.1_pre1-r3)
Diffstat (limited to 'app-dicts/kasumi')
-rw-r--r--app-dicts/kasumi/ChangeLog8
-rw-r--r--app-dicts/kasumi/files/digest-kasumi-2.0.13
-rw-r--r--app-dicts/kasumi/files/kasumi-2.0-nls.patch7
-rw-r--r--app-dicts/kasumi/kasumi-2.0.1.ebuild49
4 files changed, 59 insertions, 8 deletions
diff --git a/app-dicts/kasumi/ChangeLog b/app-dicts/kasumi/ChangeLog
index 52b1f62726b1..19506a209804 100644
--- a/app-dicts/kasumi/ChangeLog
+++ b/app-dicts/kasumi/ChangeLog
@@ -1,6 +1,12 @@
# 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.22 2006/06/26 10:14:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v 1.23 2006/06/27 17:14:42 flameeyes Exp $
+
+*kasumi-2.0.1 (27 Jun 2006)
+
+ 27 Jun 2006; Diego Pettenò <flameeyes@gentoo.org>
+ files/kasumi-2.0-nls.patch, +kasumi-2.0.1.ebuild:
+ Bump to latest verison, so that the format patch gets applied by everyone.
26 Jun 2006; Diego Pettenò <flameeyes@gentoo.org>
files/kasumi-2.0-fbsd.patch:
diff --git a/app-dicts/kasumi/files/digest-kasumi-2.0.1 b/app-dicts/kasumi/files/digest-kasumi-2.0.1
new file mode 100644
index 000000000000..3e0f820ae7ed
--- /dev/null
+++ b/app-dicts/kasumi/files/digest-kasumi-2.0.1
@@ -0,0 +1,3 @@
+MD5 03c03a261c63d2c8cd4bdcc77a55d7eb kasumi-2.0.1.tar.gz 265637
+RMD160 2d9144e3b37be5a7902e7d07795399ffa129e678 kasumi-2.0.1.tar.gz 265637
+SHA256 942d38b77a7c0579e6f028762d9c818567ea6e2c5db8c5564ae4a83f588ada2b kasumi-2.0.1.tar.gz 265637
diff --git a/app-dicts/kasumi/files/kasumi-2.0-nls.patch b/app-dicts/kasumi/files/kasumi-2.0-nls.patch
index 0d28557b4b81..90cf5e62c185 100644
--- a/app-dicts/kasumi/files/kasumi-2.0-nls.patch
+++ b/app-dicts/kasumi/files/kasumi-2.0-nls.patch
@@ -2,13 +2,6 @@ Index: kasumi-2.0/configure.in
===================================================================
--- kasumi-2.0.orig/configure.in
+++ kasumi-2.0/configure.in
-@@ -1,5 +1,5 @@
- dnl Process this file with autoconf to produce a configure script.
--AC_INIT(main.cxx)
-+AC_INIT(main.cxx, 2.0)
- AM_INIT_AUTOMAKE(kasumi, 2.0)
- AM_CONFIG_HEADER(config.h)
-
@@ -10,14 +10,6 @@ AC_PROG_CXX
dnl Checks for gettext
ALL_LINGUAS="ja"
diff --git a/app-dicts/kasumi/kasumi-2.0.1.ebuild b/app-dicts/kasumi/kasumi-2.0.1.ebuild
new file mode 100644
index 000000000000..cffd5af322cf
--- /dev/null
+++ b/app-dicts/kasumi/kasumi-2.0.1.ebuild
@@ -0,0 +1,49 @@
+# 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.0.1.ebuild,v 1.1 2006/06/27 17:14:42 flameeyes Exp $
+
+inherit eutils autotools
+
+DESCRIPTION="Anthy dictionary maintenance tool"
+HOMEPAGE="http://kasumi.sourceforge.jp/"
+SRC_URI="mirror://sourceforge.jp/${PN}/20684/${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}
+ nls? ( sys-devel/gettext )"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${PN}-2.0-gcc41.patch"
+ epatch "${FILESDIR}/${PN}-2.0-nls.patch"
+ epatch "${FILESDIR}/${PN}-2.0-virtual-destructors.patch"
+ epatch "${FILESDIR}/${PN}-2.0-fbsd.patch"
+
+ eautoreconf
+}
+
+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
+}