public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/fbpdf/
@ 2016-05-07 12:41 Sergei Trofimovich
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2016-05-07 12:41 UTC (permalink / raw
  To: gentoo-commits

commit:     778f6990a13aae925d9a16e5f0640eefdae0b39f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat May  7 12:41:44 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat May  7 12:41:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778f6990

app-text/fbpdf: new package, bug #580762

Framebuffer PDF and DJVU reader.
Requested by w0rm.

Bug: https://bugs.gentoo.org/580762

Package-Manager: portage-2.2.28

 app-text/fbpdf/Manifest                 |  1 +
 app-text/fbpdf/fbpdf-0_p20160409.ebuild | 39 +++++++++++++++++++++++++++++++++
 app-text/fbpdf/metadata.xml             | 12 ++++++++++
 3 files changed, 52 insertions(+)

diff --git a/app-text/fbpdf/Manifest b/app-text/fbpdf/Manifest
new file mode 100644
index 0000000..ce49a8c
--- /dev/null
+++ b/app-text/fbpdf/Manifest
@@ -0,0 +1 @@
+DIST fbpdf-0_p20160409.tar.gz 7788 SHA256 ae17aa7fb1e472df5fa1be42505305705dff15bdf92006311816b66f2a2e4f3f SHA512 e939f2d1fd9dccfb778756c3dd3f1b4d8c413e55d17fb68d7bfbd42a541a30b6bdc8f190e81d18ebc45c7e4e46ce48a559b9c564710fb66b292f043f7351b684 WHIRLPOOL cb86cdaecf8e35610916f4f2bc990b810c56f200aba96a036a6e65c72258e93d6782a97ffc8356e32c58aeba7126d698e802c77d47553a8ebbf1d915aa04ade7

diff --git a/app-text/fbpdf/fbpdf-0_p20160409.ebuild b/app-text/fbpdf/fbpdf-0_p20160409.ebuild
new file mode 100644
index 0000000..396a94d
--- /dev/null
+++ b/app-text/fbpdf/fbpdf-0_p20160409.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="framebuffer pdf and djvu viewer"
+HOMEPAGE="http://repo.or.cz/fbpdf.git"
+SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=app-text/mupdf-1.7:0=
+	dev-lang/mujs:0=
+	media-libs/freetype:2=
+	media-libs/jbig2dec:0=
+	virtual/jpeg:0=
+	media-libs/openjpeg:0=
+	dev-libs/openssl:0=
+	app-text/djvu:0=
+"
+
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN}
+
+src_compile() {
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+	dobin fbpdf fbdjvu
+	dodoc README
+}

diff --git a/app-text/fbpdf/metadata.xml b/app-text/fbpdf/metadata.xml
new file mode 100644
index 0000000..a545659
--- /dev/null
+++ b/app-text/fbpdf/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>slyfox@gentoo.org</email>
+		<name>Sergei Trofimovich</name>
+		<description>Primary Maintainer</description>
+	</maintainer>
+	<upstream>
+		<remote-id type="sourceforge">xmms2</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/fbpdf/
@ 2016-05-07 12:43 Sergei Trofimovich
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2016-05-07 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     aee9df1ff6473563435b3defa6ea404766ae62bc
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat May  7 12:43:05 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat May  7 12:43:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee9df1f

app-text/fbpdf: dropped wrong upstream from metadata.xml

Package-Manager: portage-2.2.28

 app-text/fbpdf/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-text/fbpdf/metadata.xml b/app-text/fbpdf/metadata.xml
index a545659..248be00 100644
--- a/app-text/fbpdf/metadata.xml
+++ b/app-text/fbpdf/metadata.xml
@@ -6,7 +6,4 @@
 		<name>Sergei Trofimovich</name>
 		<description>Primary Maintainer</description>
 	</maintainer>
-	<upstream>
-		<remote-id type="sourceforge">xmms2</remote-id>
-	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/fbpdf/
@ 2017-07-02  9:47 Sergei Trofimovich
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2017-07-02  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     d9fe67d2e18998ba065cc6b60968366b0872f5ef
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 09:47:51 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 09:47:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9fe67d2

app-text/fbpdf: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-text/fbpdf/Manifest                 |  1 -
 app-text/fbpdf/fbpdf-0_p20160409.ebuild | 38 ---------------------------------
 2 files changed, 39 deletions(-)

diff --git a/app-text/fbpdf/Manifest b/app-text/fbpdf/Manifest
index 199046ebfe2..8e3ce19a699 100644
--- a/app-text/fbpdf/Manifest
+++ b/app-text/fbpdf/Manifest
@@ -1,2 +1 @@
-DIST fbpdf-0_p20160409.tar.gz 7788 SHA256 ae17aa7fb1e472df5fa1be42505305705dff15bdf92006311816b66f2a2e4f3f SHA512 e939f2d1fd9dccfb778756c3dd3f1b4d8c413e55d17fb68d7bfbd42a541a30b6bdc8f190e81d18ebc45c7e4e46ce48a559b9c564710fb66b292f043f7351b684 WHIRLPOOL cb86cdaecf8e35610916f4f2bc990b810c56f200aba96a036a6e65c72258e93d6782a97ffc8356e32c58aeba7126d698e802c77d47553a8ebbf1d915aa04ade7
 DIST fbpdf-0_p20161202.tar.gz 7795 SHA256 9cd0fb4cb2a6602606b7e24cb9b1e81c663b07f0a982236f0de5dc25b4653823 SHA512 c122f12485b9e0055bd5b60d66a5034d20738c6a5a1a9f384ef8cb93e4c6b1275434eea884398590db2b06a746cc0ff00df29ecdc5faecc1730a022435164107 WHIRLPOOL dd576141183548aaa1036eb36524b1c7bf8df6d3645fca11846323687a7b3e6a80d09e709980e8da41ac82763c16b69247be1a33aa758191f79d37d6bb936079

diff --git a/app-text/fbpdf/fbpdf-0_p20160409.ebuild b/app-text/fbpdf/fbpdf-0_p20160409.ebuild
deleted file mode 100644
index 815302ab3a2..00000000000
--- a/app-text/fbpdf/fbpdf-0_p20160409.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="framebuffer pdf and djvu viewer"
-HOMEPAGE="http://repo.or.cz/fbpdf.git"
-SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=app-text/mupdf-1.7:0=
-	dev-lang/mujs:0=
-	media-libs/freetype:2=
-	media-libs/jbig2dec:0=
-	virtual/jpeg:0=
-	media-libs/openjpeg:0=
-	dev-libs/openssl:0=
-	app-text/djvu:0=
-"
-
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-	dobin fbpdf fbdjvu
-	dodoc README
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/fbpdf/
@ 2017-12-03 11:36 Jeroen Roovers
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers @ 2017-12-03 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     97586fbb585f0aede27f70cfdcc228f9f287ff26
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  3 11:36:04 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Dec  3 11:36:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97586fbb

app-text/fbpdf: Block !media-gfx/fbida[fbcon] (bug #622324).

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-text/fbpdf/fbpdf-0_p20161202.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-text/fbpdf/fbpdf-0_p20161202.ebuild b/app-text/fbpdf/fbpdf-0_p20161202.ebuild
index 02e5ea6ffd6..a2fd7c2a102 100644
--- a/app-text/fbpdf/fbpdf-0_p20161202.ebuild
+++ b/app-text/fbpdf/fbpdf-0_p20161202.ebuild
@@ -15,13 +15,14 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
 	>=app-text/mupdf-1.10:0=
+	app-text/djvu:0=
 	dev-lang/mujs:0=
+	dev-libs/openssl:0=
+	!media-gfx/fbida[fbcon]
 	media-libs/freetype:2=
 	media-libs/jbig2dec:0=
-	virtual/jpeg:0=
 	media-libs/openjpeg:0=
-	dev-libs/openssl:0=
-	app-text/djvu:0=
+	virtual/jpeg:0=
 "
 
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/fbpdf/
@ 2018-02-11 10:25 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2018-02-11 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     dc959bb1fd3e400ac3bb9edd5e8e70f4d774ccc2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:21:35 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:24:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc959bb1

app-text/fbpdf: Remove useless maintainer <description/>

Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 app-text/fbpdf/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-text/fbpdf/metadata.xml b/app-text/fbpdf/metadata.xml
index 248be000563..c5298995d2d 100644
--- a/app-text/fbpdf/metadata.xml
+++ b/app-text/fbpdf/metadata.xml
@@ -4,6 +4,5 @@
 	<maintainer type="person">
 		<email>slyfox@gentoo.org</email>
 		<name>Sergei Trofimovich</name>
-		<description>Primary Maintainer</description>
 	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/fbpdf/
@ 2020-03-25 22:47 Sergei Trofimovich
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2020-03-25 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     04190c082ab9cb4162fc550e4f61811a1de05a97
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 22:47:02 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 22:47:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04190c08

app-text/fbpdf: update media-gfx/fbida blocker to [fbcon(-)]

Live ebuild dropped the USE=fbcon.

Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-text/fbpdf/fbpdf-0_p20190202.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/fbpdf/fbpdf-0_p20190202.ebuild b/app-text/fbpdf/fbpdf-0_p20190202.ebuild
index 1ab615ca107..2cae3b10071 100644
--- a/app-text/fbpdf/fbpdf-0_p20190202.ebuild
+++ b/app-text/fbpdf/fbpdf-0_p20190202.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
 	app-text/djvu:0=
 	dev-lang/mujs:0=
 	dev-libs/openssl:0=
-	!media-gfx/fbida[fbcon]
+	!media-gfx/fbida[fbcon(-)]
 	media-libs/freetype:2=
 	media-libs/jbig2dec:0=
 	media-libs/openjpeg:0=


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/fbpdf/
@ 2020-08-03 21:44 Sergei Trofimovich
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2020-08-03 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     47f13c8fd2c258dbcbc1b0834d3dc0f509434b0d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 21:43:50 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 21:44:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f13c8f

app-text/fbpdf: drop ebuild that refers transitive dependencies

Reported-by: John Helmert III (ajak)
Closes: https://bugs.gentoo.org/735588
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-text/fbpdf/fbpdf-0_p20190202.ebuild | 47 ---------------------------------
 1 file changed, 47 deletions(-)

diff --git a/app-text/fbpdf/fbpdf-0_p20190202.ebuild b/app-text/fbpdf/fbpdf-0_p20190202.ebuild
deleted file mode 100644
index 2975eca713f..00000000000
--- a/app-text/fbpdf/fbpdf-0_p20190202.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs vcs-snapshot
-
-COMMIT="dfe9f0067549f759cdc04f2f62b4f89cd6e1b199"
-
-DESCRIPTION="framebuffer pdf and djvu viewer"
-HOMEPAGE="https://github.com/aligrudi/fbpdf"
-
-SRC_URI="https://github.com/aligrudi/fbpdf/archive/${COMMIT}.tar.gz -> ${P}-${COMMIT}.tar.gz"
-
-LICENSE="BSD ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=app-text/mupdf-1.10:0=
-	app-text/djvu:0=
-	dev-lang/mujs:0=
-	dev-libs/openssl:0=
-	!media-gfx/fbida[fbcon(-)]
-	media-libs/freetype:2=
-	media-libs/jbig2dec:0=
-	media-libs/openjpeg:0=
-	virtual/jpeg:0=
-"
-
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}-${COMMIT}
-
-PATCHES=(
-	"${FILESDIR}"/${P}-use-pkg-config.patch
-	"${FILESDIR}"/${P}-printf.patch
-)
-
-src_compile() {
-	emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-	dobin fbpdf fbdjvu
-	dodoc README
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/fbpdf/
@ 2020-08-03 21:44 Sergei Trofimovich
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2020-08-03 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     cbf5bf44e93f38a02ca875e5b77fe7e2ac8f5796
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 21:19:35 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 21:43:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf5bf44

app-text/fbpdf: handle user's CXX

CXX is used only for linking, but still better user user's CXX.

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-text/fbpdf/fbpdf-0_p20190202.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/fbpdf/fbpdf-0_p20190202.ebuild b/app-text/fbpdf/fbpdf-0_p20190202.ebuild
index 2cae3b10071..2975eca713f 100644
--- a/app-text/fbpdf/fbpdf-0_p20190202.ebuild
+++ b/app-text/fbpdf/fbpdf-0_p20190202.ebuild
@@ -38,7 +38,7 @@ PATCHES=(
 )
 
 src_compile() {
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+	emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/fbpdf/
@ 2020-11-01  9:35 Sergei Trofimovich
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2020-11-01  9:35 UTC (permalink / raw
  To: gentoo-commits

commit:     353ee4fa3d3050dd33fb5c1e21e27cca529adbba
Author:     David Duchesne <aether <AT> disroot <DOT> org>
AuthorDate: Sun Nov  1 09:26:06 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov  1 09:35:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353ee4fa

app-text/fbpdf: bump up to 0_p20200614

Closes: https://bugs.gentoo.org/751838
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-text/fbpdf/Manifest                 |  1 +
 app-text/fbpdf/fbpdf-0_p20200614.ebuild | 42 +++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-text/fbpdf/Manifest b/app-text/fbpdf/Manifest
index cc7b093861d..ef0e2b843e0 100644
--- a/app-text/fbpdf/Manifest
+++ b/app-text/fbpdf/Manifest
@@ -1 +1,2 @@
 DIST fbpdf-0_p20190202-dfe9f0067549f759cdc04f2f62b4f89cd6e1b199.tar.gz 7874 BLAKE2B 873da768b0152559536c73b7ed575c3457efe184934a38d0a9600412ac3a8616297194ab045be1d7eddb470d8d73ead4c655797fd7ba1efe6f2be9a19a5318b4 SHA512 f216a0993573e4e491845638b72ff019910f8a333ed618158e81bcb3f68619596f0354b0039c38c7619dd65c040aa599ed8923ac974717b86fb431e5c6954f3b
+DIST fbpdf-0_p20200614-27c9e28e9199a2491d0ee0a885760bedb1d4547b.tar.gz 8432 BLAKE2B 0004f8558b86c349744a37099ef86963d368ee9dedeefca861761f88adc3c94a3db9f46c9e1a6f6026357512a8320b956cd7c48108aa6c6657b84193fd5d4b49 SHA512 e037cd536e3a26b6d2364eb52803de67606bac418db8691c7530a889c95dd1f8661985021237ce7fea95f56ab5a308caf8d470c6c036b51b17211f9c200aba51

diff --git a/app-text/fbpdf/fbpdf-0_p20200614.ebuild b/app-text/fbpdf/fbpdf-0_p20200614.ebuild
new file mode 100644
index 00000000000..964e63527de
--- /dev/null
+++ b/app-text/fbpdf/fbpdf-0_p20200614.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs vcs-snapshot
+
+COMMIT="27c9e28e9199a2491d0ee0a885760bedb1d4547b"
+
+DESCRIPTION="framebuffer pdf and djvu viewer"
+HOMEPAGE="https://github.com/aligrudi/fbpdf"
+
+SRC_URI="https://github.com/aligrudi/fbpdf/archive/${COMMIT}.tar.gz -> ${P}-${COMMIT}.tar.gz"
+
+LICENSE="BSD ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=app-text/mupdf-1.10:0=
+	app-text/djvu:0=
+	!media-gfx/fbida[fbcon(-)]
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="virtual/pkgconfig"
+
+S=${WORKDIR}/${P}-${COMMIT}
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0_p20190202-use-pkg-config.patch
+)
+
+src_compile() {
+	emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+	dobin fbpdf fbdjvu
+	dodoc README
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/fbpdf/
@ 2021-07-23  7:33 Sergei Trofimovich
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2021-07-23  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     af145265de454497aad93acb6fd75e055c9a8f0a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 23 07:23:11 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 07:33:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af145265

app-text/fbpdf: drop slyfox@ from maintainers, m-n orphan now

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-text/fbpdf/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-text/fbpdf/metadata.xml b/app-text/fbpdf/metadata.xml
index c5298995d2d..7a38bb90096 100644
--- a/app-text/fbpdf/metadata.xml
+++ b/app-text/fbpdf/metadata.xml
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>slyfox@gentoo.org</email>
-		<name>Sergei Trofimovich</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-07-23  7:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-07 12:41 [gentoo-commits] repo/gentoo:master commit in: app-text/fbpdf/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2016-05-07 12:43 Sergei Trofimovich
2017-07-02  9:47 Sergei Trofimovich
2017-12-03 11:36 Jeroen Roovers
2018-02-11 10:25 Michał Górny
2020-03-25 22:47 Sergei Trofimovich
2020-08-03 21:44 Sergei Trofimovich
2020-08-03 21:44 Sergei Trofimovich
2020-11-01  9:35 Sergei Trofimovich
2021-07-23  7:33 Sergei Trofimovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox