Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/qupzilla: metadata.xml qupzilla-1.1.8.ebuild Manifest ChangeLog
Date: Sat, 31 Mar 2012 13:15:19
Message-Id: 20120331131504.EE7272004B@flycatcher.gentoo.org
1 pesa 12/03/31 13:15:04
2
3 Added: metadata.xml qupzilla-1.1.8.ebuild Manifest
4 ChangeLog
5 Log:
6 Initial commit, moved from qt overlay. Ebuild by Ben de Groot <yngwin@×××××.com>.
7
8 (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 www-client/qupzilla/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>qt</herd>
22 </pkgmetadata>
23
24
25
26 1.1 www-client/qupzilla/qupzilla-1.1.8.ebuild
27
28 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/qupzilla-1.1.8.ebuild?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/qupzilla-1.1.8.ebuild?rev=1.1&content-type=text/plain
30
31 Index: qupzilla-1.1.8.ebuild
32 ===================================================================
33 # Copyright 1999-2012 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 # $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.1.8.ebuild,v 1.1 2012/03/31 13:15:04 pesa Exp $
36
37 EAPI=4
38
39 inherit qt4-r2 vcs-snapshot
40
41 DESCRIPTION="Qt WebKit web browser"
42 HOMEPAGE="http://www.qupzilla.com/"
43 SRC_URI="https://github.com/nowrep/QupZilla/tarball/v${PV} -> ${P}.tar.gz"
44
45 LICENSE="GPL-3"
46 SLOT="0"
47 KEYWORDS="~amd64"
48 IUSE="debug kde"
49
50 DEPEND="
51 x11-libs/qt-core:4
52 x11-libs/qt-dbus:4
53 x11-libs/qt-gui:4
54 x11-libs/qt-script:4
55 x11-libs/qt-sql:4
56 x11-libs/qt-webkit:4
57 "
58 RDEPEND="${DEPEND}"
59
60 src_configure() {
61 if use kde; then
62 KDE=true eqmake4
63 else
64 eqmake4
65 fi
66 }
67
68 # TODO: translation handling
69
70
71
72 1.1 www-client/qupzilla/Manifest
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/Manifest?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/Manifest?rev=1.1&content-type=text/plain
76
77 Index: Manifest
78 ===================================================================
79 DIST qupzilla-1.1.8.tar.gz 3274020 RMD160 5ae167157100a89ccd2f9d679357323c6343d619 SHA1 93708a9b299985e07f7850f35cdfe9e0b913993c SHA256 d0ba1c7825857cca975de15d3f625d5cb81753ca671ec2fead56b5790ddbf3ca
80 EBUILD qupzilla-1.1.8.ebuild 628 RMD160 9e668233466fd1761d83ceaca062a16b86ecf81d SHA1 94c5e55bf39136b6d2fa5dbb7e79ffb6ef4f3803 SHA256 832669ec87f1b975b16157dc9fbffaaa4b389c1ececbe9d34f4a3aa9b086a8e9
81 MISC metadata.xml 155 RMD160 654eebe07944b4d18c58e4a54c50758eceead53e SHA1 967490b59f5185a6849cb5583390dd0d0b0dd512 SHA256 94ed5876ef16dbc191744ff6b8939a0f428fcb8add316d898880e1c4c880b9e7
82
83
84
85 1.1 www-client/qupzilla/ChangeLog
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/ChangeLog?rev=1.1&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/ChangeLog?rev=1.1&content-type=text/plain
89
90 Index: ChangeLog
91 ===================================================================
92 # ChangeLog for www-client/qupzilla
93 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
94 # $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.1 2012/03/31 13:15:04 pesa Exp $
95
96 *qupzilla-1.1.8 (31 Mar 2012)
97
98 31 Mar 2012; Davide Pesavento <pesa@g.o> +metadata.xml,
99 +qupzilla-1.1.8.ebuild:
100 Initial commit, moved from qt overlay. Ebuild by Ben de Groot
101 <yngwin@×××××.com>.