summaryrefslogtreecommitdiff
path: root/app-misc/sleepyhead
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /app-misc/sleepyhead
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'app-misc/sleepyhead')
-rw-r--r--app-misc/sleepyhead/Manifest4
-rw-r--r--app-misc/sleepyhead/files/common_gui.patch12
-rw-r--r--app-misc/sleepyhead/metadata.xml11
-rw-r--r--app-misc/sleepyhead/sleepyhead-1.0.0_beta2.ebuild53
4 files changed, 0 insertions, 80 deletions
diff --git a/app-misc/sleepyhead/Manifest b/app-misc/sleepyhead/Manifest
deleted file mode 100644
index 125d0ea55fe7..000000000000
--- a/app-misc/sleepyhead/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX common_gui.patch 246 BLAKE2B f4b6c9889322f709a19673529d61d8719a55c692d9aeeb2a174ae86134fffc2216a77002ddd1544326e97ad8c0685c8311ad81fe660b22120c47718275b3be29 SHA512 952027395ac82fa3960c5efe9b98acf4a2232380a59fd9d71112ea57d26c94fc9f497e9c1c6e6fd48820f3042b16cc88d9f8b95285e857f1b5580a7e00acf442
-DIST sleepyhead-1.0.0_beta2.tar.bz2 3404013 BLAKE2B a5cf9fcb6a1c91786fffd2cbb2505ebc9608d83f5b6fc4e39fcf74def369a6fd1a40e23bf164c840956a9fe2f2c25ccf7313a95098eb6829632971a6a924ff61 SHA512 147a853bd77e6277b70d5d70f9b82f46c3f6328283c30b38d77e698146519367c9fa02f8fb21c687237657ceb78d7bc9ee07e4e8ccdbe41652ddd8dc55049eca
-EBUILD sleepyhead-1.0.0_beta2.ebuild 1156 BLAKE2B 62e8efbf1bf82e19df4974ba62044852ff3a84e23e79d382fe9ed229678f59facae66a2c3fd6d3f6211995e269d901ebd84f8893efe9d92ee63b81301b4cb4a0 SHA512 4481a5f26dc7f22e7ff34a05e35a32a07cedba753e8e532d0967ad52f35c2eb1c1ac4d5f97e8fe5a36a22204769fe7dd2e96c55f40f79b5f9c4c919e95b86637
-MISC metadata.xml 409 BLAKE2B 1777997bf87537da1a8337390065482b53fc2acae84137ebbc54fd13b221b8fc9c48a799ac9efcc6e4853f3610bab85a44679b5780fabaa0b46e1c5e20cedab9 SHA512 bd3522a2a682e51f61f5c38db6003365e06226a2015fe2aa81ed638852a663084da4d4d39962abb36aacc37462d84b706e4b35023e265635904a4d1874044ae8
diff --git a/app-misc/sleepyhead/files/common_gui.patch b/app-misc/sleepyhead/files/common_gui.patch
deleted file mode 100644
index 6e41e0ac4ce9..000000000000
--- a/app-misc/sleepyhead/files/common_gui.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/common_gui.cpp b/common_gui.cpp
-index 0f38ce8..36b0b9e 100644
---- a/common_gui.cpp
-+++ b/common_gui.cpp
-@@ -6,6 +6,7 @@
-
- #include "common_gui.h"
- #include "qglobal.h"
-+#include <unistd.h>
-
- #ifdef Q_WS_WIN32
- #include "windows.h"
diff --git a/app-misc/sleepyhead/metadata.xml b/app-misc/sleepyhead/metadata.xml
deleted file mode 100644
index cabb7c423f61..000000000000
--- a/app-misc/sleepyhead/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>rich0@gentoo.org</email>
- </maintainer>
- <longdescription>QT-based application used to analyze data from various CPAP machines.</longdescription>
- <upstream>
- <remote-id type="github">rich0/rich0-sleepyhead</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-misc/sleepyhead/sleepyhead-1.0.0_beta2.ebuild b/app-misc/sleepyhead/sleepyhead-1.0.0_beta2.ebuild
deleted file mode 100644
index dfebd75552c2..000000000000
--- a/app-misc/sleepyhead/sleepyhead-1.0.0_beta2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils qmake-utils
-DESCRIPTION="Software used to analyze data from CPAP machines"
-HOMEPAGE="https://sleepyhead.jedimark.net/"
-
-# Point to any required sources; these will be automatically downloaded by
-# Portage.
-SRC_URI="https://gitlab.com/sleepyhead/sleepyhead-code/repository/archive.tar.bz2?ref=1.0.0-beta-2 -> ${P}.tar.bz2"
-LICENSE="GPL-3"
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-IUSE=""
-
-DEPEND="virtual/opengl
- x11-libs/libX11
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtopengl:5
- dev-qt/qtwebkit:5
- dev-qt/qtserialport:5
- virtual/glu"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/sleepyhead-code-1.0.0-beta-2-6b1c125218475720e1bf7c920ed3d10140b0b7c2"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-}
-
-src_prepare() {
- eapply_user
- rm configure
- cd "${S}/3rdparty/quazip/"
-# 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
- cd "${S}"
- eqmake5 SleepyHeadQT.pro
-}
-
-src_install() {
- cd "${S}/sleepyhead"
- dobin SleepyHead
- dodoc ../README
- dodoc docs/*
-}