From: "Richard Freeman" <rich0@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/sleepyhead/
Date: Sun, 5 Nov 2017 21:43:37 +0000 (UTC) [thread overview]
Message-ID: <1509918208.28d0bdd20453d231a09a8838deacf441ab7a7df5.rich0@gentoo> (raw)
commit: 28d0bdd20453d231a09a8838deacf441ab7a7df5
Author: Richard Freeman <rich0 <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 5 21:38:41 2017 +0000
Commit: Richard Freeman <rich0 <AT> gentoo <DOT> org>
CommitDate: Sun Nov 5 21:43:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d0bdd2
app-misc/sleepyhead: clean out old qt4 versions
Package-Manager: Portage-2.3.8, Repoman-2.3.4
app-misc/sleepyhead/Manifest | 2 -
app-misc/sleepyhead/sleepyhead-0.9.2.2-r1.ebuild | 52 ------------------------
app-misc/sleepyhead/sleepyhead-0.9.2.2.ebuild | 49 ----------------------
app-misc/sleepyhead/sleepyhead-0.9.3.ebuild | 50 -----------------------
4 files changed, 153 deletions(-)
diff --git a/app-misc/sleepyhead/Manifest b/app-misc/sleepyhead/Manifest
index 058d74feb0f..c65e15a18dd 100644
--- a/app-misc/sleepyhead/Manifest
+++ b/app-misc/sleepyhead/Manifest
@@ -1,3 +1 @@
-DIST sleepyhead-0.9.2.2.tgz 1399077 SHA256 49bcc7cf2b8351026a1f30b44d71a8500b9c74c6f6ac1aeeb14ca3b039ee7123 SHA512 bb6219c8575b8723b2db063d9a40b164d1aa50223b63468457c85b18895aefc74835d55bcd1f7d0e48e942531bd77041a749e44d870189d9ba011ad85d13c7fa WHIRLPOOL 3e1955aa2d1ab96da8a4f091f15538ba2bd091d935a2b9acaa012c7aadf304e7dcf5cf0f3284e0ed4c29d11f39420f236144adcaec0646f0f4d879c375a822c8
-DIST sleepyhead-0.9.3.tgz 1804053 SHA256 b807f12c3f767037dd2e5bfdeb1f353e425ad537509be4cf3918ec61cf2efea2 SHA512 e50476e9b64ce056d33a55798a86b26fef6db4e8c6058e4e6c5c547e15acb745ea5d79bf3978713583da943626b2395894ed8109fa30a55ca15fa53ff29a2ac9 WHIRLPOOL 5759d97c0309a5c9f312ae9fde85531bc718da4fffe375d6f08b06dd2f34877e935339fa56634f482a3bfc66877c0ad0f4577832f3f89a64ec24dc18b880b826
DIST sleepyhead-1.0.0_beta2.tar.bz2 3404013 SHA256 db6152a47df69c5cf85a75171d64c2208a953d838ea5c974c2399e8d7cc94353 SHA512 147a853bd77e6277b70d5d70f9b82f46c3f6328283c30b38d77e698146519367c9fa02f8fb21c687237657ceb78d7bc9ee07e4e8ccdbe41652ddd8dc55049eca WHIRLPOOL f07f7dc916e93e213998daecdb469b838e10c642ce87bbdba415e89eccbdab3392b5cbd8414e391270ccd8687b2cdc1c7777ebc8e098ec8eac43ab5d6702a2cc
diff --git a/app-misc/sleepyhead/sleepyhead-0.9.2.2-r1.ebuild b/app-misc/sleepyhead/sleepyhead-0.9.2.2-r1.ebuild
deleted file mode 100644
index ca723883d46..00000000000
--- a/app-misc/sleepyhead/sleepyhead-0.9.2.2-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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-86250b9"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-}
-
-src_prepare() {
-# qt4_src_prepare
- cd "{$S}"
- epatch "${FILESDIR}/gitfix.patch"
- epatch "${FILESDIR}/prs1-64fix.patch"
- epatch "${FILESDIR}/prs1-code8fix.patch"
- 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
-}
diff --git a/app-misc/sleepyhead/sleepyhead-0.9.2.2.ebuild b/app-misc/sleepyhead/sleepyhead-0.9.2.2.ebuild
deleted file mode 100644
index 1ece62067ec..00000000000
--- a/app-misc/sleepyhead/sleepyhead-0.9.2.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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-86250b9"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-}
-
-src_prepare() {
-# qt4_src_prepare
- cd "{$S}"
- epatch "${FILESDIR}/gitfix.patch"
- epatch "${FILESDIR}/prs1-64fix.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
-}
diff --git a/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild b/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild
deleted file mode 100644
index 0f42e2e1ab2..00000000000
--- a/app-misc/sleepyhead/sleepyhead-0.9.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
- virtual/glu"
-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
-}
next reply other threads:[~2017-11-05 21:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-05 21:43 Richard Freeman [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-11-21 10:19 [gentoo-commits] repo/gentoo:master commit in: app-misc/sleepyhead/ Andreas Sturmlechner
2017-07-30 8:47 Michał Górny
2017-07-09 16:08 Richard Freeman
2017-06-04 20:58 Richard Freeman
2016-10-29 10:19 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1509918208.28d0bdd20453d231a09a8838deacf441ab7a7df5.rich0@gentoo \
--to=rich0@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox