summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-03-13 12:31:57 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-03-13 12:31:57 +0000
commit8d6c271432c9ad633532400d543e35ee10bda69c (patch)
tree4bd1f4c58e240607b4a5ac1848eabf6f454d47f3 /app-dicts
parentCleanup (diff)
downloadgentoo-2-8d6c271432c9ad633532400d543e35ee10bda69c.tar.gz
gentoo-2-8d6c271432c9ad633532400d543e35ee10bda69c.tar.bz2
gentoo-2-8d6c271432c9ad633532400d543e35ee10bda69c.zip
Version bumped.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/gwaei/ChangeLog14
-rw-r--r--app-dicts/gwaei/files/gwaei-0.15.1-glib.patch11
-rw-r--r--app-dicts/gwaei/gwaei-0.14.0-r1.ebuild35
-rw-r--r--app-dicts/gwaei/gwaei-0.15.1-r1.ebuild62
-rw-r--r--app-dicts/gwaei/gwaei-0.15.2.ebuild (renamed from app-dicts/gwaei/gwaei-0.15.1.ebuild)18
5 files changed, 17 insertions, 123 deletions
diff --git a/app-dicts/gwaei/ChangeLog b/app-dicts/gwaei/ChangeLog
index b8717fc70240..17c5f1198fd7 100644
--- a/app-dicts/gwaei/ChangeLog
+++ b/app-dicts/gwaei/ChangeLog
@@ -1,6 +1,18 @@
# 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.12 2009/03/03 17:14:39 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.13 2009/03/13 12:31:57 matsuu Exp $
+
+ 13 Mar 2009; MATSUU Takuto <matsuu@gentoo.org>
+ -files/gwaei-0.15.1-glib.patch, -gwaei-0.14.0-r1.ebuild,
+ -gwaei-0.15.1.ebuild, -gwaei-0.15.1-r1.ebuild, +gwaei-0.15.2.ebuild:
+ Version bumped. Removed old versions.
+
+*gwaei-0.15.2 (13 Mar 2009)
+
+ 13 Mar 2009; MATSUU Takuto <matsuu@gentoo.org>
+ -files/gwaei-0.15.1-glib.patch, -gwaei-0.14.0-r1.ebuild,
+ -gwaei-0.15.1.ebuild, -gwaei-0.15.1-r1.ebuild, +gwaei-0.15.2.ebuild:
+ Version bumped. Removed old versions.
*gwaei-0.15.1-r2 (03 Mar 2009)
diff --git a/app-dicts/gwaei/files/gwaei-0.15.1-glib.patch b/app-dicts/gwaei/files/gwaei-0.15.1-glib.patch
deleted file mode 100644
index 19c1e6585a7e..000000000000
--- a/app-dicts/gwaei/files/gwaei-0.15.1-glib.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gwaei-0.15.1.orig/configure.ac 2009-03-01 11:50:55.000000000 +0900
-+++ gwaei-0.15.1/configure.ac 2009-03-03 01:12:19.000000000 +0900
-@@ -18,7 +18,7 @@
- GMODULE_EXPORT_REQUIRED_VERSION=2.16.0
- LIBSEXY_REQUIRED_VERSION=0.1.11
-
--PKG_CHECK_MODULES(DEPS, glib-2.0 >= $GLIB_REQUIRED_VERSION
-+PKG_CHECK_MODULES(DEPS, gobject-2.0 >= $GLIB_REQUIRED_VERSION
- libcurl >= $LIBCURL_REQUIRED_VERSION
- gmodule-export-2.0 >= $GMODULE_EXPORT_REQUIRED_VERSION
- gthread-2.0 >= $GTHREAD_REQUIRED_VERSION )
diff --git a/app-dicts/gwaei/gwaei-0.14.0-r1.ebuild b/app-dicts/gwaei/gwaei-0.14.0-r1.ebuild
deleted file mode 100644
index 52d50da690d3..000000000000
--- a/app-dicts/gwaei/gwaei-0.14.0-r1.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.14.0-r1.ebuild,v 1.1 2009/02/13 15:45:48 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="libsexy 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
- libsexy? ( >=x11-libs/libsexy-0.1.11 )
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- nls? ( >=sys-devel/gettext-0.17 )
- dev-util/pkgconfig"
-
-G2CONF="$(use_enable libsexy) $(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.15.1-r1.ebuild b/app-dicts/gwaei/gwaei-0.15.1-r1.ebuild
deleted file mode 100644
index 9014d80423ce..000000000000
--- a/app-dicts/gwaei/gwaei-0.15.1-r1.ebuild
+++ /dev/null
@@ -1,62 +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-r1.ebuild,v 1.1 2009/03/03 14:44:45 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? (
- >=gnome-base/libgnome-2.22
- >=gnome-base/gconf-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}-glib.patch"
- epatch "${FILESDIR}/${P}-parallel-install.patch"
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_enable gnome gconf) \
- $(use_enable gnome) \
- $(use_enable libsexy) \
- $(use_enable nls) \
- --disable-schemas-install || die
- 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.1.ebuild b/app-dicts/gwaei/gwaei-0.15.2.ebuild
index a03837ab782e..6d472caa0a78 100644
--- a/app-dicts/gwaei/gwaei-0.15.1.ebuild
+++ b/app-dicts/gwaei/gwaei-0.15.2.ebuild
@@ -1,8 +1,8 @@
# 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.ebuild,v 1.1 2009/03/02 14:55:11 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-0.15.2.ebuild,v 1.1 2009/03/13 12:31:57 matsuu Exp $
-inherit autotools eutils gnome2-utils
+inherit gnome2-utils
DESCRIPTION="Japanese-English Dictionary for GNOME"
HOMEPAGE="http://gwaei.sourceforge.net/"
@@ -16,26 +16,16 @@ IUSE="gnome libsexy nls"
RDEPEND=">=x11-libs/gtk+-2.12
>=net-misc/curl-7.18
>=dev-libs/glib-2.16.5
- gnome? (
- >=gnome-base/libgnome-2.22
- >=gnome-base/gconf-2.22
- )
+ >=gnome-base/gconf-2.22
+ gnome? ( >=gnome-base/libgnome-2.20 )
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"
- eautomake
-}
-
src_compile() {
econf \
- $(use_enable gnome gconf) \
$(use_enable gnome) \
$(use_enable libsexy) \
$(use_enable nls) \