diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-13 17:13:41 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-13 17:13:41 +0000 |
commit | d5f4128469450a5651b372345c28d77d3a1b0e4f (patch) | |
tree | 9727716b41948608bc269813e0fc89a73e3f26be /app-dicts/gwaei | |
parent | add inherit eutils (diff) | |
download | gentoo-2-d5f4128469450a5651b372345c28d77d3a1b0e4f.tar.gz gentoo-2-d5f4128469450a5651b372345c28d77d3a1b0e4f.tar.bz2 gentoo-2-d5f4128469450a5651b372345c28d77d3a1b0e4f.zip |
Version bumped.
(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 | 8 | ||||
-rw-r--r-- | app-dicts/gwaei/gwaei-0.13.0.ebuild (renamed from app-dicts/gwaei/gwaei-0.12.0.ebuild) | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-dicts/gwaei/ChangeLog b/app-dicts/gwaei/ChangeLog index 04993e88a88b..8f463990a162 100644 --- a/app-dicts/gwaei/ChangeLog +++ b/app-dicts/gwaei/ChangeLog @@ -1,6 +1,12 @@ # 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.4 2009/01/12 14:05:55 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.5 2009/01/13 17:13:41 matsuu Exp $ + +*gwaei-0.13.0 (13 Jan 2009) + + 13 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> -gwaei-0.12.0.ebuild, + +gwaei-0.13.0.ebuild: + Version bumped. Removed old versions. *gwaei-0.12.0-r1 (12 Jan 2009) diff --git a/app-dicts/gwaei/gwaei-0.12.0.ebuild b/app-dicts/gwaei/gwaei-0.13.0.ebuild index 4c379a5061a8..d07383fd8626 100644 --- a/app-dicts/gwaei/gwaei-0.12.0.ebuild +++ b/app-dicts/gwaei/gwaei-0.13.0.ebuild @@ -1,6 +1,6 @@ # 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.12.0.ebuild,v 1.1 2009/01/10 02:02:43 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-0.13.0.ebuild,v 1.1 2009/01/13 17:13:41 matsuu Exp $ inherit gnome2 @@ -19,12 +19,13 @@ RDEPEND=">=x11-libs/gtk+-2.12 >=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)" +G2CONF="$(use_enable nls) --disable-schemas-install" src_install() { gnome2_src_install |