diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-09 17:39:39 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-09 17:39:39 +0000 |
commit | cbba424fe7fd9a7ce8ed75c85af10e56bd0b9726 (patch) | |
tree | 87176509a9e53cf310883688e92c243ac5cc3a6d /app-dicts/gwaei | |
parent | rails-1.2.6-r1 rails-2.0.5-r1 rails-2.1.2-r1 rails-2.2.2-r1 ppc stable for bu... (diff) | |
download | gentoo-2-cbba424fe7fd9a7ce8ed75c85af10e56bd0b9726.tar.gz gentoo-2-cbba424fe7fd9a7ce8ed75c85af10e56bd0b9726.tar.bz2 gentoo-2-cbba424fe7fd9a7ce8ed75c85af10e56bd0b9726.zip |
Initial import.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'app-dicts/gwaei')
-rw-r--r-- | app-dicts/gwaei/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/gwaei/gwaei-0.11.0.ebuild | 28 | ||||
-rw-r--r-- | app-dicts/gwaei/metadata.xml | 6 |
3 files changed, 44 insertions, 0 deletions
diff --git a/app-dicts/gwaei/ChangeLog b/app-dicts/gwaei/ChangeLog new file mode 100644 index 000000000000..4a4d04f5e748 --- /dev/null +++ b/app-dicts/gwaei/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2009/01/09 17:39:39 matsuu Exp $ + +*gwaei-0.11.0 (09 Jan 2009) + + 09 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> +metadata.xml, + +gwaei-0.11.0.ebuild: + Initial import. + diff --git a/app-dicts/gwaei/gwaei-0.11.0.ebuild b/app-dicts/gwaei/gwaei-0.11.0.ebuild new file mode 100644 index 000000000000..a64e01fc7654 --- /dev/null +++ b/app-dicts/gwaei/gwaei-0.11.0.ebuild @@ -0,0 +1,28 @@ +# 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.11.0.ebuild,v 1.1 2009/01/09 17:39:39 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 + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + nls? ( >=sys-devel/gettext-0.17 ) + dev-util/pkgconfig" + +G2CONF="$(use_enable nls)" + +DOCS="AUTHORS ChangeLog NEWS README" diff --git a/app-dicts/gwaei/metadata.xml b/app-dicts/gwaei/metadata.xml new file mode 100644 index 000000000000..51689f0cbcb5 --- /dev/null +++ b/app-dicts/gwaei/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>cjk</herd> +</pkgmetadata> + |