x11-misc/andromeda: Remove last-rited pkg
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 3 Apr 2017 21:18:34 +0000 (23:18 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 3 Apr 2017 21:25:37 +0000 (23:25 +0200)
Gentoo-bug: 602260

x11-misc/andromeda/Manifest [deleted file]
x11-misc/andromeda/andromeda-0.3.ebuild [deleted file]
x11-misc/andromeda/metadata.xml [deleted file]

diff --git a/x11-misc/andromeda/Manifest b/x11-misc/andromeda/Manifest
deleted file mode 100644 (file)
index a0dca1d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST andromeda-0.3.tar.gz 2225274 SHA256 f0fad0017b95a6b2a2c4d253b96ae114fd58a30a9421ed9944f49178915fc078 SHA512 a9600490b68cee92ae2bc0ff9d34d18ca1708806b4e345d49309cabd7156702315123e319542014bb7207c637b931ba64bf9bc403f44be45550c068881fcf80c WHIRLPOOL 815e93556bb72edc82707d5452d87261362cd083654e26ce5f3db8592f121e658759c09ce3352b14340e0a332e5641e14341f7c62a22cf15f2f4218d4026fc8e
diff --git a/x11-misc/andromeda/andromeda-0.3.ebuild b/x11-misc/andromeda/andromeda-0.3.ebuild
deleted file mode 100644 (file)
index d9934f6..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="Qt4-based filemanager"
-HOMEPAGE="https://github.com/ABBAPOH/andromeda"
-SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="pdf"
-
-RDEPEND=">=dev-qt/qtcore-4.8.0:4
-       >=dev-qt/qtdbus-4.8.0:4
-       >=dev-qt/qtgui-4.8.0:4
-       >=dev-qt/qtopengl-4.8.0:4
-       >=dev-qt/qtwebkit-4.8.0:4
-       pdf? ( app-text/poppler )"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}-${PN}
-
-DOCS="TODO.txt dist/changes-*"
-
-src_configure() {
-       # avoid building manual-only tests
-       local mycmakeargs=(
-               -DDISABLE_TESTS=true
-               $(cmake-utils_use_find_package pdf PopplerQt4)
-       )
-
-       cmake-utils_src_configure
-}
diff --git a/x11-misc/andromeda/metadata.xml b/x11-misc/andromeda/metadata.xml
deleted file mode 100644 (file)
index 81e3a4c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="project">
-               <email>qt@gentoo.org</email>
-               <name>Gentoo Qt Project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">ABBAPOH/andromeda</remote-id>
-       </upstream>
-</pkgmetadata>