From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-poppler/
Date: Sat, 9 Jan 2016 01:04:25 +0000 (UTC) [thread overview]
Message-ID: <1452301367.982bc9d1e438a2df59e0e04044ec585d3023a61a.xmw@gentoo> (raw)
commit: 982bc9d1e438a2df59e0e04044ec585d3023a61a
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 9 00:41:22 2016 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Jan 9 01:02:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=982bc9d1
app-text/zathura-pdf-poppler: Version bump.
Package-Manager: portage-2.2.26
app-text/zathura-pdf-poppler/Manifest | 1 +
.../zathura-pdf-poppler-0.2.6.ebuild | 49 ++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/app-text/zathura-pdf-poppler/Manifest b/app-text/zathura-pdf-poppler/Manifest
index 81f7d26..659067d 100644
--- a/app-text/zathura-pdf-poppler/Manifest
+++ b/app-text/zathura-pdf-poppler/Manifest
@@ -1 +1,2 @@
DIST zathura-pdf-poppler-0.2.5.tar.gz 9650 SHA256 60b327596d65bcd39edd5bf05b8cca8f9b658f51e626611ea99247a49b860cac SHA512 6ef167873c469a15f46a59a7e5cf1d50a3b9e3cb496f135da17975de7f9631b8e41076d1e7767f5715eb805d77e19e1bed3e4b39a0c49b0ea6ed2aebe616d56d WHIRLPOOL f84d9214d6e1e4872bd8aa1fae9092e2694a0a998a847b9966376da54bd15d97dcda8116c4431b13e1b1afeeb7ba77b155446d884088c47a2986f933d9f0933a
+DIST zathura-pdf-poppler-0.2.6.tar.gz 10024 SHA256 d1eb0c7a4f647c141192a2d7bf66413b9c5f1842463947ab87a8a1edcf8e58d5 SHA512 3675d73da173cdfebee5ec83fa36d1861d6143b55931a2be16b24be1dbc70ce98dbc559f92e93e0d7f4d9073095d276754f64e41714810a6610abb09ab447aea WHIRLPOOL 947a69e0954aa9144800ae3614fa05aeb94930c650d38fa78b975cbe8fef36d49d5e3243e26252577557715b0c98ff14e0defce443cf0b095bb21356998a5f5d
diff --git a/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.6.ebuild b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.6.ebuild
new file mode 100644
index 0000000..a8ca8d9
--- /dev/null
+++ b/app-text/zathura-pdf-poppler/zathura-pdf-poppler-0.2.6.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2014 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="PDF 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="git://git.pwmt.org/${PN}.git"
+EGIT_BRANCH="develop"
+
+LICENSE="ZLIB"
+SLOT="0"
+if ! [[ ${PV} == 9999* ]]; then
+KEYWORDS="~amd64 ~arm ~x86"
+else
+KEYWORDS=""
+fi
+IUSE=""
+
+RDEPEND="app-text/poppler:=[cairo]
+ >=app-text/zathura-0.2.7
+ x11-libs/cairo:="
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+pkg_setup() {
+ myzathuraconf=(
+ CC="$(tc-getCC)"
+ LD="$(tc-getLD)"
+ VERBOSE=1
+ DESTDIR="${D}"
+ )
+}
+
+src_compile() {
+ emake "${myzathuraconf[@]}"
+}
+
+src_install() {
+ emake "${myzathuraconf[@]}" install
+ dodoc AUTHORS
+}
next reply other threads:[~2016-01-09 1:04 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-09 1:04 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-01-09 1:33 [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-poppler/ Michael Weber
2017-01-23 1:55 Michael Weber
2017-01-29 19:51 Michael Weber
2017-02-23 13:27 Michael Weber
2017-07-15 15:17 Tobias Klausmann
2017-08-20 19:16 Thomas Deutschmann
2017-12-25 19:17 David Seifert
2018-01-28 16:19 Michael Weber
2018-01-28 16:19 Michael Weber
2018-02-13 15:29 Michał Górny
2018-03-13 12:51 Michael Palimaka
2018-04-12 0:54 Thomas Deutschmann
2018-04-14 17:24 Aaron Bauman
2018-07-22 16:28 Mikle Kolyada
2018-10-09 21:19 Mikle Kolyada
2018-10-09 21:19 Mikle Kolyada
2018-10-09 21:24 Mikle Kolyada
2018-10-10 19:54 Mikle Kolyada
2018-11-10 23:19 Mikle Kolyada
2018-11-17 14:02 Mikle Kolyada
2018-11-25 12:05 Mikle Kolyada
2018-12-09 23:51 Thomas Deutschmann
2018-12-11 9:58 Mikle Kolyada
2018-12-23 9:24 Mikle Kolyada
2020-01-08 14:58 Mikle Kolyada
2020-08-24 11:58 Mikle Kolyada
2020-08-28 21:41 Piotr Karbowski
2021-08-05 14:02 Yixun Lan
2022-01-21 12:40 Sam James
2022-01-21 12:42 Sam James
2022-01-23 15:22 Sam James
2022-10-17 23:56 Sam James
2022-10-17 23:56 Sam James
2023-01-08 15:34 Piotr Karbowski
2023-01-08 15:34 Piotr Karbowski
2023-03-05 16:35 Arthur Zamarin
2023-03-06 13:04 Arthur Zamarin
2023-03-07 11:42 Sam James
2023-05-14 14:51 Piotr Karbowski
2023-05-14 14:51 Piotr Karbowski
2023-07-23 19:22 Arthur Zamarin
2023-07-23 20:48 Sam James
2023-07-23 21:44 Sam James
2023-12-01 11:30 Ulrich Müller
2024-02-12 6:01 Matt Jolly
2024-02-12 6:01 Matt Jolly
2024-02-12 6:01 Matt Jolly
2024-09-17 20:20 Sam James
2024-09-17 20:20 Sam James
2024-09-18 6:36 Arthur Zamarin
2024-10-21 12:36 Joonas Niilola
2024-10-21 12:36 Joonas Niilola
2024-11-23 12:11 Sam James
2024-11-23 15:42 Michał Górny
2024-11-23 17:26 Michał Górny
2025-02-24 15:47 Petr Vaněk
2025-04-02 12:38 Florian Schmaus
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=1452301367.982bc9d1e438a2df59e0e04044ec585d3023a61a.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