summaryrefslogtreecommitdiff
path: root/www-client/mysurf/mysurf-2.0.9.5-r1.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-11-18 20:11:08 +0100
committerKarel Kočí <cynerd@email.cz>2020-11-18 20:11:08 +0100
commit38afb48b1205dfdfb66b6057ef5d84f4c1f3fe70 (patch)
treea9bb6b1df080f935427128df7e68874891ef362f /www-client/mysurf/mysurf-2.0.9.5-r1.ebuild
parentd65d2f16b4c5e4c289f0bdf9b0f92069f5316173 (diff)
downloadgentoo-personal-overlay-38afb48b1205dfdfb66b6057ef5d84f4c1f3fe70.tar.gz
gentoo-personal-overlay-38afb48b1205dfdfb66b6057ef5d84f4c1f3fe70.tar.bz2
gentoo-personal-overlay-38afb48b1205dfdfb66b6057ef5d84f4c1f3fe70.zip
www-client/mysurf: remove package
I am no longer using it. It is sad but I can't use it now when U2F is required for most of my work access.
Diffstat (limited to 'www-client/mysurf/mysurf-2.0.9.5-r1.ebuild')
-rw-r--r--www-client/mysurf/mysurf-2.0.9.5-r1.ebuild40
1 files changed, 0 insertions, 40 deletions
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
-}