From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-ps/
Date: Mon, 23 Jan 2017 01:44:57 +0000 (UTC) [thread overview]
Message-ID: <1485135872.b33a52aa5c70bf581a4e8f67af5a5d1aafec3681.xmw@gentoo> (raw)
commit: b33a52aa5c70bf581a4e8f67af5a5d1aafec3681
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 01:44:32 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 01:44:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33a52aa
app-text/zathura-ps: Version bump (bug 605710).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-text/zathura-ps/Manifest | 1 +
app-text/zathura-ps/zathura-ps-0.2.4.ebuild | 51 +++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/app-text/zathura-ps/Manifest b/app-text/zathura-ps/Manifest
index 8ade281..67b8374 100644
--- a/app-text/zathura-ps/Manifest
+++ b/app-text/zathura-ps/Manifest
@@ -1,2 +1,3 @@
DIST zathura-ps-0.2.2.tar.gz 5793 SHA256 e6546261db03b0b6b6499a8e109dc9ff3b8eb8b154ce45f5c6284c1e76d1d7a8 SHA512 4cedd614127b995ad834d5913dd5d9b3dff6172ac31cf42e8d43941815ac03a4872f41d7766c325f435feffa63364c9c377f760cd0540d2f36753e7df1c4c49e WHIRLPOOL 246f7cede9096474efab0c1b4f25bbd4b908eeb1a3a995d390939c02b79ca2adcce86582fd4129189b20e9028f6c0e9079c674cc1beebc59844b8b3d5597b76c
DIST zathura-ps-0.2.3.tar.gz 5973 SHA256 a9eef74b12aec87ac2c4309f12d0f9c83b228fe64a788ee46b2c3a7c91779aa3 SHA512 e5ce62f494f45eeb41a3cf5c91633953fd730b4dd448723afb39fa30cb58f887ef71e5ac462503791905c8de758ca0157805b5e672c6e0807d159294e2b29c7a WHIRLPOOL ac2ab6893fec986666b6e38511f443151aa96dd175bd539ee49ce222e4f9a55c5609509e6cef88ac447ccfa45a749a7ca5adace9fff56ca80bd92e03355f71a5
+DIST zathura-ps-0.2.4.tar.gz 5980 SHA256 fb9fc7e9e7765fb0aa2935b93ff3663332d0d884df35e8d0b1ea7e4b1fa0abdb SHA512 c63cbd4ff032cffa85305393a8e7f2864986e3a8204832cd7f9f12878e2c69fd0393ace91dd7b0fa8829f3a785abc2675d2ecb99dfa71794d699b567be954922 WHIRLPOOL 477cdf56293880b61d0d38936d2177054fa04f52ecfb09f0d57d81477e679217b5bf8fde10405f8439a73cdcf8fe676c5aec4801476d83300eab8aa5cc825927
diff --git a/app-text/zathura-ps/zathura-ps-0.2.4.ebuild b/app-text/zathura-ps/zathura-ps-0.2.4.ebuild
new file mode 100644
index 00000000..d1fa4de
--- /dev/null
+++ b/app-text/zathura-ps/zathura-ps-0.2.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils toolchain-funcs
+[[ ${PV} == 9999* ]] && inherit git-2
+
+DESCRIPTION="PostScript plug-in for zathura"
+HOMEPAGE="http://pwmt.org/projects/zathura/"
+if ! [[ ${PV} == 9999* ]]; then
+SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz"
+fi
+EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git"
+EGIT_BRANCH="develop"
+
+LICENSE="ZLIB"
+SLOT="0"
+if ! [[ ${PV} == 9999* ]]; then
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+else
+KEYWORDS=""
+fi
+IUSE=""
+
+RDEPEND=">=app-text/libspectre-0.2.6:=
+ >=app-text/zathura-0.2.7
+ dev-libs/glib:2=
+ x11-libs/cairo:="
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+pkg_setup() {
+ myzathuraconf=(
+ CC="$(tc-getCC)"
+ LD="$(tc-getLD)"
+ VERBOSE=1
+ DESTDIR="${D}"
+ PREFIX="${EPREFIX}/usr"
+ )
+}
+
+src_compile() {
+ emake "${myzathuraconf[@]}"
+}
+
+src_install() {
+ emake "${myzathuraconf[@]}" install
+ dodoc AUTHORS
+}
next reply other threads:[~2017-01-23 1:45 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-23 1:44 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-24 8:00 [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-ps/ Joonas Niilola
2024-11-23 16:02 Michał Górny
2024-10-21 12:36 Joonas Niilola
2024-10-21 12:36 Joonas Niilola
2024-10-21 12:36 Joonas Niilola
2024-10-21 12:36 Joonas Niilola
2022-10-17 23:56 Sam James
2022-10-17 23:56 Sam James
2022-06-02 12:02 Jakov Smolić
2022-05-05 3:54 Sam James
2022-05-05 3:54 Sam James
2022-02-15 7:00 Joonas Niilola
2021-08-05 14:02 Yixun Lan
2020-08-24 11:58 Mikle Kolyada
2020-08-24 9:01 Mikle Kolyada
2018-12-23 9:24 Mikle Kolyada
2018-12-11 9:58 Mikle Kolyada
2018-12-09 23:51 Thomas Deutschmann
2018-11-25 16:31 Mikle Kolyada
2018-11-17 14:02 Mikle Kolyada
2018-11-10 23:35 Mikle Kolyada
2018-10-17 12:37 Mikle Kolyada
2018-10-17 12:37 Mikle Kolyada
2018-07-22 16:28 Mikle Kolyada
2018-04-15 11:34 David Seifert
2018-04-14 17:24 Aaron Bauman
2018-04-12 0:54 Thomas Deutschmann
2018-01-28 16:19 Michael Weber
2018-01-28 16:19 Michael Weber
2017-12-25 19:17 David Seifert
2017-08-20 19:16 Thomas Deutschmann
2017-07-15 15:17 Tobias Klausmann
2017-02-23 13:27 Michael Weber
2017-01-29 19:51 Michael Weber
2016-01-09 1:33 Michael Weber
2016-01-09 1:04 Michael Weber
2015-12-09 1:39 Benda XU
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=1485135872.b33a52aa5c70bf581a4e8f67af5a5d1aafec3681.xmw@gentoo \
--to=xmw@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