From d2d622e0974dcce56e53c0e08f33c63b0af56b2c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <cynerd@email.cz>
Date: Mon, 5 Nov 2018 23:10:07 +0100
Subject: www-client/mysurf: update to 2.0.7

---
 www-client/mysurf/Manifest               |  2 +-
 www-client/mysurf/mysurf-2.0.6-r1.ebuild | 40 --------------------------------
 www-client/mysurf/mysurf-2.0.7-r1.ebuild | 40 ++++++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+), 41 deletions(-)
 delete mode 100644 www-client/mysurf/mysurf-2.0.6-r1.ebuild
 create mode 100644 www-client/mysurf/mysurf-2.0.7-r1.ebuild

(limited to 'www-client/mysurf')

diff --git a/www-client/mysurf/Manifest b/www-client/mysurf/Manifest
index b8fc78d..bfd855b 100644
--- a/www-client/mysurf/Manifest
+++ b/www-client/mysurf/Manifest
@@ -1 +1 @@
-DIST surf-2.0.6.tar.gz 22497 BLAKE2B 96fea08bc595c4ee85c91e3e583d435e636f3a9287339ed190ac0646602f0207a12f40264588c2a22d8724353ef5e31b67f4ad54bcb9648b482558335e5f8eaf SHA512 a46d129816e6fc2f3ad74e452e3ea7c269a2bed6f6eed20ca7192296c30181c575bb9afe9527ba383706116dba654c4f8810fd11d59a799302c50c81a6dc29bb
+DIST surf-2.0.7.tar.gz 24265 BLAKE2B a4f41e93a6fb6dde939e3ba79489d148d5d203db7a65f6224274e6c2b4b70adf3f541147e5b20c6839ff0fbbc6dbeec7cd54226730a25a29564e47d35030b81c SHA512 417d0571b64b92c68d7fe9cf4334f16c52a1dfd3044b94cd71bd499e4e373d81767375f7d4fbbb0ff56411bf1b1c616000d26b3d6b4a2546ce8934cb1ddf0c3e
diff --git a/www-client/mysurf/mysurf-2.0.6-r1.ebuild b/www-client/mysurf/mysurf-2.0.6-r1.ebuild
deleted file mode 100644
index c3bc9a1..0000000
--- a/www-client/mysurf/mysurf-2.0.6-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-r1.ebuild b/www-client/mysurf/mysurf-2.0.7-r1.ebuild
new file mode 100644
index 0000000..c3bc9a1
--- /dev/null
+++ b/www-client/mysurf/mysurf-2.0.7-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