jlec        15/03/21 19:44:53

  Modified:             metadata.xml yajhfc-0.5.2.ebuild ChangeLog
  Log:
  Bump to EAPI=5
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  net-misc/yajhfc/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/yajhfc/metadata.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/yajhfc/metadata.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/yajhfc/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/yajhfc/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml        2 Jul 2012 14:48:24 -0000       1.1
+++ metadata.xml        21 Mar 2015 19:44:52 -0000      1.2
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<maintainer>
-<email>[email protected]</email>
-<name>Matthew Marlowe</name>
-</maintainer>
-<longdescription>
+  <maintainer>
+    <email>[email protected]</email>
+    <name>Matthew Marlowe</name>
+  </maintainer>
+  <longdescription>
 Client for Hylafax+ Server.
 </longdescription>
 </pkgmetadata>



1.2                  net-misc/yajhfc/yajhfc-0.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/yajhfc/yajhfc-0.5.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/yajhfc/yajhfc-0.5.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/yajhfc/yajhfc-0.5.2.ebuild?r1=1.1&r2=1.2

Index: yajhfc-0.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/yajhfc/yajhfc-0.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yajhfc-0.5.2.ebuild 2 Jul 2012 14:48:24 -0000       1.1
+++ yajhfc-0.5.2.ebuild 21 Mar 2015 19:44:52 -0000      1.2
@@ -1,24 +1,23 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/yajhfc/yajhfc-0.5.2.ebuild,v 1.1 
2012/07/02 14:48:24 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/yajhfc/yajhfc-0.5.2.ebuild,v 1.2 
2015/03/21 19:44:52 jlec Exp $
 
-EAPI="3"
+EAPI=5
 
-inherit eutils versionator java-pkg-opt-2
+inherit eutils java-pkg-opt-2 versionator
 
 MY_P="${PN}-${PV}.jar"
 MY_P="${MY_P/_/}"
 MY_P="${MY_P/./_}"
 MY_P="${MY_P/./_}"
 
-DESCRIPTION="YajHFC - Yet another Java HylaFAX Plus Client"
+DESCRIPTION="Yet another Java HylaFAX Plus Client"
 HOMEPAGE="http://www.yajhfc.de/";
 SRC_URI="http://download.yajhfc.de/releases/${MY_P}";
 
 SLOT="0"
 LICENSE="GPL-3"
 KEYWORDS=""
-
 IUSE=""
 
 COMMON_DEPEND=">=virtual/jdk-1.4"
@@ -28,9 +27,7 @@
 S="${WORKDIR}/${MY_P}"
 
 src_install() {
-       exeinto /usr/bin/
-       exeopts -m555
-       echo "java -jar /usr/bin/${MY_P}" > ${WORKDIR}/h.h
-       newexe "${WORKDIR}/h.h" "yajhfc" || die
-       newexe "${DISTDIR}/${MY_P}" "${MY_P}" || die
+       echo "java -jar /usr/bin/${MY_P}" > "${WORKDIR}"/h.h
+       newbin "${WORKDIR}/h.h" "yajhfc"
+       newbin "${DISTDIR}/${MY_P}" "${MY_P}"
 }



1.3                  net-misc/yajhfc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/yajhfc/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/yajhfc/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/yajhfc/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/yajhfc/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   2 Jul 2012 14:51:33 -0000       1.2
+++ ChangeLog   21 Mar 2015 19:44:52 -0000      1.3
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/yajhfc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/yajhfc/ChangeLog,v 1.2 2012/07/02 
14:51:33 mattm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/yajhfc/ChangeLog,v 1.3 2015/03/21 
19:44:52 jlec Exp $
+
+  21 Mar 2015; Justin Lecher <[email protected]> metadata.xml,
+  yajhfc-0.5.2.ebuild:
+  Bump to EAPI=5
 
   02 Jul 2012; Matthew Marlowe <[email protected]> yajhfc-0.5.2.ebuild:
   Gpg sign failed on prior commit - recommiting.
@@ -14,4 +18,3 @@
   meets initial tests and package solves a problem that other gentoo packages
   do not. Still, further work will probably be needed to get this ebuild
   optimal.. Initial release is package masked.
-




Reply via email to