public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-djvu/
Date: Sat,  9 Jan 2016 01:04:25 +0000 (UTC)	[thread overview]
Message-ID: <1452301389.f7707761d6d8153a0be6117bdb4c8304cb2e4f84.xmw@gentoo> (raw)

commit:     f7707761d6d8153a0be6117bdb4c8304cb2e4f84
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 00:45:44 2016 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 01:03:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7707761

app-text/zathura-djvu: Version bump.

Package-Manager: portage-2.2.26

 app-text/zathura-djvu/Manifest                  |  1 +
 app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild | 50 +++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/app-text/zathura-djvu/Manifest b/app-text/zathura-djvu/Manifest
index 8b4566f..ff52566 100644
--- a/app-text/zathura-djvu/Manifest
+++ b/app-text/zathura-djvu/Manifest
@@ -1,2 +1,3 @@
 DIST zathura-djvu-0.2.3.tar.gz 11181 SHA256 c16e82d525012b788fd01c4189df93708fcffffb7dd34ca09db55005d644ed89 SHA512 6fd9c1d367d02402bc5eaedd853ed0d37aee61a682772c3c2dd543d98c03d85b32cd2b4af4b7f7a6390e97206aa881ebd6df9783e7abf4222352fb4d57de4850 WHIRLPOOL 447aee58bf3c0e9baed6d9d60505245777fd38be8bb2ae4c2f387a98afe334a01cd870995884f99d073904ba6812120c6660d88864bc3d38798d94e1c7d9cd76
 DIST zathura-djvu-0.2.4.tar.gz 11197 SHA256 ac10b8c07fd9f58281225e1a4cb026634cd03bf6b549eaceeea02f99ab5334bc SHA512 192df545b686259089342044ab682c2517f8e377667a9d44f6f416e1ac7fb7b2e45fa22d34004583c6081650a15d2becb350296a39a647a8dcd2ccc7ef1066d8 WHIRLPOOL ca0cf5570ee5529233110b7db1c29e5572ba321b7dbe59a4632ce23861cb15e0b6e85118bd5159c94a7e5d715c10bafc856a4eb4070413eb66601513eaf26542
+DIST zathura-djvu-0.2.5.tar.gz 11137 SHA256 08b7110af13e17a9d221bd7a0f7d3b479b3e31631d78bc6c5efb46271a299c0d SHA512 475ad916ed4b1cb1f7d79cf3417a68084bf00d737ffd5436c8079012dff2c8a3c4af28753dd42ad412269ea340e3844f2f781eee080f5487a13ee3a272ffa55a WHIRLPOOL 1304e9a74e0c8d0703f71e5243a112fbe1fe32fd71df64204770b4b0e1dd74e97a0a6a4a0fa258f5e56d5609ded0bb7b5ab097bc1446edb38b27cd4643e6be00

diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild b/app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild
new file mode 100644
index 0000000..a31e9dd
--- /dev/null
+++ b/app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild
@@ -0,0 +1,50 @@
+# 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="DjVu 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/djvu-3.5.24-r1:=
+	>=app-text/zathura-0.3.1
+	dev-libs/glib:2=
+	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
+}


             reply	other threads:[~2016-01-09  1:04 UTC|newest]

Thread overview: 34+ 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-djvu/ Michael Weber
2016-03-01 15:51 Michael Weber
2017-01-23  1:52 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-01-28 16:19 Michael Weber
2018-04-12  0:54 Thomas Deutschmann
2018-04-14 17:24 Aaron Bauman
2018-07-22 16:28 Mikle Kolyada
2018-10-10 19:52 Mikle Kolyada
2018-10-10 19:52 Mikle Kolyada
2018-10-14 17:32 Mikle Kolyada
2018-11-10 23:16 Mikle Kolyada
2018-11-17 14:02 Mikle Kolyada
2018-11-25 16:10 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 15:02 Mikle Kolyada
2020-08-24 11:58 Mikle Kolyada
2020-12-19 19:36 Sam James
2020-12-20 16:30 Thomas Deutschmann
2020-12-20 19:15 Sam James
2020-12-20 19:16 Sam James
2021-03-13  9:42 Sam James
2021-03-16  7:06 Joonas Niilola
2021-08-05 14:02 Yixun Lan
2021-09-12 21:12 Ionen Wolkens

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=1452301389.f7707761d6d8153a0be6117bdb4c8304cb2e4f84.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