summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-01-19 12:12:31 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-01-19 12:12:31 +0000
commitd8ab6770d76e6747682d0d7c2925e9e6a7cf46c0 (patch)
tree6d28bffc3c14741bf05192a5e08f07ad2db1bc2e /app-dicts
parentVersion bump. (diff)
downloadgentoo-2-d8ab6770d76e6747682d0d7c2925e9e6a7cf46c0.tar.gz
gentoo-2-d8ab6770d76e6747682d0d7c2925e9e6a7cf46c0.tar.bz2
gentoo-2-d8ab6770d76e6747682d0d7c2925e9e6a7cf46c0.zip
Version bumped.
(Portage version: 2.1.6.6/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/gwaei/ChangeLog7
-rw-r--r--app-dicts/gwaei/gwaei-0.13.2.ebuild35
2 files changed, 41 insertions, 1 deletions
diff --git a/app-dicts/gwaei/ChangeLog b/app-dicts/gwaei/ChangeLog
index e0cb231449c2..27bb8d028913 100644
--- a/app-dicts/gwaei/ChangeLog
+++ b/app-dicts/gwaei/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-dicts/gwaei
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.6 2009/01/17 15:14:27 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.7 2009/01/19 12:12:31 matsuu Exp $
+
+*gwaei-0.13.2 (19 Jan 2009)
+
+ 19 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> +gwaei-0.13.2.ebuild:
+ Version bumped.
*gwaei-0.13.1 (17 Jan 2009)
diff --git a/app-dicts/gwaei/gwaei-0.13.2.ebuild b/app-dicts/gwaei/gwaei-0.13.2.ebuild
new file mode 100644
index 000000000000..92c8b19865ce
--- /dev/null
+++ b/app-dicts/gwaei/gwaei-0.13.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-0.13.2.ebuild,v 1.1 2009/01/19 12:12:31 matsuu Exp $
+
+inherit gnome2
+
+DESCRIPTION="Japanese-English Dictionary for GNOME"
+HOMEPAGE="http://gwaei.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gwaei/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND=">=x11-libs/gtk+-2.12
+ >=gnome-base/libgnome-2.22
+ >=gnome-base/libgnomeui-2.22
+ >=gnome-base/gconf-2.22
+ >=net-misc/curl-7.18
+ >=dev-libs/glib-2.16
+ >=x11-libs/libsexy-0.1.11
+ nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+ nls? ( >=sys-devel/gettext-0.17 )
+ dev-util/pkgconfig"
+
+G2CONF="$(use_enable nls) --disable-schemas-install"
+
+src_install() {
+ gnome2_src_install
+
+ rm -rf "${D}/usr/share/doc/${P}"
+ dodoc AUTHORS ChangeLog NEWS README
+}