mrueg       15/01/15 14:21:17

  Modified:             psmark-2.1.ebuild ChangeLog
  Log:
  EAPI5. Keyword ~amd64.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.5                  app-doc/psmark/psmark-2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/psmark/psmark-2.1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/psmark/psmark-2.1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/psmark/psmark-2.1.ebuild?r1=1.4&r2=1.5

Index: psmark-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/psmark/psmark-2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- psmark-2.1.ebuild   10 Aug 2014 10:58:06 -0000      1.4
+++ psmark-2.1.ebuild   15 Jan 2015 14:21:17 -0000      1.5
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/psmark/psmark-2.1.ebuild,v 1.4 
2014/08/10 10:58:06 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/psmark/psmark-2.1.ebuild,v 1.5 
2015/01/15 14:21:17 mrueg Exp $
+
+EAPI=5
 
 inherit eutils toolchain-funcs
 
@@ -8,31 +10,26 @@
 MY_P=${MY_PN}${PV}
 S=${WORKDIR}/${PN}
 
-IUSE=""
 DESCRIPTION="Prints watermark-like text on any PostScript document"
 HOMEPAGE="http://www.antitachyon.com/Content/10_Produkte/50_Utilities/psmark/";
 SRC_URI="http://www.antitachyon.com/download/${MY_P}.tar.gz";
 
+IUSE=""
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
+KEYWORDS="~amd64 ~x86"
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${P}-string.patch
-       epatch "${FILESDIR}"/${P}-Makefile-QA.patch
+src_prepare() {
+       epatch "${FILESDIR}"/${P}-string.patch\
+               "${FILESDIR}"/${P}-Makefile-QA.patch
 }
 
 src_compile() {
-       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "make failed"
+       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
 }
 
 src_install() {
-       dobin psmark || die "dobin failed"
-       doman psmark.1 || die "doman failed"
-       dodoc README CHANGELOG || die "dodoc failed"
+       dobin psmark
+       doman psmark.1
+       dodoc README CHANGELOG
 }



1.6                  app-doc/psmark/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/psmark/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/psmark/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/psmark/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/psmark/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   10 Aug 2014 10:58:06 -0000      1.5
+++ ChangeLog   15 Jan 2015 14:21:17 -0000      1.6
@@ -1,6 +1,9 @@
 # ChangeLog for app-doc/psmark
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/psmark/ChangeLog,v 1.5 2014/08/10 
10:58:06 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/psmark/ChangeLog,v 1.6 2015/01/15 
14:21:17 mrueg Exp $
+
+  15 Jan 2015; Manuel RĂ¼ger <[email protected]> psmark-2.1.ebuild:
+  EAPI5. Keyword ~amd64.
 
   10 Aug 2014; Patrick Lauer <[email protected]> psmark-2.1.ebuild:
   Fix description for more repoman happy




Reply via email to