summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-01 11:16:03 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-01 11:20:03 +0200
commita39883d855635a828669996d7fa0fcd722d85db8 (patch)
tree312ff96e5b4c24acf52d1a95a53a478b1aec0989 /www-client
parentapp-shells/z: Remove last-rited pkg (diff)
downloadgentoo-a39883d855635a828669996d7fa0fcd722d85db8.tar.gz
gentoo-a39883d855635a828669996d7fa0fcd722d85db8.tar.bz2
gentoo-a39883d855635a828669996d7fa0fcd722d85db8.zip
www-client/xombrero: Remove last-rited pkg, #608626
Diffstat (limited to 'www-client')
-rw-r--r--www-client/xombrero/Manifest1
-rw-r--r--www-client/xombrero/metadata.xml8
-rw-r--r--www-client/xombrero/xombrero-1.6.3.ebuild95
-rw-r--r--www-client/xombrero/xombrero-9999.ebuild98
4 files changed, 0 insertions, 202 deletions
diff --git a/www-client/xombrero/Manifest b/www-client/xombrero/Manifest
deleted file mode 100644
index 47f4bdaec139..000000000000
--- 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 c194f2fc320f..000000000000
--- 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>rafaelmartins@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 01d7e8a17b67..000000000000
--- 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 ec29c0440686..000000000000
--- 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
-}