summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-10-20 19:11:42 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-10-20 19:11:42 +0000
commitfe82db1488a7053e9100370bead66ae8fbdf2067 (patch)
treec799ae414802cee5e2512570ce12a32cbac20c83 /www-client
parentdev-python/munkres: move to maintainer-needed (diff)
downloadgentoo-2-fe82db1488a7053e9100370bead66ae8fbdf2067.tar.gz
gentoo-2-fe82db1488a7053e9100370bead66ae8fbdf2067.tar.bz2
gentoo-2-fe82db1488a7053e9100370bead66ae8fbdf2067.zip
Version bump to 1.6.3, wrt bug #486718, fix .desktop wrt bug #457908, remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/xombrero/ChangeLog9
-rw-r--r--www-client/xombrero/xombrero-1.4.0.ebuild96
-rw-r--r--www-client/xombrero/xombrero-1.6.3.ebuild (renamed from www-client/xombrero/xombrero-1.6.1.ebuild)3
-rw-r--r--www-client/xombrero/xombrero-9999.ebuild3
4 files changed, 12 insertions, 99 deletions
diff --git a/www-client/xombrero/ChangeLog b/www-client/xombrero/ChangeLog
index 984adcf90fc6..b26474dfe5ad 100644
--- a/www-client/xombrero/ChangeLog
+++ b/www-client/xombrero/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-client/xombrero
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/xombrero/ChangeLog,v 1.3 2013/07/05 22:20:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/xombrero/ChangeLog,v 1.4 2013/10/20 19:11:42 ago Exp $
+
+*xombrero-1.6.3 (20 Oct 2013)
+
+ 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> +xombrero-1.6.3.ebuild,
+ -xombrero-1.4.0.ebuild, -xombrero-1.6.1.ebuild, xombrero-9999.ebuild:
+ Version bump to 1.6.3, wrt bug #486718, fix .desktop wrt bug #457908, remove
+ old.
*xombrero-1.6.1 (05 Jul 2013)
diff --git a/www-client/xombrero/xombrero-1.4.0.ebuild b/www-client/xombrero/xombrero-1.4.0.ebuild
deleted file mode 100644
index 00e89bccce68..000000000000
--- a/www-client/xombrero/xombrero-1.4.0.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/xombrero/xombrero-1.4.0.ebuild,v 1.2 2013/01/31 03:25:16 rafaelmartins Exp $
-
-EAPI="4"
-
-GIT_ECLASS=
-if [[ ${PV} = *9999* ]]; then
- GIT_ECLASS=git-2
-fi
-
-inherit eutils fdo-mime toolchain-funcs ${GIT_ECLASS}
-
-DESCRIPTION="A minimalist web browser with sophisticated security features designed-in"
-HOMEPAGE="http://opensource.conformal.com/wiki/xombrero"
-
-KEYWORDS=""
-if [[ ${PV} = *9999* ]]; then
- EGIT_REPO_URI="git://opensource.conformal.com/${PN}.git
- https://opensource.conformal.com/git/${PN}.git"
- EGIT_SOURCEDIR="${WORKDIR}/${P}"
-else
- SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-IUSE="examples"
-
-RDEPEND="dev-libs/glib:2
- dev-libs/libbsd
- dev-libs/libgcrypt
- net-libs/libsoup
- net-libs/gnutls
- net-libs/webkit-gtk:3
- x11-libs/gdk-pixbuf
- x11-libs/gtk+:3
- x11-libs/pango"
-DEPEND="${RDEPEND}
- dev-lang/perl
- sys-apps/groff
- dev-libs/atk
- dev-libs/libxml2
- media-libs/fontconfig
- media-libs/freetype
- media-libs/libpng:0
- x11-libs/cairo
- x11-libs/libdrm
- x11-libs/pixman"
-
-S="${WORKDIR}/${P}/linux"
-
-src_prepare() {
- sed -i \
- -e 's/-O2//' \
- -e 's/-ggdb3//' \
- -e 's,install: all,install: all\n\tinstall -m 755 -d $(DESTDIR)$(PREFIX)/share/applications,g' \
- Makefile || die 'sed Makefile failed.'
- sed -i \
- -e 's#https://www\.cyphertite\.com#http://www.gentoo.org/#' \
- -e "s#/usr/local#/usr#" \
- ../xombrero.h || die 'sed ../xombrero.c failed.'
- sed -i \
- "s#Icon=#Icon=/usr/share/${PN}/#" \
- ../xombrero.desktop || die 'sed ../xombrero.desktop failed.'
-}
-
-src_compile() {
- CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDADD="${LDFLAGS}" emake
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- PREFIX=/usr \
- install
-
- if use examples;then
- insinto "/usr/share/doc/${PF}/examples"
- doins \
- ../${PN}.conf \
- ../playflash.sh \
- ../favorites
- fi
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}
diff --git a/www-client/xombrero/xombrero-1.6.1.ebuild b/www-client/xombrero/xombrero-1.6.3.ebuild
index 2b398d5964fe..4acc184e4665 100644
--- a/www-client/xombrero/xombrero-1.6.1.ebuild
+++ b/www-client/xombrero/xombrero-1.6.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/xombrero/xombrero-1.6.1.ebuild,v 1.1 2013/07/05 22:20:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/xombrero/xombrero-1.6.3.ebuild,v 1.1 2013/10/20 19:11:42 ago Exp $
EAPI="5"
@@ -63,6 +63,7 @@ src_prepare() {
sed -i \
"s#Icon=#Icon=/usr/share/${PN}/#" \
../xombrero.desktop || die 'sed ../xombrero.desktop failed.'
+ sed -i "s:Application;::" ../xombrero.desktop || die
}
src_compile() {
diff --git a/www-client/xombrero/xombrero-9999.ebuild b/www-client/xombrero/xombrero-9999.ebuild
index 7cc4b234a1be..4611b95cee60 100644
--- a/www-client/xombrero/xombrero-9999.ebuild
+++ b/www-client/xombrero/xombrero-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/xombrero/xombrero-9999.ebuild,v 1.2 2013/07/05 22:20:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/xombrero/xombrero-9999.ebuild,v 1.3 2013/10/20 19:11:42 ago Exp $
EAPI="5"
@@ -62,6 +62,7 @@ src_prepare() {
sed -i \
"s#Icon=#Icon=/usr/share/${PN}/#" \
../xombrero.desktop || die 'sed ../xombrero.desktop failed.'
+ sed -i "s:Application;::" ../xombrero.desktop || die
}
src_compile() {