diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-05-14 14:56:11 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-05-14 14:56:11 +0000 |
commit | b8a229b48d2629c36737c6de9b8871d1f549710b (patch) | |
tree | c24f1f44fa4e93c2fad8999d910658d87a627311 /app-dicts | |
parent | Stable for sparc, wrt bug #504212 (diff) | |
download | gentoo-2-b8a229b48d2629c36737c6de9b8871d1f549710b.tar.gz gentoo-2-b8a229b48d2629c36737c6de9b8871d1f549710b.tar.bz2 gentoo-2-b8a229b48d2629c36737c6de9b8871d1f549710b.zip |
[QA] EAPI 1 -> 5. Filed bug #510318.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/gwaei/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/gwaei/gwaei-1.0.ebuild | 14 | ||||
-rw-r--r-- | app-dicts/gwaei/gwaei-1.1.ebuild | 13 |
3 files changed, 19 insertions, 16 deletions
diff --git a/app-dicts/gwaei/ChangeLog b/app-dicts/gwaei/ChangeLog index 58303a8310ae..6b9b53014126 100644 --- a/app-dicts/gwaei/ChangeLog +++ b/app-dicts/gwaei/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/gwaei -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.29 2013/06/05 00:54:48 naota Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.30 2014/05/14 14:56:11 tomwij Exp $ + + 14 May 2014; Tom Wijsman <TomWij@gentoo.org> gwaei-1.0.ebuild, + gwaei-1.1.ebuild: + [QA] EAPI 1 -> 5. Filed bug #510318. *gwaei-3.6.2 (05 Jun 2013) diff --git a/app-dicts/gwaei/gwaei-1.0.ebuild b/app-dicts/gwaei/gwaei-1.0.ebuild index 75a66e25b5ff..0ed730483233 100644 --- a/app-dicts/gwaei/gwaei-1.0.ebuild +++ b/app-dicts/gwaei/gwaei-1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-1.0.ebuild,v 1.3 2012/05/03 02:18:34 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-1.0.ebuild,v 1.4 2014/05/14 14:56:11 tomwij Exp $ -EAPI="1" +EAPI="5" inherit eutils gnome2-utils @@ -29,21 +29,21 @@ DEPEND="${RDEPEND} nls? ( >=sys-devel/gettext-0.17 ) virtual/pkgconfig" -src_compile() { +src_configure() { econf \ $(use_with gtk gnome) \ $(use_enable nls) \ $(use_enable gnome scrollkeeper) \ - --disable-schemas-install || die - emake || die + --disable-schemas-install } src_install() { - emake DESTDIR="${D}" install || die + default rm -rf "${D}/usr/share/doc/${P}" dodoc AUTHORS ChangeLog NEWS README } + pkg_preinst() { if use gnome ; then gnome2_gconf_savelist diff --git a/app-dicts/gwaei/gwaei-1.1.ebuild b/app-dicts/gwaei/gwaei-1.1.ebuild index f4fdaef87fee..ab4f750a66c9 100644 --- a/app-dicts/gwaei/gwaei-1.1.ebuild +++ b/app-dicts/gwaei/gwaei-1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-1.1.ebuild,v 1.3 2012/05/03 02:18:34 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-1.1.ebuild,v 1.4 2014/05/14 14:56:11 tomwij Exp $ -EAPI="1" +EAPI="5" inherit gnome2-utils @@ -31,17 +31,16 @@ DEPEND="${RDEPEND} #RDEPEND="${RDEPEND} # media-fonts/kanjistrokeorders" -src_compile() { +src_configure() { econf \ $(use_with gtk gnome) \ $(use_enable nls) \ $(use_enable gnome scrollkeeper) \ - --disable-schemas-install || die - emake || die + --disable-schemas-install } src_install() { - emake DESTDIR="${D}" install || die + default rm -rf "${D}/usr/share/doc/${P}" dodoc AUTHORS ChangeLog NEWS README |