ssuominen    14/04/07 19:58:47

  Modified:             gkrellmss-2.6.ebuild gkrellmss-2.6-r2.ebuild
                        gkrellmss-2.6-r1.ebuild ChangeLog
  Log:
  Use EAPI5 instead of EAPI1. Missing inherit eutils for epatch.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.15                 x11-plugins/gkrellmss/gkrellmss-2.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild?r1=1.14&r2=1.15

Index: gkrellmss-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gkrellmss-2.6.ebuild        18 Mar 2012 12:40:32 -0000      1.14
+++ gkrellmss-2.6.ebuild        7 Apr 2014 19:58:47 -0000       1.15
@@ -1,33 +1,30 @@
-# 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/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild,v 1.14 
2012/03/18 12:40:32 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild,v 1.15 
2014/04/07 19:58:47 ssuominen Exp $
 
-EAPI=1
+EAPI=5
 inherit gkrellm-plugin
 
-IUSE="nls"
-
 DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
 HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html";
 SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz";
 
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 ppc sparc x86"
+IUSE="nls"
+
 RDEPEND="=sci-libs/fftw-2*
        media-libs/alsa-lib"
-
 DEPEND="${RDEPEND}"
 
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ppc sparc x86"
-
 PLUGIN_SO="src/gkrellmss.so"
 PLUGIN_DOCS="Themes"
 
 src_compile() {
        local myconf
-
-       use nls && myconf="${myconf} enable_nls=1"
+       use nls && myconf+=" enable_nls=1"
 
        addpredict /dev/snd
-       emake ${myconf} || die
+       emake ${myconf}
 }



1.3                  x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild?r1=1.2&r2=1.3

Index: gkrellmss-2.6-r2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gkrellmss-2.6-r2.ebuild     18 Mar 2012 12:40:32 -0000      1.2
+++ gkrellmss-2.6-r2.ebuild     7 Apr 2014 19:58:47 -0000       1.3
@@ -1,37 +1,34 @@
-# 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/x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild,v 1.2 
2012/03/18 12:40:32 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild,v 1.3 
2014/04/07 19:58:47 ssuominen Exp $
 
-EAPI=3
-inherit gkrellm-plugin
-
-IUSE="nls"
+EAPI=5
+inherit eutils gkrellm-plugin
 
 DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
 HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html";
 SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz";
 
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE="nls"
+
 RDEPEND="=sci-libs/fftw-3*
        media-libs/alsa-lib"
-
 DEPEND="${RDEPEND}"
 
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-
 PLUGIN_SO="src/gkrellmss.so"
 PLUGIN_DOCS="Themes"
 
 src_prepare() {
-       epatch "${FILESDIR}/${P}-Respect-LDFLAGS.patch"
+       epatch "${FILESDIR}"/${P}-Respect-LDFLAGS.patch
 }
 
 src_compile() {
        local myconf
-
-       use nls && myconf="${myconf} enable_nls=1"
+       use nls && myconf+=" enable_nls=1"
 
        addpredict /dev/snd
-       emake ${myconf} || die
+       emake ${myconf}
 }



1.9                  x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild?r1=1.8&r2=1.9

Index: gkrellmss-2.6-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gkrellmss-2.6-r1.ebuild     18 Mar 2012 12:40:32 -0000      1.8
+++ gkrellmss-2.6-r1.ebuild     7 Apr 2014 19:58:47 -0000       1.9
@@ -1,33 +1,30 @@
-# 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/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild,v 1.8 
2012/03/18 12:40:32 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild,v 1.9 
2014/04/07 19:58:47 ssuominen Exp $
 
-EAPI=1
+EAPI=5
 inherit gkrellm-plugin
 
-IUSE="nls"
-
 DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
 HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html";
 SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz";
 
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 ppc ~sparc x86"
+IUSE="nls"
+
 RDEPEND="=sci-libs/fftw-3*
        media-libs/alsa-lib"
-
 DEPEND="${RDEPEND}"
 
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ppc ~sparc x86"
-
 PLUGIN_SO="src/gkrellmss.so"
 PLUGIN_DOCS="Themes"
 
 src_compile() {
        local myconf
-
-       use nls && myconf="${myconf} enable_nls=1"
+       use nls && myconf+=" enable_nls=1"
 
        addpredict /dev/snd
-       emake ${myconf} || die
+       emake ${myconf}
 }



1.37                 x11-plugins/gkrellmss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmss/ChangeLog?rev=1.37&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmss/ChangeLog?rev=1.37&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellmss/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   1 Jun 2013 11:36:37 -0000       1.36
+++ ChangeLog   7 Apr 2014 19:58:47 -0000       1.37
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/gkrellmss
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v 1.36 
2013/06/01 11:36:37 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v 1.37 
2014/04/07 19:58:47 ssuominen Exp $
+
+  07 Apr 2014; Samuli Suominen <[email protected]> gkrellmss-2.6-r1.ebuild,
+  gkrellmss-2.6-r2.ebuild, gkrellmss-2.6.ebuild:
+  Use EAPI5 instead of EAPI1. Missing inherit eutils for epatch.
 
   01 Jun 2013; Pacho Ramos <[email protected]> metadata.xml:
   Cleanup due bug #144305




Reply via email to