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: 461d8b9ac48d1055a40b344cdb15e43cf88302e4
Author: Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Sun Apr 8 09:03:52 2012 +0000
Commit: Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Sun Apr 8 09:03:52 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=461d8b9a
x11-misc/andromeda: add ebuild for 0.2 version, update deps and DOCS
---
x11-misc/andromeda/Manifest | 1 +
x11-misc/andromeda/andromeda-0.2.ebuild | 27 +++++++++++++++++++++++++++
x11-misc/andromeda/andromeda-9999.ebuild | 9 ++++++---
3 files changed, 34 insertions(+), 3 deletions(-)
diff --git a/x11-misc/andromeda/Manifest b/x11-misc/andromeda/Manifest
new file mode 100644
index 0000000..7ba979c
--- /dev/null
+++ b/x11-misc/andromeda/Manifest
@@ -0,0 +1 @@
+DIST andromeda-0.2.tar.gz 526739 SHA256 32586c31632fc257c9fa747da1aa30d274ad796c7359b87425414855dd5d87c6 SHA512 e342b4e114975fcb4764cd577796b62977d9a25af7e26d286acbf04644d4d55f88dc1dd643071bee74a11ace297848bdd8e256945716ed3e81de7d2cbbcd1e8d WHIRLPOOL 04cc04bc5c11179c72763e9df7004a6a115003f3ace2f00ac1ea5a712a84f6d6c16b5d6e6dcc8c7787408b6ef9a357f90e1beb4f4a538b40cd5b9332de3337f7
diff --git a/x11-misc/andromeda/andromeda-0.2.ebuild b/x11-misc/andromeda/andromeda-0.2.ebuild
new file mode 100644
index 0000000..1bb5b5b
--- /dev/null
+++ b/x11-misc/andromeda/andromeda-0.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit cmake-utils
+
+DESCRIPTION="Qt4-based filemanager"
+HOMEPAGE="https://gitorious.org/andromeda/pages/Home"
+SRC_URI="https://gitorious.org/${PN}/${PN}/archive-tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=x11-libs/qt-core-4.7.0:4
+ >=x11-libs/qt-gui-4.7.0:4
+ >=x11-libs/qt-webkit-4.7.0:4"
+RDEPEND="${DEPEND}"
+DOCS="TODO.txt dist/changes-${PV}"
+
+src_unpack() {
+ default
+ mv ${PN}-${PN} "${S}" || die
+}
diff --git a/x11-misc/andromeda/andromeda-9999.ebuild b/x11-misc/andromeda/andromeda-9999.ebuild
index 3f2f3e0..9e59f2e 100644
--- a/x11-misc/andromeda/andromeda-9999.ebuild
+++ b/x11-misc/andromeda/andromeda-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI=4
inherit cmake-utils git-2
@@ -13,7 +13,10 @@ EGIT_REPO_URI="git://gitorious.org/$PN/${PN}.git"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS=""
-IUSE="debug"
+IUSE=""
-DEPEND="x11-libs/qt-gui:4"
+DEPEND=">=x11-libs/qt-core-4.7.0:4
+ >=x11-libs/qt-gui-4.7.0:4
+ >=x11-libs/qt-webkit-4.7.0:4"
RDEPEND="${DEPEND}"
+DOCS="TODO.txt dist/changes-0.2"
|
|