diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-27 16:17:54 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-27 16:17:54 +0000 |
commit | a5c7f13ed58868cbab5c28b20b418512fc86e0e9 (patch) | |
tree | 179d17e29f07cca745761c6a3c1ea272831cab80 /app-dicts | |
parent | Version bump and re-define the extracting tool with upstream change of licens... (diff) | |
download | gentoo-2-a5c7f13ed58868cbab5c28b20b418512fc86e0e9.tar.gz gentoo-2-a5c7f13ed58868cbab5c28b20b418512fc86e0e9.tar.bz2 gentoo-2-a5c7f13ed58868cbab5c28b20b418512fc86e0e9.zip |
Version bumped.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/gwaei/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/gwaei/gwaei-0.13.1.ebuild | 35 | ||||
-rw-r--r-- | app-dicts/gwaei/gwaei-0.14.0.ebuild (renamed from app-dicts/gwaei/gwaei-0.13.0.ebuild) | 2 |
3 files changed, 8 insertions, 37 deletions
diff --git a/app-dicts/gwaei/ChangeLog b/app-dicts/gwaei/ChangeLog index 27bb8d028913..acbb7eadac6a 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.7 2009/01/19 12:12:31 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.8 2009/01/27 16:17:54 matsuu Exp $ + +*gwaei-0.14.0 (27 Jan 2009) + + 27 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> -gwaei-0.13.0.ebuild, + -gwaei-0.13.1.ebuild, +gwaei-0.14.0.ebuild: + Version bumped. Removed old versions. *gwaei-0.13.2 (19 Jan 2009) diff --git a/app-dicts/gwaei/gwaei-0.13.1.ebuild b/app-dicts/gwaei/gwaei-0.13.1.ebuild deleted file mode 100644 index 1dc8fede3fdf..000000000000 --- a/app-dicts/gwaei/gwaei-0.13.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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.1.ebuild,v 1.1 2009/01/17 15:14:27 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 -} diff --git a/app-dicts/gwaei/gwaei-0.13.0.ebuild b/app-dicts/gwaei/gwaei-0.14.0.ebuild index d07383fd8626..8f3295aef55d 100644 --- a/app-dicts/gwaei/gwaei-0.13.0.ebuild +++ b/app-dicts/gwaei/gwaei-0.14.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.13.0.ebuild,v 1.1 2009/01/13 17:13:41 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-0.14.0.ebuild,v 1.1 2009/01/27 16:17:54 matsuu Exp $ inherit gnome2 |