summaryrefslogtreecommitdiff
path: root/www-client/mysurf/mysurf-2.0-r1.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-12-03 13:03:15 +0100
committerKarel Kočí <cynerd@email.cz>2017-12-03 13:03:15 +0100
commitf05f76fbe1059d5c71787eae98c8ad670c6b9b64 (patch)
tree6f9f6562f2ec69baadb1865e707f86609687ce4d /www-client/mysurf/mysurf-2.0-r1.ebuild
parenteb1eb90eeb7387052527ec70c3b8702d8585cae6 (diff)
downloadgentoo-personal-overlay-f05f76fbe1059d5c71787eae98c8ad670c6b9b64.tar.gz
gentoo-personal-overlay-f05f76fbe1059d5c71787eae98c8ad670c6b9b64.tar.bz2
gentoo-personal-overlay-f05f76fbe1059d5c71787eae98c8ad670c6b9b64.zip
Fix mysurf
Diffstat (limited to 'www-client/mysurf/mysurf-2.0-r1.ebuild')
-rw-r--r--www-client/mysurf/mysurf-2.0-r1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/www-client/mysurf/mysurf-2.0-r1.ebuild b/www-client/mysurf/mysurf-2.0-r1.ebuild
deleted file mode 100644
index a65d69d..0000000
--- a/www-client/mysurf/mysurf-2.0-r1.ebuild
+++ /dev/null
@@ -1,38 +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/${P}.tar.gz"
-
-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
- ${COMMON_DEPEND}
- x11-apps/xprop
- x11-misc/dmenu
- net-misc/curl
-"
-
-src_prepare() {
- default
- tc-export CC PKG_CONFIG
-}