summaryrefslogtreecommitdiff
path: root/www-client/conkeror/conkeror-1.0.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
commitde49812990871e1705b64051c35161d5e6400269 (patch)
tree5e1e8fcb0ff4579dbd22a1bfee28a6b97dc8aaeb /www-client/conkeror/conkeror-1.0.4.ebuild
parent536c3711867ec947c1738f2c4b96f22e4863322d (diff)
gentoo resync : 24.12.2018
Diffstat (limited to 'www-client/conkeror/conkeror-1.0.4.ebuild')
-rw-r--r--www-client/conkeror/conkeror-1.0.4.ebuild59
1 files changed, 0 insertions, 59 deletions
diff --git a/www-client/conkeror/conkeror-1.0.4.ebuild b/www-client/conkeror/conkeror-1.0.4.ebuild
deleted file mode 100644
index 7ad54c59d1c9..000000000000
--- a/www-client/conkeror/conkeror-1.0.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs desktop xdg-utils
-
-DESCRIPTION="A Mozilla-based web browser whose design is inspired by GNU Emacs"
-HOMEPAGE="http://conkeror.org/"
-# snapshot from git://repo.or.cz/conkeror.git
-# conkeror.png is derived from http://commons.wikimedia.org/wiki/File:Conker.jpg
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz
- https://dev.gentoo.org/~ulm/distfiles/${PN}.png"
-
-# CC-BY-SA-3.0 for conkeror.png
-LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 ) CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="|| ( ( >=www-client/firefox-5.0 <www-client/firefox-57 )
- ( >=www-client/firefox-bin-23.0 <www-client/firefox-bin-57 ) )"
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- unpack ${P}.tar.xz
- cp "${DISTDIR}/${PN}.png" . || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- insinto /usr/share/${PN}
- doins -r branding chrome components content defaults help locale modules \
- search-engines style tests
- doins application.ini *.manifest Info.plist
-
- exeinto /usr/libexec/${PN}
- doexe conkeror-spawn-helper
- dosym ../../libexec/${PN}/conkeror-spawn-helper \
- /usr/share/${PN}/conkeror-spawn-helper
-
- newbin "${FILESDIR}/conkeror.sh" conkeror
- domenu "${FILESDIR}/conkeror.desktop"
- doicon "${WORKDIR}/conkeror.png"
-
- doman contrib/man/conkeror.1
- dodoc CREDITS README
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}