summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2012-03-31 13:15:04 +0000
committerDavide Pesavento <pesa@gentoo.org>2012-03-31 13:15:04 +0000
commit3264dcd08fefe17d42664465941966c3974cd7ed (patch)
tree2ab32d7fdc9886af25aeec33106c0f27744f17a7 /www-client
parentStabilization of 2.20110726-r13 based policies (diff)
downloadgentoo-2-3264dcd08fefe17d42664465941966c3974cd7ed.tar.gz
gentoo-2-3264dcd08fefe17d42664465941966c3974cd7ed.tar.bz2
gentoo-2-3264dcd08fefe17d42664465941966c3974cd7ed.zip
Initial commit, moved from qt overlay. Ebuild by Ben de Groot <yngwin@gmail.com>.
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/qupzilla/ChangeLog11
-rw-r--r--www-client/qupzilla/Manifest3
-rw-r--r--www-client/qupzilla/metadata.xml5
-rw-r--r--www-client/qupzilla/qupzilla-1.1.8.ebuild36
4 files changed, 55 insertions, 0 deletions
diff --git a/www-client/qupzilla/ChangeLog b/www-client/qupzilla/ChangeLog
new file mode 100644
index 000000000000..0f6c1f628496
--- /dev/null
+++ b/www-client/qupzilla/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for www-client/qupzilla
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.1 2012/03/31 13:15:04 pesa Exp $
+
+*qupzilla-1.1.8 (31 Mar 2012)
+
+ 31 Mar 2012; Davide Pesavento <pesa@gentoo.org> +metadata.xml,
+ +qupzilla-1.1.8.ebuild:
+ Initial commit, moved from qt overlay. Ebuild by Ben de Groot
+ <yngwin@gmail.com>.
+
diff --git a/www-client/qupzilla/Manifest b/www-client/qupzilla/Manifest
new file mode 100644
index 000000000000..429af874f484
--- /dev/null
+++ b/www-client/qupzilla/Manifest
@@ -0,0 +1,3 @@
+DIST qupzilla-1.1.8.tar.gz 3274020 RMD160 5ae167157100a89ccd2f9d679357323c6343d619 SHA1 93708a9b299985e07f7850f35cdfe9e0b913993c SHA256 d0ba1c7825857cca975de15d3f625d5cb81753ca671ec2fead56b5790ddbf3ca
+EBUILD qupzilla-1.1.8.ebuild 628 RMD160 9e668233466fd1761d83ceaca062a16b86ecf81d SHA1 94c5e55bf39136b6d2fa5dbb7e79ffb6ef4f3803 SHA256 832669ec87f1b975b16157dc9fbffaaa4b389c1ececbe9d34f4a3aa9b086a8e9
+MISC metadata.xml 155 RMD160 654eebe07944b4d18c58e4a54c50758eceead53e SHA1 967490b59f5185a6849cb5583390dd0d0b0dd512 SHA256 94ed5876ef16dbc191744ff6b8939a0f428fcb8add316d898880e1c4c880b9e7
diff --git a/www-client/qupzilla/metadata.xml b/www-client/qupzilla/metadata.xml
new file mode 100644
index 000000000000..dc439f7e84f5
--- /dev/null
+++ b/www-client/qupzilla/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>qt</herd>
+</pkgmetadata>
diff --git a/www-client/qupzilla/qupzilla-1.1.8.ebuild b/www-client/qupzilla/qupzilla-1.1.8.ebuild
new file mode 100644
index 000000000000..b74c3d4039d9
--- /dev/null
+++ b/www-client/qupzilla/qupzilla-1.1.8.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.1.8.ebuild,v 1.1 2012/03/31 13:15:04 pesa Exp $
+
+EAPI=4
+
+inherit qt4-r2 vcs-snapshot
+
+DESCRIPTION="Qt WebKit web browser"
+HOMEPAGE="http://www.qupzilla.com/"
+SRC_URI="https://github.com/nowrep/QupZilla/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug kde"
+
+DEPEND="
+ x11-libs/qt-core:4
+ x11-libs/qt-dbus:4
+ x11-libs/qt-gui:4
+ x11-libs/qt-script:4
+ x11-libs/qt-sql:4
+ x11-libs/qt-webkit:4
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ if use kde; then
+ KDE=true eqmake4
+ else
+ eqmake4
+ fi
+}
+
+# TODO: translation handling