From d9fbc550c71428be27f1ec9b14a4314b843fc3e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 18 Jan 2018 14:05:08 +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.ebuild | 40 --------------------------------- 3 files changed, 41 insertions(+), 41 deletions(-) create mode 100644 www-client/mysurf/mysurf-2.0.5.1.ebuild delete mode 100644 www-client/mysurf/mysurf-2.0.5.ebuild (limited to 'www-client') diff --git a/www-client/mysurf/Manifest b/www-client/mysurf/Manifest index c642beb..613fb0e 100644 --- a/www-client/mysurf/Manifest +++ b/www-client/mysurf/Manifest @@ -1 +1 @@ -DIST surf-2.0.5.tar.gz 22446 SHA256 4789785bfbad0420fe409042326e1210a72160342bd50640e255e364277d8ec9 SHA512 bb1dd2b201fb3e993be01776dcedbc371d8208a73d8763ea9524bc3904ce323cc7bdfc874cfbe64301ad17bc0e9569edca5b4de3211bda0149b16cc22df032ed WHIRLPOOL 57975b16a85d9d4a809b5c2c4ac1010a8711cccef8077111ed861dd11bacd52cdc25c2400b91dd82b4e47e90ca791deb8a3db9fd1b64cf32e42ddcd78fea0e0a +DIST surf-2.0.5.1.tar.gz 22445 SHA256 51434a3d390dc42fb54a49521f806d3794b0503422685d0fe9311d45cfc3eca7 SHA512 d33f25999535f3dcc396a5422e6c9bce8a61d589c02305cf81d6158e23ca67ff9aa428012d025e16cdd50b1dace625ede819f69da458fa5b4c48d850a9f41ec1 WHIRLPOOL 4af9b05ea122771190585e54bd29016fc490744e0f49dd8b21cb710b1adc5286339b7cef3959058f689c0e24a1904579dc88770750c8543cb19ec34ed63954fc diff --git a/www-client/mysurf/mysurf-2.0.5.1.ebuild b/www-client/mysurf/mysurf-2.0.5.1.ebuild new file mode 100644 index 0000000..c3bc9a1 --- /dev/null +++ b/www-client/mysurf/mysurf-2.0.5.1.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 +} diff --git a/www-client/mysurf/mysurf-2.0.5.ebuild b/www-client/mysurf/mysurf-2.0.5.ebuild deleted file mode 100644 index c3bc9a1..0000000 --- a/www-client/mysurf/mysurf-2.0.5.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 -} -- cgit v1.2.3