Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/andromeda/
Date: Mon, 03 Apr 2017 21:25:54
Message-Id: 1491254737.764bd0aec1469a57b278cfa73f53631f7b24bb13.asturm@gentoo
1 commit: 764bd0aec1469a57b278cfa73f53631f7b24bb13
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 3 21:18:34 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 3 21:25:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764bd0ae
7
8 x11-misc/andromeda: Remove last-rited pkg
9
10 Gentoo-bug: 602260
11
12 x11-misc/andromeda/Manifest | 1 -
13 x11-misc/andromeda/andromeda-0.3.ebuild | 36 ---------------------------------
14 x11-misc/andromeda/metadata.xml | 11 ----------
15 3 files changed, 48 deletions(-)
16
17 diff --git a/x11-misc/andromeda/Manifest b/x11-misc/andromeda/Manifest
18 deleted file mode 100644
19 index a0dca1dfe51..00000000000
20 --- a/x11-misc/andromeda/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST andromeda-0.3.tar.gz 2225274 SHA256 f0fad0017b95a6b2a2c4d253b96ae114fd58a30a9421ed9944f49178915fc078 SHA512 a9600490b68cee92ae2bc0ff9d34d18ca1708806b4e345d49309cabd7156702315123e319542014bb7207c637b931ba64bf9bc403f44be45550c068881fcf80c WHIRLPOOL 815e93556bb72edc82707d5452d87261362cd083654e26ce5f3db8592f121e658759c09ce3352b14340e0a332e5641e14341f7c62a22cf15f2f4218d4026fc8e
24
25 diff --git a/x11-misc/andromeda/andromeda-0.3.ebuild b/x11-misc/andromeda/andromeda-0.3.ebuild
26 deleted file mode 100644
27 index d9934f655a3..00000000000
28 --- a/x11-misc/andromeda/andromeda-0.3.ebuild
29 +++ /dev/null
30 @@ -1,36 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -inherit cmake-utils
36 -
37 -DESCRIPTION="Qt4-based filemanager"
38 -HOMEPAGE="https://github.com/ABBAPOH/andromeda"
39 -SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.tar.gz"
40 -
41 -LICENSE="LGPL-2.1"
42 -SLOT="0"
43 -KEYWORDS="~amd64"
44 -IUSE="pdf"
45 -
46 -RDEPEND=">=dev-qt/qtcore-4.8.0:4
47 - >=dev-qt/qtdbus-4.8.0:4
48 - >=dev-qt/qtgui-4.8.0:4
49 - >=dev-qt/qtopengl-4.8.0:4
50 - >=dev-qt/qtwebkit-4.8.0:4
51 - pdf? ( app-text/poppler )"
52 -DEPEND="${RDEPEND}"
53 -
54 -S=${WORKDIR}/${PN}-${PN}
55 -
56 -DOCS="TODO.txt dist/changes-*"
57 -
58 -src_configure() {
59 - # avoid building manual-only tests
60 - local mycmakeargs=(
61 - -DDISABLE_TESTS=true
62 - $(cmake-utils_use_find_package pdf PopplerQt4)
63 - )
64 -
65 - cmake-utils_src_configure
66 -}
67
68 diff --git a/x11-misc/andromeda/metadata.xml b/x11-misc/andromeda/metadata.xml
69 deleted file mode 100644
70 index 81e3a4c5be0..00000000000
71 --- a/x11-misc/andromeda/metadata.xml
72 +++ /dev/null
73 @@ -1,11 +0,0 @@
74 -<?xml version="1.0" encoding="UTF-8"?>
75 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
76 -<pkgmetadata>
77 - <maintainer type="project">
78 - <email>qt@g.o</email>
79 - <name>Gentoo Qt Project</name>
80 - </maintainer>
81 - <upstream>
82 - <remote-id type="github">ABBAPOH/andromeda</remote-id>
83 - </upstream>
84 -</pkgmetadata>