Gentoo Archives: gentoo-commits

From: Ben de Groot <yngwin@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/andromeda/
Date: Sun, 08 Apr 2012 09:04:15
Message-Id: 1333875832.461d8b9ac48d1055a40b344cdb15e43cf88302e4.yngwin@gentoo
1 commit: 461d8b9ac48d1055a40b344cdb15e43cf88302e4
2 Author: Ben de Groot <yngwin <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 8 09:03:52 2012 +0000
4 Commit: Ben de Groot <yngwin <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 8 09:03:52 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=461d8b9a
7
8 x11-misc/andromeda: add ebuild for 0.2 version, update deps and DOCS
9
10 ---
11 x11-misc/andromeda/Manifest | 1 +
12 x11-misc/andromeda/andromeda-0.2.ebuild | 27 +++++++++++++++++++++++++++
13 x11-misc/andromeda/andromeda-9999.ebuild | 9 ++++++---
14 3 files changed, 34 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-misc/andromeda/Manifest b/x11-misc/andromeda/Manifest
17 new file mode 100644
18 index 0000000..7ba979c
19 --- /dev/null
20 +++ b/x11-misc/andromeda/Manifest
21 @@ -0,0 +1 @@
22 +DIST andromeda-0.2.tar.gz 526739 SHA256 32586c31632fc257c9fa747da1aa30d274ad796c7359b87425414855dd5d87c6 SHA512 e342b4e114975fcb4764cd577796b62977d9a25af7e26d286acbf04644d4d55f88dc1dd643071bee74a11ace297848bdd8e256945716ed3e81de7d2cbbcd1e8d WHIRLPOOL 04cc04bc5c11179c72763e9df7004a6a115003f3ace2f00ac1ea5a712a84f6d6c16b5d6e6dcc8c7787408b6ef9a357f90e1beb4f4a538b40cd5b9332de3337f7
23
24 diff --git a/x11-misc/andromeda/andromeda-0.2.ebuild b/x11-misc/andromeda/andromeda-0.2.ebuild
25 new file mode 100644
26 index 0000000..1bb5b5b
27 --- /dev/null
28 +++ b/x11-misc/andromeda/andromeda-0.2.ebuild
29 @@ -0,0 +1,27 @@
30 +# Copyright 1999-2012 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Header: $
33 +
34 +EAPI=4
35 +
36 +inherit cmake-utils
37 +
38 +DESCRIPTION="Qt4-based filemanager"
39 +HOMEPAGE="https://gitorious.org/andromeda/pages/Home"
40 +SRC_URI="https://gitorious.org/${PN}/${PN}/archive-tarball/v${PV} -> ${P}.tar.gz"
41 +
42 +LICENSE="LGPL-2.1"
43 +SLOT="0"
44 +KEYWORDS="~amd64"
45 +IUSE=""
46 +
47 +DEPEND=">=x11-libs/qt-core-4.7.0:4
48 + >=x11-libs/qt-gui-4.7.0:4
49 + >=x11-libs/qt-webkit-4.7.0:4"
50 +RDEPEND="${DEPEND}"
51 +DOCS="TODO.txt dist/changes-${PV}"
52 +
53 +src_unpack() {
54 + default
55 + mv ${PN}-${PN} "${S}" || die
56 +}
57
58 diff --git a/x11-misc/andromeda/andromeda-9999.ebuild b/x11-misc/andromeda/andromeda-9999.ebuild
59 index 3f2f3e0..9e59f2e 100644
60 --- a/x11-misc/andromeda/andromeda-9999.ebuild
61 +++ b/x11-misc/andromeda/andromeda-9999.ebuild
62 @@ -2,7 +2,7 @@
63 # Distributed under the terms of the GNU General Public License v2
64 # $Header: $
65
66 -EAPI="4"
67 +EAPI=4
68
69 inherit cmake-utils git-2
70
71 @@ -13,7 +13,10 @@ EGIT_REPO_URI="git://gitorious.org/$PN/${PN}.git"
72 LICENSE="LGPL-2.1"
73 SLOT="0"
74 KEYWORDS=""
75 -IUSE="debug"
76 +IUSE=""
77
78 -DEPEND="x11-libs/qt-gui:4"
79 +DEPEND=">=x11-libs/qt-core-4.7.0:4
80 + >=x11-libs/qt-gui-4.7.0:4
81 + >=x11-libs/qt-webkit-4.7.0:4"
82 RDEPEND="${DEPEND}"
83 +DOCS="TODO.txt dist/changes-0.2"