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-pdf-mupdf/
Date: Sun, 29 Jan 2017 19:33:00 +0000 (UTC)	[thread overview]
Message-ID: <1485718372.a49c08d9655e3a2939503e6a5724af40d4b4cded.xmw@gentoo> (raw)

commit:     a49c08d9655e3a2939503e6a5724af40d4b4cded
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 19:31:57 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 19:32:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49c08d9

app-text/zathura-pdf-mupdf: Remove old version depending on broken mupdf (600674).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/zathura-pdf-mupdf/Manifest                |  2 -
 .../zathura-pdf-mupdf-0.2.8.ebuild                 | 57 ----------------------
 .../zathura-pdf-mupdf-0.3.0.ebuild                 | 57 ----------------------
 3 files changed, 116 deletions(-)

diff --git a/app-text/zathura-pdf-mupdf/Manifest b/app-text/zathura-pdf-mupdf/Manifest
index 0bbcf03..eb3e962 100644
--- a/app-text/zathura-pdf-mupdf/Manifest
+++ b/app-text/zathura-pdf-mupdf/Manifest
@@ -1,3 +1 @@
-DIST zathura-pdf-mupdf-0.2.8.tar.gz 9930 SHA256 9f8b92762cdad14a2a587744c758edc0e1003be6a0c1511486065bdc91a66910 SHA512 fce85f513c7d99e1bc48a288fd9f9a14b8ab01ade660ac8eaeeffb3ceaa695d210026d2c4d9c0bf383df613b98a3cb56499b2c835a7d8873dd896d73c61b7258 WHIRLPOOL a0ba8f961c98c9681ae352097cfd0bd58613929466e1a7f072df8d162fe3d9888a7cf073bf995a4ff88332b96a6e40d91f2c65c23a0bf157e5e15c93f00454f0
-DIST zathura-pdf-mupdf-0.3.0.tar.gz 9914 SHA256 478cb9d1562d08e096ebec4a6db9116d616a3536260197c2a28a2772171f72c8 SHA512 c83eef453176c6317be338260e311c39e049b8ae1ae719445c6303725b4e993758ed3f3a61f0af31032d09f1f2f03574f862d24e36b27fa38732e0b6c7aa18ea WHIRLPOOL 6fef567220a5d1f9140b0d8a216752f92717c24b7abcdc945239acc8f9ee349695c052fefc671f0f47f3e3a9aa1d2e94cd88a9d5c3edd7e64b8edc9e923919a8
 DIST zathura-pdf-mupdf-0.3.1.tar.gz 9755 SHA256 d9b9edc0297b9eddb53020976f287b4e8db33edef8cfa047d70e02653eb2f81b SHA512 87b5b8a750a6911be37a0195b0f4bc3304350f9d29173091b3eeece40350b10cb98b009b2722a69ae1e617b4242292f3eba17fea97d5276e485069180f2bd67d WHIRLPOOL 5a331b1b90607f6ae56dd6ad356418143ee004028c995ac7b957b75b4f7bb0a762f7e11e860e0e80a3fefa5cc453f3871c054cad93690c42cfc1facdb7aac44e

diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.2.8.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.2.8.ebuild
deleted file mode 100644
index 098f0e5..00000000
--- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.2.8.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 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 ~x86"
-else
-KEYWORDS=""
-fi
-IUSE=""
-
-RDEPEND="!app-text/zathura-pdf-poppler
-	>=app-text/mupdf-1.7a:=
-	<app-text/mupdf-1.9a:=
-	>=app-text/zathura-0.3.1
-	media-libs/jbig2dec:=
-	media-libs/openjpeg:2=
-	virtual/jpeg:0
-	x11-libs/cairo:="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-pkg_setup() {
-	myzathuraconf=(
-		CC="$(tc-getCC)"
-		LD="$(tc-getLD)"
-		VERBOSE=1
-		DESTDIR="${D}"
-		MUPDF_LIB="$($(tc-getPKG_CONFIG) --libs mupdf)"
-		OPENSSL_INC="$($(tc-getPKG_CONFIG) --cflags mupdf)"
-		OPENSSL_LIB=''
-	)
-}
-
-src_compile() {
-	emake "${myzathuraconf[@]}"
-}
-
-src_install() {
-	emake "${myzathuraconf[@]}" install
-	dodoc AUTHORS
-}

diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.0.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.0.ebuild
deleted file mode 100644
index ccdeb88..00000000
--- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 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="https://git.pwmt.org/pwmt/${PN}.git"
-EGIT_BRANCH="develop"
-
-LICENSE="ZLIB"
-SLOT="0"
-if ! [[ ${PV} == 9999* ]]; then
-KEYWORDS="~amd64 ~x86"
-else
-KEYWORDS=""
-fi
-IUSE=""
-
-RDEPEND="!app-text/zathura-pdf-poppler
-	>=app-text/mupdf-1.7a:=
-	<app-text/mupdf-1.9a:=
-	>=app-text/zathura-0.3.1
-	media-libs/jbig2dec:=
-	media-libs/openjpeg:2=
-	virtual/jpeg:0
-	x11-libs/cairo:="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-pkg_setup() {
-	myzathuraconf=(
-		CC="$(tc-getCC)"
-		LD="$(tc-getLD)"
-		VERBOSE=1
-		DESTDIR="${D}"
-		MUPDF_LIB="$($(tc-getPKG_CONFIG) --libs mupdf)"
-		OPENSSL_INC="$($(tc-getPKG_CONFIG) --cflags mupdf)"
-		OPENSSL_LIB=''
-	)
-}
-
-src_compile() {
-	emake "${myzathuraconf[@]}"
-}
-
-src_install() {
-	emake "${myzathuraconf[@]}" install
-	dodoc AUTHORS
-}


             reply	other threads:[~2017-01-29 19:33 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-29 19:33 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-20  5:19 [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-mupdf/ Joonas Niilola
2024-08-20  5:19 Joonas Niilola
2024-08-19 19:22 Sam James
2024-07-18  7:41 Joonas Niilola
2024-07-18  7:41 Joonas Niilola
2024-03-13  6:26 Arthur Zamarin
2024-03-13  0:54 Sam James
2024-03-12 19:29 Arthur Zamarin
2023-10-15  9:03 Viorel Munteanu
2023-10-15  9:03 Viorel Munteanu
2023-03-17 17:03 Sam James
2023-03-17 16:30 Arthur Zamarin
2023-01-09  8:33 Florian Schmaus
2022-10-28 18:55 Sam James
2022-10-28 18:55 Sam James
2022-10-28 14:55 Arthur Zamarin
2022-10-17 23:56 Sam James
2022-10-17 23:56 Sam James
2022-09-04 15:21 Florian Schmaus
2022-09-04 15:21 Florian Schmaus
2022-09-04 15:21 Florian Schmaus
2022-06-21 21:08 Sam James
2022-06-02 12:02 Jakov Smolić
2022-05-05  3:54 Sam James
2022-05-05  3:54 Sam James
2022-03-16 17:02 Florian Schmaus
2022-03-16 17:02 Florian Schmaus
2022-03-16 17:02 Florian Schmaus
2022-01-24 14:42 Sam James
2022-01-23 15:22 Sam James
2022-01-23 13:09 Jakov Smolić
2021-12-14 15:23 Florian Schmaus
2021-12-14 14:54 Florian Schmaus
2021-12-14 14:54 Florian Schmaus
2020-11-06 23:59 Sam James
2020-10-28 16:18 Sam James
2020-10-25 23:08 Thomas Deutschmann
2020-10-15 12:23 Thomas Deutschmann
2020-08-24 11:58 Mikle Kolyada
2019-11-22 11:11 Mikle Kolyada
2019-11-22 11:11 Mikle Kolyada
2019-10-27 17:54 Mikle Kolyada
2019-09-13 11:26 Mikle Kolyada
2019-08-31 13:01 Mikle Kolyada
2018-12-23  9:24 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 11:10 Mikle Kolyada
2018-11-17 14:02 Mikle Kolyada
2018-11-10 23:26 Mikle Kolyada
2018-11-10 23:21 Mikle Kolyada
2018-10-25 21:20 Mikle Kolyada
2018-10-14 18:54 Mikle Kolyada
2018-08-18 18:07 Virgil Dupras
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:33 Michael Weber
2017-01-23  1:30 Michael Weber
2016-06-04 19:46 Michael Weber
2016-02-26 23:27 Michael Weber
2016-02-26 23:27 Michael Weber
2016-01-09  1:33 Michael Weber
2016-01-09  1:04 Michael Weber

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=1485718372.a49c08d9655e3a2939503e6a5724af40d4b4cded.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