summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-11-09 11:57:25 +0100
committerPacho Ramos <pacho@gentoo.org>2016-11-09 11:59:16 +0100
commit517f783331e1c17e007963be5222369445a9904d (patch)
tree3db29a0de27c2855e2c572f4ad7f8f567f0decf5 /www-client/jumanji/jumanji-9999.ebuild
parentpackage.mask drop obsolete entries (diff)
downloadgentoo-517f783331e1c17e007963be5222369445a9904d.tar.gz
gentoo-517f783331e1c17e007963be5222369445a9904d.tar.bz2
gentoo-517f783331e1c17e007963be5222369445a9904d.zip
Remove masked for removal packages
Diffstat (limited to 'www-client/jumanji/jumanji-9999.ebuild')
-rw-r--r--www-client/jumanji/jumanji-9999.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/www-client/jumanji/jumanji-9999.ebuild b/www-client/jumanji/jumanji-9999.ebuild
deleted file mode 100644
index 0a112e304f10..000000000000
--- a/www-client/jumanji/jumanji-9999.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils savedconfig git-2 toolchain-funcs
-
-DESCRIPTION="highly customizable and functional web browser with minimalistic and space saving interface"
-HOMEPAGE="http://pwmt.org/projects/jumanji"
-EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git"
-EGIT_BRANCH=develop
-
-LICENSE="ZLIB"
-SLOT="develop"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="dev-db/sqlite:3
- dev-libs/glib:2
- >=dev-libs/girara-0.2.4:3
- net-libs/webkit-gtk:3
- x11-libs/gtk+:3
- !${CATEGORY}/${PN}:0"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- restore_config config.h
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" SFLAGS="" VERBOSE=1 || \
- die "emake failed$(usex savedconfig ",please check the configfile" "")"
-}
-
-src_install() {
- default
- make_desktop_entry ${PN}
-
- save_config config.h
-}