* [gentoo-commits] gentoo-x86 commit in app-misc/sleepyhead: sleepyhead-0.9.3.ebuild ChangeLog
@ 2013-05-18 17:58 Richard Freeman (rich0)
0 siblings, 0 replies; 2+ messages in thread
From: Richard Freeman (rich0) @ 2013-05-18 17:58 UTC (permalink / raw
To: gentoo-commits
rich0 13/05/18 17:58:19
Modified: ChangeLog
Added: sleepyhead-0.9.3.ebuild
Log:
Bump, remove upstreamed patches.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
Revision Changes Path
1.9 app-misc/sleepyhead/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 2 Mar 2013 19:31:33 -0000 1.8
+++ ChangeLog 18 May 2013 17:58:19 -0000 1.9
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/sleepyhead
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/ChangeLog,v 1.8 2013/03/02 19:31:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/ChangeLog,v 1.9 2013/05/18 17:58:19 rich0 Exp $
+
+*sleepyhead-0.9.3 (18 May 2013)
+
+ 18 May 2013; Richard Freeman <rich0@gentoo.org> +sleepyhead-0.9.3.ebuild:
+ Bump, remove upstreamed patches.
02 Mar 2013; Markos Chandras <hwoarang@gentoo.org>
sleepyhead-0.9.2.2-r1.ebuild, sleepyhead-0.9.2.2.ebuild,
1.1 app-misc/sleepyhead/sleepyhead-0.9.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild?rev=1.1&content-type=text/plain
Index: sleepyhead-0.9.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild,v 1.1 2013/05/18 17:58:19 rich0 Exp $
EAPI=4
inherit eutils qt4-r2
DESCRIPTION="Software used to analyze data from CPAP machines."
HOMEPAGE="https://sourceforge.net/apps/mediawiki/sleepyhead/index.php?title=Main_Page"
# Point to any required sources; these will be automatically downloaded by
# Portage.
SRC_URI="https://github.com/rich0/rich0-sleepyhead/tarball/${PV} -> ${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="virtual/opengl
x11-libs/libX11
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtopengl:4
dev-qt/qtwebkit:4"
RDEPEND="${DEPEND}"
S="${WORKDIR}/rich0-rich0-sleepyhead-34e0b92"
src_unpack() {
unpack ${A}
cd "${S}"
}
src_prepare() {
# qt4_src_prepare
cd "{$S}"
epatch "${FILESDIR}/common_gui.patch"
# sed -i '1i#define OF(x) x' quazip/ioapi.h quazip/unzip.c quazip/unzip.h \
# quazip/zip.c quazip/zip.h quazip/zlib.h
eqmake4 SleepyHeadQT.pro
}
src_install() {
cd "{$S}"
dobin SleepyHead || die
dodoc README || die
dodoc docs/* || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/sleepyhead: sleepyhead-0.9.3.ebuild ChangeLog
@ 2014-07-07 16:32 Richard Freeman (rich0)
0 siblings, 0 replies; 2+ messages in thread
From: Richard Freeman (rich0) @ 2014-07-07 16:32 UTC (permalink / raw
To: gentoo-commits
rich0 14/07/07 16:32:46
Modified: sleepyhead-0.9.3.ebuild ChangeLog
Log:
Added missing glu dep - 514414.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
Revision Changes Path
1.2 app-misc/sleepyhead/sleepyhead-0.9.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild?r1=1.1&r2=1.2
Index: sleepyhead-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sleepyhead-0.9.3.ebuild 18 May 2013 17:58:19 -0000 1.1
+++ sleepyhead-0.9.3.ebuild 7 Jul 2014 16:32:46 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild,v 1.1 2013/05/18 17:58:19 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild,v 1.2 2014/07/07 16:32:46 rich0 Exp $
EAPI=4
inherit eutils qt4-r2
@@ -22,7 +22,8 @@
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtopengl:4
- dev-qt/qtwebkit:4"
+ dev-qt/qtwebkit:4
+ virtual/glu"
RDEPEND="${DEPEND}"
S="${WORKDIR}/rich0-rich0-sleepyhead-34e0b92"
1.11 app-misc/sleepyhead/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 11 Nov 2013 17:16:54 -0000 1.10
+++ ChangeLog 7 Jul 2014 16:32:46 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/sleepyhead
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/ChangeLog,v 1.10 2013/11/11 17:16:54 rich0 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sleepyhead/ChangeLog,v 1.11 2014/07/07 16:32:46 rich0 Exp $
+
+ 07 Jul 2014; Richard Freeman <rich0@gentoo.org> sleepyhead-0.9.3.ebuild:
+ Added missing glu dep - 514414.
11 Nov 2013; Richard Freeman <rich0@gentoo.org> sleepyhead-9999.ebuild:
Update due to upstream changes.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-07 16:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-18 17:58 [gentoo-commits] gentoo-x86 commit in app-misc/sleepyhead: sleepyhead-0.9.3.ebuild ChangeLog Richard Freeman (rich0)
-- strict thread matches above, loose matches on Subject: below --
2014-07-07 16:32 Richard Freeman (rich0)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox