public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rueger (mrueg)" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/psmark: psmark-2.1.ebuild ChangeLog
Date: Thu, 15 Jan 2015 14:21:17 +0000 (UTC)	[thread overview]
Message-ID: <20150115142117.DE515FA23@oystercatcher.gentoo.org> (raw)

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 <mrueg@gentoo.org> psmark-2.1.ebuild:
+  EAPI5. Keyword ~amd64.
 
   10 Aug 2014; Patrick Lauer <patrick@gentoo.org> psmark-2.1.ebuild:
   Fix description for more repoman happy





             reply	other threads:[~2015-01-15 14:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-15 14:21 Manuel Rueger (mrueg) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-10 10:58 [gentoo-commits] gentoo-x86 commit in app-doc/psmark: psmark-2.1.ebuild ChangeLog Patrick Lauer (patrick)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150115142117.DE515FA23@oystercatcher.gentoo.org \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox