Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/dillo/
Date: Sun, 09 Feb 2020 11:45:25
Message-Id: 1581248716.53ed3f4ea63a057ec33b9ad5221b435850f3ff7a.jer@gentoo
1 commit: 53ed3f4ea63a057ec33b9ad5221b435850f3ff7a
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 11:45:04 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 11:45:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ed3f4e
7
8 www-client/dillo: Old
9
10 Package-Manager: Portage-2.3.87, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 www-client/dillo/dillo-3.0.5-r1.ebuild | 68 ----------------------------------
14 www-client/dillo/dillo-3.0.5-r2.ebuild | 64 --------------------------------
15 2 files changed, 132 deletions(-)
16
17 diff --git a/www-client/dillo/dillo-3.0.5-r1.ebuild b/www-client/dillo/dillo-3.0.5-r1.ebuild
18 deleted file mode 100644
19 index 655d5ad63cd..00000000000
20 --- a/www-client/dillo/dillo-3.0.5-r1.ebuild
21 +++ /dev/null
22 @@ -1,68 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -inherit eutils multilib toolchain-funcs
28 -
29 -DESCRIPTION="Lean FLTK based web browser"
30 -HOMEPAGE="https://www.dillo.org/"
31 -SRC_URI="https://www.dillo.org/download/${P}.tar.bz2
32 - mirror://gentoo/${PN}.png"
33 -
34 -LICENSE="GPL-3"
35 -SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
37 -IUSE="doc +gif ipv6 +jpeg libressl +png ssl"
38 -
39 -RDEPEND="
40 - >=x11-libs/fltk-1.3
41 - sys-libs/zlib
42 - jpeg? ( virtual/jpeg:0 )
43 - png? ( >=media-libs/libpng-1.2:0 )
44 - ssl? (
45 - !libressl? ( dev-libs/openssl:0= )
46 - libressl? ( dev-libs/libressl )
47 - )
48 -"
49 -DEPEND="
50 - ${RDEPEND}
51 - doc? ( app-doc/doxygen )
52 -"
53 -
54 -src_prepare() {
55 - epatch "${FILESDIR}"/${PN}2-inbuf.patch
56 -}
57 -
58 -src_configure() {
59 - econf \
60 - $(use_enable gif) \
61 - $(use_enable ipv6) \
62 - $(use_enable jpeg) \
63 - $(use_enable png) \
64 - $(use_enable ssl) \
65 - --docdir="/usr/share/doc/${PF}"
66 -}
67 -
68 -src_compile() {
69 - emake AR=$(tc-getAR)
70 - if use doc; then
71 - doxygen Doxyfile || die
72 - fi
73 -}
74 -
75 -src_install() {
76 - dodir /etc
77 - default
78 -
79 - use doc && dohtml html/*
80 - dodoc AUTHORS ChangeLog README NEWS
81 - dodoc doc/*.txt doc/README
82 -
83 - doicon "${DISTDIR}"/${PN}.png
84 - make_desktop_entry ${PN} Dillo
85 -}
86 -
87 -pkg_postinst() {
88 - elog "Dillo has installed a default configuration into /etc/dillo/dillorc"
89 - elog "You can copy this to ~/.dillo/ and customize it"
90 -}
91
92 diff --git a/www-client/dillo/dillo-3.0.5-r2.ebuild b/www-client/dillo/dillo-3.0.5-r2.ebuild
93 deleted file mode 100644
94 index 14d9e245482..00000000000
95 --- a/www-client/dillo/dillo-3.0.5-r2.ebuild
96 +++ /dev/null
97 @@ -1,64 +0,0 @@
98 -# Copyright 1999-2020 Gentoo Authors
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=7
102 -inherit desktop multilib toolchain-funcs
103 -
104 -DESCRIPTION="Lean FLTK based web browser"
105 -HOMEPAGE="https://www.dillo.org/"
106 -SRC_URI="
107 - https://www.dillo.org/download/${P}.tar.bz2
108 - mirror://gentoo/${PN}.png
109 -"
110 -
111 -LICENSE="GPL-3"
112 -SLOT="0"
113 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
114 -IUSE="doc +gif ipv6 +jpeg libressl +png ssl"
115 -
116 -RDEPEND="
117 - >=x11-libs/fltk-1.3
118 - sys-libs/zlib
119 - jpeg? ( virtual/jpeg:0 )
120 - png? ( >=media-libs/libpng-1.2:0 )
121 - ssl? (
122 - !libressl? ( dev-libs/openssl:0= )
123 - libressl? ( dev-libs/libressl )
124 - )
125 -"
126 -BDEPEND="
127 - ${RDEPEND}
128 - doc? ( app-doc/doxygen )
129 -"
130 -PATCHES=(
131 - "${FILESDIR}"/${PN}2-inbuf.patch
132 - "${FILESDIR}"/${PN}-3.0.5-fno-common.patch
133 -)
134 -DOCS="AUTHORS ChangeLog README NEWS doc/*.txt doc/README"
135 -
136 -src_configure() {
137 - econf \
138 - $(use_enable gif) \
139 - $(use_enable ipv6) \
140 - $(use_enable jpeg) \
141 - $(use_enable png) \
142 - $(use_enable ssl) \
143 - --docdir="/usr/share/doc/${PF}"
144 -}
145 -
146 -src_compile() {
147 - emake AR=$(tc-getAR)
148 - if use doc; then
149 - doxygen Doxyfile || die
150 - fi
151 -}
152 -
153 -src_install() {
154 - dodir /etc
155 - default
156 -
157 - use doc && dodoc -r html
158 -
159 - doicon "${DISTDIR}"/${PN}.png
160 - make_desktop_entry ${PN} Dillo
161 -}