Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
Date: Sun, 26 Jun 2016 17:26:32
Message-Id: 1466961974.5bbdc11e491360c6263eede7868be6a7a6c45502.kensington@gentoo
1 commit: 5bbdc11e491360c6263eede7868be6a7a6c45502
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 17:25:28 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 17:26:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bbdc11e
7
8 app-text/apvlv: remove old
9
10 Package-Manager: portage-2.3.0
11
12 app-text/apvlv/apvlv-0.1.5-r1.ebuild | 2 +-
13 app-text/apvlv/apvlv-0.1.5.ebuild | 64 ------------------------------------
14 app-text/apvlv/metadata.xml | 3 --
15 3 files changed, 1 insertion(+), 68 deletions(-)
16
17 diff --git a/app-text/apvlv/apvlv-0.1.5-r1.ebuild b/app-text/apvlv/apvlv-0.1.5-r1.ebuild
18 index a65bf32..d5fb56b 100644
19 --- a/app-text/apvlv/apvlv-0.1.5-r1.ebuild
20 +++ b/app-text/apvlv/apvlv-0.1.5-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27
28 diff --git a/app-text/apvlv/apvlv-0.1.5.ebuild b/app-text/apvlv/apvlv-0.1.5.ebuild
29 deleted file mode 100644
30 index 2af2744..0000000
31 --- a/app-text/apvlv/apvlv-0.1.5.ebuild
32 +++ /dev/null
33 @@ -1,64 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -inherit eutils cmake-utils gnome2-utils
41 -
42 -DESCRIPTION="Alf's PDF Viewer Like Vim"
43 -HOMEPAGE="https://naihe2010.github.com/apvlv/"
44 -SRC_URI="https://github.com/naihe2010/apvlv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86"
49 -IUSE="debug djvu html"
50 -
51 -RDEPEND="
52 - >=app-text/poppler-0.18:=[cairo,xpdf-headers(+)]
53 - dev-libs/glib:2
54 - x11-libs/gtk+:3
55 - djvu? ( app-text/djvu:= )
56 - html? ( net-libs/webkit-gtk:3= )
57 -"
58 -DEPEND="${RDEPEND}
59 - virtual/pkgconfig
60 -"
61 -
62 -src_prepare() {
63 - # preserve cflags
64 - epatch "${FILESDIR}/${PN}-0.1.5-cflags.patch"
65 -}
66 -
67 -src_configure() {
68 - local mycmakeargs=(
69 - -DSYSCONFDIR=/etc/${PN}
70 - -DDOCDIR=/usr/share/${PN}
71 - -DMANDIR=/usr/share/man
72 - $(cmake-utils_use html APVLV_WITH_HTML)
73 - -DAPVLV_WITH_UMD=OFF
74 - -DAPVLV_WITH_TXT=ON
75 - $(cmake-utils_use djvu APVLV_WITH_DJVU)
76 - $(cmake-utils_use debug APVLV_ENABLE_DEBUG)
77 - )
78 - cmake-utils_src_configure
79 -}
80 -
81 -src_install() {
82 - cmake-utils_src_install
83 - dodoc AUTHORS NEWS README THANKS TODO
84 - newicon -s 32 icons/pdf.png ${PN}.png
85 -}
86 -
87 -pkg_preinst() {
88 - gnome2_icon_savelist
89 -}
90 -
91 -pkg_postinst() {
92 - gnome2_icon_cache_update
93 -}
94 -
95 -pkg_postrm() {
96 - gnome2_icon_cache_update
97 -}
98
99 diff --git a/app-text/apvlv/metadata.xml b/app-text/apvlv/metadata.xml
100 index 5bcafe8..2985af6 100644
101 --- a/app-text/apvlv/metadata.xml
102 +++ b/app-text/apvlv/metadata.xml
103 @@ -2,9 +2,6 @@
104 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
105 <pkgmetadata>
106 <!-- maintainer-needed -->
107 - <use>
108 - <flag name="html">Build binary with html format support</flag>
109 - </use>
110 <upstream>
111 <remote-id type="google-code">apvlv</remote-id>
112 <remote-id type="github">naihe2010/apvlv</remote-id>