public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/conkeror: ChangeLog conkeror-1.0_pre20130711.ebuild conkeror-1.0_pre20120527.ebuild
@ 2013-08-12 22:09 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2013-08-12 22:09 UTC (permalink / raw
  To: gentoo-commits

ulm         13/08/12 22:09:34

  Modified:             ChangeLog
  Added:                conkeror-1.0_pre20130711.ebuild
  Removed:              conkeror-1.0_pre20120527.ebuild
  Log:
  New snapshot.
  
  (Portage version: 2.1.13.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.35                 www-client/conkeror/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/conkeror/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/conkeror/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/conkeror/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	17 Feb 2013 22:34:54 -0000	1.34
+++ ChangeLog	12 Aug 2013 22:09:33 -0000	1.35
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/conkeror
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.34 2013/02/17 22:34:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.35 2013/08/12 22:09:33 ulm Exp $
+
+*conkeror-1.0_pre20130711 (12 Aug 2013)
+
+  12 Aug 2013; Ulrich Müller <ulm@gentoo.org>
+  -conkeror-1.0_pre20120527.ebuild, +conkeror-1.0_pre20130711.ebuild:
+  New snapshot.
 
 *conkeror-1.0_pre20130213 (17 Feb 2013)
 



1.1                  www-client/conkeror/conkeror-1.0_pre20130711.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20130711.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20130711.ebuild?rev=1.1&content-type=text/plain

Index: conkeror-1.0_pre20130711.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20130711.ebuild,v 1.1 2013/08/12 22:09:33 ulm Exp $

EAPI=5

inherit eutils toolchain-funcs fdo-mime

DESCRIPTION="A Mozilla-based web browser whose design is inspired by GNU Emacs"
HOMEPAGE="http://conkeror.org/"
# snapshot from http://repo.or.cz/w/conkeror.git
# conkeror.png is derived from http://commons.wikimedia.org/wiki/File:Conker.jpg
SRC_URI="mirror://gentoo/${P}.tar.gz
	mirror://gentoo/conkeror.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-bin-5.0 )"

S="${WORKDIR}/${PN}"

src_unpack() {
	unpack ${P}.tar.gz
	cp "${DISTDIR}/conkeror.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-r1.sh" conkeror
	domenu "${FILESDIR}/conkeror.desktop"
	doicon "${WORKDIR}/conkeror.png"

	doman contrib/man/conkeror.1
	dodoc CREDITS
}

pkg_postinst() {
	fdo-mime_desktop_database_update
}

pkg_postrm() {
	fdo-mime_desktop_database_update
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-12 22:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-12 22:09 [gentoo-commits] gentoo-x86 commit in www-client/conkeror: ChangeLog conkeror-1.0_pre20130711.ebuild conkeror-1.0_pre20120527.ebuild Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox