commit:     a39883d855635a828669996d7fa0fcd722d85db8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 09:16:03 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 09:20:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39883d8

www-client/xombrero: Remove last-rited pkg, #608626

 profiles/package.mask                     |  5 --
 www-client/xombrero/Manifest              |  1 -
 www-client/xombrero/metadata.xml          |  8 ---
 www-client/xombrero/xombrero-1.6.3.ebuild | 95 ------------------------------
 www-client/xombrero/xombrero-9999.ebuild  | 98 -------------------------------
 5 files changed, 207 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index d112e31edbe..14ee6e620b2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -550,11 +550,6 @@ x11-misc/rednotebook
 # Removal in a month.
 x11-misc/outwiker
 
-# Pacho Ramos <pa...@gentoo.org> (02 Jun 2017)
-# Still relies on old and vulnerable webkit-gtk versions, bug #608626.
-# Removal in a month.
-www-client/xombrero
-
 # Michał Górny <mgo...@gentoo.org> (25 May 2017)
 # First GTK+3 version with known regressions:
 # https://mail.xfce.org/pipermail/xfce-announce/2017-May/000517.html

diff --git a/www-client/xombrero/Manifest b/www-client/xombrero/Manifest
deleted file mode 100644
index 47f4bdaec13..00000000000
--- a/www-client/xombrero/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xombrero-1.6.3.tgz 290478 SHA256 
481011c136206f7aa3ab4cdf49ad77f81df4d5585f9e9a20c651bfaaaa537f79 SHA512 
420fdbb8c90e1009c7db41a6f3e6c77e03b70a8df732d1c6d37b83d7c8c873cbddf0ec9ed1fe95f3a8d62744a22d6bfcdde95b446d499aa4dc6d47d59d202e88
 WHIRLPOOL 
775157008fcc2cd12d42da35320f0f536fb6335dfd4c4c230b6824863e3c8eb94bd6415f80526df46eedc85eb2d27002b13949754e149f402788ac5c5ddb54dc

diff --git a/www-client/xombrero/metadata.xml b/www-client/xombrero/metadata.xml
deleted file mode 100644
index c194f2fc320..00000000000
--- a/www-client/xombrero/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person">
-    <email>rafaelmart...@gentoo.org</email>
-    <name>Rafael G. Martins</name>
-  </maintainer>
-</pkgmetadata>

diff --git a/www-client/xombrero/xombrero-1.6.3.ebuild 
b/www-client/xombrero/xombrero-1.6.3.ebuild
deleted file mode 100644
index 01d7e8a17b6..00000000000
--- a/www-client/xombrero/xombrero-1.6.3.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-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";
-
-if [[ ${PV} = *9999* ]]; then
-       EGIT_REPO_URI="git://opensource.conformal.com/${PN}.git
-               https://opensource.conformal.com/git/${PN}.git";
-       EGIT_SOURCEDIR="${WORKDIR}/${P}"
-       KEYWORDS=""
-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:0
-       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#https://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.'
-       sed -i "s:Application;::" ../xombrero.desktop || die
-}
-
-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-9999.ebuild 
b/www-client/xombrero/xombrero-9999.ebuild
deleted file mode 100644
index ec29c044068..00000000000
--- a/www-client/xombrero/xombrero-9999.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-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";
-
-if [[ ${PV} = *9999* ]]; then
-       EGIT_REPO_URI="git://opensource.conformal.com/${PN}.git
-               https://opensource.conformal.com/git/${PN}.git";
-       EGIT_SOURCEDIR="${WORKDIR}/${P}"
-       KEYWORDS=""
-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:0
-       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#/usr/local#/usr#' \
-               Makefile || die 'sed Makefile failed.'
-       sed -i \
-               -e 's#/usr/local#/usr#' \
-               GNUmakefile || die 'sed GNUmakefile failed.'
-       sed -i \
-               -e 's#https://www\.cyphertite\.com#https://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.'
-       sed -i "s:Application;::" ../xombrero.desktop || die
-}
-
-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
-}

Reply via email to