summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-20 11:26:54 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-20 12:23:46 +0200
commitaaa45730cb2f173c4e2194694744f90d842f85b8 (patch)
treef1dc137559a3a30e17c76fe9273dded88dc1af02 /www-client
parentmedia-video/parole: Drop old (diff)
downloadgentoo-aaa45730cb2f173c4e2194694744f90d842f85b8.tar.gz
gentoo-aaa45730cb2f173c4e2194694744f90d842f85b8.tar.bz2
gentoo-aaa45730cb2f173c4e2194694744f90d842f85b8.zip
www-client/midori: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/midori/Manifest1
-rw-r--r--www-client/midori/midori-7.0.ebuild62
2 files changed, 0 insertions, 63 deletions
diff --git a/www-client/midori/Manifest b/www-client/midori/Manifest
index a72fbadeaae1..2bab3eeacdd4 100644
--- a/www-client/midori/Manifest
+++ b/www-client/midori/Manifest
@@ -1,2 +1 @@
-DIST midori-v7.0.tar.gz 1827341 BLAKE2B e008be32851a3ee12744b7b4e686545a2f9cd84fc6f05a647744c512ea5286fdc1db3b1ec40f546208ffbca4ca8a179752f27b85d9060765a7612ac7c260c67f SHA512 4110d1566ba8b0979c29f1c3a95af3da4cba884f44a1305403d8951f7f2dfb17946c3c7326eebafc111738950c907d06cc6c54ce670cde321da890d8b9ced051
DIST midori-v9.0.tar.gz 1902467 BLAKE2B 0a6b46bddd0286c56d3f30b429dc46f90177931f8c596912183ed990124b831b5407807e2693e3b5e0d02074386b46e98823b33f6e785963b9507742bac58763 SHA512 0cc28643593f53c47b453838152dcbe35a9a287bff38bda830844eb8f321a4f48c99b21e16a9b07bebdd0abc936d88fd759c3222a36325aa667a28ae00148be3
diff --git a/www-client/midori/midori-7.0.ebuild b/www-client/midori/midori-7.0.ebuild
deleted file mode 100644
index c5ef2c486c5e..000000000000
--- a/www-client/midori/midori-7.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VALA_MIN_API_VERSION=0.36
-
-inherit cmake-utils eapi7-ver gnome2-utils vala xdg-utils
-
-MY_P=${PN}-v${PV}
-DESCRIPTION="A lightweight web browser based on WebKitGTK+"
-HOMEPAGE="https://www.midori-browser.org/"
-SRC_URI="https://github.com/midori-browser/core/releases/download/v$(ver_cut 1)/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips x86"
-IUSE=""
-
-RDEPEND="
- >=app-crypt/gcr-3:=[gtk,vala]
- >=dev-db/sqlite-3.6.19:3
- >=dev-libs/glib-2.48.0:2
- dev-libs/libpeas[gtk]
- dev-libs/libxml2
- >=net-libs/libsoup-2.38:2.4[vala]
- >=net-libs/webkit-gtk-2.16.6:4[introspection]
- >=x11-libs/libnotify-0.7
- >=x11-libs/gtk+-3.12.0:3
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- dev-util/intltool
- sys-devel/gettext
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- cmake-utils_src_prepare
- vala_src_prepare
- sed -i -e '/^install/s:COPYING::' CMakeLists.txt || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
- -DVALA_EXECUTABLE="${VALAC}"
- )
-
- cmake-utils_src_configure
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}