diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-03 23:18:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-03 23:25:37 +0200 |
commit | 764bd0aec1469a57b278cfa73f53631f7b24bb13 (patch) | |
tree | 587b32e563dcfe13c3fcde92718ecbdb9c4d9c8a /x11-misc | |
parent | media-video/lives: Remove last-rited pkg (diff) | |
download | gentoo-764bd0aec1469a57b278cfa73f53631f7b24bb13.tar.gz gentoo-764bd0aec1469a57b278cfa73f53631f7b24bb13.tar.bz2 gentoo-764bd0aec1469a57b278cfa73f53631f7b24bb13.zip |
x11-misc/andromeda: Remove last-rited pkg
Gentoo-bug: 602260
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/andromeda/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/andromeda/andromeda-0.3.ebuild | 36 | ||||
-rw-r--r-- | x11-misc/andromeda/metadata.xml | 11 |
3 files changed, 0 insertions, 48 deletions
diff --git a/x11-misc/andromeda/Manifest b/x11-misc/andromeda/Manifest deleted file mode 100644 index a0dca1dfe51c..000000000000 --- a/x11-misc/andromeda/Manifest +++ /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 index d9934f655a39..000000000000 --- a/x11-misc/andromeda/andromeda-0.3.ebuild +++ /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 index 81e3a4c5be0c..000000000000 --- a/x11-misc/andromeda/metadata.xml +++ /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> |