From fb6d41757f7cd1899f5040f76f2c2699029ec23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 1 Oct 2019 18:06:27 +0200 Subject: www-client/mysurf: update to 2.0.9.2 --- www-client/mysurf/Manifest | 2 +- www-client/mysurf/mysurf-2.0.9.1-r1.ebuild | 40 ------------------------------ www-client/mysurf/mysurf-2.0.9.2-r1.ebuild | 40 ++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 www-client/mysurf/mysurf-2.0.9.1-r1.ebuild create mode 100644 www-client/mysurf/mysurf-2.0.9.2-r1.ebuild (limited to 'www-client/mysurf') diff --git a/www-client/mysurf/Manifest b/www-client/mysurf/Manifest index a7ea3af..947fca0 100644 --- a/www-client/mysurf/Manifest +++ b/www-client/mysurf/Manifest @@ -1 +1 @@ -DIST surf-2.0.9.1.tar.gz 24816 BLAKE2B 9e1bae2c7085edb3f7b12414eb9a66f450e515e5d2c4e19ed5ec7a53be924c4e0bfa3c4211637b3e96aca68833becd93b13783ae64c1427a019024e8026c3f02 SHA512 7cfb4c4d1d5d09981b356c2f356b78b00ea0190bdf8d533978e875fcb706058f6677766f14924f470af920cd9d9e2413224c2a7219e85f79ff373d2f34d9db08 +DIST surf-2.0.9.2.tar.gz 24810 BLAKE2B 23ba210fe876ada593d6d4754e22b30b5b4105ee894765bad42722689268783ba16c6488e884de8618474ed9289b43b826d730da897d33c269cb2a4669330ea7 SHA512 4e6cbd1c7cafe8ff7610a462eef58f4f61f693ec58b77f2aa3151f5ac42296ee0bffbfaf95c955bcea64ae8b0138ce7e9adb14221b774cc32500315b055d9e6b diff --git a/www-client/mysurf/mysurf-2.0.9.1-r1.ebuild b/www-client/mysurf/mysurf-2.0.9.1-r1.ebuild deleted file mode 100644 index c3bc9a1..0000000 --- a/www-client/mysurf/mysurf-2.0.9.1-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.2-r1.ebuild b/www-client/mysurf/mysurf-2.0.9.2-r1.ebuild new file mode 100644 index 0000000..c3bc9a1 --- /dev/null +++ b/www-client/mysurf/mysurf-2.0.9.2-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