diff options
author | Richard Freeman <rich0@gentoo.org> | 2020-03-23 14:04:21 -0400 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2020-03-23 14:04:21 -0400 |
commit | 7a3342ca47b7143435cd9e5dade05347caab6a6c (patch) | |
tree | 23b1dbd437b3df1a1f1edc34df238a1512d701ef /app-misc | |
parent | profiles: Add alternative suggestion to media-video/gtk-recordmydesktop (diff) | |
download | gentoo-7a3342ca47b7143435cd9e5dade05347caab6a6c.tar.gz gentoo-7a3342ca47b7143435cd9e5dade05347caab6a6c.tar.bz2 gentoo-7a3342ca47b7143435cd9e5dade05347caab6a6c.zip |
app-misc/sleepyhead: remote last rited package
Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/sleepyhead/Manifest | 1 | ||||
-rw-r--r-- | app-misc/sleepyhead/files/common_gui.patch | 12 | ||||
-rw-r--r-- | app-misc/sleepyhead/metadata.xml | 11 | ||||
-rw-r--r-- | app-misc/sleepyhead/sleepyhead-1.0.0_beta2.ebuild | 53 |
4 files changed, 0 insertions, 77 deletions
diff --git a/app-misc/sleepyhead/Manifest b/app-misc/sleepyhead/Manifest deleted file mode 100644 index 7ddafd22e4de..000000000000 --- a/app-misc/sleepyhead/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sleepyhead-1.0.0_beta2.tar.bz2 3404013 BLAKE2B a5cf9fcb6a1c91786fffd2cbb2505ebc9608d83f5b6fc4e39fcf74def369a6fd1a40e23bf164c840956a9fe2f2c25ccf7313a95098eb6829632971a6a924ff61 SHA512 147a853bd77e6277b70d5d70f9b82f46c3f6328283c30b38d77e698146519367c9fa02f8fb21c687237657ceb78d7bc9ee07e4e8ccdbe41652ddd8dc55049eca 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/* -} |