summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-04 20:01:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-12 16:40:59 +0200
commite9f2166473f13a152c6eb1e28743a3be2a213f6e (patch)
tree63b6d0514816f81fd8c6d2ee8a07ec511d1d8828
parentwww-client/dooble: Drop USE=qt4 (diff)
downloadgentoo-e9f21664.tar.gz
gentoo-e9f21664.tar.bz2
gentoo-e9f21664.zip
www-client/dooble: Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.1
-rw-r--r--www-client/dooble/Manifest1
-rw-r--r--www-client/dooble/dooble-1.55.ebuild65
-rw-r--r--www-client/dooble/files/00-dooble-1.55-path-fix.patch45
-rw-r--r--www-client/dooble/metadata.xml3
4 files changed, 0 insertions, 114 deletions
diff --git a/www-client/dooble/Manifest b/www-client/dooble/Manifest
index 8ee2de423269..10869f4c93bf 100644
--- a/www-client/dooble/Manifest
+++ b/www-client/dooble/Manifest
@@ -1,2 +1 @@
-DIST dooble-1.55.tar.gz 11663614 SHA256 024003e7c397a925d48e41cba10a2a35b89dd1745120caf4fd2010c1e254c5e5 SHA512 413727f74ab7fba89f7b617a774a0dceaa8a03b826f12950e31ca3fedda7e607539759b946eacccd57087429e6a37acd967a2c376b0b195b560c8c9beaf4e3d6 WHIRLPOOL ebe0b69a3dde0c0977c6295c6c67811195ca6d4e66dd95d09b51eae7da32170f737e62275e17020213c640e10a368f3792c8d34b495f15ee004e7a644a914700
DIST dooble-1.56c.tar.gz 12218062 SHA256 03b5bb0460aa8f4f731a47b70c571942a186fb0e7c4b74f546cef356be0afe6a SHA512 6a42eed4320437b0e43020d661963ff385fd08dd225f96337d778bca13aec85df3a49eb6cb0f7bd9ae26a8822df62dd580b407ed27c6df58bd0720a50867aa42 WHIRLPOOL bca7982447ed0d64c2f19c7d208869cc740866683bb056b6fb635c0585e1b5aed63a2c421027bf2e8fb8daca68604c23c525bca487c82b5c59b9fc72103ef622
diff --git a/www-client/dooble/dooble-1.55.ebuild b/www-client/dooble/dooble-1.55.ebuild
deleted file mode 100644
index aa186c050e0e..000000000000
--- a/www-client/dooble/dooble-1.55.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils qt4-r2 fdo-mime
-DESCRIPTION="A Secure and Open Source Web Browser"
-HOMEPAGE="http://dooble.sourceforge.net/"
-
-SRC_URI="mirror://sourceforge/${PN}/Version%20${PV}/Dooble_Src.d.tar.gz ->
-${P}.tar.gz"
-
-# icon sets are GPL-3 LGPL-2.1 while the code is BSD
-LICENSE="BSD GPL-3 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-DEPEND="dev-db/sqlite:3
- dev-libs/libgcrypt:0/20
- dev-libs/libgpg-error
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-qt/qtsql:4
- dev-qt/qtwebkit:4
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/dooble.d/Version 1.x/"
-
-src_prepare() {
- # Adjust paths from FreeBSD locations to Gentoo locations
- # XXX: Fix the build system to be more flexible and upstream fix
- epatch "${FILESDIR}/00-dooble-${PV}-path-fix.patch"
- sed -i -e "s:\"Icons:\"${EROOT}usr/share/dooble/Icons:" \
- ./Source/dsettings.cc
- sed -i -e '/export/d' -e "s:/usr/local/dooble/Dooble:${EROOT}usr/bin/Dooble:g" \
- -e "s:cd /usr/local/dooble:cd /usr/share/dooble:" \
- -e "s:exec ./Dooble:exec ${EROOT}usr/bin/Dooble:" ./dooble.sh
- sed -i -e "s:/usr/local:${EROOT}/usr/share:" -e 's:/text/xml:text/xml:' \
- ./dooble.desktop
-}
-
-src_configure() {
- eqmake4 dooble.pro
-}
-
-src_install() {
- dohtml ../Documentation/RELEASE-NOTES.html
- dodoc Documentation/{THEMES,TO-DO}
- dosym ../share/dooble/dooble.sh /usr/bin/dooble
- dosym ../../lib/nsbrowser/plugins /usr/share/dooble/Plugins
- dolib.so libSpotOn/libspoton.so
- emake INSTALL_ROOT="${ED}" install
-
- # XXX: The build system installs the build path into INSTALL_ROOT.
- # It should be fixed not to do this.
- rm -r "${ED}/var" || die "Failed to remove build path from ${ED}"
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/www-client/dooble/files/00-dooble-1.55-path-fix.patch b/www-client/dooble/files/00-dooble-1.55-path-fix.patch
deleted file mode 100644
index 8edc8c547bd8..000000000000
--- a/www-client/dooble/files/00-dooble-1.55-path-fix.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff --git a/dooble.pro b/dooble.pro
-index 8df489e..d448f6e 100644
---- a/dooble.pro
-+++ b/dooble.pro
-@@ -240,33 +240,32 @@ TRANSLATIONS = Translations/dooble_en.ts \
- PROJECTNAME = Dooble
- TARGET = Dooble
-
--dooble.path = /usr/local/dooble
-+dooble.path = /usr/bin
- dooble.files = Dooble
--dooble_sh.path = /usr/local/dooble
-+dooble_sh.path = /usr/share/dooble
- dooble_sh.files = dooble.sh
- desktop.path = /usr/share/applications
- desktop.files = dooble.desktop
- desktopicon.path = /usr/share/icons/hicolor/48x48
- desktopicon.files = Icons/48x48/dooble.png
--icons.path = /usr/local/dooble
-+icons.path = /usr/share/dooble
- icons.files = Icons
--images.path = /usr/local/dooble
-+images.path = /usr/share/dooble
- images.files = Images
--libspoton_install.path = /usr/local/dooble/Lib
-+libspoton_install.path = /usr/lib
- libspoton_install.files = libSpotOn/libspoton.so
- lrelease.extra = $$[QT_INSTALL_BINS]/lrelease dooble.pro
- lrelease.path = .
- lupdate.extra = $$[QT_INSTALL_BINS]/lupdate dooble.pro
- lupdate.path = .
--pluginsdir.path = /usr/local/dooble/Plugins/dooble
-+pluginsdir.path = /usr/lib/nsbrowser/plugins
--pluginsdir.files = Plugins/README
--plugspec.path = /usr/local/include/dooble/plugin-spec
-+plugspec.path = /usr/include/dooble/plugin-spec
- plugspec.files = plugin-spec/*.h
--postinstall.path = /usr/local/dooble
-+postinstall.path = /usr/share/dooble
- postinstall.extra = find /usr/local/dooble -name .svn -exec rm -rf {} \\; 2>/dev/null; echo
--tab.path = /usr/local/dooble
-+tab.path = /usr/share/dooble
- tab.files = Tab
- translations.path = /usr/local/dooble/Translations
- translations.files = Translations/*.qm
diff --git a/www-client/dooble/metadata.xml b/www-client/dooble/metadata.xml
index c7cdf0d00593..3a62b649ccd3 100644
--- a/www-client/dooble/metadata.xml
+++ b/www-client/dooble/metadata.xml
@@ -5,9 +5,6 @@
<email>ryao@gentoo.org</email>
<name>Richard Yao</name>
</maintainer>
- <use>
- <flag name="qt4">Build using qt4 instead of qt5</flag>
- </use>
<upstream>
<remote-id type="sourceforge">dooble</remote-id>
</upstream>