ssuominen 14/04/07 19:49:26
Modified: wmcoincoin-2.5.1f.ebuild wmcoincoin-2.6.1.ebuild
ChangeLog
Log:
Use EAPI5 instead of EAPI1.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
4868F14D)
Revision Changes Path
1.7 x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild?r1=1.6&r2=1.7
Index: wmcoincoin-2.5.1f.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wmcoincoin-2.5.1f.ebuild 5 May 2012 05:12:02 -0000 1.6
+++ wmcoincoin-2.5.1f.ebuild 7 Apr 2014 19:49:26 -0000 1.7
@@ -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/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild,v 1.6
2012/05/05 05:12:02 jdhore Exp $
+# $Header:
/var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild,v 1.7
2014/04/07 19:49:26 ssuominen Exp $
-EAPI="1"
+EAPI=5
DESCRIPTION="a dockapp for browsing dacode news and board sites."
HOMEPAGE="http://hules.free.fr/wmcoincoin"
@@ -28,12 +28,10 @@
nls? ( sys-devel/gettext )
xinerama? ( x11-proto/xineramaproto )"
-src_compile() {
- econf $(use_enable nls) $(use_enable xinerama)
- emake || die "emake failed."
-}
+DOCS="AUTHORS ChangeLog NEWS README"
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README
+src_configure() {
+ econf \
+ $(use_enable nls) \
+ $(use_enable xinerama)
}
1.2 x11-plugins/wmcoincoin/wmcoincoin-2.6.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.6.1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.6.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.6.1.ebuild?r1=1.1&r2=1.2
Index: wmcoincoin-2.6.1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmcoincoin-2.6.1.ebuild 21 Aug 2012 08:43:21 -0000 1.1
+++ wmcoincoin-2.6.1.ebuild 7 Apr 2014 19:49:26 -0000 1.2
@@ -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/x11-plugins/wmcoincoin/wmcoincoin-2.6.1.ebuild,v 1.1
2012/08/21 08:43:21 voyageur Exp $
+# $Header:
/var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.6.1.ebuild,v 1.2
2014/04/07 19:49:26 ssuominen Exp $
-EAPI=4
+EAPI=5
DESCRIPTION="a dockapp for browsing dacode news and board sites."
HOMEPAGE="http://hules.free.fr/wmcoincoin"
@@ -28,11 +28,10 @@
nls? ( sys-devel/gettext )
xinerama? ( x11-proto/xineramaproto )"
-src_configure() {
- econf $(use_enable nls) $(use_enable xinerama)
-}
+DOCS="AUTHORS ChangeLog NEWS README"
-src_install () {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README
+src_configure() {
+ econf \
+ $(use_enable nls) \
+ $(use_enable xinerama)
}
1.27 x11-plugins/wmcoincoin/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog?rev=1.27&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog?rev=1.27&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 21 Aug 2012 08:43:21 -0000 1.26
+++ ChangeLog 7 Apr 2014 19:49:26 -0000 1.27
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmcoincoin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v 1.26
2012/08/21 08:43:21 voyageur Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v 1.27
2014/04/07 19:49:26 ssuominen Exp $
+
+ 07 Apr 2014; Samuli Suominen <[email protected]> wmcoincoin-2.5.1f.ebuild,
+ wmcoincoin-2.6.1.ebuild:
+ Use EAPI5 instead of EAPI1.
*wmcoincoin-2.6.1 (21 Aug 2012)