aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-06-23 18:01:49 +1000
committerMichael Palimaka <kensington@gentoo.org>2014-06-23 18:01:49 +1000
commit566a8fdd045b3ac20fccf27a022558cb712072e6 (patch)
tree7f1b670f4ec1e603d43cd931538400eec6902c00 /x11-misc
parent[dev-qt/qtsql:4] Use qt_native_use where appropriate. (diff)
downloadqt-566a8fdd045b3ac20fccf27a022558cb712072e6.tar.gz
qt-566a8fdd045b3ac20fccf27a022558cb712072e6.tar.bz2
qt-566a8fdd045b3ac20fccf27a022558cb712072e6.zip
[x11-misc/andromeda] Ebuild is horribly broken due to upstream changes so remove it for now.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/andromeda/andromeda-9999.ebuild29
-rw-r--r--x11-misc/andromeda/metadata.xml5
2 files changed, 0 insertions, 34 deletions
diff --git a/x11-misc/andromeda/andromeda-9999.ebuild b/x11-misc/andromeda/andromeda-9999.ebuild
deleted file mode 100644
index f10ade94..00000000
--- a/x11-misc/andromeda/andromeda-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 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="test"
-
-RDEPEND=">=dev-qt/qtcore-4.8.0:4
- >=dev-qt/qtgui-4.8.0:4
- >=dev-qt/qtwebkit-4.8.0:4"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qttest-4.8.0:4 )"
-DOCS="TODO.txt dist/changes-*"
-
-src_prepare() {
- if ! use test ; then
- sed -i -e '/add_subdirectory( tests )/d' CMakeLists.txt || die
- fi
-}
diff --git a/x11-misc/andromeda/metadata.xml b/x11-misc/andromeda/metadata.xml
deleted file mode 100644
index dc439f7e..00000000
--- a/x11-misc/andromeda/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>qt</herd>
-</pkgmetadata>