diff options
-rw-r--r-- | www-client/mysurf/Manifest | 1 | ||||
-rw-r--r-- | www-client/mysurf/mysurf-2.0.9.5-r1.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/www-client/mysurf/Manifest b/www-client/mysurf/Manifest deleted file mode 100644 index 345845a..0000000 --- a/www-client/mysurf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST surf-2.0.9.5.tar.gz 24854 BLAKE2B 6556aa6c0ab11c49befcc35f73b3bc1a5dd241c29007c75760179cc679963eafe3e36e429a41c98b2ba101765e9e1e9cae2a2bb78233312fbb433d6465efe0be SHA512 2dc25bf0831ff070498fd94a154a712352422e2551037d510b57bb98b65a6ece8751166b13cdae7648bb6add510444d6b1b8ac6bbbb97e6460b91331162322b2 diff --git a/www-client/mysurf/mysurf-2.0.9.5-r1.ebuild b/www-client/mysurf/mysurf-2.0.9.5-r1.ebuild deleted file mode 100644 index c3bc9a1..0000000 --- a/www-client/mysurf/mysurf-2.0.9.5-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 -} |