From a6ce4c37754ebc7f600bc11251dc0c3e11781d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 3 Dec 2017 12:51:12 +0100 Subject: Move surf to mysurf --- www-client/mysurf/mysurf-2.0m1-r1.ebuild | 42 ++++++++++++++++++++++++++++++++ www-client/surf/surf-2.0m1-r1.ebuild | 42 -------------------------------- 2 files changed, 42 insertions(+), 42 deletions(-) create mode 100644 www-client/mysurf/mysurf-2.0m1-r1.ebuild delete mode 100644 www-client/surf/surf-2.0m1-r1.ebuild (limited to 'www-client') diff --git a/www-client/mysurf/mysurf-2.0m1-r1.ebuild b/www-client/mysurf/mysurf-2.0m1-r1.ebuild new file mode 100644 index 0000000..8fb493b --- /dev/null +++ b/www-client/mysurf/mysurf-2.0m1-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit toolchain-funcs + +VER="${PV%-r*}" +REV="r${PV##*-r}" + +DESCRIPTION="a simple web browser based on WebKit/GTK+" +HOMEPAGE="https://surf.suckless.org/" +SRC_URI="http://git.cynerd.cz/surf/snapshot/${PN}-${VER}.tar.gz" +S="${WORKDIR}/surf-${VER}" + +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 +} diff --git a/www-client/surf/surf-2.0m1-r1.ebuild b/www-client/surf/surf-2.0m1-r1.ebuild deleted file mode 100644 index 8fb493b..0000000 --- a/www-client/surf/surf-2.0m1-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs - -VER="${PV%-r*}" -REV="r${PV##*-r}" - -DESCRIPTION="a simple web browser based on WebKit/GTK+" -HOMEPAGE="https://surf.suckless.org/" -SRC_URI="http://git.cynerd.cz/surf/snapshot/${PN}-${VER}.tar.gz" -S="${WORKDIR}/surf-${VER}" - -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 -} -- cgit v1.2.3