summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-04-11 08:13:05 +0000
committerUlrich Müller <ulm@gentoo.org>2009-04-11 08:13:05 +0000
commit1739d916b68cae9f12fa67dfb58e6552d5b84a62 (patch)
treecfb228375ed22cccee9943cc778d5f8536b1eb43 /www-client/conkeror/conkeror-9999.ebuild
parentAdd categories file. (diff)
downloademacs-1739d916b68cae9f12fa67dfb58e6552d5b84a62.tar.gz
emacs-1739d916b68cae9f12fa67dfb58e6552d5b84a62.tar.bz2
emacs-1739d916b68cae9f12fa67dfb58e6552d5b84a62.zip
Moved to Portage tree.
svn path=/emacs-overlay/; revision=1376
Diffstat (limited to 'www-client/conkeror/conkeror-9999.ebuild')
-rw-r--r--www-client/conkeror/conkeror-9999.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/www-client/conkeror/conkeror-9999.ebuild b/www-client/conkeror/conkeror-9999.ebuild
deleted file mode 100644
index 9a3576c..0000000
--- a/www-client/conkeror/conkeror-9999.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils fdo-mime git
-
-DESCRIPTION="Webbrowser based on Gecko engine, inspired by Emacs"
-HOMEPAGE="http://conkeror.org"
-SRC_URI=""
-EGIT_REPO_URI="git://repo.or.cz/conkeror.git"
-
-LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=net-libs/xulrunner-1.9"
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- insinto /usr/lib/${PN}
- doins -r branding chrome components content defaults help locale modules \
- search-engines style tests application.ini Info.plist || die
-
- exeinto /usr/lib/${PN}
- doexe conkeror-spawn-helper || die
- exeinto /usr/lib/${PN}/contrib
- doexe contrib/run-conkeror || die
- dosym /usr/lib/${PN}/contrib/run-conkeror /usr/bin/conkeror || die
- domenu "${FILESDIR}/conkeror.desktop" || die
-
- dodoc CREDITS || die
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}