From 8230404a97cf08e9c9573948fc98b4a5206009a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 18 Jan 2018 18:44:16 +0100 Subject: Update mysurf --- www-client/mysurf/Manifest | 2 +- www-client/mysurf/mysurf-2.0.5.1.ebuild | 40 --------------------------------- www-client/mysurf/mysurf-2.0.5.2.ebuild | 40 +++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 www-client/mysurf/mysurf-2.0.5.1.ebuild create mode 100644 www-client/mysurf/mysurf-2.0.5.2.ebuild (limited to 'www-client/mysurf') diff --git a/www-client/mysurf/Manifest b/www-client/mysurf/Manifest index 613fb0e..23e0d59 100644 --- a/www-client/mysurf/Manifest +++ b/www-client/mysurf/Manifest @@ -1 +1 @@ -DIST surf-2.0.5.1.tar.gz 22445 SHA256 51434a3d390dc42fb54a49521f806d3794b0503422685d0fe9311d45cfc3eca7 SHA512 d33f25999535f3dcc396a5422e6c9bce8a61d589c02305cf81d6158e23ca67ff9aa428012d025e16cdd50b1dace625ede819f69da458fa5b4c48d850a9f41ec1 WHIRLPOOL 4af9b05ea122771190585e54bd29016fc490744e0f49dd8b21cb710b1adc5286339b7cef3959058f689c0e24a1904579dc88770750c8543cb19ec34ed63954fc +DIST surf-2.0.5.2.tar.gz 22446 SHA256 67924858f1c33bf43616ccf44edcebc94a9fbcad9be8f22cae98ca2fd608fcb9 SHA512 717970df20f167e8554343b2458640703526c3226d0c8e40dbc9de2e7286b6a06aeceb39ec7cecbd8ead19794509f2c8e0e39f0b53bdfe40e14be5772670cd8d WHIRLPOOL 10184551cf238fb10516d84a331097381bbe1f94bf38b7fae45e06a3b9a9aab9cb447f35e8d4a620eeb5f526790ad10aa3ae6bac1bdd06cad2300589cec83af9 diff --git a/www-client/mysurf/mysurf-2.0.5.1.ebuild b/www-client/mysurf/mysurf-2.0.5.1.ebuild deleted file mode 100644 index c3bc9a1..0000000 --- a/www-client/mysurf/mysurf-2.0.5.1.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.5.2.ebuild b/www-client/mysurf/mysurf-2.0.5.2.ebuild new file mode 100644 index 0000000..c3bc9a1 --- /dev/null +++ b/www-client/mysurf/mysurf-2.0.5.2.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