From 298a46ac655221e657cfec42088656148a8361fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 6 Nov 2018 14:24:40 +0100 Subject: www-client/mysurf: version 2.0.7.1 --- www-client/mysurf/Manifest | 2 +- www-client/mysurf/mysurf-2.0.7-r1.ebuild | 40 ------------------------------ www-client/mysurf/mysurf-2.0.7.1-r1.ebuild | 40 ++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 www-client/mysurf/mysurf-2.0.7-r1.ebuild create mode 100644 www-client/mysurf/mysurf-2.0.7.1-r1.ebuild diff --git a/www-client/mysurf/Manifest b/www-client/mysurf/Manifest index bfd855b..7112a56 100644 --- a/www-client/mysurf/Manifest +++ b/www-client/mysurf/Manifest @@ -1 +1 @@ -DIST surf-2.0.7.tar.gz 24265 BLAKE2B a4f41e93a6fb6dde939e3ba79489d148d5d203db7a65f6224274e6c2b4b70adf3f541147e5b20c6839ff0fbbc6dbeec7cd54226730a25a29564e47d35030b81c SHA512 417d0571b64b92c68d7fe9cf4334f16c52a1dfd3044b94cd71bd499e4e373d81767375f7d4fbbb0ff56411bf1b1c616000d26b3d6b4a2546ce8934cb1ddf0c3e +DIST surf-2.0.7.1.tar.gz 24306 BLAKE2B 2f7932eb81d948968863dc20c46de6fc5ec9c3ad19b1037e9945d1c66930d1fbbf8fe2d1c04e2a6829a9afe359424b9ce4f7507b4dddded25b33eb38e445d3f6 SHA512 df54e71e88a4ecc113c06f01ffedd1a020d6624909d681f195f47811b6b749183e62218bd02564b0eb5969615343cb2e92069f042300ff90afc743865f0f5d3d diff --git a/www-client/mysurf/mysurf-2.0.7-r1.ebuild b/www-client/mysurf/mysurf-2.0.7-r1.ebuild deleted file mode 100644 index c3bc9a1..0000000 --- a/www-client/mysurf/mysurf-2.0.7-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.7.1-r1.ebuild b/www-client/mysurf/mysurf-2.0.7.1-r1.ebuild new file mode 100644 index 0000000..c3bc9a1 --- /dev/null +++ b/www-client/mysurf/mysurf-2.0.7.1-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