ssuominen    14/10/25 08:51:14

  Modified:             kanatest-0.4.8.ebuild ChangeLog
  Log:
  Update hicolor cache. Fix .desktop entry to match latest spec. Update ebuild 
from obsolete EAPI=1 to EAPI=5.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.11                 app-misc/kanatest/kanatest-0.4.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild?r1=1.10&r2=1.11

Index: kanatest-0.4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- kanatest-0.4.8.ebuild       7 Aug 2012 16:31:47 -0000       1.10
+++ kanatest-0.4.8.ebuild       25 Oct 2014 08:51:14 -0000      1.11
@@ -1,37 +1,41 @@
-# 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-misc/kanatest/kanatest-0.4.8.ebuild,v 
1.10 2012/08/07 16:31:47 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild,v 
1.11 2014/10/25 08:51:14 ssuominen Exp $
 
-EAPI="1"
-
-inherit eutils autotools
+EAPI=5
+inherit autotools eutils gnome2-utils
 
 DESCRIPTION="Visual flashcard tool for memorizing the Japanese Hiragana and 
Katakana alphabet"
 HOMEPAGE="http://www.clayo.org/kanatest";
-SRC_URI="http://www.clayo.org/kanatest/${P}.tar.gz";
+SRC_URI="http://www.clayo.org/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
-RDEPEND=">=x11-libs/gtk+-2.12:2
-       dev-libs/libxml2:2"
+RDEPEND=">=x11-libs/gtk+-2.12:2=
+       dev-libs/libxml2:="
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
+DOCS="AUTHORS TRANSLATORS ChangeLog README"
 
-       epatch "${FILESDIR}"/${P}+gtk-2.22.patch \
+src_prepare() {
+       epatch \
+               "${FILESDIR}"/${P}+gtk-2.22.patch \
                "${FILESDIR}"/${P}-autoconf.patch \
                "${FILESDIR}"/${P}-cflags.patch
-       eautoreconf
-}
 
-src_install() {
-       emake DESTDIR="${D}" install || die
+       sed -i \
+               -e '/Encoding/d' \
+               -e '/^Categories/s:Application;::' \
+               -e '/^Icon/s:.png::' \
+               data/${PN}.desktop || die
 
-       dodoc AUTHORS TRANSLATORS ChangeLog README || die
+               eautoreconf
 }
+
+pkg_preinst() {        gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }



1.36                 app-misc/kanatest/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/kanatest/ChangeLog?rev=1.36&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/kanatest/ChangeLog?rev=1.36&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/kanatest/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   7 Aug 2012 16:31:47 -0000       1.35
+++ ChangeLog   25 Oct 2014 08:51:14 -0000      1.36
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/kanatest
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v 1.35 
2012/08/07 16:31:47 naota Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v 1.36 
2014/10/25 08:51:14 ssuominen Exp $
+
+  25 Oct 2014; Samuli Suominen <[email protected]> kanatest-0.4.8.ebuild:
+  Update hicolor cache. Fix .desktop entry to match latest spec. Update ebuild
+  from obsolete EAPI=1 to EAPI=5.
 
   07 Aug 2012; Naohiro Aota <[email protected]>
   +files/kanatest-0.4.8-cflags.patch, kanatest-0.4.8.ebuild:




Reply via email to