diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-21 11:19:11 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-21 11:19:40 +0100 |
commit | aae48a15f2d9732ea2194f5f390e295e9e270114 (patch) | |
tree | 608389f2eb4cf7afb1f1cb90cb95bd8caa8a0f28 /app-misc | |
parent | media-sound/clementine: qt5-lconvert.patch upstreamed (diff) | |
download | gentoo-aae48a15f2d9732ea2194f5f390e295e9e270114.tar.gz gentoo-aae48a15f2d9732ea2194f5f390e295e9e270114.tar.bz2 gentoo-aae48a15f2d9732ea2194f5f390e295e9e270114.zip |
app-misc/sleepyhead: Drop outdated live ebuild
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/sleepyhead/sleepyhead-9999.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/app-misc/sleepyhead/sleepyhead-9999.ebuild b/app-misc/sleepyhead/sleepyhead-9999.ebuild deleted file mode 100644 index 36e00d73fd3d..000000000000 --- a/app-misc/sleepyhead/sleepyhead-9999.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils git-2 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. -EGIT_REPO_URI="https://github.com/rich0/rich0-sleepyhead.git" -EGIT_BRANCH="rich-test" - -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="" - -IUSE="debug" - -DEPEND="virtual/opengl:= - x11-libs/libX11:= - dev-qt/qtcore:4= - dev-qt/qtgui:4= - dev-qt/qtopengl:4= - dev-qt/qtwebkit:4= - dev-libs/quazip:=[qt4]" -RDEPEND="${DEPEND}" - -src_unpack() { -git-2_src_unpack -} - -src_prepare() { -# qt4_src_prepare - cd "{$S}" -# 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/SleepyHead || die - dodoc README || die - dodoc sleepyhead/docs/* || die -} |