Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/sleepyhead/
Date: Tue, 21 Nov 2017 10:19:56
Message-Id: 1511259580.aae48a15f2d9732ea2194f5f390e295e9e270114.asturm@gentoo
1 commit: aae48a15f2d9732ea2194f5f390e295e9e270114
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 21 10:19:11 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 21 10:19:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae48a15
7
8 app-misc/sleepyhead: Drop outdated live ebuild
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 app-misc/sleepyhead/sleepyhead-9999.ebuild | 47 ------------------------------
13 1 file changed, 47 deletions(-)
14
15 diff --git a/app-misc/sleepyhead/sleepyhead-9999.ebuild b/app-misc/sleepyhead/sleepyhead-9999.ebuild
16 deleted file mode 100644
17 index 36e00d73fd3..00000000000
18 --- a/app-misc/sleepyhead/sleepyhead-9999.ebuild
19 +++ /dev/null
20 @@ -1,47 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils git-2 qt4-r2
26 -DESCRIPTION="Software used to analyze data from CPAP machines"
27 -HOMEPAGE="https://sourceforge.net/apps/mediawiki/sleepyhead/index.php?title=Main_Page"
28 -
29 -# Point to any required sources; these will be automatically downloaded by
30 -# Portage.
31 -EGIT_REPO_URI="https://github.com/rich0/rich0-sleepyhead.git"
32 -EGIT_BRANCH="rich-test"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -
37 -KEYWORDS=""
38 -
39 -IUSE="debug"
40 -
41 -DEPEND="virtual/opengl:=
42 - x11-libs/libX11:=
43 - dev-qt/qtcore:4=
44 - dev-qt/qtgui:4=
45 - dev-qt/qtopengl:4=
46 - dev-qt/qtwebkit:4=
47 - dev-libs/quazip:=[qt4]"
48 -RDEPEND="${DEPEND}"
49 -
50 -src_unpack() {
51 -git-2_src_unpack
52 -}
53 -
54 -src_prepare() {
55 -# qt4_src_prepare
56 - cd "{$S}"
57 -# sed -i '1i#define OF(x) x' quazip/ioapi.h quazip/unzip.c quazip/unzip.h \
58 -# quazip/zip.c quazip/zip.h quazip/zlib.h
59 - eqmake4 SleepyHeadQT.pro
60 -}
61 -
62 -src_install() {
63 - cd "{$S}"
64 - dobin sleepyhead/SleepyHead || die
65 - dodoc README || die
66 - dodoc sleepyhead/docs/* || die
67 -}