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 144C0139085 for ; Sun, 29 Jan 2017 09:44:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 154DE234009; Sun, 29 Jan 2017 09:44:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8C51234009 for ; Sun, 29 Jan 2017 09:44:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CFFD34165F for ; Sun, 29 Jan 2017 09:44:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4219399F for ; Sun, 29 Jan 2017 09:44:46 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1485683080.e6db6c3290c8940a7cab5bc61930516c1b829334.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/skype-call-recorder/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/skype-call-recorder/Manifest media-sound/skype-call-recorder/skype-call-recorder-0.8.ebuild X-VCS-Directories: media-sound/skype-call-recorder/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e6db6c3290c8940a7cab5bc61930516c1b829334 X-VCS-Branch: master Date: Sun, 29 Jan 2017 09:44:46 +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: e9930aac-c598-413f-b10e-ca541eeddde4 X-Archives-Hash: 29b40a352ed2a40d882ae8105cf8283b commit: e6db6c3290c8940a7cab5bc61930516c1b829334 Author: Johannes Huber gentoo org> AuthorDate: Sun Jan 29 09:44:25 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jan 29 09:44:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6db6c32 media-sound/skype-call-recorder: Remove 0.8.0 Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-sound/skype-call-recorder/Manifest | 1 - .../skype-call-recorder-0.8.ebuild | 39 ---------------------- 2 files changed, 40 deletions(-) diff --git a/media-sound/skype-call-recorder/Manifest b/media-sound/skype-call-recorder/Manifest index fb304f1..c00e357 100644 --- a/media-sound/skype-call-recorder/Manifest +++ b/media-sound/skype-call-recorder/Manifest @@ -1,2 +1 @@ DIST skype-call-recorder-0.11.tar.gz 88079 SHA256 284268dc9634b67eb2d991daa0e3954ecb93b383a20ac1e89586e0f35d6629c2 SHA512 b0de83bb9b6d3db953de3443db4ee79884df83cc0f03c606d932efe036f80f75232969e424df61e5b8c9d00cd748f3067d5209ff353b58440af711e9dff58e53 WHIRLPOOL 762fca3df340bffe3ba998a4aec66fd50000bc21b3a1f1844c90bc1f19f3865977d565c308ac7e1f0103d248d205d0e1948d6949551e3d106d093f6983e32a2c -DIST skype-call-recorder-0.8.tar.gz 83842 SHA256 b115f728e09602cca7aa51479faa868de1f9b7cf887ed3d7c82f4935309c32c6 SHA512 f93b4aaf4f03b05bd74500485715b0ce97212f82ab9c9c1eeab57cc9589012ff4a96d81829f51605975328db27d0a6ab20c88e78c513ff61bb4e4b8038ca2b3c WHIRLPOOL 1f6fb8bce06bd98cca999fa86afaaa0bb0ba5970414d9fd90e247f95148d9afc7ba5a4a8d7292fc7064d624faa559636a0a5ddf79aa59a5eaeb04934166f81e0 diff --git a/media-sound/skype-call-recorder/skype-call-recorder-0.8.ebuild b/media-sound/skype-call-recorder/skype-call-recorder-0.8.ebuild deleted file mode 100644 index ce6bcfc..00000000 --- a/media-sound/skype-call-recorder/skype-call-recorder-0.8.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit cmake-utils flag-o-matic - -DESCRIPTION="Records Skype calls to MP3/Ogg/WAV files" -HOMEPAGE="http://atdot.ch/scr/" -SRC_URI="http://atdot.ch/scr/files/${PV}/${P}.tar.gz" - -LICENSE="|| ( GPL-2 GPL-3 )" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="debug" - -DEPEND=" - media-libs/id3lib - >=media-libs/libogg-1.2.0 - >=media-libs/libvorbis-1.2.0 - media-sound/lame - >=dev-qt/qtcore-4.4:4 - >=dev-qt/qtdbus-4.4:4 - >=dev-qt/qtgui-4.4:4 -" -RDEPEND="${DEPEND} - net-im/skype[-qt-static(-)] -" - -PATCHES=( - "${FILESDIR}/${P}-cmake.patch" -) - -src_prepare() { - cmake-utils_src_prepare - - append-ldflags $(no-as-needed) -lvorbis -logg # bug 482744 -}