Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: 3898409912792c90f9771755c8322a265d66c578
Author: Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Thu Feb 2 00:17:36 2012 +0000
Commit: Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Thu Feb 2 00:17:36 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=38984099
[x11-misc/andromeda] Add andromeda filemanager live ebuild
---
x11-misc/andromeda/Manifest | 1 +
x11-misc/andromeda/andromeda-9999.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/x11-misc/andromeda/Manifest b/x11-misc/andromeda/Manifest
new file mode 100644
index 0000000..9e3efe5
--- /dev/null
+++ b/x11-misc/andromeda/Manifest
@@ -0,0 +1 @@
+EBUILD andromeda-9999.ebuild 401 RMD160 5a051feafa4cadab194eb751ca80066c79856a9a SHA1 e2220158a4749ead2f11c0077af30cc16c80c2fa SHA256 653bb32c590ee5b9eeaa29438d0857be3317321e0d68640f0ef4d1836e5a5d27
diff --git a/x11-misc/andromeda/andromeda-9999.ebuild b/x11-misc/andromeda/andromeda-9999.ebuild
new file mode 100644
index 0000000..ef92950
--- /dev/null
+++ b/x11-misc/andromeda/andromeda-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+inherit cmake-utils git-2
+
+DESCRIPTION="Qt4-based filemanager"
+HOMEPAGE="https://gitorious.org/andromeda/pages/Home"
+EGIT_REPO_URI="git://gitorious.org/$PN/${PN}.git"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS=""
+IUSE="debug"
+
+DEPEND="x11-libs/qt-gui:4"
+RDEPEND="${DEPEND}"
+
|
|