From 83e98c7b355a5cb9809161cacf040a45d86867c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 9 Dec 2019 09:29:24 +0100 Subject: www-client/mysurf: update to 2.0.9.3 --- www-client/mysurf/Manifest | 2 +- www-client/mysurf/mysurf-2.0.9.2-r1.ebuild | 40 ------------------------------ www-client/mysurf/mysurf-2.0.9.3-r1.ebuild | 40 ++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 www-client/mysurf/mysurf-2.0.9.2-r1.ebuild create mode 100644 www-client/mysurf/mysurf-2.0.9.3-r1.ebuild (limited to 'www-client') diff --git a/www-client/mysurf/Manifest b/www-client/mysurf/Manifest index 947fca0..1ff8c5e 100644 --- a/www-client/mysurf/Manifest +++ b/www-client/mysurf/Manifest @@ -1 +1 @@ -DIST surf-2.0.9.2.tar.gz 24810 BLAKE2B 23ba210fe876ada593d6d4754e22b30b5b4105ee894765bad42722689268783ba16c6488e884de8618474ed9289b43b826d730da897d33c269cb2a4669330ea7 SHA512 4e6cbd1c7cafe8ff7610a462eef58f4f61f693ec58b77f2aa3151f5ac42296ee0bffbfaf95c955bcea64ae8b0138ce7e9adb14221b774cc32500315b055d9e6b +DIST surf-2.0.9.3.tar.gz 24815 BLAKE2B 679bbf6a7ecaa0f73e8209d406acb557e7d4ef749f211c399157be9966696727eac6e084567a95f5436b2a7c5c32f83f66e7c9958e53c4e4cdffbe190571a9fe SHA512 2414855acf1a9c3c15eff4d9d75c12e70d034a819132381814fe316ba58b0923913aff8aeb90864786ef9eae924e30abc4c93226171d2357b9b39702e9ab3beb diff --git a/www-client/mysurf/mysurf-2.0.9.2-r1.ebuild b/www-client/mysurf/mysurf-2.0.9.2-r1.ebuild deleted file mode 100644 index c3bc9a1..0000000 --- a/www-client/mysurf/mysurf-2.0.9.2-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs - -DESCRIPTION="a simple web browser based on WebKit/GTK+" -HOMEPAGE="https://surf.suckless.org/" -SRC_URI="http://git.cynerd.cz/surf/snapshot/surf-${PV}.tar.gz" -S="${WORKDIR}/surf-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -COMMON_DEPEND=" - dev-libs/glib:2 - net-libs/libsoup - net-libs/webkit-gtk:4 - x11-libs/gtk+:3 - x11-libs/libX11 - app-crypt/gcr -" -DEPEND=" - ${COMMON_DEPEND} - virtual/pkgconfig -" -RDEPEND=" - !sci-chemistry/surf - !www-client/surf - ${COMMON_DEPEND} - x11-apps/xprop - x11-misc/dmenu - net-misc/curl -" - -src_prepare() { - default - tc-export CC PKG_CONFIG -} diff --git a/www-client/mysurf/mysurf-2.0.9.3-r1.ebuild b/www-client/mysurf/mysurf-2.0.9.3-r1.ebuild new file mode 100644 index 0000000..c3bc9a1 --- /dev/null +++ b/www-client/mysurf/mysurf-2.0.9.3-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit toolchain-funcs + +DESCRIPTION="a simple web browser based on WebKit/GTK+" +HOMEPAGE="https://surf.suckless.org/" +SRC_URI="http://git.cynerd.cz/surf/snapshot/surf-${PV}.tar.gz" +S="${WORKDIR}/surf-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" + +COMMON_DEPEND=" + dev-libs/glib:2 + net-libs/libsoup + net-libs/webkit-gtk:4 + x11-libs/gtk+:3 + x11-libs/libX11 + app-crypt/gcr +" +DEPEND=" + ${COMMON_DEPEND} + virtual/pkgconfig +" +RDEPEND=" + !sci-chemistry/surf + !www-client/surf + ${COMMON_DEPEND} + x11-apps/xprop + x11-misc/dmenu + net-misc/curl +" + +src_prepare() { + default + tc-export CC PKG_CONFIG +} -- cgit v1.2.3