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 0160B138350 for ; Thu, 19 Mar 2020 17:21:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C3F4E0EBF; Thu, 19 Mar 2020 17:20:44 +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 CA3AFE0EBF for ; Thu, 19 Mar 2020 17:20:43 +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 C77F134F321 for ; Thu, 19 Mar 2020 17:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 425CF193 for ; Thu, 19 Mar 2020 17:20:39 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1584638412.d3b0f75f63c215b3e53033cbf93deea4f6de11f2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdemu-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/cdemu-daemon/Manifest app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild X-VCS-Directories: app-cdr/cdemu-daemon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d3b0f75f63c215b3e53033cbf93deea4f6de11f2 X-VCS-Branch: master Date: Thu, 19 Mar 2020 17:20:39 +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: 75fd909b-afa7-409b-aced-a5ace018ebb9 X-Archives-Hash: 42e8450412bf71426277eb9aceada667 commit: d3b0f75f63c215b3e53033cbf93deea4f6de11f2 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 19 17:05:33 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 19 17:20:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b0f75f app-cdr/cdemu-daemon: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> app-cdr/cdemu-daemon/Manifest | 1 - app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild | 42 -------------------------- 2 files changed, 43 deletions(-) diff --git a/app-cdr/cdemu-daemon/Manifest b/app-cdr/cdemu-daemon/Manifest index 29f3b77c17d..196d99db88e 100644 --- a/app-cdr/cdemu-daemon/Manifest +++ b/app-cdr/cdemu-daemon/Manifest @@ -1,2 +1 @@ -DIST cdemu-daemon-3.2.3.tar.bz2 83130 BLAKE2B 2be64beb662ebeb51d75a34bccece5f5eede8abe447d4d0be60bf1bbe4e1f9ac6eeaa67783f763f4966571cf4e13fb9b61610ead40d8a13842400f48bb3b1618 SHA512 a1c7fdea9e32e71591a29de98f28dd4d2d0ffb972861916ab287ff33f5f070da8fcc113b602e4b02fd08a72f7361ae85440ef5eb156e312a849cd716207026a7 DIST cdemu-daemon-3.2.4.tar.bz2 83580 BLAKE2B 56cfde3b9b9a98ba0da629deac717a740b7c92c67195ac282af5337f0e782b555f53221741a59abf3e78faacd066e34a722d08e27cef6fd1082cb75b46eb3ace SHA512 b5dd19a9325773e22c1910ae02f351803fb4f02197eaf5d41a984b4898a5fb0f027c70791d4c25553a9b589273fa3578d3cb12aa7a056f8639b341bd2ab44291 diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild deleted file mode 100644 index b538cf3f7ce..00000000000 --- a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-utils - -DESCRIPTION="Daemon of the CDEmu optical media image mounting suite" -HOMEPAGE="https://cdemu.sourceforge.io" -SRC_URI="https://download.sourceforge.net/cdemu/cdemu-daemon/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0/7" # subslot = CDEMU_DAEMON_INTERFACE_VERSION_MAJOR in CMakeLists.txt -KEYWORDS="amd64 x86" -IUSE="" - -COMMON_DEPEND=">=dev-libs/glib-2.38:2 - >=dev-libs/libmirage-3.2.0:= - >=media-libs/libao-0.8.0:=" -DEPEND="${COMMON_DEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" -RDEPEND="${COMMON_DEPEND} - sys-apps/dbus - >=sys-fs/vhba-20130607" - -DOCS=( AUTHORS README ) - -pkg_postinst() { - elog "You will need to load the vhba module to use cdemu devices:" - elog " # modprobe vhba" - elog "To automatically load the vhba module at boot time, edit your" - elog "/etc/conf.d/modules file." - - if [[ -e "${ROOT}/etc/conf.d/cdemud" ]]; then - elog - elog "${PN} no longer installs an init.d service; instead, it is" - elog "automatically activated when needed via dbus." - elog "You can therefore remove ${ROOT}/etc/conf.d/cdemud" - fi -}