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: Thu, 02 Feb 2012 00:27:10
Message-Id: 3898409912792c90f9771755c8322a265d66c578.yngwin@gentoo
1 commit: 3898409912792c90f9771755c8322a265d66c578
2 Author: Ben de Groot <yngwin <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 2 00:17:36 2012 +0000
4 Commit: Ben de Groot <yngwin <AT> gmail <DOT> com>
5 CommitDate: Thu Feb 2 00:17:36 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=38984099
7
8 [x11-misc/andromeda] Add andromeda filemanager live ebuild
9
10 ---
11 x11-misc/andromeda/Manifest | 1 +
12 x11-misc/andromeda/andromeda-9999.ebuild | 20 ++++++++++++++++++++
13 2 files changed, 21 insertions(+), 0 deletions(-)
14
15 diff --git a/x11-misc/andromeda/Manifest b/x11-misc/andromeda/Manifest
16 new file mode 100644
17 index 0000000..9e3efe5
18 --- /dev/null
19 +++ b/x11-misc/andromeda/Manifest
20 @@ -0,0 +1 @@
21 +EBUILD andromeda-9999.ebuild 401 RMD160 5a051feafa4cadab194eb751ca80066c79856a9a SHA1 e2220158a4749ead2f11c0077af30cc16c80c2fa SHA256 653bb32c590ee5b9eeaa29438d0857be3317321e0d68640f0ef4d1836e5a5d27
22
23 diff --git a/x11-misc/andromeda/andromeda-9999.ebuild b/x11-misc/andromeda/andromeda-9999.ebuild
24 new file mode 100644
25 index 0000000..ef92950
26 --- /dev/null
27 +++ b/x11-misc/andromeda/andromeda-9999.ebuild
28 @@ -0,0 +1,20 @@
29 +# Copyright 1999-2012 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +# $Header: $
32 +
33 +EAPI="4"
34 +
35 +inherit cmake-utils git-2
36 +
37 +DESCRIPTION="Qt4-based filemanager"
38 +HOMEPAGE="https://gitorious.org/andromeda/pages/Home"
39 +EGIT_REPO_URI="git://gitorious.org/$PN/${PN}.git"
40 +
41 +LICENSE="LGPL-2.1"
42 +SLOT="0"
43 +KEYWORDS=""
44 +IUSE="debug"
45 +
46 +DEPEND="x11-libs/qt-gui:4"
47 +RDEPEND="${DEPEND}"
48 +