From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 313251396D9 for ; Tue, 21 Nov 2017 10:19:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57C39E0EE0; Tue, 21 Nov 2017 10:19:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19FB8E0EE0 for ; Tue, 21 Nov 2017 10:19:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5679534069A for ; Tue, 21 Nov 2017 10:19:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7B3FA25E for ; Tue, 21 Nov 2017 10:19:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1511259580.aae48a15f2d9732ea2194f5f390e295e9e270114.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/sleepyhead/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/sleepyhead/sleepyhead-9999.ebuild X-VCS-Directories: app-misc/sleepyhead/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aae48a15f2d9732ea2194f5f390e295e9e270114 X-VCS-Branch: master Date: Tue, 21 Nov 2017 10:19:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1705da55-1e3c-4e38-bb31-6954407448ae X-Archives-Hash: d031c0912a69f56e84b186378fa70d02 commit: aae48a15f2d9732ea2194f5f390e295e9e270114 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 21 10:19:11 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 21 10:19:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae48a15 app-misc/sleepyhead: Drop outdated live ebuild Package-Manager: Portage-2.3.13, Repoman-2.3.4 app-misc/sleepyhead/sleepyhead-9999.ebuild | 47 ------------------------------ 1 file changed, 47 deletions(-) diff --git a/app-misc/sleepyhead/sleepyhead-9999.ebuild b/app-misc/sleepyhead/sleepyhead-9999.ebuild deleted file mode 100644 index 36e00d73fd3..00000000000 --- 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 -}