summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2012-04-29 08:57:23 +0000
committerBen de Groot <yngwin@gentoo.org>2012-04-29 08:57:23 +0000
commit1e3800350de0753a48dee7ecf0a65e43ad45df8d (patch)
tree85b18f7552cb6e68089bf1c3fb29fd1844d282aa /x11-misc/andromeda
parentppc stable wrt bug#411449. I forgot to commit the keyword previously :) (diff)
downloadhistorical-1e3800350de0753a48dee7ecf0a65e43ad45df8d.tar.gz
historical-1e3800350de0753a48dee7ecf0a65e43ad45df8d.tar.bz2
historical-1e3800350de0753a48dee7ecf0a65e43ad45df8d.zip
Initial commit of x11-misc/andromeda Qt4 filemanager
Package-Manager: portage-2.2.0_alpha101/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/andromeda')
-rw-r--r--x11-misc/andromeda/ChangeLog10
-rw-r--r--x11-misc/andromeda/Manifest4
-rw-r--r--x11-misc/andromeda/andromeda-0.2.1.ebuild27
-rw-r--r--x11-misc/andromeda/metadata.xml5
4 files changed, 46 insertions, 0 deletions
diff --git a/x11-misc/andromeda/ChangeLog b/x11-misc/andromeda/ChangeLog
new file mode 100644
index 000000000000..e68c231cb143
--- /dev/null
+++ b/x11-misc/andromeda/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/andromeda
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/ChangeLog,v 1.1 2012/04/29 08:57:23 yngwin Exp $
+
+*andromeda-0.2.1 (29 Apr 2012)
+
+ 29 Apr 2012; Ben de Groot <yngwin@gmail.com> +andromeda-0.2.1.ebuild,
+ +metadata.xml:
+ Initial commit of x11-misc/andromeda Qt4 filemanager
+
diff --git a/x11-misc/andromeda/Manifest b/x11-misc/andromeda/Manifest
new file mode 100644
index 000000000000..b3d1171c573e
--- /dev/null
+++ b/x11-misc/andromeda/Manifest
@@ -0,0 +1,4 @@
+DIST andromeda-0.2.1.tar.gz 782869 RMD160 28f571d3c9b472c41128528bbb9ac6a265c57909 SHA1 ebd11906197f9c88115f3a2b9dac1f3dcdbb3f19 SHA256 aea0789f70ea9e87df1dc1f5d55a0d3d6a60611f6f479aac0027706185f5b302
+EBUILD andromeda-0.2.1.ebuild 682 RMD160 e058195c3f5556c1c3459cac758f77a2208d2352 SHA1 89e5ac04840d76133056ff3341beecaae93fdbd1 SHA256 6e2e09c5bd7d0d1320680a8d8a96838f6ae31472086788d3480406d25aefd715
+MISC ChangeLog 386 RMD160 433df54e6300398744a5d2c638de9f342a210b65 SHA1 59a3e9d4b707e7ad4b9b4cdcd5bfe06b63e7ac1e SHA256 d8d8e225ccc62dc19b63498e563c0c52333edbedce32427d8bb6fd64a96cb09e
+MISC metadata.xml 155 RMD160 654eebe07944b4d18c58e4a54c50758eceead53e SHA1 967490b59f5185a6849cb5583390dd0d0b0dd512 SHA256 94ed5876ef16dbc191744ff6b8939a0f428fcb8add316d898880e1c4c880b9e7
diff --git a/x11-misc/andromeda/andromeda-0.2.1.ebuild b/x11-misc/andromeda/andromeda-0.2.1.ebuild
new file mode 100644
index 000000000000..4e03ea3b10ce
--- /dev/null
+++ b/x11-misc/andromeda/andromeda-0.2.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/andromeda-0.2.1.ebuild,v 1.1 2012/04/29 08:57:23 yngwin Exp $
+
+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-*"
+
+src_unpack() {
+ default
+ mv ${PN}-${PN} "${S}" || die
+}
diff --git a/x11-misc/andromeda/metadata.xml b/x11-misc/andromeda/metadata.xml
new file mode 100644
index 000000000000..dc439f7e84f5
--- /dev/null
+++ b/x11-misc/andromeda/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>qt</herd>
+</pkgmetadata>