diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-03-30 15:39:56 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-03-30 15:39:56 +0000 |
commit | aa8705053ce08ec8d841ca448ca8e32e8255366a (patch) | |
tree | a92ca894b9fba608d28e645dd38ed03820cb79c1 /app-dicts/gwaei | |
parent | arm/ia64/s390/sh stable wrt #250289 (diff) | |
download | gentoo-2-aa8705053ce08ec8d841ca448ca8e32e8255366a.tar.gz gentoo-2-aa8705053ce08ec8d841ca448ca8e32e8255366a.tar.bz2 gentoo-2-aa8705053ce08ec8d841ca448ca8e32e8255366a.zip |
Version bumped.
(Portage version: 2.1.6.8/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts/gwaei')
-rw-r--r-- | app-dicts/gwaei/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/gwaei/files/gwaei-0.15.1-parallel-install.patch | 12 | ||||
-rw-r--r-- | app-dicts/gwaei/gwaei-0.15.1-r2.ebuild | 61 | ||||
-rw-r--r-- | app-dicts/gwaei/gwaei-0.15.4.ebuild (renamed from app-dicts/gwaei/gwaei-0.15.2.ebuild) | 2 |
4 files changed, 9 insertions, 75 deletions
diff --git a/app-dicts/gwaei/ChangeLog b/app-dicts/gwaei/ChangeLog index 96e7f3113d63..e7cbe9447fe5 100644 --- a/app-dicts/gwaei/ChangeLog +++ b/app-dicts/gwaei/ChangeLog @@ -1,6 +1,13 @@ # 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.14 2009/03/15 05:05:59 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.15 2009/03/30 15:39:55 matsuu Exp $ + +*gwaei-0.15.4 (30 Mar 2009) + + 30 Mar 2009; MATSUU Takuto <matsuu@gentoo.org> + -files/gwaei-0.15.1-parallel-install.patch, -gwaei-0.15.1-r2.ebuild, + -gwaei-0.15.2.ebuild, +gwaei-0.15.4.ebuild: + Version bumped. Removed old versions. *gwaei-0.15.3 (15 Mar 2009) diff --git a/app-dicts/gwaei/files/gwaei-0.15.1-parallel-install.patch b/app-dicts/gwaei/files/gwaei-0.15.1-parallel-install.patch deleted file mode 100644 index 93ac281ae99a..000000000000 --- a/app-dicts/gwaei/files/gwaei-0.15.1-parallel-install.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur gwaei-0.15.1.orig/src/Makefile.am gwaei-0.15.1/src/Makefile.am ---- gwaei-0.15.1.orig/src/Makefile.am 2009-03-01 11:46:31.000000000 +0900 -+++ gwaei-0.15.1/src/Makefile.am 2009-03-02 12:35:52.000000000 +0900 -@@ -10,7 +10,7 @@ - install-data-local: install-symbolic-link - uninstall-local: uninstall-symbolic-link - --install-symbolic-link: -+install-symbolic-link: install-binPROGRAMS - rm -f $(DESTDIR)$(bindir)/waei - cp $(DESTDIR)$(bindir)/gwaei $(DESTDIR)$(bindir)/waei - uninstall-symbolic-link: diff --git a/app-dicts/gwaei/gwaei-0.15.1-r2.ebuild b/app-dicts/gwaei/gwaei-0.15.1-r2.ebuild deleted file mode 100644 index e2a1c83091fa..000000000000 --- a/app-dicts/gwaei/gwaei-0.15.1-r2.ebuild +++ /dev/null @@ -1,61 +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.15.1-r2.ebuild,v 1.1 2009/03/03 17:14:39 matsuu Exp $ - -inherit autotools eutils gnome2-utils - -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="gnome libsexy nls" - -RDEPEND=">=x11-libs/gtk+-2.12 - >=net-misc/curl-7.18 - >=dev-libs/glib-2.16.5 - >=gnome-base/gconf-2.22 - gnome? ( - >=gnome-base/libgnome-2.22 - ) - libsexy? ( >=x11-libs/libsexy-0.1.11 ) - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( >=sys-devel/gettext-0.17 ) - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-parallel-install.patch" - eautoreconf -} - -src_compile() { - econf \ - $(use_enable gnome) \ - $(use_enable libsexy) \ - $(use_enable nls) \ - --disable-schemas-install || die -# $(use_enable gnome gconf) \ - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - rm -rf "${D}/usr/share/doc/${P}" - dodoc AUTHORS ChangeLog NEWS README -} -pkg_preinst() { - if use gnome ; then - gnome2_gconf_savelist - gnome2_icon_savelist - fi -} - -pkg_postinst() { - use gnome && gnome2_gconf_install -} diff --git a/app-dicts/gwaei/gwaei-0.15.2.ebuild b/app-dicts/gwaei/gwaei-0.15.4.ebuild index 6d472caa0a78..6fcab70bae82 100644 --- a/app-dicts/gwaei/gwaei-0.15.2.ebuild +++ b/app-dicts/gwaei/gwaei-0.15.4.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.15.2.ebuild,v 1.1 2009/03/13 12:31:57 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-0.15.4.ebuild,v 1.1 2009/03/30 15:39:55 matsuu Exp $ inherit gnome2-utils |