Gentoo Archives: gentoo-commits

From: "Richard Freeman (rich0)" <rich0@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/sleepyhead: ChangeLog sleepyhead-9999.ebuild
Date: Sat, 24 Nov 2012 18:11:46
Message-Id: 20121124181134.E444B20C65@flycatcher.gentoo.org
1 rich0 12/11/24 18:11:34
2
3 Modified: ChangeLog
4 Added: sleepyhead-9999.ebuild
5 Log:
6 Add live ebuild for testing.
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
9
10 Revision Changes Path
11 1.7 app-misc/sleepyhead/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 12 Nov 2012 01:48:06 -0000 1.6
24 +++ ChangeLog 24 Nov 2012 18:11:34 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-misc/sleepyhead
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/ChangeLog,v 1.6 2012/11/12 01:48:06 rich0 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/ChangeLog,v 1.7 2012/11/24 18:11:34 rich0 Exp $
30 +
31 +*sleepyhead-9999 (24 Nov 2012)
32 +
33 + 24 Nov 2012; Richard Freeman <rich0@g.o> +sleepyhead-9999.ebuild:
34 + Add live ebuild for testing.
35
36 12 Nov 2012; Richard Freeman <rich0@g.o> sleepyhead-0.9.2.2-r1.ebuild,
37 +files/common_gui.patch:
38
39
40
41 1.1 app-misc/sleepyhead/sleepyhead-9999.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/sleepyhead-9999.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/sleepyhead-9999.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sleepyhead-9999.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/sleepyhead-9999.ebuild,v 1.1 2012/11/24 18:11:34 rich0 Exp $
51
52 EAPI=4
53 inherit eutils git-2 qt4-r2
54 DESCRIPTION="Software used to analyze data from CPAP machines."
55 HOMEPAGE="https://sourceforge.net/apps/mediawiki/sleepyhead/index.php?title=Main_Page"
56
57 # Point to any required sources; these will be automatically downloaded by
58 # Portage.
59 EGIT_REPO_URI="git://github.com/rich0/rich0-sleepyhead.git"
60 EGIT_BRANCH="rich-test"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64
65 KEYWORDS="~amd64"
66
67 IUSE="debug"
68
69 DEPEND="virtual/opengl
70 x11-libs/libX11
71 x11-libs/qt-core:4
72 x11-libs/qt-gui:4
73 x11-libs/qt-opengl:4
74 x11-libs/qt-webkit:4"
75 RDEPEND="${DEPEND}"
76
77 src_unpack() {
78 git-2_src_unpack
79 }
80
81 src_prepare() {
82 # qt4_src_prepare
83 cd "{$S}/sleepyhead-9999"
84 # sed -i '1i#define OF(x) x' quazip/ioapi.h quazip/unzip.c quazip/unzip.h \
85 # quazip/zip.c quazip/zip.h quazip/zlib.h
86 eqmake4 SleepyHeadQT.pro
87 }
88
89 src_install() {
90 cd "{$S}/sleepyhead-9999"
91 dobin SleepyHead || die
92 dodoc README || die
93 dodoc docs/* || die
94 }