* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2015-12-28 7:38 Jeroen Roovers
0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2015-12-28 7:38 UTC (permalink / raw
To: gentoo-commits
commit: 853e641e04a480fb842692f051bcde781204af6b
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 07:38:21 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 07:38:51 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853e641e
www-client/surf: Add dev-libs/glib SLOT.
Package-Manager: portage-2.2.26
www-client/surf/surf-0.6-r1.ebuild | 2 +-
www-client/surf/surf-0.6-r2.ebuild | 2 +-
www-client/surf/surf-0.7.ebuild | 2 +-
www-client/surf/surf-9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www-client/surf/surf-0.6-r1.ebuild b/www-client/surf/surf-0.6-r1.ebuild
index d5f4571..418ef82 100644
--- a/www-client/surf/surf-0.6-r1.ebuild
+++ b/www-client/surf/surf-0.6-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
COMMON_DEPEND="
- dev-libs/glib
+ dev-libs/glib:2
net-libs/libsoup
net-libs/webkit-gtk:2
x11-libs/gtk+:2
diff --git a/www-client/surf/surf-0.6-r2.ebuild b/www-client/surf/surf-0.6-r2.ebuild
index 327f7d8..d724870 100644
--- a/www-client/surf/surf-0.6-r2.ebuild
+++ b/www-client/surf/surf-0.6-r2.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
COMMON_DEPEND="
- dev-libs/glib
+ dev-libs/glib:2
net-libs/libsoup
net-libs/webkit-gtk:2
x11-libs/gtk+:2
diff --git a/www-client/surf/surf-0.7.ebuild b/www-client/surf/surf-0.7.ebuild
index 834dd70..3aa0aec 100644
--- a/www-client/surf/surf-0.7.ebuild
+++ b/www-client/surf/surf-0.7.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
COMMON_DEPEND="
- dev-libs/glib
+ dev-libs/glib:2
net-libs/libsoup
net-libs/webkit-gtk:2
x11-libs/gtk+:2
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index 97df92e..cf2697d 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS=""
COMMON_DEPEND="
- dev-libs/glib
+ dev-libs/glib:2
net-libs/libsoup
net-libs/webkit-gtk:2
x11-libs/gtk+:2
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2017-02-13 5:57 Jeroen Roovers
0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2017-02-13 5:57 UTC (permalink / raw
To: gentoo-commits
commit: 8ac51403101dbd62f10d2daaeac9c633cc69e082
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 05:50:31 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 05:50:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac51403
www-client/surf: Old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
www-client/surf/surf-0.6-r2.ebuild | 68 --------------------------------------
1 file changed, 68 deletions(-)
diff --git a/www-client/surf/surf-0.6-r2.ebuild b/www-client/surf/surf-0.6-r2.ebuild
deleted file mode 100644
index d724870d21..0000000000
--- a/www-client/surf/surf-0.6-r2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils savedconfig toolchain-funcs
-
-DESCRIPTION="a simple web browser based on WebKit/GTK+"
-HOMEPAGE="http://surf.suckless.org/"
-SRC_URI="http://dl.suckless.org/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-COMMON_DEPEND="
- dev-libs/glib:2
- net-libs/libsoup
- net-libs/webkit-gtk:2
- x11-libs/gtk+:2
- x11-libs/libX11
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/pkgconfig
-"
-RDEPEND="
- !sci-chemistry/surf
- ${COMMON_DEPEND}
- x11-apps/xprop
- x11-misc/dmenu
- !savedconfig? (
- net-misc/curl
- x11-terms/st
- )
-"
-
-pkg_setup() {
- if ! use savedconfig; then
- elog "The default config.h assumes you have"
- elog " net-misc/curl"
- elog " x11-terms/st"
- elog "installed to support the download function."
- elog "Without those, downloads will fail (gracefully)."
- elog "You can fix this by:"
- elog "1) Installing these packages, or"
- elog "2) Setting USE=savedconfig and changing config.h accordingly."
- fi
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
- epatch_user
- restore_config config.h
- tc-export CC PKG_CONFIG
-}
-
-src_install() {
- default
- save_config config.h
-}
-
-pkg_postinst() {
- if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 0.4.1-r1 ]]; then
- ewarn "Please correct the permissions of your \$HOME/.surf/ directory"
- ewarn "and its contents to no longer be world readable (see bug #404983)"
- fi
-}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2017-02-13 15:17 Jeroen Roovers
0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2017-02-13 15:17 UTC (permalink / raw
To: gentoo-commits
commit: 8409d3195a71a22be4dae5cf0a661a9facb24d97
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 15:16:51 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 15:17:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8409d319
www-client/surf: EAPI 6.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../surf/{surf-9999.ebuild => surf-0.7-r1.ebuild} | 26 ++++++++++++++++------
www-client/surf/surf-9999.ebuild | 15 ++++++++-----
2 files changed, 29 insertions(+), 12 deletions(-)
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-0.7-r1.ebuild
similarity index 67%
copy from www-client/surf/surf-9999.ebuild
copy to www-client/surf/surf-0.7-r1.ebuild
index cf2697d9a9..ea3c9d8472 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-0.7-r1.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-inherit eutils git-2 savedconfig toolchain-funcs
+EAPI=6
+inherit savedconfig toolchain-funcs
DESCRIPTION="a simple web browser based on WebKit/GTK+"
HOMEPAGE="http://surf.suckless.org/"
-EGIT_REPO_URI="git://git.suckless.org/surf"
+SRC_URI="http://dl.suckless.org/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
COMMON_DEPEND="
dev-libs/glib:2
@@ -34,6 +34,9 @@ RDEPEND="
x11-terms/st
)
"
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.7-gentoo.patch
+)
pkg_setup() {
if ! use savedconfig; then
@@ -49,13 +52,22 @@ pkg_setup() {
}
src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
- epatch_user
+ default
+
restore_config config.h
+
tc-export CC PKG_CONFIG
}
src_install() {
default
+
save_config config.h
}
+
+pkg_postinst() {
+ if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 0.4.1-r1 ]]; then
+ ewarn "Please correct the permissions of your \$HOME/.surf/ directory"
+ ewarn "and its contents to no longer be world readable (see bug #404983)"
+ fi
+}
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index cf2697d9a9..e685de4fba 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-inherit eutils git-2 savedconfig toolchain-funcs
+EAPI=6
+inherit git-r3 savedconfig toolchain-funcs
DESCRIPTION="a simple web browser based on WebKit/GTK+"
HOMEPAGE="http://surf.suckless.org/"
@@ -34,6 +34,9 @@ RDEPEND="
x11-terms/st
)
"
+PATCHES=(
+ "${FILESDIR}"/${P}-gentoo.patch
+)
pkg_setup() {
if ! use savedconfig; then
@@ -49,13 +52,15 @@ pkg_setup() {
}
src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
- epatch_user
+ default
+
restore_config config.h
+
tc-export CC PKG_CONFIG
}
src_install() {
default
+
save_config config.h
}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2017-03-29 4:19 Jeroen Roovers
0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2017-03-29 4:19 UTC (permalink / raw
To: gentoo-commits
commit: 27c29e8cbf1e45dc924aba43af40e4b0ec9d3ac3
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 04:19:34 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 04:19:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c29e8c
www-client/surf: Update live ebuild dependencies.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
www-client/surf/surf-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index d1f50b0fdae..0d9f1a3dc18 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.ebuild
@@ -15,8 +15,8 @@ KEYWORDS=""
COMMON_DEPEND="
dev-libs/glib:2
net-libs/libsoup
- net-libs/webkit-gtk:2
- x11-libs/gtk+:2
+ net-libs/webkit-gtk:3
+ x11-libs/gtk+:3
x11-libs/libX11
"
DEPEND="
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2017-03-30 6:46 Jeroen Roovers
0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2017-03-30 6:46 UTC (permalink / raw
To: gentoo-commits
commit: 4d5c3a6a9737e6bd159615678fc558b6d4e6049f
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 06:45:29 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 06:45:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d5c3a6a
www-client/surf: Fix SRC_URI.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
www-client/surf/Manifest | 2 +-
www-client/surf/surf-2.0.ebuild | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/www-client/surf/Manifest b/www-client/surf/Manifest
index 71847fc85d1..ab5738436d7 100644
--- a/www-client/surf/Manifest
+++ b/www-client/surf/Manifest
@@ -1,3 +1,3 @@
DIST surf-0.6.tar.gz 14781 SHA256 fdc1ccfaee5c4f008eeb8fe5f9200d3ad71296e8d7af52bdd6a771f111866805 SHA512 f3550535351e37296280d33d229998e1f00aa605d0dab4a58944cf213721e823a1cfd9134b7bca2a4d61e265122a30d5dc917a290163ed8af2b24cd75d41a100 WHIRLPOOL 2a163d450b47b4964ce3686d76bf6e3a747984f0e86f84e2dccfa9d3e885bc26adf0100cdef48ae19d91f34a2d14d6c4950d2a7db7d333612e2b1fc48b077f99
DIST surf-0.7.tar.gz 18792 SHA256 95608546fb64d01c7a8153c356be0e284ebe120c3c596a94eb3f3ad47e1c494a SHA512 a6a0e172d99f8ce5a7eb63bd34ef3e55ae26059cc94148cf7c50ac665a5e64d90f4a6b1e71b73c1fa763dfaef9b50aaae79e924724f564b2ddf2b8aef4268ff6 WHIRLPOOL 6dbda75a102e108fb0d2910018b0b622189d3729326ba7ce69c4995c599f0d041bc5add771bdd27444752b6e627fcff6c546259e8605189f465e825578a9949b
-DIST surf-2.0.tar.gz 19056 SHA256 7de852bacd6169b74bcde909e7a4fa2785dc5a6cf0be770fa0ce3729d657f735 SHA512 8788aa56a03114172ad4517a9d52adff62c0cfbbeef38e84b45ee66a411cd92b0ab17ba5432654a277303f98332ab02873d4cbcb7a110139f9130bac5eb46e8d WHIRLPOOL 4f63c914813c6929c317b5405440c9cb8146d42f36bc50c81f853a44e9c56adbc69fbfd5bbd387135ee87b153c9a4a29bfe2cca68bd0e8b966c1512371a7a2d3
+DIST surf-2.0.tar.gz 19056 SHA256 faee4c7a62c38fc9791eff1ad06787c3c9b2b79f338806827f5152a7bc54951d SHA512 75798bb189fa2c2c93827672089a86cf155aa7b5c7c1a0887a34817ca41763907e44a02f52947535d37a043f827d2c0fe75d16a3d172079f9cab8da341e4c0c5 WHIRLPOOL 5cb76a924b0f1e97727321515deb84661f72ee892a7a34ceccdcc13fd6b994572021411b29603056af3f48efbbe66ee3318eab0828eb4a129366a5b79498eb0b
diff --git a/www-client/surf/surf-2.0.ebuild b/www-client/surf/surf-2.0.ebuild
index 870673e2ef4..5d95877a1e2 100644
--- a/www-client/surf/surf-2.0.ebuild
+++ b/www-client/surf/surf-2.0.ebuild
@@ -8,7 +8,6 @@ DESCRIPTION="a simple web browser based on WebKit/GTK+"
HOMEPAGE="http://surf.suckless.org/"
SRC_URI="
http://dl.suckless.org/${PN}/${P}.tar.gz
- http://git.suckless.org/${PN}/snapshot/${P}.tar.gz
"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2017-03-30 6:46 Jeroen Roovers
0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2017-03-30 6:46 UTC (permalink / raw
To: gentoo-commits
commit: 64647edfaa646a5e18cfb60fa7f43ebdaf28f0f9
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 06:46:26 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 06:46:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64647edf
www-client/surf: Old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
www-client/surf/surf-0.7.ebuild | 70 -----------------------------------------
1 file changed, 70 deletions(-)
diff --git a/www-client/surf/surf-0.7.ebuild b/www-client/surf/surf-0.7.ebuild
deleted file mode 100644
index b72b13016e5..00000000000
--- a/www-client/surf/surf-0.7.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils savedconfig toolchain-funcs
-
-DESCRIPTION="a simple web browser based on WebKit/GTK+"
-HOMEPAGE="http://surf.suckless.org/"
-SRC_URI="http://dl.suckless.org/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-COMMON_DEPEND="
- dev-libs/glib:2
- net-libs/libsoup
- net-libs/webkit-gtk:2
- x11-libs/gtk+:2
- x11-libs/libX11
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/pkgconfig
-"
-RDEPEND="
- !sci-chemistry/surf
- ${COMMON_DEPEND}
- x11-apps/xprop
- x11-misc/dmenu
- !savedconfig? (
- net-misc/curl
- x11-terms/st
- )
-"
-
-pkg_setup() {
- if ! use savedconfig; then
- elog "The default config.h assumes you have"
- elog " net-misc/curl"
- elog " x11-terms/st"
- elog "installed to support the download function."
- elog "Without those, downloads will fail (gracefully)."
- elog "You can fix this by:"
- elog "1) Installing these packages, or"
- elog "2) Setting USE=savedconfig and changing config.h accordingly."
- fi
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.7-gentoo.patch
-
- epatch_user
-
- restore_config config.h
-
- tc-export CC PKG_CONFIG
-}
-
-src_install() {
- default
- save_config config.h
-}
-
-pkg_postinst() {
- if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 0.4.1-r1 ]]; then
- ewarn "Please correct the permissions of your \$HOME/.surf/ directory"
- ewarn "and its contents to no longer be world readable (see bug #404983)"
- fi
-}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2017-03-30 7:47 Jeroen Roovers
0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2017-03-30 7:47 UTC (permalink / raw
To: gentoo-commits
commit: d5855c010455917604e0b6957b855ddb6685ae23
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 07:47:08 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 07:47:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5855c01
www-client/surf: Depend on net-libs/webkit-gtk:4 (bug #584190).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
www-client/surf/surf-2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/surf/surf-2.0.ebuild b/www-client/surf/surf-2.0.ebuild
index 5d95877a1e2..8bf585b374f 100644
--- a/www-client/surf/surf-2.0.ebuild
+++ b/www-client/surf/surf-2.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
COMMON_DEPEND="
dev-libs/glib:2
net-libs/libsoup
- net-libs/webkit-gtk:3
+ net-libs/webkit-gtk:4
x11-libs/gtk+:3
x11-libs/libX11
"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2017-07-02 20:38 Jeroen Roovers
0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2017-07-02 20:38 UTC (permalink / raw
To: gentoo-commits
commit: ece41033dabc445f94d47cd3059d5251956be768
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 20:37:07 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 20:38:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece41033
www-client/surf: Stable for AMD64 x86 too.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --ignore-arches
www-client/surf/surf-2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/surf/surf-2.0.ebuild b/www-client/surf/surf-2.0.ebuild
index 8bf585b374f..c5ccc304561 100644
--- a/www-client/surf/surf-2.0.ebuild
+++ b/www-client/surf/surf-2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
COMMON_DEPEND="
dev-libs/glib:2
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2017-08-31 10:33 Jeroen Roovers
0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2017-08-31 10:33 UTC (permalink / raw
To: gentoo-commits
commit: 8c897cf15a6f8757a141dd7fc50edf39d43b7a71
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 10:29:17 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 10:29:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c897cf1
www-client/surf: Switch to HTTPS.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
www-client/surf/surf-2.0.ebuild | 4 ++--
www-client/surf/surf-9999.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/www-client/surf/surf-2.0.ebuild b/www-client/surf/surf-2.0.ebuild
index c5ccc304561..33d0ddd78c8 100644
--- a/www-client/surf/surf-2.0.ebuild
+++ b/www-client/surf/surf-2.0.ebuild
@@ -5,9 +5,9 @@ EAPI=6
inherit savedconfig toolchain-funcs
DESCRIPTION="a simple web browser based on WebKit/GTK+"
-HOMEPAGE="http://surf.suckless.org/"
+HOMEPAGE="https://surf.suckless.org/"
SRC_URI="
- http://dl.suckless.org/${PN}/${P}.tar.gz
+ https://dl.suckless.org/${PN}/${P}.tar.gz
"
LICENSE="MIT"
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index 7d8051ce2c7..869438dc9c9 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=6
inherit git-r3 savedconfig toolchain-funcs
DESCRIPTION="a simple web browser based on WebKit/GTK+"
-HOMEPAGE="http://surf.suckless.org/"
+HOMEPAGE="https://surf.suckless.org/"
EGIT_REPO_URI="git://git.suckless.org/surf"
EGIT_BRANCH="surf-webkit2"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2017-09-10 21:47 Jeroen Roovers
0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2017-09-10 21:47 UTC (permalink / raw
To: gentoo-commits
commit: a7f8c38331e5469b71f4db6b4070109652b43b08
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 21:43:46 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 21:46:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f8c383
www-client/surf: Use HTTPS.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
www-client/surf/surf-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index 869438dc9c9..86c0f8432f1 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.ebuild
@@ -6,7 +6,7 @@ inherit git-r3 savedconfig toolchain-funcs
DESCRIPTION="a simple web browser based on WebKit/GTK+"
HOMEPAGE="https://surf.suckless.org/"
-EGIT_REPO_URI="git://git.suckless.org/surf"
+EGIT_REPO_URI="https://git.suckless.org/surf"
EGIT_BRANCH="surf-webkit2"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2017-09-11 21:55 Gilles Dartiguelongue
0 siblings, 0 replies; 30+ messages in thread
From: Gilles Dartiguelongue @ 2017-09-11 21:55 UTC (permalink / raw
To: gentoo-commits
commit: c38a5e013b3a8a2c893a300a0f473a79663283af
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 11 21:35:19 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 21:55:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38a5e01
www-client/surf: add missing USE dependency on gcr, bug #630412
Refs: https://bugs.gentoo.org/show_bug.cgi?id=630412
Package-Manager: Portage-2.3.8, Repoman-2.3.3
www-client/surf/surf-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index 86c0f8432f1..c21a8305225 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS=""
COMMON_DEPEND="
- app-crypt/gcr
+ app-crypt/gcr[gtk]
dev-libs/glib:2
net-libs/libsoup
net-libs/webkit-gtk:4
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2018-07-26 5:31 Jeroen Roovers
0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2018-07-26 5:31 UTC (permalink / raw
To: gentoo-commits
commit: 588ad086ed1da56720df256fd0894049cd77bc63
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 05:30:39 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 05:31:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588ad086
www-client/surf: Move more deps behind USE=savedconfig (bug #662140).
Package-Manager: Portage-2.3.43, Repoman-2.3.10
www-client/surf/surf-2.0.ebuild | 6 +++---
www-client/surf/surf-9999.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/www-client/surf/surf-2.0.ebuild b/www-client/surf/surf-2.0.ebuild
index 33d0ddd78c8..734ac2bd45d 100644
--- a/www-client/surf/surf-2.0.ebuild
+++ b/www-client/surf/surf-2.0.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=6
@@ -28,10 +28,10 @@ DEPEND="
RDEPEND="
!sci-chemistry/surf
${COMMON_DEPEND}
- x11-apps/xprop
- x11-misc/dmenu
!savedconfig? (
net-misc/curl
+ x11-apps/xprop
+ x11-misc/dmenu
x11-terms/st
)
"
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index c21a8305225..2156192b747 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.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=6
@@ -28,10 +28,10 @@ DEPEND="
RDEPEND="
!sci-chemistry/surf
${COMMON_DEPEND}
- x11-apps/xprop
- x11-misc/dmenu
!savedconfig? (
+ >=x11-misc/dmenu-4.7
net-misc/curl
+ x11-apps/xprop
x11-terms/st
)
"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2019-02-07 11:13 Jeroen Roovers
0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2019-02-07 11:13 UTC (permalink / raw
To: gentoo-commits
commit: 0b83f5653475549d093294eae1ac30610819fd1d
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 7 11:12:49 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Feb 7 11:13:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b83f565
www-client/surf: Drop net-libs/libsoup dependency
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Fixes: https://bugs.gentoo.org/677404
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
www-client/surf/surf-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index 2156192b747..d145e125662 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,7 +16,6 @@ KEYWORDS=""
COMMON_DEPEND="
app-crypt/gcr[gtk]
dev-libs/glib:2
- net-libs/libsoup
net-libs/webkit-gtk:4
x11-libs/gtk+:3
x11-libs/libX11
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2019-02-07 11:16 Jeroen Roovers
0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2019-02-07 11:16 UTC (permalink / raw
To: gentoo-commits
commit: 4ff50c05fb2a2fcb9e6232267d7360d79acdded1
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 7 11:16:03 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Feb 7 11:16:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff50c05
www-client/surf: Drop pkg_postinst()
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Closes: https://bugs.gentoo.org/589534
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
www-client/surf/surf-2.0.ebuild | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/www-client/surf/surf-2.0.ebuild b/www-client/surf/surf-2.0.ebuild
index 734ac2bd45d..02e1b0915dd 100644
--- a/www-client/surf/surf-2.0.ebuild
+++ b/www-client/surf/surf-2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -65,10 +65,3 @@ src_install() {
save_config config.h
}
-
-pkg_postinst() {
- if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 0.4.1-r1 ]]; then
- ewarn "Please correct the permissions of your \$HOME/.surf/ directory"
- ewarn "and its contents to no longer be world readable (see bug #404983)"
- fi
-}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2019-04-29 7:59 Jeroen Roovers
0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2019-04-29 7:59 UTC (permalink / raw
To: gentoo-commits
commit: 62d1756e98f3b623e2d886b1bd1d5f4335080f79
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 22:26:07 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 07:59:17 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d1756e
www-client/surf: EAPI=7
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
www-client/surf/surf-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index d145e125662..8670c83e868 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit git-r3 savedconfig toolchain-funcs
DESCRIPTION="a simple web browser based on WebKit/GTK+"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2021-03-18 11:15 Joonas Niilola
0 siblings, 0 replies; 30+ messages in thread
From: Joonas Niilola @ 2021-03-18 11:15 UTC (permalink / raw
To: gentoo-commits
commit: 1860b3b3e2c71a36d66c6e63ff376372dc4a1885
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Wed Mar 17 15:17:04 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar 18 11:07:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1860b3b3
www-client/surf: Introduce tabbed use flag
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
www-client/surf/metadata.xml | 1 +
www-client/surf/surf-9999.ebuild | 8 +++++++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/www-client/surf/metadata.xml b/www-client/surf/metadata.xml
index 5e4c14c17c0..9abaaa71147 100644
--- a/www-client/surf/metadata.xml
+++ b/www-client/surf/metadata.xml
@@ -4,5 +4,6 @@
<!-- maintainer-needed -->
<use>
<flag name="savedconfig">Without a saved config.h, this package depends on <pkg>net-misc/curl</pkg> and <pkg>x11-terms/st</pkg> for a default download mechanism</flag>
+<flag name="tabbed">Install surf-open.sh script for running surf in <pkg>x11-misc/tabbed</pkg></flag>
</use>
</pkgmetadata>
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index 8670c83e868..d6b737a623d 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,6 +12,7 @@ EGIT_BRANCH="surf-webkit2"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
+IUSE="tabbed"
COMMON_DEPEND="
app-crypt/gcr[gtk]
@@ -33,6 +34,7 @@ RDEPEND="
x11-apps/xprop
x11-terms/st
)
+ tabbed? ( x11-misc/tabbed )
"
PATCHES=(
"${FILESDIR}"/${PN}-9999-gentoo.patch
@@ -62,5 +64,9 @@ src_prepare() {
src_install() {
default
+ if use tabbed; then
+ dobin surf-open.sh
+ fi
+
save_config config.h
}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2021-03-18 16:16 Joonas Niilola
0 siblings, 0 replies; 30+ messages in thread
From: Joonas Niilola @ 2021-03-18 16:16 UTC (permalink / raw
To: gentoo-commits
commit: 1b686ff1bf87b74f75f3db915abf3f20bfe385ec
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 18 16:15:44 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar 18 16:16:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b686ff1
www-client/surf: indent metadata.xml
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
www-client/surf/metadata.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/www-client/surf/metadata.xml b/www-client/surf/metadata.xml
index 9abaaa71147..52593948c04 100644
--- a/www-client/surf/metadata.xml
+++ b/www-client/surf/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
-<use>
-<flag name="savedconfig">Without a saved config.h, this package depends on <pkg>net-misc/curl</pkg> and <pkg>x11-terms/st</pkg> for a default download mechanism</flag>
-<flag name="tabbed">Install surf-open.sh script for running surf in <pkg>x11-misc/tabbed</pkg></flag>
-</use>
+ <!-- maintainer-needed -->
+ <use>
+ <flag name="savedconfig">Without a saved config.h, this package depends on <pkg>net-misc/curl</pkg> and <pkg>x11-terms/st</pkg> for a default download mechanism</flag>
+ <flag name="tabbed">Install surf-open.sh script for running surf in <pkg>x11-misc/tabbed</pkg></flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2021-06-07 11:05 Joonas Niilola
0 siblings, 0 replies; 30+ messages in thread
From: Joonas Niilola @ 2021-06-07 11:05 UTC (permalink / raw
To: gentoo-commits
commit: 7aa3ad8101eb97eb81c929f6ecc424e79ff6cce6
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Wed May 19 07:34:37 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 7 11:05:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa3ad81
www-client/surf: update live
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
www-client/surf/surf-9999.ebuild | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index d6b737a623d..19c3211f609 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.ebuild
@@ -2,40 +2,44 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit git-r3 savedconfig toolchain-funcs
+inherit savedconfig toolchain-funcs
DESCRIPTION="a simple web browser based on WebKit/GTK+"
HOMEPAGE="https://surf.suckless.org/"
-EGIT_REPO_URI="https://git.suckless.org/surf"
-EGIT_BRANCH="surf-webkit2"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://git.suckless.org/surf"
+ EGIT_BRANCH="surf-webkit2"
+else
+ SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
LICENSE="MIT"
SLOT="0"
-KEYWORDS=""
IUSE="tabbed"
-COMMON_DEPEND="
+DEPEND="
app-crypt/gcr[gtk]
dev-libs/glib:2
net-libs/webkit-gtk:4
x11-libs/gtk+:3
x11-libs/libX11
"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/pkgconfig
-"
-RDEPEND="
+RDEPEND="${DEPEND}
!sci-chemistry/surf
- ${COMMON_DEPEND}
!savedconfig? (
- >=x11-misc/dmenu-4.7
net-misc/curl
x11-apps/xprop
+ x11-misc/dmenu
x11-terms/st
)
tabbed? ( x11-misc/tabbed )
"
+BDEPEND="
+ virtual/pkgconfig
+"
PATCHES=(
"${FILESDIR}"/${PN}-9999-gentoo.patch
)
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2021-06-07 11:05 Joonas Niilola
0 siblings, 0 replies; 30+ messages in thread
From: Joonas Niilola @ 2021-06-07 11:05 UTC (permalink / raw
To: gentoo-commits
commit: 6cc4dd2af14fee51a3b36dd8b80175db24a92797
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Wed May 19 14:14:48 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 7 11:05:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc4dd2a
www-client/surf: add myself as maintainer
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/20882
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
www-client/surf/metadata.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/www-client/surf/metadata.xml b/www-client/surf/metadata.xml
index 52593948c04..7f6462d4bbc 100644
--- a/www-client/surf/metadata.xml
+++ b/www-client/surf/metadata.xml
@@ -1,7 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person" proxied="yes">
+ <email>arkamar@atlas.cz</email>
+ <name>Petr Vaněk</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<use>
<flag name="savedconfig">Without a saved config.h, this package depends on <pkg>net-misc/curl</pkg> and <pkg>x11-terms/st</pkg> for a default download mechanism</flag>
<flag name="tabbed">Install surf-open.sh script for running surf in <pkg>x11-misc/tabbed</pkg></flag>
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2021-07-12 15:32 Joonas Niilola
0 siblings, 0 replies; 30+ messages in thread
From: Joonas Niilola @ 2021-07-12 15:32 UTC (permalink / raw
To: gentoo-commits
commit: f57556a029ef32d4f7d7aaef7b430ae4cb78aca6
Author: jakeogh <github.com <AT> v6y <DOT> net>
AuthorDate: Mon Jul 12 00:56:25 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 15:32:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57556a0
www-client/surf: add xdg desktop entry
Closes: https://bugs.gentoo.org/694768
Signed-off-by: Justin Keogh <bugs.gentoo.org <AT> v6y.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
www-client/surf/surf-9999.ebuild | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index 2b48a07f1c2..9dce31f4128 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit savedconfig toolchain-funcs
+inherit savedconfig toolchain-funcs desktop xdg
DESCRIPTION="a simple web browser based on WebKit/GTK+"
HOMEPAGE="https://surf.suckless.org/"
@@ -73,4 +73,25 @@ src_install() {
fi
save_config config.h
+
+ newicon "${S}"/"${PN}".png "${PN}".png
+
+ local mime_types="text/html;text/xml;application/xhtml+xml;"
+ mime_types+="x-scheme-handler/http;x-scheme-handler/https;"
+ make_desktop_entry \
+ "surf" \
+ "Surf" \
+ "surf" \
+ "Network;WebBrowser" \
+ "MimeType=${mime_types}\nStartupWMClass=surf"
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2021-09-16 19:11 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-09-16 19:11 UTC (permalink / raw
To: gentoo-commits
commit: dec78614d2d1a8b53f26a02e3ede98673c06329c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 16 19:09:52 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 16 19:11:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec78614
www-client/surf: fix libsoup slot dependency
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-client/surf/{surf-2.0.ebuild => surf-2.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-client/surf/surf-2.0.ebuild b/www-client/surf/surf-2.0-r1.ebuild
similarity index 95%
rename from www-client/surf/surf-2.0.ebuild
rename to www-client/surf/surf-2.0-r1.ebuild
index 02e1b0915dd..a9ddb0ae30b 100644
--- a/www-client/surf/surf-2.0.ebuild
+++ b/www-client/surf/surf-2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,7 +16,7 @@ KEYWORDS="amd64 x86"
COMMON_DEPEND="
dev-libs/glib:2
- net-libs/libsoup
+ net-libs/libsoup:2.4
net-libs/webkit-gtk:4
x11-libs/gtk+:3
x11-libs/libX11
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2021-09-28 14:53 Yixun Lan
0 siblings, 0 replies; 30+ messages in thread
From: Yixun Lan @ 2021-09-28 14:53 UTC (permalink / raw
To: gentoo-commits
commit: b774fc70b211035d6c93012b25d1efe99bdb3d15
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 28 14:44:01 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Sep 28 14:52:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b774fc70
www-client/surf: keyword ~riscv
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
www-client/surf/surf-2.1.ebuild | 2 +-
www-client/surf/surf-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-client/surf/surf-2.1.ebuild b/www-client/surf/surf-2.1.ebuild
index 15922a19958..c4af2cd640b 100644
--- a/www-client/surf/surf-2.1.ebuild
+++ b/www-client/surf/surf-2.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_BRANCH="surf-webkit2"
else
SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~riscv ~x86"
fi
LICENSE="MIT"
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index 9dce31f4128..49c122b93da 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_BRANCH="surf-webkit2"
else
SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~riscv ~x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2021-10-13 5:54 Agostino Sarubbo
0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2021-10-13 5:54 UTC (permalink / raw
To: gentoo-commits
commit: de7e9243c6644df350c406ae3e1640b3209e6556
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 13 05:54:22 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct 13 05:54:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7e9243
www-client/surf: amd64 stable wrt bug #813198
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
www-client/surf/surf-2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/surf/surf-2.1.ebuild b/www-client/surf/surf-2.1.ebuild
index c4af2cd640b..69239ee6791 100644
--- a/www-client/surf/surf-2.1.ebuild
+++ b/www-client/surf/surf-2.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_BRANCH="surf-webkit2"
else
SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~riscv ~x86"
+ KEYWORDS="amd64 ~riscv ~x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2021-10-13 6:02 Agostino Sarubbo
0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2021-10-13 6:02 UTC (permalink / raw
To: gentoo-commits
commit: 04f97690e3d125a3ba2b5d0c62288e2ecf1d0e67
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 13 06:02:12 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct 13 06:02:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04f97690
www-client/surf: x86 stable wrt bug #813198
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
www-client/surf/surf-2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/surf/surf-2.1.ebuild b/www-client/surf/surf-2.1.ebuild
index 69239ee6791..7422e29cff7 100644
--- a/www-client/surf/surf-2.1.ebuild
+++ b/www-client/surf/surf-2.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_BRANCH="surf-webkit2"
else
SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz"
- KEYWORDS="amd64 ~riscv ~x86"
+ KEYWORDS="amd64 ~riscv x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2022-06-09 7:38 Florian Schmaus
0 siblings, 0 replies; 30+ messages in thread
From: Florian Schmaus @ 2022-06-09 7:38 UTC (permalink / raw
To: gentoo-commits
commit: 6dc892886363fad983c305e2ccc1bd84d55ce62a
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Wed Jun 8 07:01:26 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 07:37:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc89288
www-client/surf: add xdg desktop entry
This commit basically copies changes from live ebuild introduced in
commit f57556a029ef ("www-client/surf: add xdg desktop entry"), however
double quotes around newicon creation are changed to my liking and
Desktop Entry Exec key is extended with %u (a single url) argument as it
was suggested in [1].
[1] https://bugs.gentoo.org/849575#c0
Closes: https://bugs.gentoo.org/849575
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
.../surf/{surf-2.1.ebuild => surf-2.1-r1.ebuild} | 28 +++++++++++++++++++---
1 file changed, 25 insertions(+), 3 deletions(-)
diff --git a/www-client/surf/surf-2.1.ebuild b/www-client/surf/surf-2.1-r1.ebuild
similarity index 68%
rename from www-client/surf/surf-2.1.ebuild
rename to www-client/surf/surf-2.1-r1.ebuild
index 7422e29cff76..8b3a6d1ad9fc 100644
--- a/www-client/surf/surf-2.1.ebuild
+++ b/www-client/surf/surf-2.1-r1.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit savedconfig toolchain-funcs
-DESCRIPTION="a simple web browser based on WebKit/GTK+"
+inherit desktop savedconfig toolchain-funcs xdg
+
+DESCRIPTION="A simple web browser based on WebKit/GTK+"
HOMEPAGE="https://surf.suckless.org/"
if [[ ${PV} == "9999" ]] ; then
@@ -73,4 +74,25 @@ src_install() {
fi
save_config config.h
+
+ newicon "${S}/${PN}.png" "${PN}.png"
+
+ local mime_types="text/html;text/xml;application/xhtml+xml;"
+ mime_types+="x-scheme-handler/http;x-scheme-handler/https;"
+ make_desktop_entry \
+ "surf %u" \
+ "Surf" \
+ "surf" \
+ "Network;WebBrowser" \
+ "MimeType=${mime_types}\nStartupWMClass=surf"
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2022-06-09 7:38 Florian Schmaus
0 siblings, 0 replies; 30+ messages in thread
From: Florian Schmaus @ 2022-06-09 7:38 UTC (permalink / raw
To: gentoo-commits
commit: 70a9bf22d1224acaea489501a8894f00ddd78e19
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Wed Jun 8 07:08:43 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 07:37:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a9bf22
www-client/surf: sync live
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/25810
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
www-client/surf/surf-9999.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index 49c122b93dac..236324b24ec6 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit savedconfig toolchain-funcs desktop xdg
-DESCRIPTION="a simple web browser based on WebKit/GTK+"
+inherit desktop savedconfig toolchain-funcs xdg
+
+DESCRIPTION="A simple web browser based on WebKit/GTK+"
HOMEPAGE="https://surf.suckless.org/"
if [[ ${PV} == "9999" ]] ; then
@@ -74,12 +75,12 @@ src_install() {
save_config config.h
- newicon "${S}"/"${PN}".png "${PN}".png
+ newicon "${S}/${PN}.png" "${PN}.png"
local mime_types="text/html;text/xml;application/xhtml+xml;"
mime_types+="x-scheme-handler/http;x-scheme-handler/https;"
make_desktop_entry \
- "surf" \
+ "surf %u" \
"Surf" \
"surf" \
"Network;WebBrowser" \
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2022-10-01 17:16 Matt Turner
0 siblings, 0 replies; 30+ messages in thread
From: Matt Turner @ 2022-10-01 17:16 UTC (permalink / raw
To: gentoo-commits
commit: 66fb782db095cab1a7fad39e5233347e8f5e006b
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 17:02:21 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 17:16:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66fb782d
www-client/surf: Depend on app-crypt/gcr:0
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
www-client/surf/{surf-2.1-r1.ebuild => surf-2.1-r2.ebuild} | 2 +-
www-client/surf/surf-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-client/surf/surf-2.1-r1.ebuild b/www-client/surf/surf-2.1-r2.ebuild
similarity index 98%
rename from www-client/surf/surf-2.1-r1.ebuild
rename to www-client/surf/surf-2.1-r2.ebuild
index 8b3a6d1ad9fc..796e5b7dcbb9 100644
--- a/www-client/surf/surf-2.1-r1.ebuild
+++ b/www-client/surf/surf-2.1-r2.ebuild
@@ -22,7 +22,7 @@ SLOT="0"
IUSE="tabbed"
DEPEND="
- app-crypt/gcr[gtk]
+ app-crypt/gcr:0=[gtk]
dev-libs/glib:2
net-libs/webkit-gtk:4
x11-libs/gtk+:3
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index 236324b24ec6..1bcbc4596bdd 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.ebuild
@@ -22,7 +22,7 @@ SLOT="0"
IUSE="tabbed"
DEPEND="
- app-crypt/gcr[gtk]
+ app-crypt/gcr:0=[gtk]
dev-libs/glib:2
net-libs/webkit-gtk:4
x11-libs/gtk+:3
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2023-02-10 19:18 Matt Turner
0 siblings, 0 replies; 30+ messages in thread
From: Matt Turner @ 2023-02-10 19:18 UTC (permalink / raw
To: gentoo-commits
commit: 6516d3caf94db83ab55c617599aa80f96b957d94
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Fri Feb 10 12:56:29 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 19:18:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6516d3ca
www-client/surf: sync live
Bug: https://bugs.gentoo.org/893716
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29520
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
www-client/surf/surf-9999.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index 1bcbc4596bdd..98184f11e4aa 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit desktop savedconfig toolchain-funcs xdg
@@ -24,7 +24,7 @@ IUSE="tabbed"
DEPEND="
app-crypt/gcr:0=[gtk]
dev-libs/glib:2
- net-libs/webkit-gtk:4
+ net-libs/webkit-gtk:4.1=
x11-libs/gtk+:3
x11-libs/libX11
"
@@ -41,8 +41,9 @@ RDEPEND="${DEPEND}
BDEPEND="
virtual/pkgconfig
"
+
PATCHES=(
- "${FILESDIR}"/${PN}-2.1-gentoo.patch
+ "${FILESDIR}/${PN}-2.1-gentoo-webkit-4.1.patch"
)
pkg_setup() {
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2023-03-14 9:23 Joonas Niilola
0 siblings, 0 replies; 30+ messages in thread
From: Joonas Niilola @ 2023-03-14 9:23 UTC (permalink / raw
To: gentoo-commits
commit: 0fcce7962a065fa6b041d66a3106781b82e1b363
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 09:22:26 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 09:23:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcce796
www-client/surf: Stabilize 2.1-r3 amd64, #900949
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
www-client/surf/surf-2.1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/surf/surf-2.1-r3.ebuild b/www-client/surf/surf-2.1-r3.ebuild
index f656805c2e3e..0e60d24ab0ce 100644
--- a/www-client/surf/surf-2.1-r3.ebuild
+++ b/www-client/surf/surf-2.1-r3.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_BRANCH="surf-webkit2"
else
SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~riscv ~x86"
+ KEYWORDS="amd64 ~riscv ~x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
@ 2023-03-14 9:38 Joonas Niilola
0 siblings, 0 replies; 30+ messages in thread
From: Joonas Niilola @ 2023-03-14 9:38 UTC (permalink / raw
To: gentoo-commits
commit: cee996bc83ae4d331dad3a84c54d940617378796
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 09:37:53 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 09:37:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee996bc
www-client/surf: Stabilize 2.1-r3 x86, #900949
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
www-client/surf/surf-2.1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/surf/surf-2.1-r3.ebuild b/www-client/surf/surf-2.1-r3.ebuild
index 0e60d24ab0ce..fe80e763701c 100644
--- a/www-client/surf/surf-2.1-r3.ebuild
+++ b/www-client/surf/surf-2.1-r3.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_BRANCH="surf-webkit2"
else
SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz"
- KEYWORDS="amd64 ~riscv ~x86"
+ KEYWORDS="amd64 ~riscv x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 30+ messages in thread
end of thread, other threads:[~2023-03-14 9:38 UTC | newest]
Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-02 20:38 [gentoo-commits] repo/gentoo:master commit in: www-client/surf/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2023-03-14 9:38 Joonas Niilola
2023-03-14 9:23 Joonas Niilola
2023-02-10 19:18 Matt Turner
2022-10-01 17:16 Matt Turner
2022-06-09 7:38 Florian Schmaus
2022-06-09 7:38 Florian Schmaus
2021-10-13 6:02 Agostino Sarubbo
2021-10-13 5:54 Agostino Sarubbo
2021-09-28 14:53 Yixun Lan
2021-09-16 19:11 Sam James
2021-07-12 15:32 Joonas Niilola
2021-06-07 11:05 Joonas Niilola
2021-06-07 11:05 Joonas Niilola
2021-03-18 16:16 Joonas Niilola
2021-03-18 11:15 Joonas Niilola
2019-04-29 7:59 Jeroen Roovers
2019-02-07 11:16 Jeroen Roovers
2019-02-07 11:13 Jeroen Roovers
2018-07-26 5:31 Jeroen Roovers
2017-09-11 21:55 Gilles Dartiguelongue
2017-09-10 21:47 Jeroen Roovers
2017-08-31 10:33 Jeroen Roovers
2017-03-30 7:47 Jeroen Roovers
2017-03-30 6:46 Jeroen Roovers
2017-03-30 6:46 Jeroen Roovers
2017-03-29 4:19 Jeroen Roovers
2017-02-13 15:17 Jeroen Roovers
2017-02-13 5:57 Jeroen Roovers
2015-12-28 7:38 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox