ssuominen    14/04/07 19:38:55

  Modified:             wmpasman-0.8.4.1.ebuild wmpasman-0.8.5.3.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.12                 x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild?r1=1.11&r2=1.12

Index: wmpasman-0.8.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wmpasman-0.8.4.1.ebuild     5 May 2012 05:12:03 -0000       1.11
+++ wmpasman-0.8.4.1.ebuild     7 Apr 2014 19:38:55 -0000       1.12
@@ -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/wmpasman/wmpasman-0.8.4.1.ebuild,v 1.11 
2012/05/05 05:12:03 jdhore Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild,v 1.12 
2014/04/07 19:38:55 ssuominen Exp $
 
-EAPI="1"
+EAPI=5
 
 DESCRIPTION="Password storage/retrieval in a dockapp"
 HOMEPAGE="http://sourceforge.net/projects/wmpasman/";
@@ -21,19 +21,13 @@
        virtual/pkgconfig
        >=x11-libs/libXpm-3.5.5"
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-
+src_prepare() {
        # Solves compile error about undefined exit - Bug 140857
-       sed -i -e '/#include <stdio.h>/ { p ; s/stdio/stdlib/ }' 
wmgeneral/wmgeneral-gtk.c
+       sed -i -e '/#include <stdio.h>/ { p ; s/stdio/stdlib/ }' 
wmgeneral/wmgeneral-gtk.c || die
 }
 
 src_install() {
-       einstall || die "einstall failed."
+       # TODO: einstall is deprecated, convert to emake with args
+       einstall
        dodoc BUGS ChangeLog README TODO WARNINGS
 }
-
-pkg_postinst() {
-       ewarn "Please read the WARNINGS file."
-}



1.2                  x11-plugins/wmpasman/wmpasman-0.8.5.3.ebuild

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

Index: wmpasman-0.8.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmpasman-0.8.5.3.ebuild     2 Oct 2012 12:48:02 -0000       1.1
+++ wmpasman-0.8.5.3.ebuild     7 Apr 2014 19:38:55 -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/wmpasman/wmpasman-0.8.5.3.ebuild,v 1.1 
2012/10/02 12:48:02 voyageur Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.5.3.ebuild,v 1.2 
2014/04/07 19:38:55 ssuominen Exp $
 
-EAPI=4
+EAPI=5
 
 DESCRIPTION="Password storage/retrieval in a dockapp"
 HOMEPAGE="http://sourceforge.net/projects/wmpasman/";
@@ -21,11 +21,4 @@
        virtual/pkgconfig
        >=x11-libs/libXpm-3.5.5"
 
-src_install() {
-       emake DESTDIR="${D}" install
-       dodoc BUGS ChangeLog README TODO WARNINGS
-}
-
-pkg_postinst() {
-       ewarn "Please read the WARNINGS file."
-}
+DOCS="BUGS ChangeLog README TODO WARNINGS"



1.15                 x11-plugins/wmpasman/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   2 Oct 2012 12:48:02 -0000       1.14
+++ ChangeLog   7 Apr 2014 19:38:55 -0000       1.15
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmpasman
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.14 
2012/10/02 12:48:02 voyageur Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.15 
2014/04/07 19:38:55 ssuominen Exp $
+
+  07 Apr 2014; Samuli Suominen <[email protected]> wmpasman-0.8.4.1.ebuild,
+  wmpasman-0.8.5.3.ebuild:
+  Use EAPI5 instead of EAPI1.
 
 *wmpasman-0.8.5.3 (02 Oct 2012)
 




Reply via email to