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 062221382C5 for ; Sun, 14 Feb 2021 20:05:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62691E09AE; Sun, 14 Feb 2021 20:04:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3A7D0E09AE for ; Sun, 14 Feb 2021 20:04:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 66117340E6C for ; Sun, 14 Feb 2021 20:04:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7DD54DB for ; Sun, 14 Feb 2021 20:04:43 +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: <1613333071.63342f6ce069c644a6dd157ea1e9b620988e4901.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/wildmidi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/wildmidi/Manifest media-sound/wildmidi/wildmidi-0.3.13.ebuild X-VCS-Directories: media-sound/wildmidi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 63342f6ce069c644a6dd157ea1e9b620988e4901 X-VCS-Branch: master Date: Sun, 14 Feb 2021 20:04:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5dad9947-8bd3-4784-aa6c-966ca1efdaaa X-Archives-Hash: d4bdaaeded28b1d126d93305477f031b commit: 63342f6ce069c644a6dd157ea1e9b620988e4901 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 14 20:04:16 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 14 20:04:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63342f6c media-sound/wildmidi: Drop 0.3.13 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/wildmidi/Manifest | 1 - media-sound/wildmidi/wildmidi-0.3.13.ebuild | 75 ----------------------------- 2 files changed, 76 deletions(-) diff --git a/media-sound/wildmidi/Manifest b/media-sound/wildmidi/Manifest index 9e30ac003bb..c76b733e91d 100644 --- a/media-sound/wildmidi/Manifest +++ b/media-sound/wildmidi/Manifest @@ -1,2 +1 @@ -DIST wildmidi-0.3.13.tar.gz 132407 BLAKE2B 5f603adb7583d47ca0595a48a385412d09ca8b19e99c93ba474d91076fa17a54e12e08bb39ea73d16c07addeab86e6c9d8b778d19045ef6b7d551d041bbc58fa SHA512 e9ede8a98c97e57a7bd34e63fc725a1b47bbff6b41f5dca101249917f0e7756ce4d93a84b8d5b6f592687fd3deed369c22c727873c9bdd1bea6e8c31fdbb4fdb DIST wildmidi-0.4.3.tar.gz 196750 BLAKE2B 580903dd1e7dc61193b593f3706d5070ae5cf26394919f8d632098aa0dda14d8d65631c902a6a01d02d046e639df4d66727849954b5d6f76dba8d12235e20b8d SHA512 7e86e998ee97cdf57328e4cf5ef52a64926fd01999879c0eae5b6c823be4e6d116f7026230bd15d209e6616fbc7ba1c29ebd1f3be04735e341ce5c83298f956f diff --git a/media-sound/wildmidi/wildmidi-0.3.13.ebuild b/media-sound/wildmidi/wildmidi-0.3.13.ebuild deleted file mode 100644 index dfe904340d1..00000000000 --- a/media-sound/wildmidi/wildmidi-0.3.13.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils readme.gentoo-r1 - -DESCRIPTION="Midi processing library and a midi player using the gus patch set" -HOMEPAGE="http://www.mindwerks.net/projects/wildmidi/" -SRC_URI="https://github.com/Mindwerks/${PN}/archive/${P}.tar.gz" - -LICENSE="GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc ppc64 x86" -IUSE="+alsa openal oss +player" - -DEPEND=" - player? ( - alsa? ( media-libs/alsa-lib ) - openal? ( media-libs/openal ) - ) -" -RDEPEND="${DEPEND} - media-sound/timidity-freepats -" - -REQUIRED_USE="player? ( ^^ ( alsa oss openal ) )" - -DOC_CONTENTS="${PN} is using timidity-freepats for midi playback. - A default configuration file was placed on /etc/${PN}/${PN}.cfg. - For more information please read the ${PN}.cfg manpage." - -S="${WORKDIR}"/${PN}-${P} - -src_prepare() { - # alsa openal oss only make sense if player is enabled. See CMakeLists.txt - if ! use player && (use alsa || use openal || use oss); then - ewarn "The 'alsa', 'openal' and 'oss' use flags only make sense if" - ewarn "the 'player' use flags is selected and as a result they will be" - ewarn "ignored in this build" - fi - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DWANT_ALSA=$(usex alsa) - -DWANT_OPENAL=$(usex openal) - -DWANT_OSS=$(usex oss) - -DWANT_PLAYER=$(usex player) - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - find "${D}" -name '*.la' -delete || die - - insinto /etc/${PN}/ - doins cfg/${PN}.cfg - - readme.gentoo_create_doc -} - -pkg_postinst() { - if [[ -e "${ROOT}"/etc/${PN}.cfg ]]; then - elog - elog "Old /etc/${PN}.cfg detected!" - elog "Please migrate your configuration file to" - elog "/etc/${PN}/ directory which is now the default" - elog "location for the ${PN} configuration file." - elog - fi -}