[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/, profiles/, www-client/dillo/files/

2023-03-11 Thread David Seifert
commit: 98573254e171f5de8c91588ea39c4fa2f499e563
Author: David Seifert  gentoo  org>
AuthorDate: Sat Mar 11 18:30:30 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Mar 11 18:30:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98573254

www-client/dillo: Remove last-rited pkg

Closes: https://bugs.gentoo.org/804987
Closes: https://bugs.gentoo.org/876286
Closes: https://bugs.gentoo.org/890244
Signed-off-by: David Seifert  gentoo.org>

 profiles/package.mask  |   5 --
 www-client/dillo/Manifest  |   3 -
 www-client/dillo/dillo-3.0.5-r3.ebuild |  68 --
 www-client/dillo/dillo-3.1_pre20181005.ebuild  |  66 --
 .../dillo/files/dillo-3.0.5-disable-ssl.patch  |  22 -
 .../dillo/files/dillo-3.0.5-fno-common.patch   | 100 -
 .../dillo/files/dillo-3.0.5-openssl-1.1.patch  |  26 --
 www-client/dillo/files/dillo2-inbuf.patch  |  15 
 www-client/dillo/metadata.xml  |   8 --
 9 files changed, 313 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index a9942cb41f68..5465052d3080 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -423,11 +423,6 @@ dev-python/backports-weakref
 dev-python/backports-zoneinfo
 dev-python/pkgutil_resolve_name
 
-# Jonas Stein  (2023-01-09)
-# Dead upstream, open bugs unmaintained.
-# Removal after 2023-03-01.  Bug #890244.
-www-client/dillo
-
 # Sam James  (2023-01-05)
 # Breaks reverse dependencies: bug #889694, bug #888579.
 =sys-fs/btrfs-progs-6.1.1

diff --git a/www-client/dillo/Manifest b/www-client/dillo/Manifest
deleted file mode 100644
index 94b5f61b5221..
--- a/www-client/dillo/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST dillo-3.0.5.tar.bz2 734472 BLAKE2B 
c8a7ac3a875740d2d64269b0d368e6f9395c89a56737dda9d6dcb013f5d46631e4f6f68e251f7104c0ec9bbb14bcc10b67a7f519558f857743d7cf15976f197c
 SHA512 
d0e86f57e50da762debf592b6deb94de5ee58f84e0cae1159890262540a463aea8143d2b99c634021c1f273f91c2fe0918f30d72c3eaf91fdb541e741469b155
-DIST dillo-3.1_pre20181005.tar.xz 907752 BLAKE2B 
a894583e2c50baf2c2ff615dadfbe79e7652154cc0f7b80a4253d27dbe2e5463fa9c7a44622a6cfdcc60822cee0e1c38c31231b5bc5ee9c7b22bb16a15cc8c90
 SHA512 
f1916c6261bfcae9264037eaee37497660e43e46641c42fbcc9c2592fa41602a83fc91ddce6aeabc0122c575bcff72339d181210f3039e5d4c5a7c25f88aa642
-DIST dillo.png 6135 BLAKE2B 
63aa76000934123420d0704317309639bf5dcd22c61b09406a7ec67018b17044a417209954d67f22e2000b0871d315a25388bacffab9599230fc9615877a2f08
 SHA512 
cfc9bcf1bfd0fff7fc625c7d288c92d0f33418b963a4e344844fd2bcb33823b3215a8a1a86162dcd1c614eea2323bb361c11bd8bd15859b771c63943c1b40833

diff --git a/www-client/dillo/dillo-3.0.5-r3.ebuild 
b/www-client/dillo/dillo-3.0.5-r3.ebuild
deleted file mode 100644
index ca952fe8090d..
--- a/www-client/dillo/dillo-3.0.5-r3.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools desktop multilib toolchain-funcs
-
-DESCRIPTION="Lean FLTK based web browser"
-HOMEPAGE="https://www.dillo.org/;
-SRC_URI="
-   https://www.dillo.org/download/${P}.tar.bz2
-   mirror://gentoo/${PN}.png
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 sparc x86"
-IUSE="doc +gif ipv6 +jpeg +png ssl"
-
-RDEPEND="
-   >=x11-libs/fltk-1.3
-   sys-libs/zlib
-   jpeg? ( virtual/jpeg:0 )
-   png? ( >=media-libs/libpng-1.2:0 )
-   ssl? (
-   dev-libs/openssl:0=
-   )
-"
-BDEPEND="
-   ${RDEPEND}
-   doc? ( app-doc/doxygen )
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}2-inbuf.patch
-   "${FILESDIR}"/${PN}-3.0.5-fno-common.patch
-   "${FILESDIR}"/${PN}-3.0.5-openssl-1.1.patch
-)
-DOCS="AUTHORS ChangeLog README NEWS doc/*.txt doc/README"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf  \
-   $(use_enable gif) \
-   $(use_enable ipv6) \
-   $(use_enable jpeg) \
-   $(use_enable png) \
-   $(use_enable ssl)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-   if use doc; then
-   doxygen Doxyfile || die
-   fi
-}
-
-src_install() {
-   dodir /etc
-   default
-
-   use doc && dodoc -r html
-
-   doicon "${DISTDIR}"/${PN}.png
-   make_desktop_entry ${PN} Dillo
-}

diff --git a/www-client/dillo/dillo-3.1_pre20181005.ebuild 
b/www-client/dillo/dillo-3.1_pre20181005.ebuild
deleted file mode 100644
index b2571abda654..
--- a/www-client/dillo/dillo-3.1_pre20181005.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools desktop toolchain-funcs
-
-DESCRIPTION="Lean FLTK based web browser"

[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2023-01-08 Thread Jonas Stein
commit: ff9c90b3f6a765a0662dd13a2f80bde741e92e75
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Jan  9 01:36:01 2023 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon Jan  9 01:36:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9c90b3

www-client/dillo: drop 

Signed-off-by: Jonas Stein  gentoo.org>

 www-client/dillo/dillo-.ebuild | 63 --
 1 file changed, 63 deletions(-)

diff --git a/www-client/dillo/dillo-.ebuild 
b/www-client/dillo/dillo-.ebuild
deleted file mode 100644
index 4432d6a7d224..
--- a/www-client/dillo/dillo-.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools desktop mercurial toolchain-funcs
-
-DESCRIPTION="Lean FLTK based web browser"
-HOMEPAGE="https://www.dillo.org/;
-SRC_URI="mirror://gentoo/${PN}.png"
-EHG_REPO_URI="https://hg.dillo.org/dillo;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc +gif ipv6 +jpeg +png ssl +xembed"
-
-RDEPEND="
-   >=x11-libs/fltk-1.3
-   sys-libs/zlib
-   jpeg? ( virtual/jpeg:0 )
-   png? ( >=media-libs/libpng-1.2:0 )
-   ssl? ( net-libs/mbedtls:= )
-"
-DEPEND="
-   ${RDEPEND}
-   doc? ( app-doc/doxygen )
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}2-inbuf.patch
-   "${FILESDIR}"/${PN}-3.0.5-fno-common.patch
-)
-DOCS="AUTHORS ChangeLog README NEWS doc/*.txt doc/README"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf  \
-   $(use_enable gif) \
-   $(use_enable ipv6) \
-   $(use_enable jpeg) \
-   $(use_enable png) \
-   $(use_enable ssl) \
-   $(use_enable xembed)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-   if use doc; then
-   doxygen Doxyfile || die
-   fi
-}
-
-src_install() {
-   default
-
-   use doc && dodoc -r html
-
-   doicon "${DISTDIR}"/${PN}.png
-   make_desktop_entry ${PN} Dillo
-}



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2022-03-25 Thread Sam James
commit: fdd0c695e0c7ace31b14114910c8e5c227df7bd9
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 25 23:57:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 26 00:01:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd0c695

www-client/dillo: [QA] fix tc-get* quoting

This can cause build problems for e.g. 32-bit (gcc -m32 ...)

Signed-off-by: Sam James  gentoo.org>

 www-client/dillo/dillo-3.0.5-r3.ebuild| 4 ++--
 www-client/dillo/dillo-3.1_pre20181005.ebuild | 2 +-
 www-client/dillo/dillo-.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www-client/dillo/dillo-3.0.5-r3.ebuild 
b/www-client/dillo/dillo-3.0.5-r3.ebuild
index 0b64be4f2ba1..ca952fe8090d 100644
--- a/www-client/dillo/dillo-3.0.5-r3.ebuild
+++ b/www-client/dillo/dillo-3.0.5-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -51,7 +51,7 @@ src_configure() {
 }
 
 src_compile() {
-   emake AR=$(tc-getAR)
+   emake AR="$(tc-getAR)"
if use doc; then
doxygen Doxyfile || die
fi

diff --git a/www-client/dillo/dillo-3.1_pre20181005.ebuild 
b/www-client/dillo/dillo-3.1_pre20181005.ebuild
index 5419571beac8..b2571abda654 100644
--- a/www-client/dillo/dillo-3.1_pre20181005.ebuild
+++ b/www-client/dillo/dillo-3.1_pre20181005.ebuild
@@ -50,7 +50,7 @@ src_configure() {
 }
 
 src_compile() {
-   emake AR=$(tc-getAR)
+   emake AR="$(tc-getAR)"
if use doc; then
doxygen Doxyfile || die
fi

diff --git a/www-client/dillo/dillo-.ebuild 
b/www-client/dillo/dillo-.ebuild
index 0f9bf5b7124d..4432d6a7d224 100644
--- a/www-client/dillo/dillo-.ebuild
+++ b/www-client/dillo/dillo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -47,7 +47,7 @@ src_configure() {
 }
 
 src_compile() {
-   emake AR=$(tc-getAR)
+   emake AR="$(tc-getAR)"
if use doc; then
doxygen Doxyfile || die
fi



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/, www-client/dillo/files/

2022-01-08 Thread Stephan Hartmann
commit: 5559adec4b13500fe445e1a591bd159177db3f2a
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Sat Jan  8 09:52:00 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Sat Jan  8 09:52:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5559adec

www-client/dillo: fix build with --disable-ssl

Closes: https://bugs.gentoo.org/830755
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/dillo/dillo-3.1_pre20181005.ebuild  |  3 ++-
 .../dillo/files/dillo-3.0.5-disable-ssl.patch  | 22 ++
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.1_pre20181005.ebuild 
b/www-client/dillo/dillo-3.1_pre20181005.ebuild
index 90df028cb417..5419571beac8 100644
--- a/www-client/dillo/dillo-3.1_pre20181005.ebuild
+++ b/www-client/dillo/dillo-3.1_pre20181005.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,6 +30,7 @@ DEPEND="
 PATCHES=(
"${FILESDIR}"/${PN}2-inbuf.patch
"${FILESDIR}"/${PN}-3.0.5-fno-common.patch
+   "${FILESDIR}"/${PN}-3.0.5-disable-ssl.patch
 )
 DOCS="AUTHORS ChangeLog README NEWS doc/*.txt doc/README"
 

diff --git a/www-client/dillo/files/dillo-3.0.5-disable-ssl.patch 
b/www-client/dillo/files/dillo-3.0.5-disable-ssl.patch
new file mode 100644
index ..de96ea6c1586
--- /dev/null
+++ b/www-client/dillo/files/dillo-3.0.5-disable-ssl.patch
@@ -0,0 +1,22 @@
+
+# HG changeset patch
+# User Johannes Hofmann 
+# Date 1612905342 -3600
+# Node ID 67b70f024568b505633524be61fcfbde5337849f
+# Parent  f60d55c0256759b578b54c577da94670a7737c8a
+fix build with --disable-ssl
+
+submitted-by: John DiMarco 
+
+diff -r f60d55c02567 -r 67b70f024568 src/IO/tls.h
+--- a/src/IO/tls.h Fri Oct 05 22:05:08 2018 +0200
 b/src/IO/tls.h Tue Feb 09 22:15:42 2021 +0100
+@@ -35,6 +35,7 @@
+ #define a_Tls_connect_ready(url) TLS_CONNECT_NEVER
+ #define a_Tls_reset_server_state(url) ;
+ #define a_Tls_handshake(fd, url) ;
++#define a_Tls_connect(fd, url) ;
+ #define a_Tls_connection(fd) NULL
+ #define a_Tls_freeall() ;
+ #define a_Tls_close_by_fd(fd) ;
+



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2021-12-07 Thread Sam James
commit: 995eac15178a4b531ffbe11d4b4282db4048603d
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 23:49:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 23:49:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995eac15

www-client/dillo: Stabilize 3.1_pre20181005 arm64, #828316

Signed-off-by: Sam James  gentoo.org>

 www-client/dillo/dillo-3.1_pre20181005.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.1_pre20181005.ebuild 
b/www-client/dillo/dillo-3.1_pre20181005.ebuild
index d1aaa5bcf4c3..90df028cb417 100644
--- a/www-client/dillo/dillo-3.1_pre20181005.ebuild
+++ b/www-client/dillo/dillo-3.1_pre20181005.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86"
 IUSE="doc +gif ipv6 +jpeg +png ssl +xembed"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2021-12-06 Thread Agostino Sarubbo
commit: 6d196089082cebc794c32dbf9b3b7d180e4fe745
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:24:26 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:24:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d196089

www-client/dillo: x86 stable wrt bug #828316

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/dillo/dillo-3.1_pre20181005.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.1_pre20181005.ebuild 
b/www-client/dillo/dillo-3.1_pre20181005.ebuild
index 413b226f4e6b..d1aaa5bcf4c3 100644
--- a/www-client/dillo/dillo-3.1_pre20181005.ebuild
+++ b/www-client/dillo/dillo-3.1_pre20181005.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86"
 IUSE="doc +gif ipv6 +jpeg +png ssl +xembed"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2021-12-06 Thread Sam James
commit: 9eb715fed78d97c55442fa69d2e1d8b418315a00
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 00:30:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 00:30:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb715fe

www-client/dillo: Stabilize 3.1_pre20181005 ppc, #828316

Signed-off-by: Sam James  gentoo.org>

 www-client/dillo/dillo-3.1_pre20181005.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.1_pre20181005.ebuild 
b/www-client/dillo/dillo-3.1_pre20181005.ebuild
index b50f40cadf72..413b226f4e6b 100644
--- a/www-client/dillo/dillo-3.1_pre20181005.ebuild
+++ b/www-client/dillo/dillo-3.1_pre20181005.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ~ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc ~x86"
 IUSE="doc +gif ipv6 +jpeg +png ssl +xembed"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2021-12-06 Thread Sam James
commit: 37043722df2ed6d23eca2f3d3dad534f428086d8
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec  6 15:21:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec  6 15:21:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37043722

www-client/dillo: Stabilize 3.1_pre20181005 arm, #828316

Signed-off-by: Sam James  gentoo.org>

 www-client/dillo/dillo-3.1_pre20181005.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.1_pre20181005.ebuild 
b/www-client/dillo/dillo-3.1_pre20181005.ebuild
index 72b27e82e6d2..b50f40cadf72 100644
--- a/www-client/dillo/dillo-3.1_pre20181005.ebuild
+++ b/www-client/dillo/dillo-3.1_pre20181005.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ~ppc ppc64 ~riscv sparc ~x86"
 IUSE="doc +gif ipv6 +jpeg +png ssl +xembed"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2021-12-05 Thread Arthur Zamarin
commit: 855c76cc4189e636e798e42765639d600365bef4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec  5 18:20:21 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec  5 18:21:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855c76cc

www-client/dillo: Stabilize 3.1_pre20181005 sparc, #828316

Signed-off-by: Arthur Zamarin  gentoo.org>

 www-client/dillo/dillo-3.1_pre20181005.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.1_pre20181005.ebuild 
b/www-client/dillo/dillo-3.1_pre20181005.ebuild
index a88cf6c26cc3..882be519be45 100644
--- a/www-client/dillo/dillo-3.1_pre20181005.ebuild
+++ b/www-client/dillo/dillo-3.1_pre20181005.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv sparc ~x86"
 IUSE="doc +gif ipv6 +jpeg +png ssl +xembed"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2021-12-05 Thread Jakov Smolić
commit: 8487a0371d9fcd5f2d36dad0bdef87f95f2b0f79
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Dec  5 13:55:29 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Dec  5 13:55:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8487a037

www-client/dillo: Stabilize 3.1_pre20181005 amd64, #828316

Signed-off-by: Jakov Smolić  gentoo.org>

 www-client/dillo/dillo-3.1_pre20181005.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.1_pre20181005.ebuild 
b/www-client/dillo/dillo-3.1_pre20181005.ebuild
index 4726129bf854..a88cf6c26cc3 100644
--- a/www-client/dillo/dillo-3.1_pre20181005.ebuild
+++ b/www-client/dillo/dillo-3.1_pre20181005.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="doc +gif ipv6 +jpeg +png ssl +xembed"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2021-10-19 Thread Jakov Smolić
commit: a1466d6e6d9780e310bf73b69eb306c495778723
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Oct 19 19:05:34 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Oct 19 19:09:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1466d6e

www-client/dillo: Update SRC_URI

jer@ is retired and I've archived the distfiles in my devspace

Signed-off-by: Jakov Smolić  gentoo.org>

 www-client/dillo/dillo-3.1_pre20181005.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.1_pre20181005.ebuild 
b/www-client/dillo/dillo-3.1_pre20181005.ebuild
index 92580c3355d..4726129bf85 100644
--- a/www-client/dillo/dillo-3.1_pre20181005.ebuild
+++ b/www-client/dillo/dillo-3.1_pre20181005.ebuild
@@ -7,7 +7,7 @@ inherit autotools desktop toolchain-funcs
 DESCRIPTION="Lean FLTK based web browser"
 HOMEPAGE="https://www.dillo.org/;
 SRC_URI="
-   https://dev.gentoo.org/~jer/${P}.tar.xz
+   https://dev.gentoo.org/~jsmolic/distfiles/${P}.tar.xz
mirror://gentoo/${PN}.png
 "
 



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2021-08-04 Thread Yixun Lan
commit: 4f14570b33af0017be929acd4ad7e9b842decbdc
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Aug  4 08:05:12 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug  4 08:08:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f14570b

www-client/dillo: keyword ~riscv

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 www-client/dillo/dillo-3.1_pre20181005.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/dillo/dillo-3.1_pre20181005.ebuild 
b/www-client/dillo/dillo-3.1_pre20181005.ebuild
index a1bf0879c63..92580c3355d 100644
--- a/www-client/dillo/dillo-3.1_pre20181005.ebuild
+++ b/www-client/dillo/dillo-3.1_pre20181005.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
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="doc +gif ipv6 +jpeg +png ssl +xembed"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2021-04-30 Thread Mikle Kolyada
commit: 9ca30983ac114f65dd5b62253d7d6e5ef4f31298
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr 30 18:29:35 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr 30 18:30:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca30983

www-client/dillo: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 www-client/dillo/dillo-3.0.5-r3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/www-client/dillo/dillo-3.0.5-r3.ebuild 
b/www-client/dillo/dillo-3.0.5-r3.ebuild
index 7e4341444da..0b64be4f2ba 100644
--- a/www-client/dillo/dillo-3.0.5-r3.ebuild
+++ b/www-client/dillo/dillo-3.0.5-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 sparc x86"
-IUSE="doc +gif ipv6 +jpeg libressl +png ssl"
+IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="
>=x11-libs/fltk-1.3
@@ -22,8 +22,7 @@ RDEPEND="
jpeg? ( virtual/jpeg:0 )
png? ( >=media-libs/libpng-1.2:0 )
ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl )
+   dev-libs/openssl:0=
)
 "
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2021-03-30 Thread Sam James
commit: 94c8dce419ade036ec9b82cfec3ad9e5cbbc185f
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 30 00:24:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 30 00:28:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c8dce4

www-client/dillo: Stabilize 3.0.5-r3 arm64, #769764

Signed-off-by: Sam James  gentoo.org>

 www-client/dillo/dillo-3.0.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.0.5-r3.ebuild 
b/www-client/dillo/dillo-3.0.5-r3.ebuild
index ddcd778fbbf..7e4341444da 100644
--- a/www-client/dillo/dillo-3.0.5-r3.ebuild
+++ b/www-client/dillo/dillo-3.0.5-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 sparc x86"
 IUSE="doc +gif ipv6 +jpeg libressl +png ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2021-03-28 Thread Sam James
commit: 056034d175c6882a3d3f9415a7d71536c3dabc05
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 28 19:52:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 28 19:52:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056034d1

www-client/dillo: keyword 3.0.5-r3 for arm64

We're going to be stabling it shortly, but it's not
really a problem per se. (Almost) straight-to-stable isn't
so problematic on e.g. arm64 if there was never an original
stable ebuild.

Bug: https://bugs.gentoo.org/769764
Signed-off-by: Sam James  gentoo.org>

 www-client/dillo/dillo-3.0.5-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/dillo/dillo-3.0.5-r3.ebuild 
b/www-client/dillo/dillo-3.0.5-r3.ebuild
index dc3304500ca..ddcd778fbbf 100644
--- a/www-client/dillo/dillo-3.0.5-r3.ebuild
+++ b/www-client/dillo/dillo-3.0.5-r3.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
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86"
 IUSE="doc +gif ipv6 +jpeg libressl +png ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2021-02-05 Thread Jonas Stein
commit: 1d1a4e34bf234ba7ebb0d4634f8538ffce037ddb
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Feb  6 00:59:57 2021 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Feb  6 01:00:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1a4e34

www-client/dillo: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Jonas Stein  gentoo.org>

 www-client/dillo/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/www-client/dillo/metadata.xml b/www-client/dillo/metadata.xml
index 44685422a58..2f8e87ae94e 100644
--- a/www-client/dillo/metadata.xml
+++ b/www-client/dillo/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-desktop-m...@gentoo.org
-Gentoo Desktop Miscellaneous Project
-  
+   
 
 Enable X11 XEmbed support
 



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2020-08-06 Thread Jeroen Roovers
commit: 499b7f16026017ed9077994d418079e56f6df8e1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug  6 11:54:15 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug  6 11:55:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499b7f16

www-client/dillo: Old

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/dillo/dillo-3.0.5.ebuild | 65 -
 1 file changed, 65 deletions(-)

diff --git a/www-client/dillo/dillo-3.0.5.ebuild 
b/www-client/dillo/dillo-3.0.5.ebuild
deleted file mode 100644
index a5df51b20f8..000
--- a/www-client/dillo/dillo-3.0.5.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="Lean FLTK based web browser"
-HOMEPAGE="https://www.dillo.org/;
-SRC_URI="https://www.dillo.org/download/${P}.tar.bz2
-   mirror://gentoo/${PN}.png"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 sparc x86"
-IUSE="doc +gif ipv6 +jpeg +png ssl"
-
-RDEPEND="
-   >=x11-libs/fltk-1.3
-   sys-libs/zlib
-   jpeg? ( virtual/jpeg:0 )
-   png? ( >=media-libs/libpng-1.2:0 )
-   ssl? ( dev-libs/openssl:0= )
-"
-DEPEND="
-   ${RDEPEND}
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}2-inbuf.patch
-}
-
-src_configure() {
-   econf  \
-   $(use_enable gif) \
-   $(use_enable ipv6) \
-   $(use_enable jpeg) \
-   $(use_enable png) \
-   $(use_enable ssl) \
-   --docdir="/usr/share/doc/${PF}"
-}
-
-src_compile() {
-   emake AR=$(tc-getAR)
-   if use doc; then
-   doxygen Doxyfile || die
-   fi
-}
-
-src_install() {
-   dodir /etc
-   default
-
-   use doc && dohtml html/*
-   dodoc AUTHORS ChangeLog README NEWS
-   dodoc doc/*.txt doc/README
-
-   doicon "${DISTDIR}"/${PN}.png
-   make_desktop_entry ${PN} Dillo
-}
-
-pkg_postinst() {
-   elog "Dillo has installed a default configuration into 
/etc/dillo/dillorc"
-   elog "You can copy this to ~/.dillo/ and customize it"
-}



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2020-08-06 Thread Agostino Sarubbo
commit: 5fd9c998928318a630d528a53e9354d3da3a15db
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Aug  6 11:50:29 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Aug  6 11:50:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd9c998

www-client/dillo: sparc stable wrt bug #723940

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/dillo/dillo-3.0.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.0.5-r3.ebuild 
b/www-client/dillo/dillo-3.0.5-r3.ebuild
index 6f2bda7a6a6..dc3304500ca 100644
--- a/www-client/dillo/dillo-3.0.5-r3.ebuild
+++ b/www-client/dillo/dillo-3.0.5-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 sparc x86"
 IUSE="doc +gif ipv6 +jpeg libressl +png ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2020-08-05 Thread Agostino Sarubbo
commit: 8c83ccb70f205e414303b55085aa887510d2b0f2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:00:55 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:00:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c83ccb7

www-client/dillo: arm stable wrt bug #723940

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/dillo/dillo-3.0.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.0.5-r3.ebuild 
b/www-client/dillo/dillo-3.0.5-r3.ebuild
index 16ca88d819c..7afd3a10b79 100644
--- a/www-client/dillo/dillo-3.0.5-r3.ebuild
+++ b/www-client/dillo/dillo-3.0.5-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~sparc ~x86"
 IUSE="doc +gif ipv6 +jpeg libressl +png ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2020-08-03 Thread Sergei Trofimovich
commit: 1f1cb0ea54dfd1248b6fe91e958117d78625b021
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Aug  3 16:48:01 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug  3 16:57:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1cb0ea

www-client/dillo: drop keywords down to ~hppa

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

 www-client/dillo/dillo-3.0.5-r3.ebuild | 2 +-
 www-client/dillo/dillo-3.0.5.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/dillo/dillo-3.0.5-r3.ebuild 
b/www-client/dillo/dillo-3.0.5-r3.ebuild
index acaa5183fdd..5b34dd78532 100644
--- a/www-client/dillo/dillo-3.0.5-r3.ebuild
+++ b/www-client/dillo/dillo-3.0.5-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ppc ppc64 ~sparc ~x86"
 IUSE="doc +gif ipv6 +jpeg libressl +png ssl"
 
 RDEPEND="

diff --git a/www-client/dillo/dillo-3.0.5.ebuild 
b/www-client/dillo/dillo-3.0.5.ebuild
index eb9cf5a8348..a5df51b20f8 100644
--- a/www-client/dillo/dillo-3.0.5.ebuild
+++ b/www-client/dillo/dillo-3.0.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.dillo.org/download/${P}.tar.bz2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 sparc x86"
 IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2020-08-03 Thread Jeroen Roovers
commit: 5d9e53998fa1035ec39b797f22b1c82539066734
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Aug  3 06:41:55 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Aug  3 06:42:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9e5399

www-client/dillo: Rename _p[atchlevel] to _pre[-release]

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/dillo/Manifest   | 2 +-
 .../dillo/{dillo-3.1_p20181005.ebuild => dillo-3.1_pre20181005.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/Manifest b/www-client/dillo/Manifest
index 120e924472d..94b5f61b522 100644
--- a/www-client/dillo/Manifest
+++ b/www-client/dillo/Manifest
@@ -1,3 +1,3 @@
 DIST dillo-3.0.5.tar.bz2 734472 BLAKE2B 
c8a7ac3a875740d2d64269b0d368e6f9395c89a56737dda9d6dcb013f5d46631e4f6f68e251f7104c0ec9bbb14bcc10b67a7f519558f857743d7cf15976f197c
 SHA512 
d0e86f57e50da762debf592b6deb94de5ee58f84e0cae1159890262540a463aea8143d2b99c634021c1f273f91c2fe0918f30d72c3eaf91fdb541e741469b155
-DIST dillo-3.1_p20181005.tar.xz 907520 BLAKE2B 
1349ca1de53b294b5c31088ce36b3f9a86c3e628cfce41fa4fcfa30a3b4d9ed05b0be836fbc2ea2f2c37fce3ff28b17766d0717949d1ec66430149049751fa50
 SHA512 
1accbf200bd17a04d3b758037e11b0c21924c93d7857fa5c880af471cf180d45d5c772c6d800b4b899cf5b43bde640d28b37ce82fcf6b916c9adee5800e57d29
+DIST dillo-3.1_pre20181005.tar.xz 907752 BLAKE2B 
a894583e2c50baf2c2ff615dadfbe79e7652154cc0f7b80a4253d27dbe2e5463fa9c7a44622a6cfdcc60822cee0e1c38c31231b5bc5ee9c7b22bb16a15cc8c90
 SHA512 
f1916c6261bfcae9264037eaee37497660e43e46641c42fbcc9c2592fa41602a83fc91ddce6aeabc0122c575bcff72339d181210f3039e5d4c5a7c25f88aa642
 DIST dillo.png 6135 BLAKE2B 
63aa76000934123420d0704317309639bf5dcd22c61b09406a7ec67018b17044a417209954d67f22e2000b0871d315a25388bacffab9599230fc9615877a2f08
 SHA512 
cfc9bcf1bfd0fff7fc625c7d288c92d0f33418b963a4e344844fd2bcb33823b3215a8a1a86162dcd1c614eea2323bb361c11bd8bd15859b771c63943c1b40833

diff --git a/www-client/dillo/dillo-3.1_p20181005.ebuild 
b/www-client/dillo/dillo-3.1_pre20181005.ebuild
similarity index 100%
rename from www-client/dillo/dillo-3.1_p20181005.ebuild
rename to www-client/dillo/dillo-3.1_pre20181005.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2020-08-02 Thread Sergei Trofimovich
commit: 78e7e4fc8adfbce6c4514ae09b0e8f67d961950a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug  2 12:03:20 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug  2 12:04:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e7e4fc

www-client/dillo: stable 3.0.5-r3 for ppc64

stable wrt bug #723940

Package-Manager: Portage-3.0.1, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 www-client/dillo/dillo-3.0.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.0.5-r3.ebuild 
b/www-client/dillo/dillo-3.0.5-r3.ebuild
index 1476526b0ba..acaa5183fdd 100644
--- a/www-client/dillo/dillo-3.0.5-r3.ebuild
+++ b/www-client/dillo/dillo-3.0.5-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ppc ppc64 ~sparc ~x86"
 IUSE="doc +gif ipv6 +jpeg libressl +png ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2020-08-02 Thread Sergei Trofimovich
commit: dfcf5c293d596eba534fae003eb4a9ad3e8632a8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug  2 11:41:29 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug  2 11:41:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcf5c29

www-client/dillo: stable 3.0.5-r3 for ppc

stable wrt bug #723940

Package-Manager: Portage-3.0.1, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 www-client/dillo/dillo-3.0.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.0.5-r3.ebuild 
b/www-client/dillo/dillo-3.0.5-r3.ebuild
index 2c4d0be58b6..1476526b0ba 100644
--- a/www-client/dillo/dillo-3.0.5-r3.ebuild
+++ b/www-client/dillo/dillo-3.0.5-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ppc ~ppc64 ~sparc ~x86"
 IUSE="doc +gif ipv6 +jpeg libressl +png ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2020-08-02 Thread Sergei Trofimovich
commit: e0895622efc2461ff19ecbb8127a1ee74259d29e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug  2 11:39:17 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug  2 11:39:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0895622

www-client/dillo: stable 3.0.5-r3 for hppa

stable wrt bug #723940

Package-Manager: Portage-3.0.1, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 www-client/dillo/dillo-3.0.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.0.5-r3.ebuild 
b/www-client/dillo/dillo-3.0.5-r3.ebuild
index 956787d22bf..2c4d0be58b6 100644
--- a/www-client/dillo/dillo-3.0.5-r3.ebuild
+++ b/www-client/dillo/dillo-3.0.5-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc +gif ipv6 +jpeg libressl +png ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2020-02-09 Thread Jeroen Roovers
commit: c151c61dd8ed40011226b5470eaeb87273192103
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb  9 12:34:59 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Feb  9 12:37:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c151c61d

www-client/dillo: Version 3.1_p20181005

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/dillo/Manifest   |  1 +
 www-client/dillo/dillo-3.1_p20181005.ebuild | 66 +
 www-client/dillo/metadata.xml   |  3 ++
 3 files changed, 70 insertions(+)

diff --git a/www-client/dillo/Manifest b/www-client/dillo/Manifest
index 2f5ad7a39c1..120e924472d 100644
--- a/www-client/dillo/Manifest
+++ b/www-client/dillo/Manifest
@@ -1,2 +1,3 @@
 DIST dillo-3.0.5.tar.bz2 734472 BLAKE2B 
c8a7ac3a875740d2d64269b0d368e6f9395c89a56737dda9d6dcb013f5d46631e4f6f68e251f7104c0ec9bbb14bcc10b67a7f519558f857743d7cf15976f197c
 SHA512 
d0e86f57e50da762debf592b6deb94de5ee58f84e0cae1159890262540a463aea8143d2b99c634021c1f273f91c2fe0918f30d72c3eaf91fdb541e741469b155
+DIST dillo-3.1_p20181005.tar.xz 907520 BLAKE2B 
1349ca1de53b294b5c31088ce36b3f9a86c3e628cfce41fa4fcfa30a3b4d9ed05b0be836fbc2ea2f2c37fce3ff28b17766d0717949d1ec66430149049751fa50
 SHA512 
1accbf200bd17a04d3b758037e11b0c21924c93d7857fa5c880af471cf180d45d5c772c6d800b4b899cf5b43bde640d28b37ce82fcf6b916c9adee5800e57d29
 DIST dillo.png 6135 BLAKE2B 
63aa76000934123420d0704317309639bf5dcd22c61b09406a7ec67018b17044a417209954d67f22e2000b0871d315a25388bacffab9599230fc9615877a2f08
 SHA512 
cfc9bcf1bfd0fff7fc625c7d288c92d0f33418b963a4e344844fd2bcb33823b3215a8a1a86162dcd1c614eea2323bb361c11bd8bd15859b771c63943c1b40833

diff --git a/www-client/dillo/dillo-3.1_p20181005.ebuild 
b/www-client/dillo/dillo-3.1_p20181005.ebuild
new file mode 100644
index 000..80b64368557
--- /dev/null
+++ b/www-client/dillo/dillo-3.1_p20181005.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools desktop toolchain-funcs
+
+DESCRIPTION="Lean FLTK based web browser"
+HOMEPAGE="https://www.dillo.org/;
+SRC_URI="
+   https://dev.gentoo.org/~jer/${P}.tar.xz
+   mirror://gentoo/${PN}.png
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc +gif ipv6 +jpeg +png ssl +xembed"
+
+RDEPEND="
+   >=x11-libs/fltk-1.3
+   sys-libs/zlib
+   jpeg? ( virtual/jpeg:0 )
+   png? ( >=media-libs/libpng-1.2:0 )
+   ssl? ( net-libs/mbedtls:= )
+"
+DEPEND="
+   ${RDEPEND}
+   doc? ( app-doc/doxygen )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}2-inbuf.patch
+   "${FILESDIR}"/${PN}-3.0.5-fno-common.patch
+)
+DOCS="AUTHORS ChangeLog README NEWS doc/*.txt doc/README"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf  \
+   $(use_enable gif) \
+   $(use_enable ipv6) \
+   $(use_enable jpeg) \
+   $(use_enable png) \
+   $(use_enable ssl) \
+   $(use_enable xembed) \
+   --docdir="/usr/share/doc/${PF}"
+}
+
+src_compile() {
+   emake AR=$(tc-getAR)
+   if use doc; then
+   doxygen Doxyfile || die
+   fi
+}
+
+src_install() {
+   default
+
+   use doc && dodoc -r html
+
+   doicon "${DISTDIR}"/${PN}.png
+   make_desktop_entry ${PN} Dillo
+}

diff --git a/www-client/dillo/metadata.xml b/www-client/dillo/metadata.xml
index bc1b97e1eb7..44685422a58 100644
--- a/www-client/dillo/metadata.xml
+++ b/www-client/dillo/metadata.xml
@@ -5,4 +5,7 @@
 desktop-m...@gentoo.org
 Gentoo Desktop Miscellaneous Project
   
+
+Enable X11 XEmbed support
+
 



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2020-02-09 Thread Jeroen Roovers
commit: 6163973cf494f16094ecb7915a51e23ae1d4ab12
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb  9 12:36:40 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Feb  9 12:37:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6163973c

www-client/dillo: Update live ebuild

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/dillo/dillo-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-.ebuild 
b/www-client/dillo/dillo-.ebuild
index 7134cc059e2..7269ff96157 100644
--- a/www-client/dillo/dillo-.ebuild
+++ b/www-client/dillo/dillo-.ebuild
@@ -12,7 +12,7 @@ EHG_REPO_URI="https://hg.dillo.org/dillo;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="doc +gif ipv6 +jpeg +png ssl"
+IUSE="doc +gif ipv6 +jpeg +png ssl +xembed"
 
 RDEPEND="
>=x11-libs/fltk-1.3
@@ -43,6 +43,7 @@ src_configure() {
$(use_enable jpeg) \
$(use_enable png) \
$(use_enable ssl) \
+   $(use_enable xembed) \
--docdir="/usr/share/doc/${PF}"
 }
 



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/, www-client/dillo/files/

2020-02-09 Thread Jeroen Roovers
commit: 9489ea43e91dbe22e609e7029759defc6b7ffe8b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb  9 11:43:47 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Feb  9 11:45:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9489ea43

www-client/dillo: Fix compiling against >dev-libs/openssl-1.1

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Closes: https://bugs.gentoo.org/708732
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/dillo/dillo-3.0.5-r3.ebuild | 70 ++
 .../dillo/files/dillo-3.0.5-openssl-1.1.patch  | 26 
 2 files changed, 96 insertions(+)

diff --git a/www-client/dillo/dillo-3.0.5-r3.ebuild 
b/www-client/dillo/dillo-3.0.5-r3.ebuild
new file mode 100644
index 000..f2cd65be706
--- /dev/null
+++ b/www-client/dillo/dillo-3.0.5-r3.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools desktop multilib toolchain-funcs
+
+DESCRIPTION="Lean FLTK based web browser"
+HOMEPAGE="https://www.dillo.org/;
+SRC_URI="
+   https://www.dillo.org/download/${P}.tar.bz2
+   mirror://gentoo/${PN}.png
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc +gif ipv6 +jpeg libressl +png ssl"
+
+RDEPEND="
+   >=x11-libs/fltk-1.3
+   sys-libs/zlib
+   jpeg? ( virtual/jpeg:0 )
+   png? ( >=media-libs/libpng-1.2:0 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl )
+   )
+"
+BDEPEND="
+   ${RDEPEND}
+   doc? ( app-doc/doxygen )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}2-inbuf.patch
+   "${FILESDIR}"/${PN}-3.0.5-fno-common.patch
+   "${FILESDIR}"/${PN}-3.0.5-openssl-1.1.patch
+)
+DOCS="AUTHORS ChangeLog README NEWS doc/*.txt doc/README"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf  \
+   $(use_enable gif) \
+   $(use_enable ipv6) \
+   $(use_enable jpeg) \
+   $(use_enable png) \
+   $(use_enable ssl) \
+   --docdir="/usr/share/doc/${PF}"
+}
+
+src_compile() {
+   emake AR=$(tc-getAR)
+   if use doc; then
+   doxygen Doxyfile || die
+   fi
+}
+
+src_install() {
+   dodir /etc
+   default
+
+   use doc && dodoc -r html
+
+   doicon "${DISTDIR}"/${PN}.png
+   make_desktop_entry ${PN} Dillo
+}

diff --git a/www-client/dillo/files/dillo-3.0.5-openssl-1.1.patch 
b/www-client/dillo/files/dillo-3.0.5-openssl-1.1.patch
new file mode 100644
index 000..f21694113c2
--- /dev/null
+++ b/www-client/dillo/files/dillo-3.0.5-openssl-1.1.patch
@@ -0,0 +1,26 @@
+--- a/configure.ac
 b/configure.ac
+@@ -286,7 +286,7 @@
+ 
+   if test "x$ssl_ok" = "xyes"; then
+ old_libs="$LIBS"
+-AC_CHECK_LIB(ssl, SSL_library_init, ssl_ok=yes, ssl_ok=no, -lcrypto)
++AC_CHECK_LIB(ssl, OPENSSL_config, ssl_ok=yes, ssl_ok=no, -lcrypto)
+ LIBS="$old_libs"
+   fi
+ 
+--- a/dpi/https.c
 b/dpi/https.c
+@@ -476,7 +476,11 @@
+   case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT:
+  /*Either self signed and untrusted*/
+  /*Extract CN from certificate name information*/
++#if OPENSSL_VERSION_NUMBER < 0x1010L
+  if ((cn = strstr(remote_cert->name, "/CN=")) == NULL) {
++#else
++ if ((cn = strstr(X509_get_subject_name(remote_cert), "/CN=")) == 
NULL) {
++#endif
+ strcpy(buf, "(no CN given)");
+  } else {
+ char *cn_end;
+



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2020-02-09 Thread Jeroen Roovers
commit: 53ed3f4ea63a057ec33b9ad5221b435850f3ff7a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb  9 11:45:04 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Feb  9 11:45:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ed3f4e

www-client/dillo: Old

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/dillo/dillo-3.0.5-r1.ebuild | 68 --
 www-client/dillo/dillo-3.0.5-r2.ebuild | 64 
 2 files changed, 132 deletions(-)

diff --git a/www-client/dillo/dillo-3.0.5-r1.ebuild 
b/www-client/dillo/dillo-3.0.5-r1.ebuild
deleted file mode 100644
index 655d5ad63cd..000
--- a/www-client/dillo/dillo-3.0.5-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="Lean FLTK based web browser"
-HOMEPAGE="https://www.dillo.org/;
-SRC_URI="https://www.dillo.org/download/${P}.tar.bz2
-   mirror://gentoo/${PN}.png"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc +gif ipv6 +jpeg libressl +png ssl"
-
-RDEPEND="
-   >=x11-libs/fltk-1.3
-   sys-libs/zlib
-   jpeg? ( virtual/jpeg:0 )
-   png? ( >=media-libs/libpng-1.2:0 )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl )
-   )
-"
-DEPEND="
-   ${RDEPEND}
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}2-inbuf.patch
-}
-
-src_configure() {
-   econf  \
-   $(use_enable gif) \
-   $(use_enable ipv6) \
-   $(use_enable jpeg) \
-   $(use_enable png) \
-   $(use_enable ssl) \
-   --docdir="/usr/share/doc/${PF}"
-}
-
-src_compile() {
-   emake AR=$(tc-getAR)
-   if use doc; then
-   doxygen Doxyfile || die
-   fi
-}
-
-src_install() {
-   dodir /etc
-   default
-
-   use doc && dohtml html/*
-   dodoc AUTHORS ChangeLog README NEWS
-   dodoc doc/*.txt doc/README
-
-   doicon "${DISTDIR}"/${PN}.png
-   make_desktop_entry ${PN} Dillo
-}
-
-pkg_postinst() {
-   elog "Dillo has installed a default configuration into 
/etc/dillo/dillorc"
-   elog "You can copy this to ~/.dillo/ and customize it"
-}

diff --git a/www-client/dillo/dillo-3.0.5-r2.ebuild 
b/www-client/dillo/dillo-3.0.5-r2.ebuild
deleted file mode 100644
index 14d9e245482..000
--- a/www-client/dillo/dillo-3.0.5-r2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit desktop multilib toolchain-funcs
-
-DESCRIPTION="Lean FLTK based web browser"
-HOMEPAGE="https://www.dillo.org/;
-SRC_URI="
-   https://www.dillo.org/download/${P}.tar.bz2
-   mirror://gentoo/${PN}.png
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc +gif ipv6 +jpeg libressl +png ssl"
-
-RDEPEND="
-   >=x11-libs/fltk-1.3
-   sys-libs/zlib
-   jpeg? ( virtual/jpeg:0 )
-   png? ( >=media-libs/libpng-1.2:0 )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl )
-   )
-"
-BDEPEND="
-   ${RDEPEND}
-   doc? ( app-doc/doxygen )
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}2-inbuf.patch
-   "${FILESDIR}"/${PN}-3.0.5-fno-common.patch
-)
-DOCS="AUTHORS ChangeLog README NEWS doc/*.txt doc/README"
-
-src_configure() {
-   econf  \
-   $(use_enable gif) \
-   $(use_enable ipv6) \
-   $(use_enable jpeg) \
-   $(use_enable png) \
-   $(use_enable ssl) \
-   --docdir="/usr/share/doc/${PF}"
-}
-
-src_compile() {
-   emake AR=$(tc-getAR)
-   if use doc; then
-   doxygen Doxyfile || die
-   fi
-}
-
-src_install() {
-   dodir /etc
-   default
-
-   use doc && dodoc -r html
-
-   doicon "${DISTDIR}"/${PN}.png
-   make_desktop_entry ${PN} Dillo
-}



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/, www-client/dillo/files/

2020-01-31 Thread Jeroen Roovers
commit: cebb9304294041396e5a8295266864a30bcdb78e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jan 31 11:31:57 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jan 31 11:39:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebb9304

www-client/dillo: Fix CFLAGS=-fno-common

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Closes: https://bugs.gentoo.org/show_bug.cgi?id=707398
Signed-off-by: Jeroen Roovers  gentoo.org>

 .../{dillo-.ebuild => dillo-3.0.5-r2.ebuild}   |  38 
 www-client/dillo/dillo-.ebuild |  13 +--
 .../dillo/files/dillo-3.0.5-fno-common.patch   | 100 +
 3 files changed, 117 insertions(+), 34 deletions(-)

diff --git a/www-client/dillo/dillo-.ebuild 
b/www-client/dillo/dillo-3.0.5-r2.ebuild
similarity index 64%
copy from www-client/dillo/dillo-.ebuild
copy to www-client/dillo/dillo-3.0.5-r2.ebuild
index 2cf816aa62b..14d9e245482 100644
--- a/www-client/dillo/dillo-.ebuild
+++ b/www-client/dillo/dillo-3.0.5-r2.ebuild
@@ -2,41 +2,40 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-
-inherit autotools desktop mercurial toolchain-funcs
+inherit desktop multilib toolchain-funcs
 
 DESCRIPTION="Lean FLTK based web browser"
 HOMEPAGE="https://www.dillo.org/;
-SRC_URI="mirror://gentoo/${PN}.png"
-EHG_REPO_URI="https://hg.dillo.org/dillo;
+SRC_URI="
+   https://www.dillo.org/download/${P}.tar.bz2
+   mirror://gentoo/${PN}.png
+"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
-IUSE="doc +gif ipv6 +jpeg +png ssl"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc +gif ipv6 +jpeg libressl +png ssl"
 
 RDEPEND="
>=x11-libs/fltk-1.3
sys-libs/zlib
jpeg? ( virtual/jpeg:0 )
png? ( >=media-libs/libpng-1.2:0 )
-   ssl? ( net-libs/mbedtls:= )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl )
+   )
 "
-DEPEND="
+BDEPEND="
${RDEPEND}
doc? ( app-doc/doxygen )
 "
 PATCHES=(
"${FILESDIR}"/${PN}2-inbuf.patch
+   "${FILESDIR}"/${PN}-3.0.5-fno-common.patch
 )
-
 DOCS="AUTHORS ChangeLog README NEWS doc/*.txt doc/README"
 
-src_prepare() {
-   default
-   eautoreconf
-}
-
 src_configure() {
econf  \
$(use_enable gif) \
@@ -55,18 +54,11 @@ src_compile() {
 }
 
 src_install() {
+   dodir /etc
default
 
-   if use doc; then
-   docinto html
-   dodoc -r html/
-   fi
+   use doc && dodoc -r html
 
doicon "${DISTDIR}"/${PN}.png
make_desktop_entry ${PN} Dillo
 }
-
-pkg_postinst() {
-   elog "Dillo has installed a default configuration into 
/etc/dillo/dillorc"
-   elog "You can copy this to ~/.dillo/ and customize it"
-}

diff --git a/www-client/dillo/dillo-.ebuild 
b/www-client/dillo/dillo-.ebuild
index 2cf816aa62b..7134cc059e2 100644
--- a/www-client/dillo/dillo-.ebuild
+++ b/www-client/dillo/dillo-.ebuild
@@ -2,7 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-
 inherit autotools desktop mercurial toolchain-funcs
 
 DESCRIPTION="Lean FLTK based web browser"
@@ -28,8 +27,8 @@ DEPEND="
 "
 PATCHES=(
"${FILESDIR}"/${PN}2-inbuf.patch
+   "${FILESDIR}"/${PN}-3.0.5-fno-common.patch
 )
-
 DOCS="AUTHORS ChangeLog README NEWS doc/*.txt doc/README"
 
 src_prepare() {
@@ -57,16 +56,8 @@ src_compile() {
 src_install() {
default
 
-   if use doc; then
-   docinto html
-   dodoc -r html/
-   fi
+   use doc && dodoc -r html
 
doicon "${DISTDIR}"/${PN}.png
make_desktop_entry ${PN} Dillo
 }
-
-pkg_postinst() {
-   elog "Dillo has installed a default configuration into 
/etc/dillo/dillorc"
-   elog "You can copy this to ~/.dillo/ and customize it"
-}

diff --git a/www-client/dillo/files/dillo-3.0.5-fno-common.patch 
b/www-client/dillo/files/dillo-3.0.5-fno-common.patch
new file mode 100644
index 000..df80f55afaf
--- /dev/null
+++ b/www-client/dillo/files/dillo-3.0.5-fno-common.patch
@@ -0,0 +1,100 @@
+--- a/dpid/dpid.c
 b/dpid/dpid.c
+@@ -41,6 +41,26 @@
+ volatile sig_atomic_t caught_sigchld = 0;
+ char *SharedKey = NULL;
+ 
++char *srs_name;
++
++/*! dpid's service request socket file descriptor */
++int srs_fd;
++
++/*! Number of available plugins */
++int numdpis;
++
++/*! Number of sockets being watched */
++int numsocks;
++
++/*! State information for each plugin. */
++struct dp *dpi_attr_list;
++
++/*! service served for each plugin  */
++Dlist *services_list;
++
++/*! Set of sockets watched for connections */
++fd_set sock_set;
++
+ /*! Remove dpid_comm_keys file.
+  * This avoids that dillo instances connect to a stale port after dpid
+  * has exited (e.g. after a reboot).
+--- a/dpid/dpid.h
 b/dpid/dpid.h
+@@ -25,10 +25,10 @@
+ 
+ /*! \TODO: Should read this from 

[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2020-01-09 Thread Jeroen Roovers
commit: 019cdd89ad35beef3c12ac3ceec83c7fbe7a495b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jan  9 19:30:33 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jan  9 19:31:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019cdd89

www-client/dillo: Depend on net-libs/mbedtls:=

Closes: https://bugs.gentoo.org/705056
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/dillo/dillo-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/dillo/dillo-.ebuild 
b/www-client/dillo/dillo-.ebuild
index b0388a0b17e..2cf816aa62b 100644
--- a/www-client/dillo/dillo-.ebuild
+++ b/www-client/dillo/dillo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,7 +20,7 @@ RDEPEND="
sys-libs/zlib
jpeg? ( virtual/jpeg:0 )
png? ( >=media-libs/libpng-1.2:0 )
-   ssl? ( net-libs/mbedtls )
+   ssl? ( net-libs/mbedtls:= )
 "
 DEPEND="
${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2018-09-26 Thread Patrice Clement
commit: 5757f98d00cb5c484bd3b7d386f15d28d16ef774
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Sep 11 17:58:59 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Sep 26 23:01:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5757f98d

www-client/dillo: EAPI7 and improve ebuild.

Closes: https://bugs.gentoo.org/665720
Closes: https://github.com/gentoo/gentoo/pull/9830

 www-client/dillo/dillo-.ebuild | 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/www-client/dillo/dillo-.ebuild 
b/www-client/dillo/dillo-.ebuild
index 0d478f4ab15..b0388a0b17e 100644
--- a/www-client/dillo/dillo-.ebuild
+++ b/www-client/dillo/dillo-.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit autotools eutils mercurial multilib toolchain-funcs
+EAPI=7
+
+inherit autotools desktop mercurial toolchain-funcs
 
 DESCRIPTION="Lean FLTK based web browser"
 HOMEPAGE="https://www.dillo.org/;
@@ -29,6 +30,8 @@ PATCHES=(
"${FILESDIR}"/${PN}2-inbuf.patch
 )
 
+DOCS="AUTHORS ChangeLog README NEWS doc/*.txt doc/README"
+
 src_prepare() {
default
eautoreconf
@@ -52,12 +55,12 @@ src_compile() {
 }
 
 src_install() {
-   dodir /etc
default
 
-   use doc && dohtml html/*
-   dodoc AUTHORS ChangeLog README NEWS
-   dodoc doc/*.txt doc/README
+   if use doc; then
+   docinto html
+   dodoc -r html/
+   fi
 
doicon "${DISTDIR}"/${PN}.png
make_desktop_entry ${PN} Dillo



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2018-08-19 Thread Jeroen Roovers
commit: 9855ea9b17a8da478897a5b515946b3667560b31
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Aug 19 17:53:06 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Aug 19 17:54:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9855ea9b

www-client/dillo: Add live ebuild.

Package-Manager: Portage-2.3.47, Repoman-2.3.10

 www-client/dillo/dillo-.ebuild | 69 ++
 1 file changed, 69 insertions(+)

diff --git a/www-client/dillo/dillo-.ebuild 
b/www-client/dillo/dillo-.ebuild
new file mode 100644
index 000..0d478f4ab15
--- /dev/null
+++ b/www-client/dillo/dillo-.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils mercurial multilib toolchain-funcs
+
+DESCRIPTION="Lean FLTK based web browser"
+HOMEPAGE="https://www.dillo.org/;
+SRC_URI="mirror://gentoo/${PN}.png"
+EHG_REPO_URI="https://hg.dillo.org/dillo;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE="doc +gif ipv6 +jpeg +png ssl"
+
+RDEPEND="
+   >=x11-libs/fltk-1.3
+   sys-libs/zlib
+   jpeg? ( virtual/jpeg:0 )
+   png? ( >=media-libs/libpng-1.2:0 )
+   ssl? ( net-libs/mbedtls )
+"
+DEPEND="
+   ${RDEPEND}
+   doc? ( app-doc/doxygen )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}2-inbuf.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf  \
+   $(use_enable gif) \
+   $(use_enable ipv6) \
+   $(use_enable jpeg) \
+   $(use_enable png) \
+   $(use_enable ssl) \
+   --docdir="/usr/share/doc/${PF}"
+}
+
+src_compile() {
+   emake AR=$(tc-getAR)
+   if use doc; then
+   doxygen Doxyfile || die
+   fi
+}
+
+src_install() {
+   dodir /etc
+   default
+
+   use doc && dohtml html/*
+   dodoc AUTHORS ChangeLog README NEWS
+   dodoc doc/*.txt doc/README
+
+   doicon "${DISTDIR}"/${PN}.png
+   make_desktop_entry ${PN} Dillo
+}
+
+pkg_postinst() {
+   elog "Dillo has installed a default configuration into 
/etc/dillo/dillorc"
+   elog "You can copy this to ~/.dillo/ and customize it"
+}



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2018-04-14 Thread Aaron Bauman
commit: 58626205e8082245d4ce7bd75c90c01f2ccc4fe7
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Apr 14 16:42:03 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr 15 01:38:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58626205

www-client/dillo: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/7997

 www-client/dillo/dillo-3.0.5-r1.ebuild | 4 ++--
 www-client/dillo/dillo-3.0.5.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-client/dillo/dillo-3.0.5-r1.ebuild 
b/www-client/dillo/dillo-3.0.5-r1.ebuild
index da207da759e..e18a1933e8a 100644
--- a/www-client/dillo/dillo-3.0.5-r1.ebuild
+++ b/www-client/dillo/dillo-3.0.5-r1.ebuild
@@ -5,8 +5,8 @@ EAPI=5
 inherit eutils multilib toolchain-funcs
 
 DESCRIPTION="Lean FLTK based web browser"
-HOMEPAGE="http://www.dillo.org/;
-SRC_URI="http://www.dillo.org/download/${P}.tar.bz2
+HOMEPAGE="https://www.dillo.org/;
+SRC_URI="https://www.dillo.org/download/${P}.tar.bz2
mirror://gentoo/${PN}.png"
 
 LICENSE="GPL-3"

diff --git a/www-client/dillo/dillo-3.0.5.ebuild 
b/www-client/dillo/dillo-3.0.5.ebuild
index 3cbb0c1e8e6..ccf06eeb9d7 100644
--- a/www-client/dillo/dillo-3.0.5.ebuild
+++ b/www-client/dillo/dillo-3.0.5.ebuild
@@ -5,8 +5,8 @@ EAPI=5
 inherit eutils multilib toolchain-funcs
 
 DESCRIPTION="Lean FLTK based web browser"
-HOMEPAGE="http://www.dillo.org/;
-SRC_URI="http://www.dillo.org/download/${P}.tar.bz2
+HOMEPAGE="https://www.dillo.org/;
+SRC_URI="https://www.dillo.org/download/${P}.tar.bz2
mirror://gentoo/${PN}.png"
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2018-03-16 Thread Lars Wendler
commit: b2dc881b7e071dc42c36f554e21c338f6982a57c
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Mar 16 22:50:33 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Mar 16 22:50:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2dc881b

www-client/dillo: Added sub-slot dep operator for dev-libs/openssl.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-client/dillo/dillo-3.0.5-r1.ebuild | 4 ++--
 www-client/dillo/dillo-3.0.5.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-client/dillo/dillo-3.0.5-r1.ebuild 
b/www-client/dillo/dillo-3.0.5-r1.ebuild
index cdf2882c334..da207da759e 100644
--- a/www-client/dillo/dillo-3.0.5-r1.ebuild
+++ b/www-client/dillo/dillo-3.0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,7 +20,7 @@ RDEPEND="
jpeg? ( virtual/jpeg:0 )
png? ( >=media-libs/libpng-1.2:0 )
ssl? (
-   !libressl? ( dev-libs/openssl:0 )
+   !libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl )
)
 "

diff --git a/www-client/dillo/dillo-3.0.5.ebuild 
b/www-client/dillo/dillo-3.0.5.ebuild
index 5c743bcb3ae..3cbb0c1e8e6 100644
--- a/www-client/dillo/dillo-3.0.5.ebuild
+++ b/www-client/dillo/dillo-3.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ RDEPEND="
sys-libs/zlib
jpeg? ( virtual/jpeg:0 )
png? ( >=media-libs/libpng-1.2:0 )
-   ssl? ( dev-libs/openssl:0 )
+   ssl? ( dev-libs/openssl:0= )
 "
 DEPEND="
${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2017-05-25 Thread Jeroen Roovers
commit: fcd2c3a4370edb9c8cd74b4e18e7cfb5eae1538b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 25 13:36:39 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 25 13:36:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd2c3a4

www-client/dillo: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/dillo/Manifest |  2 --
 www-client/dillo/dillo-3.0.4.1.ebuild | 65 ---
 www-client/dillo/dillo-3.0.4.ebuild   | 65 ---
 3 files changed, 132 deletions(-)

diff --git a/www-client/dillo/Manifest b/www-client/dillo/Manifest
index c9f7224966f..c2d63f6b287 100644
--- a/www-client/dillo/Manifest
+++ b/www-client/dillo/Manifest
@@ -1,4 +1,2 @@
-DIST dillo-3.0.4.1.tar.bz2 744101 SHA256 
ed97c48029ad1fe62c8a505f81c6ea127532697374153e652065fc6ced098647 SHA512 
a0737a416fe12f2bc2d329dfd86dabcf911404600f255260b596468632731838076158ae1eae98ff17505aa6addf6a7579ff45ffbd1c86d4b2f3bb74e66460e0
 WHIRLPOOL 
98b06ed03a97dad15e24842a9db25e3c63356c8903dc3e454c5872d7c0f5ed9ec719753a58181b56bdeec8b752964e530643017d951a5c4bfebad1f3bab359ad
-DIST dillo-3.0.4.tar.bz2 738826 SHA256 
ee2bab25010dd27b18ba80259df6eb8f6b549f5af596539c08eed0b70322df39 SHA512 
57513342026288255f3a2a783f206a24b9b29a03f4721d34f6e43111d61b248c56e1212abdb51adcc826c4ca081f9fa5157247c00eda95d9b5287556fe9da175
 WHIRLPOOL 
ac3c248960db329c24c0b138126bc4164c88d7844401f7d28fde3d16b656fb2cbc6ed2e8f43a3d42ecec268a9b9269f96a72b4ce2de1c33b777ca54b1d18e608
 DIST dillo-3.0.5.tar.bz2 734472 SHA256 
db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b SHA512 
d0e86f57e50da762debf592b6deb94de5ee58f84e0cae1159890262540a463aea8143d2b99c634021c1f273f91c2fe0918f30d72c3eaf91fdb541e741469b155
 WHIRLPOOL 
71498131f6c568b31f6b9690c719fb7eee25480f7be96c7f88d1f7726a3bf91cb1aad9892bd64cde6cf334118bd977f318d3634ee9c4beeacc50ef4c41a71a09
 DIST dillo.png 6135 SHA256 
de629745e6f3a271475a501e2b94558b3deb7bf9a407bcef16426e600e1731f3 SHA512 
cfc9bcf1bfd0fff7fc625c7d288c92d0f33418b963a4e344844fd2bcb33823b3215a8a1a86162dcd1c614eea2323bb361c11bd8bd15859b771c63943c1b40833
 WHIRLPOOL 
13c584d7186f2c9f158ae9cf5921f75040c6c58a5eec2f0a04e6251b9c7057246308be2f0726cbf9d83ec1d07a9538251f159e05cc610bf05adcbb4f8c1e3b09

diff --git a/www-client/dillo/dillo-3.0.4.1.ebuild 
b/www-client/dillo/dillo-3.0.4.1.ebuild
deleted file mode 100644
index c94aea7ed47..000
--- a/www-client/dillo/dillo-3.0.4.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="Lean FLTK based web browser"
-HOMEPAGE="http://www.dillo.org/;
-SRC_URI="http://www.dillo.org/download/${P}.tar.bz2
-   mirror://gentoo/${PN}.png"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc +gif ipv6 +jpeg +png ssl"
-
-RDEPEND="
-   >=x11-libs/fltk-1.3
-   sys-libs/zlib
-   jpeg? ( virtual/jpeg:0 )
-   png? ( >=media-libs/libpng-1.2:0 )
-   ssl? ( dev-libs/openssl:0 )
-"
-DEPEND="
-   ${RDEPEND}
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}2-inbuf.patch
-}
-
-src_configure() {
-   econf  \
-   $(use_enable gif) \
-   $(use_enable ipv6) \
-   $(use_enable jpeg) \
-   $(use_enable png) \
-   $(use_enable ssl) \
-   --docdir="/usr/share/doc/${PF}"
-}
-
-src_compile() {
-   emake AR=$(tc-getAR)
-   if use doc; then
-   doxygen Doxyfile || die
-   fi
-}
-
-src_install() {
-   dodir /etc
-   default
-
-   use doc && dohtml html/*
-   dodoc AUTHORS ChangeLog README NEWS
-   dodoc doc/*.txt doc/README
-
-   doicon "${DISTDIR}"/${PN}.png
-   make_desktop_entry ${PN} Dillo
-}
-
-pkg_postinst() {
-   elog "Dillo has installed a default configuration into 
/etc/dillo/dillorc"
-   elog "You can copy this to ~/.dillo/ and customize it"
-}

diff --git a/www-client/dillo/dillo-3.0.4.ebuild 
b/www-client/dillo/dillo-3.0.4.ebuild
deleted file mode 100644
index 21746cbcfa7..000
--- a/www-client/dillo/dillo-3.0.4.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="Lean FLTK based web browser"
-HOMEPAGE="http://www.dillo.org/;
-SRC_URI="http://www.dillo.org/download/${P}.tar.bz2
-   mirror://gentoo/${PN}.png"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86"
-IUSE="doc +gif ipv6 +jpeg +png ssl"
-
-RDEPEND="
-   >=x11-libs/fltk-1.3
-   sys-libs/zlib
-   jpeg? ( virtual/jpeg:0 )
-   png? ( >=media-libs/libpng-1.2:0 )
-   ssl? ( dev-libs/openssl:0 )
-"
-DEPEND="
-

[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2015-11-23 Thread Agostino Sarubbo
commit: 423e07b43bfa52e719e1bcc9953638afa716ec72
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 23 09:24:04 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 23 09:24:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423e07b4

www-client/dillo: alpha stable wrt bug #562614

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="alpha"

 www-client/dillo/dillo-3.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.0.5.ebuild 
b/www-client/dillo/dillo-3.0.5.ebuild
index 29c9faf..8d43706 100644
--- a/www-client/dillo/dillo-3.0.5.ebuild
+++ b/www-client/dillo/dillo-3.0.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.dillo.org/download/${P}.tar.bz2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd"
 IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2015-11-20 Thread Anthony G. Basile
commit: 28577b9232b863a00c2ea6e9c3e3c6346b8ab56f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Nov 21 06:44:25 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Nov 21 07:17:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28577b92

www-client/dillo: add libressl support

Package-Manager: portage-2.2.20.1

 www-client/dillo/dillo-3.0.5-r1.ebuild | 69 ++
 1 file changed, 69 insertions(+)

diff --git a/www-client/dillo/dillo-3.0.5-r1.ebuild 
b/www-client/dillo/dillo-3.0.5-r1.ebuild
new file mode 100644
index 000..40a08b3
--- /dev/null
+++ b/www-client/dillo/dillo-3.0.5-r1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils multilib toolchain-funcs
+
+DESCRIPTION="Lean FLTK based web browser"
+HOMEPAGE="http://www.dillo.org/;
+SRC_URI="http://www.dillo.org/download/${P}.tar.bz2
+   mirror://gentoo/${PN}.png"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE="doc +gif ipv6 +jpeg libressl +png ssl"
+
+RDEPEND="
+   >=x11-libs/fltk-1.3
+   sys-libs/zlib
+   jpeg? ( virtual/jpeg:0 )
+   png? ( >=media-libs/libpng-1.2:0 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   doc? ( app-doc/doxygen )
+"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}2-inbuf.patch
+}
+
+src_configure() {
+   econf  \
+   $(use_enable gif) \
+   $(use_enable ipv6) \
+   $(use_enable jpeg) \
+   $(use_enable png) \
+   $(use_enable ssl) \
+   --docdir="/usr/share/doc/${PF}"
+}
+
+src_compile() {
+   emake AR=$(tc-getAR)
+   if use doc; then
+   doxygen Doxyfile || die
+   fi
+}
+
+src_install() {
+   dodir /etc
+   default
+
+   use doc && dohtml html/*
+   dodoc AUTHORS ChangeLog README NEWS
+   dodoc doc/*.txt doc/README
+
+   doicon "${DISTDIR}"/${PN}.png
+   make_desktop_entry ${PN} Dillo
+}
+
+pkg_postinst() {
+   elog "Dillo has installed a default configuration into 
/etc/dillo/dillorc"
+   elog "You can copy this to ~/.dillo/ and customize it"
+}



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2015-11-07 Thread Markus Meier
commit: bc1e691daa832b9175458c84485b6289cb0194dc
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Nov  7 12:12:38 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Nov  7 12:12:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1e691d

www-client/dillo: arm stable, bug #562614

Package-Manager: portage-2.2.23
RepoMan-Options: --include-arches="arm"

 www-client/dillo/dillo-3.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.0.5.ebuild 
b/www-client/dillo/dillo-3.0.5.ebuild
index 539f208..29c9faf 100644
--- a/www-client/dillo/dillo-3.0.5.ebuild
+++ b/www-client/dillo/dillo-3.0.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.dillo.org/download/${P}.tar.bz2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd"
 IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2015-11-05 Thread Agostino Sarubbo
commit: f1f7af0e25159dd673d4dca9518d17a69e0f8518
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov  5 11:18:50 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov  5 11:18:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f7af0e

www-client/dillo: sparc stable wrt bug #562614

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="sparc"

 www-client/dillo/dillo-3.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.0.5.ebuild 
b/www-client/dillo/dillo-3.0.5.ebuild
index 894c9c6..539f208 100644
--- a/www-client/dillo/dillo-3.0.5.ebuild
+++ b/www-client/dillo/dillo-3.0.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.dillo.org/download/${P}.tar.bz2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd"
 IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2015-11-03 Thread Agostino Sarubbo
commit: 199d1400de73ad0130e99b6917f0224275fef426
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 16:16:06 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 16:16:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=199d1400

www-client/dillo: x86 stable wrt bug #562614

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 www-client/dillo/dillo-3.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.0.5.ebuild 
b/www-client/dillo/dillo-3.0.5.ebuild
index 779b93d..894c9c6 100644
--- a/www-client/dillo/dillo-3.0.5.ebuild
+++ b/www-client/dillo/dillo-3.0.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.dillo.org/download/${P}.tar.bz2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2015-10-19 Thread Agostino Sarubbo
commit: 2712b1bc0a37274458c623cbe6a1127d3b70f886
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:25:34 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:25:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2712b1bc

www-client/dillo: amd64 stable wrt bug #562614

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 www-client/dillo/dillo-3.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.0.5.ebuild 
b/www-client/dillo/dillo-3.0.5.ebuild
index 2006ff9..9db79eb 100644
--- a/www-client/dillo/dillo-3.0.5.ebuild
+++ b/www-client/dillo/dillo-3.0.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.dillo.org/download/${P}.tar.bz2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~mips ~ppc ppc64 ~sparc ~x86 ~amd64-fbsd"
 IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2015-10-08 Thread Jeroen Roovers
commit: 561915d1a60da93f008b4e8726d7ddffb7ada973
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct  9 05:17:52 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct  9 05:17:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561915d1

www-client/dillo: Stable for HPPA PPC64 (bug #562614).

Package-Manager: portage-2.2.22
RepoMan-Options: --ignore-arches

 www-client/dillo/dillo-3.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.0.5.ebuild 
b/www-client/dillo/dillo-3.0.5.ebuild
index f3bb038..2006ff9 100644
--- a/www-client/dillo/dillo-3.0.5.ebuild
+++ b/www-client/dillo/dillo-3.0.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.dillo.org/download/${P}.tar.bz2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ppc64 ~sparc ~x86 ~amd64-fbsd"
 IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/dillo/

2015-10-02 Thread Chí-Thanh Christopher Nguyễn
commit: 92751a0a34193b22d85f5baef580b49c95493ee1
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Fri Oct  2 17:22:05 2015 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Fri Oct  2 17:22:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92751a0a

www-client/dillo: keyword ~amd64-fbsd

Package-Manager: portage-2.2.20.1

 www-client/dillo/dillo-3.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.0.5.ebuild 
b/www-client/dillo/dillo-3.0.5.ebuild
index fb23560..f3bb038 100644
--- a/www-client/dillo/dillo-3.0.5.ebuild
+++ b/www-client/dillo/dillo-3.0.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.dillo.org/download/${P}.tar.bz2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="