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_pre20140212.ebuild
@ 2014-02-13 22:03 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-02-13 22:03 UTC (permalink / raw
  To: gentoo-commits

ulm         14/02/13 22:03:23

  Modified:             ChangeLog
  Added:                conkeror-1.0_pre20140212.ebuild
  Log:
  New snapshot, fixes bug 497024. Assign default for MOZ_PLUGIN_PATH in wrapper script, fixes bug 497070. Thanks to Jauhien Piatlicki <piatlicki@gmail.com>.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.39                 www-client/conkeror/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	4 Jan 2014 22:28:16 -0000	1.38
+++ ChangeLog	13 Feb 2014 22:03:23 -0000	1.39
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/conkeror
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.38 2014/01/04 22:28:16 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.39 2014/02/13 22:03:23 ulm Exp $
+
+*conkeror-1.0_pre20140212 (13 Feb 2014)
+
+  13 Feb 2014; Ulrich Müller <ulm@gentoo.org>
+  +conkeror-1.0_pre20140212.ebuild, +files/conkeror-r2.sh:
+  New snapshot, fixes bug 497024. Assign default for MOZ_PLUGIN_PATH in wrapper
+  script, fixes bug 497070. Thanks to Jauhien Piatlicki <piatlicki@gmail.com>.
 
   04 Jan 2014; Ulrich Müller <ulm@gentoo.org> conkeror-1.0_pre20120223.ebuild,
   -conkeror-1.0_pre20130711.ebuild, conkeror-1.0_pre20131017.ebuild:



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

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

Index: conkeror-1.0_pre20140212.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20140212.ebuild,v 1.1 2014/02/13 22:03:23 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="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz
	http://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-bin-23.0 )"

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

src_unpack() {
	unpack ${P}.tar.gz
	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-r2.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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/conkeror: ChangeLog conkeror-1.0_pre20140212.ebuild
@ 2014-04-29  9:00 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 3+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-04-29  9:00 UTC (permalink / raw
  To: gentoo-commits

nimiux      14/04/29 09:00:35

  Modified:             ChangeLog conkeror-1.0_pre20140212.ebuild
  Log:
  Stable for amd64 wrt bug #506700
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)

Revision  Changes    Path
1.40                 www-client/conkeror/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	13 Feb 2014 22:03:23 -0000	1.39
+++ ChangeLog	29 Apr 2014 09:00:35 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/conkeror
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.39 2014/02/13 22:03:23 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.40 2014/04/29 09:00:35 nimiux Exp $
+
+  29 Apr 2014; Chema Alonso <nimiux@gentoo.org>
+  conkeror-1.0_pre20140212.ebuild:
+  Stable for amd64 wrt bug #506700
 
 *conkeror-1.0_pre20140212 (13 Feb 2014)
 



1.2                  www-client/conkeror/conkeror-1.0_pre20140212.ebuild

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

Index: conkeror-1.0_pre20140212.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20140212.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- conkeror-1.0_pre20140212.ebuild	13 Feb 2014 22:03:23 -0000	1.1
+++ conkeror-1.0_pre20140212.ebuild	29 Apr 2014 09:00:35 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20140212.ebuild,v 1.1 2014/02/13 22:03:23 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20140212.ebuild,v 1.2 2014/04/29 09:00:35 nimiux Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 # 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"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="|| ( >=www-client/firefox-5.0 >=www-client/firefox-bin-23.0 )"
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/conkeror: ChangeLog conkeror-1.0_pre20140212.ebuild
@ 2014-06-14 10:31 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-06-14 10:31 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    14/06/14 10:31:35

  Modified:             ChangeLog conkeror-1.0_pre20140212.ebuild
  Log:
  x86 stable wrt bug #506700
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)

Revision  Changes    Path
1.41                 www-client/conkeror/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	29 Apr 2014 09:00:35 -0000	1.40
+++ ChangeLog	14 Jun 2014 10:31:35 -0000	1.41
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/conkeror
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.40 2014/04/29 09:00:35 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.41 2014/06/14 10:31:35 phajdan.jr Exp $
+
+  14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  conkeror-1.0_pre20140212.ebuild:
+  x86 stable wrt bug #506700
 
   29 Apr 2014; Chema Alonso <nimiux@gentoo.org>
   conkeror-1.0_pre20140212.ebuild:



1.3                  www-client/conkeror/conkeror-1.0_pre20140212.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20140212.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20140212.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20140212.ebuild?r1=1.2&r2=1.3

Index: conkeror-1.0_pre20140212.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20140212.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- conkeror-1.0_pre20140212.ebuild	29 Apr 2014 09:00:35 -0000	1.2
+++ conkeror-1.0_pre20140212.ebuild	14 Jun 2014 10:31:35 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20140212.ebuild,v 1.2 2014/04/29 09:00:35 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20140212.ebuild,v 1.3 2014/06/14 10:31:35 phajdan.jr Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 # 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"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="|| ( >=www-client/firefox-5.0 >=www-client/firefox-bin-23.0 )"
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-14 10:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-29  9:00 [gentoo-commits] gentoo-x86 commit in www-client/conkeror: ChangeLog conkeror-1.0_pre20140212.ebuild JosA MarAa Alonso (nimiux)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-14 10:31 PaweA Hajdan (phajdan.jr)
2014-02-13 22:03 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