* [gentoo-commits] gentoo-x86 commit in app-doc/psmark: psmark-2.1.ebuild ChangeLog
@ 2015-01-15 14:21 Manuel Rueger (mrueg)
0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-01-15 14:21 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-doc/psmark: psmark-2.1.ebuild ChangeLog
@ 2014-08-10 10:58 Patrick Lauer (patrick)
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2014-08-10 10:58 UTC (permalink / raw
To: gentoo-commits
patrick 14/08/10 10:58:06
Modified: psmark-2.1.ebuild ChangeLog
Log:
Fix description for more repoman happy
(Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.4 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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/psmark/psmark-2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/psmark/psmark-2.1.ebuild?r1=1.3&r2=1.4
Index: psmark-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/psmark/psmark-2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- psmark-2.1.ebuild 4 Oct 2009 19:14:37 -0000 1.3
+++ psmark-2.1.ebuild 10 Aug 2014 10:58:06 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 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.3 2009/10/04 19:14:37 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/psmark/psmark-2.1.ebuild,v 1.4 2014/08/10 10:58:06 patrick Exp $
inherit eutils toolchain-funcs
@@ -9,7 +9,7 @@
S=${WORKDIR}/${PN}
IUSE=""
-DESCRIPTION="Prints watermark-like text on any PostScript document."
+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"
1.5 app-doc/psmark/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/psmark/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/psmark/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/psmark/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/psmark/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 7 Oct 2012 08:55:33 -0000 1.4
+++ ChangeLog 10 Aug 2014 10:58:06 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for app-doc/psmark
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/psmark/ChangeLog,v 1.4 2012/10/07 08:55:33 pacho Exp $
+# 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 $
+
+ 10 Aug 2014; Patrick Lauer <patrick@gentoo.org> psmark-2.1.ebuild:
+ Fix description for more repoman happy
07 Oct 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, #24135.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-15 14:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-15 14:21 [gentoo-commits] gentoo-x86 commit in app-doc/psmark: psmark-2.1.ebuild ChangeLog Manuel Rueger (mrueg)
-- strict thread matches above, loose matches on Subject: below --
2014-08-10 10:58 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox