* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2015-10-19 9:27 Agostino Sarubbo
0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2015-10-19 9:27 UTC (permalink / raw
To: gentoo-commits
commit: 441764b8ea0b2f8227178095950ca998b3a407c7
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 09:25:51 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 09:25:51 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441764b8
app-text/apvlv: amd64 stable wrt bug #561214
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
app-text/apvlv/apvlv-0.1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/apvlv/apvlv-0.1.5.ebuild b/app-text/apvlv/apvlv-0.1.5.ebuild
index 87b91dd..298612f 100644
--- a/app-text/apvlv/apvlv-0.1.5.ebuild
+++ b/app-text/apvlv/apvlv-0.1.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/naihe2010/apvlv/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="debug djvu html"
RDEPEND="
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2015-11-03 16:18 Agostino Sarubbo
0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2015-11-03 16:18 UTC (permalink / raw
To: gentoo-commits
commit: d28dbec2b6b84a791ba119a1d261f9d91d7495b0
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 3 16:16:17 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov 3 16:16:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28dbec2
app-text/apvlv: x86 stable wrt bug #561214
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
app-text/apvlv/apvlv-0.1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/apvlv/apvlv-0.1.5.ebuild b/app-text/apvlv/apvlv-0.1.5.ebuild
index 298612f..2af2744 100644
--- a/app-text/apvlv/apvlv-0.1.5.ebuild
+++ b/app-text/apvlv/apvlv-0.1.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/naihe2010/apvlv/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug djvu html"
RDEPEND="
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2016-01-30 12:23 Pacho Ramos
0 siblings, 0 replies; 17+ messages in thread
From: Pacho Ramos @ 2016-01-30 12:23 UTC (permalink / raw
To: gentoo-commits
commit: 1563003afc5abf3ff5fb84fa84a6a0c8024ec223
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 10:45:25 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 12:23:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1563003a
app-text/apvlv: Disable optional webkit support to not rely on obsolete versions (with security issues (#572980)
Package-Manager: portage-2.2.27
app-text/apvlv/apvlv-0.1.5-r1.ebuild | 62 ++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
diff --git a/app-text/apvlv/apvlv-0.1.5-r1.ebuild b/app-text/apvlv/apvlv-0.1.5-r1.ebuild
new file mode 100644
index 0000000..e91b58b
--- /dev/null
+++ b/app-text/apvlv/apvlv-0.1.5-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils cmake-utils gnome2-utils
+
+DESCRIPTION="Alf's PDF Viewer Like Vim"
+HOMEPAGE="https://naihe2010.github.com/apvlv/"
+SRC_URI="https://github.com/naihe2010/apvlv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug djvu"
+
+RDEPEND="
+ >=app-text/poppler-0.18:=[cairo,xpdf-headers(+)]
+ dev-libs/glib:2
+ x11-libs/gtk+:3
+ djvu? ( app-text/djvu:= )
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ # preserve cflags
+ epatch "${FILESDIR}/${PN}-0.1.5-cflags.patch"
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DSYSCONFDIR=/etc/${PN}
+ -DDOCDIR=/usr/share/${PN}
+ -DMANDIR=/usr/share/man
+ -DAPVLV_WITH_HTML=OFF
+ -DAPVLV_WITH_UMD=OFF
+ -DAPVLV_WITH_TXT=ON
+ $(cmake-utils_use djvu APVLV_WITH_DJVU)
+ $(cmake-utils_use debug APVLV_ENABLE_DEBUG)
+ )
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+ dodoc AUTHORS NEWS README THANKS TODO
+ newicon -s 32 icons/pdf.png ${PN}.png
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2016-06-10 15:32 Agostino Sarubbo
0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2016-06-10 15:32 UTC (permalink / raw
To: gentoo-commits
commit: b1cdb994faa3f96eb575f1d389d8b4d2270e8189
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 15:32:16 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 15:32:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1cdb994
app-text/apvlv: amd64 stable wrt bug #584158
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-text/apvlv/apvlv-0.1.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/apvlv/apvlv-0.1.5-r1.ebuild b/app-text/apvlv/apvlv-0.1.5-r1.ebuild
index e91b58b..6cb1648 100644
--- a/app-text/apvlv/apvlv-0.1.5-r1.ebuild
+++ b/app-text/apvlv/apvlv-0.1.5-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/naihe2010/apvlv/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="debug djvu"
RDEPEND="
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2016-06-26 17:26 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2016-06-26 17:26 UTC (permalink / raw
To: gentoo-commits
commit: 5bbdc11e491360c6263eede7868be6a7a6c45502
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 17:25:28 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 17:26:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bbdc11e
app-text/apvlv: remove old
Package-Manager: portage-2.3.0
app-text/apvlv/apvlv-0.1.5-r1.ebuild | 2 +-
app-text/apvlv/apvlv-0.1.5.ebuild | 64 ------------------------------------
app-text/apvlv/metadata.xml | 3 --
3 files changed, 1 insertion(+), 68 deletions(-)
diff --git a/app-text/apvlv/apvlv-0.1.5-r1.ebuild b/app-text/apvlv/apvlv-0.1.5-r1.ebuild
index a65bf32..d5fb56b 100644
--- a/app-text/apvlv/apvlv-0.1.5-r1.ebuild
+++ b/app-text/apvlv/apvlv-0.1.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/app-text/apvlv/apvlv-0.1.5.ebuild b/app-text/apvlv/apvlv-0.1.5.ebuild
deleted file mode 100644
index 2af2744..0000000
--- a/app-text/apvlv/apvlv-0.1.5.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils cmake-utils gnome2-utils
-
-DESCRIPTION="Alf's PDF Viewer Like Vim"
-HOMEPAGE="https://naihe2010.github.com/apvlv/"
-SRC_URI="https://github.com/naihe2010/apvlv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug djvu html"
-
-RDEPEND="
- >=app-text/poppler-0.18:=[cairo,xpdf-headers(+)]
- dev-libs/glib:2
- x11-libs/gtk+:3
- djvu? ( app-text/djvu:= )
- html? ( net-libs/webkit-gtk:3= )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-src_prepare() {
- # preserve cflags
- epatch "${FILESDIR}/${PN}-0.1.5-cflags.patch"
-}
-
-src_configure() {
- local mycmakeargs=(
- -DSYSCONFDIR=/etc/${PN}
- -DDOCDIR=/usr/share/${PN}
- -DMANDIR=/usr/share/man
- $(cmake-utils_use html APVLV_WITH_HTML)
- -DAPVLV_WITH_UMD=OFF
- -DAPVLV_WITH_TXT=ON
- $(cmake-utils_use djvu APVLV_WITH_DJVU)
- $(cmake-utils_use debug APVLV_ENABLE_DEBUG)
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- dodoc AUTHORS NEWS README THANKS TODO
- newicon -s 32 icons/pdf.png ${PN}.png
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/app-text/apvlv/metadata.xml b/app-text/apvlv/metadata.xml
index 5bcafe8..2985af6 100644
--- a/app-text/apvlv/metadata.xml
+++ b/app-text/apvlv/metadata.xml
@@ -2,9 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
- <use>
- <flag name="html">Build binary with html format support</flag>
- </use>
<upstream>
<remote-id type="google-code">apvlv</remote-id>
<remote-id type="github">naihe2010/apvlv</remote-id>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2018-03-13 12:51 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2018-03-13 12:51 UTC (permalink / raw
To: gentoo-commits
commit: c5e888790acfd651cc001d09a12f0637d84f5362
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 11:53:05 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 12:51:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e88879
app-text/apvlv: remove unnecessary := subslot operator on poppler
Per poppler's metadata.xml, the subslot reflects ABI compatibility of
libpoppler.so only, not libpoppler-{glib,qt4,cpp}.so.
Bug: https://bugs.gentoo.org/607908
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-text/apvlv/apvlv-0.1.5-r1.ebuild | 4 ++--
app-text/apvlv/apvlv-0.1.5-r2.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-text/apvlv/apvlv-0.1.5-r1.ebuild b/app-text/apvlv/apvlv-0.1.5-r1.ebuild
index 2b1eafbedf1..22f455810c4 100644
--- a/app-text/apvlv/apvlv-0.1.5-r1.ebuild
+++ b/app-text/apvlv/apvlv-0.1.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,7 +14,7 @@ KEYWORDS="amd64 x86"
IUSE="debug djvu"
RDEPEND="
- >=app-text/poppler-0.18:=[cairo,xpdf-headers(+)]
+ >=app-text/poppler-0.18[cairo,xpdf-headers(+)]
dev-libs/glib:2
x11-libs/gtk+:3
djvu? ( app-text/djvu:= )
diff --git a/app-text/apvlv/apvlv-0.1.5-r2.ebuild b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
index ba041b48bf2..2b8f04dccb9 100644
--- a/app-text/apvlv/apvlv-0.1.5-r2.ebuild
+++ b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="debug djvu"
RDEPEND="
- >=app-text/poppler-0.18:=[cairo,xpdf-headers(+)]
+ >=app-text/poppler-0.18[cairo,xpdf-headers(+)]
dev-libs/glib:2
x11-libs/gtk+:3
djvu? ( app-text/djvu:= )
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2018-06-12 7:58 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2018-06-12 7:58 UTC (permalink / raw
To: gentoo-commits
commit: e1c0c1e27eb16948b932beb4984f4f275faefd5e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 12 07:53:14 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 12 07:58:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c0c1e2
app-text/apvlv: EAPI-6 bump, eutils->desktop
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-text/apvlv/apvlv-0.1.5-r2.ebuild | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/app-text/apvlv/apvlv-0.1.5-r2.ebuild b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
index 2b8f04dccb9..f369b25891e 100644
--- a/app-text/apvlv/apvlv-0.1.5-r2.ebuild
+++ b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit eutils cmake-utils gnome2-utils
+EAPI=6
+
+inherit cmake-utils desktop gnome2-utils
DESCRIPTION="Alf's PDF Viewer Like Vim"
HOMEPAGE="https://naihe2010.github.com/apvlv/"
@@ -38,22 +39,17 @@ src_configure() {
-DAPVLV_WITH_HTML=OFF
-DAPVLV_WITH_UMD=OFF
-DAPVLV_WITH_TXT=ON
- $(cmake-utils_use djvu APVLV_WITH_DJVU)
- $(cmake-utils_use debug APVLV_ENABLE_DEBUG)
+ -DAPVLV_WITH_DJVU=$(usex djvu)
+ -DAPVLV_ENABLE_DEBUG=$(usex debug)
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
- dodoc AUTHORS NEWS README THANKS TODO
newicon -s 32 icons/pdf.png ${PN}.png
}
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
pkg_postinst() {
gnome2_icon_cache_update
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2018-06-12 11:36 Thomas Deutschmann
0 siblings, 0 replies; 17+ messages in thread
From: Thomas Deutschmann @ 2018-06-12 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 2558f2d2ac0f7c82f7b0070f5395cadc79300107
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 12 11:26:48 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Jun 12 11:26:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2558f2d2
app-text/apvlv: x86 stable (bug #657940)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-text/apvlv/apvlv-0.1.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/apvlv/apvlv-0.1.5-r2.ebuild b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
index f369b25891e..8c1c8f7bdd5 100644
--- a/app-text/apvlv/apvlv-0.1.5-r2.ebuild
+++ b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/naihe2010/apvlv/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="debug djvu"
RDEPEND="
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2018-06-12 18:27 Mikle Kolyada
0 siblings, 0 replies; 17+ messages in thread
From: Mikle Kolyada @ 2018-06-12 18:27 UTC (permalink / raw
To: gentoo-commits
commit: 4e7c873861fca5890d2b5cd2c27d86ffa5e9a980
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 12 18:26:31 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Jun 12 18:26:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7c8738
app-text/apvlv: amd64 stable wrt bug #657940
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-text/apvlv/apvlv-0.1.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/apvlv/apvlv-0.1.5-r2.ebuild b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
index 8c1c8f7bdd5..930aba29f21 100644
--- a/app-text/apvlv/apvlv-0.1.5-r2.ebuild
+++ b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/naihe2010/apvlv/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="debug djvu"
RDEPEND="
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2018-06-12 18:27 Mikle Kolyada
0 siblings, 0 replies; 17+ messages in thread
From: Mikle Kolyada @ 2018-06-12 18:27 UTC (permalink / raw
To: gentoo-commits
commit: 941fdec0900f77ba617087d832af24ed99477189
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 12 18:27:03 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Jun 12 18:27:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941fdec0
app-text/apvlv: Old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-text/apvlv/apvlv-0.1.5-r1.ebuild | 62 ------------------------------------
1 file changed, 62 deletions(-)
diff --git a/app-text/apvlv/apvlv-0.1.5-r1.ebuild b/app-text/apvlv/apvlv-0.1.5-r1.ebuild
deleted file mode 100644
index 22f455810c4..00000000000
--- a/app-text/apvlv/apvlv-0.1.5-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils cmake-utils gnome2-utils
-
-DESCRIPTION="Alf's PDF Viewer Like Vim"
-HOMEPAGE="https://naihe2010.github.com/apvlv/"
-SRC_URI="https://github.com/naihe2010/apvlv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug djvu"
-
-RDEPEND="
- >=app-text/poppler-0.18[cairo,xpdf-headers(+)]
- dev-libs/glib:2
- x11-libs/gtk+:3
- djvu? ( app-text/djvu:= )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-PATCHES=(
- # preserve cflags
- "${FILESDIR}/${PN}-0.1.5-cflags.patch"
- "${FILESDIR}/${PN}-0.1.5-gcc6.patch"
-)
-
-src_configure() {
- local mycmakeargs=(
- -DSYSCONFDIR=/etc/${PN}
- -DDOCDIR=/usr/share/${PN}
- -DMANDIR=/usr/share/man
- -DAPVLV_WITH_HTML=OFF
- -DAPVLV_WITH_UMD=OFF
- -DAPVLV_WITH_TXT=ON
- $(cmake-utils_use djvu APVLV_WITH_DJVU)
- $(cmake-utils_use debug APVLV_ENABLE_DEBUG)
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- dodoc AUTHORS NEWS README THANKS TODO
- newicon -s 32 icons/pdf.png ${PN}.png
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2019-01-17 0:36 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2019-01-17 0:36 UTC (permalink / raw
To: gentoo-commits
commit: 22696970ba49e6443baf781d2445812cf3d7c77c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 00:33:25 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 00:36:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22696970
app-text/apvlv: Add missing xdg_desktop_database_update
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-text/apvlv/apvlv-0.1.5-r2.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-text/apvlv/apvlv-0.1.5-r2.ebuild b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
index bdcb3de1f18..ed51cc3d3d6 100644
--- a/app-text/apvlv/apvlv-0.1.5-r2.ebuild
+++ b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit cmake-utils desktop gnome2-utils
+inherit cmake-utils desktop gnome2-utils xdg-utils
DESCRIPTION="Alf's PDF Viewer Like Vim"
HOMEPAGE="https://naihe2010.github.com/apvlv/"
@@ -53,8 +53,10 @@ src_install() {
pkg_postinst() {
gnome2_icon_cache_update
+ xdg_desktop_database_update
}
pkg_postrm() {
gnome2_icon_cache_update
+ xdg_desktop_database_update
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2019-02-14 23:06 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2019-02-14 23:06 UTC (permalink / raw
To: gentoo-commits
commit: cf078defd35623d5692d15c51d1f7beda41a7f91
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 14 22:21:31 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 14 23:06:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf078def
app-text/apvlv: Switch from gnome2-utils to xdg, EAPI-7 bump
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-text/apvlv/apvlv-0.1.5-r2.ebuild | 23 +++++++----------------
1 file changed, 7 insertions(+), 16 deletions(-)
diff --git a/app-text/apvlv/apvlv-0.1.5-r2.ebuild b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
index ed51cc3d3d6..e952e34db06 100644
--- a/app-text/apvlv/apvlv-0.1.5-r2.ebuild
+++ b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils desktop gnome2-utils xdg-utils
+inherit xdg cmake-utils desktop
DESCRIPTION="Alf's PDF Viewer Like Vim"
HOMEPAGE="https://naihe2010.github.com/apvlv/"
@@ -14,15 +14,16 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug djvu"
-RDEPEND="
+BDEPEND="
+ virtual/pkgconfig
+"
+DEPEND="
>=app-text/poppler-0.18[cairo,xpdf-headers(+)]
dev-libs/glib:2
x11-libs/gtk+:3
djvu? ( app-text/djvu:= )
"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
+RDEPEND="${DEPEND}"
PATCHES=(
# preserve cflags
@@ -50,13 +51,3 @@ src_install() {
cmake-utils_src_install
newicon -s 32 icons/pdf.png ${PN}.png
}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2021-07-03 15:46 Joonas Niilola
0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2021-07-03 15:46 UTC (permalink / raw
To: gentoo-commits
commit: 9e8f7ac17e92db00f5f4beb02d2780adb8dfc18b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 3 15:43:35 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul 3 15:45:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8f7ac1
app-text/apvlv: update HOMEPAGE
Closes: https://github.com/gentoo/gentoo/pull/20467
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/apvlv/apvlv-0.1.5-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/apvlv/apvlv-0.1.5-r2.ebuild b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
index 43a915d71c2..8bd32e2cccc 100644
--- a/app-text/apvlv/apvlv-0.1.5-r2.ebuild
+++ b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
inherit xdg cmake desktop
DESCRIPTION="Alf's PDF Viewer Like Vim"
-HOMEPAGE="https://naihe2010.github.com/apvlv/"
+HOMEPAGE="https://github.com/naihe2010/apvlv/"
SRC_URI="https://github.com/naihe2010/apvlv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2022-04-22 10:22 Joonas Niilola
0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2022-04-22 10:22 UTC (permalink / raw
To: gentoo-commits
commit: 6a260c6c9be4e561faa52da294da898d58a6d3fd
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 09:55:38 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 10:22:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a260c6c
app-text/apvlv: fix subslot binders on 0.4.0
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/apvlv/apvlv-0.4.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-text/apvlv/apvlv-0.4.0.ebuild b/app-text/apvlv/apvlv-0.4.0.ebuild
index 5d26770ff1aa..50ce18678ec9 100644
--- a/app-text/apvlv/apvlv-0.4.0.ebuild
+++ b/app-text/apvlv/apvlv-0.4.0.ebuild
@@ -16,15 +16,15 @@ IUSE="debug djvu"
RDEPEND="
app-text/ebook-tools
- >=app-text/poppler-0.5.0[cairo,xpdf-headers(+)]
+ >=app-text/poppler-0.5.0:=[cairo,xpdf-headers(+)]
dev-libs/glib:2
dev-libs/libxml2
- net-libs/webkit-gtk
+ net-libs/webkit-gtk:=
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
x11-libs/pango
- djvu? ( app-text/djvu:= )
+ djvu? ( app-text/djvu )
"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2022-09-20 15:29 Matt Turner
0 siblings, 0 replies; 17+ messages in thread
From: Matt Turner @ 2022-09-20 15:29 UTC (permalink / raw
To: gentoo-commits
commit: 83c75d77085ea925a02cefa6e8b6f7edc049e046
Author: brahmajit das <listout <AT> protonmail <DOT> com>
AuthorDate: Mon Sep 19 17:16:55 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 15:29:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c75d77
app-text/apvlv: Using webkit-gtk in slot 4
This is needed for as webkit-gtk will now have slots to handle
webkit2gtk-4.0 and webkit2gtk-4.1, and we want to make sure that we pull
in the correct webkit-gtk.
Closes: https://github.com/gentoo/gentoo/pull/27362
Signed-off-by: brahmajit das <listout <AT> protonmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-text/apvlv/{apvlv-0.4.0.ebuild => apvlv-0.4.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/apvlv/apvlv-0.4.0.ebuild b/app-text/apvlv/apvlv-0.4.0-r1.ebuild
similarity index 97%
rename from app-text/apvlv/apvlv-0.4.0.ebuild
rename to app-text/apvlv/apvlv-0.4.0-r1.ebuild
index 50ce18678ec9..b18584848d23 100644
--- a/app-text/apvlv/apvlv-0.4.0.ebuild
+++ b/app-text/apvlv/apvlv-0.4.0-r1.ebuild
@@ -19,7 +19,7 @@ RDEPEND="
>=app-text/poppler-0.5.0:=[cairo,xpdf-headers(+)]
dev-libs/glib:2
dev-libs/libxml2
- net-libs/webkit-gtk:=
+ net-libs/webkit-gtk:4=
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2022-12-19 18:21 Arthur Zamarin
0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2022-12-19 18:21 UTC (permalink / raw
To: gentoo-commits
commit: 065fd425c889acf9ad0b2f8a4a5a104d1bd69834
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 18:21:25 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 18:21:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065fd425
app-text/apvlv: Stabilize 0.4.0-r1 x86, #886901
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-text/apvlv/apvlv-0.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/apvlv/apvlv-0.4.0-r1.ebuild b/app-text/apvlv/apvlv-0.4.0-r1.ebuild
index b18584848d23..13dfc96b4f56 100644
--- a/app-text/apvlv/apvlv-0.4.0-r1.ebuild
+++ b/app-text/apvlv/apvlv-0.4.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/naihe2010/apvlv/archive/refs/tags/v${PV}.tar.gz -> $
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="debug djvu"
RDEPEND="
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
@ 2023-01-08 10:41 Joonas Niilola
0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2023-01-08 10:41 UTC (permalink / raw
To: gentoo-commits
commit: 359abfeacff09510a9e7908bcda032e258f07237
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 8 10:40:32 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jan 8 10:41:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359abfea
app-text/apvlv: Stabilize 0.4.0-r1 amd64, #886901
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/apvlv/apvlv-0.4.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/apvlv/apvlv-0.4.0-r1.ebuild b/app-text/apvlv/apvlv-0.4.0-r1.ebuild
index 13dfc96b4f56..24ab3cda2530 100644
--- a/app-text/apvlv/apvlv-0.4.0-r1.ebuild
+++ b/app-text/apvlv/apvlv-0.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/naihe2010/apvlv/archive/refs/tags/v${PV}.tar.gz -> $
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="debug djvu"
RDEPEND="
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2023-01-08 10:41 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-30 12:23 [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2023-01-08 10:41 Joonas Niilola
2022-12-19 18:21 Arthur Zamarin
2022-09-20 15:29 Matt Turner
2022-04-22 10:22 Joonas Niilola
2021-07-03 15:46 Joonas Niilola
2019-02-14 23:06 Andreas Sturmlechner
2019-01-17 0:36 Andreas Sturmlechner
2018-06-12 18:27 Mikle Kolyada
2018-06-12 18:27 Mikle Kolyada
2018-06-12 11:36 Thomas Deutschmann
2018-06-12 7:58 Andreas Sturmlechner
2018-03-13 12:51 Michael Palimaka
2016-06-26 17:26 Michael Palimaka
2016-06-10 15:32 Agostino Sarubbo
2015-11-03 16:18 Agostino Sarubbo
2015-10-19 9:27 Agostino Sarubbo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox