From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdemu-daemon/
Date: Thu, 10 Feb 2022 10:27:09 +0000 (UTC) [thread overview]
Message-ID: <1644488827.a2bc691add062fd5c1425791b00a0682f3a323b8.mgorny@gentoo> (raw)
commit: a2bc691add062fd5c1425791b00a0682f3a323b8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 10 10:20:48 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 10 10:27:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bc691a
app-cdr/cdemu-daemon: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-cdr/cdemu-daemon/Manifest | 2 --
app-cdr/cdemu-daemon/cdemu-daemon-3.2.4.ebuild | 42 -----------------------
app-cdr/cdemu-daemon/cdemu-daemon-3.2.5.ebuild | 46 --------------------------
3 files changed, 90 deletions(-)
diff --git a/app-cdr/cdemu-daemon/Manifest b/app-cdr/cdemu-daemon/Manifest
index 5a9c7bf7aeb4..874b9b64283f 100644
--- a/app-cdr/cdemu-daemon/Manifest
+++ b/app-cdr/cdemu-daemon/Manifest
@@ -1,3 +1 @@
-DIST cdemu-daemon-3.2.4.tar.bz2 83580 BLAKE2B 56cfde3b9b9a98ba0da629deac717a740b7c92c67195ac282af5337f0e782b555f53221741a59abf3e78faacd066e34a722d08e27cef6fd1082cb75b46eb3ace SHA512 b5dd19a9325773e22c1910ae02f351803fb4f02197eaf5d41a984b4898a5fb0f027c70791d4c25553a9b589273fa3578d3cb12aa7a056f8639b341bd2ab44291
-DIST cdemu-daemon-3.2.5.tar.xz 85948 BLAKE2B f9b977ce964b15835afef54131cc158bc45389af30739706d93984bc24787b95034d9da7d56e88e018be9db66c185c16b7cf7481e0fdd0e97fed9e55b61419fd SHA512 6b084dc1809c9ccf8f9c24c671f13259d2e1ca6d2e6f7f85d44a47b4e973a68d7c92e470071421cdf6f2142eb26bdfd277a2f9c85b960d0b315b51a2d65953c7
DIST cdemu-daemon-3.2.6.tar.xz 85976 BLAKE2B 33d03324fbc222674967f1d6b93c2bf1793528948cfce1089dbdfe799d3b40eaabae2e3f62b4696eba020f04c192e9d458a91e8bdd85465e00ec5a84194982e0 SHA512 cead8e4f7e0eec6e1284924cfe88cdfb78ec9f0769ffa423cd1801261540b3806a9704b6abbddc175e9e7d1aeef2acb9889b36ed13d89fd4b9dcda91fe1a08ca
diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.4.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.4.ebuild
deleted file mode 100644
index f41b381ac9fc..000000000000
--- a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-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=""
-
-DEPEND=">=dev-libs/glib-2.38:2
- >=dev-libs/libmirage-3.2.0:=
- >=media-libs/libao-0.8.0:="
-RDEPEND="${DEPEND}
- sys-apps/dbus
- >=sys-fs/vhba-20130607"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-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
-}
diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.5.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.5.ebuild
deleted file mode 100644
index 5b25b97d8257..000000000000
--- a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake systemd
-
-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.xz"
-
-LICENSE="GPL-2+"
-SLOT="0/7" # subslot = CDEMU_DAEMON_INTERFACE_VERSION_MAJOR in CMakeLists.txt
-KEYWORDS="amd64 x86"
-
-DEPEND=">=dev-libs/glib-2.38:2
- >=dev-libs/libmirage-3.2.0:=
- >=media-libs/libao-0.8.0:="
-RDEPEND="${DEPEND}
- sys-apps/dbus
- >=sys-fs/vhba-20130607"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-DOCS=( AUTHORS README )
-
-src_install() {
- cmake_src_install
-
- insinto /etc/modules-load.d
- newins - vhba.conf <<<"vhba"
- systemd_douserunit service-example/cdemu-daemon.service
- insinto /usr/share/dbus-1/services
- doins service-example/net.sf.cdemu.CDEmuDaemon.service
-}
-
-pkg_postinst() {
- elog "As of 3.2.5, cdemu-daemon no longer supports autoloading"
- elog "on non-systemd systems. OpenRC users have to start it manually."
- elog
- elog "We install /etc/modules-load.d/vhba.conf to load the module"
- elog "automatically, and D-BUS autolaunch will start cdemu-daemon user"
- elog "service."
-}
next reply other threads:[~2022-02-10 10:27 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-10 10:27 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-31 7:36 [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdemu-daemon/ Michał Górny
2024-08-31 7:11 Arthur Zamarin
2024-08-31 7:08 Arthur Zamarin
2024-07-09 2:10 Michał Górny
2022-02-10 9:43 Sam James
2022-02-10 9:43 Sam James
2021-12-19 7:25 Michał Górny
2021-05-29 15:23 Sam James
2021-05-28 2:27 Sam James
2021-04-19 6:44 Michał Górny
2020-06-08 8:56 Michał Górny
2020-03-19 17:20 Michał Górny
2020-02-21 15:57 Agostino Sarubbo
2020-02-16 21:14 Thomas Deutschmann
2020-01-07 6:02 Michał Górny
2019-12-26 11:05 Michał Górny
2019-11-15 14:33 Agostino Sarubbo
2019-10-21 12:47 Thomas Deutschmann
2019-09-01 5:36 Michał Górny
2019-08-28 8:15 Michał Górny
2019-08-28 7:07 Michał Górny
2019-04-10 15:07 Michał Górny
2019-04-09 21:04 Mikle Kolyada
2019-04-09 21:04 Mikle Kolyada
2019-03-10 15:48 Jeroen Roovers
2019-03-05 14:29 Michał Górny
2018-10-06 15:31 Michał Górny
2018-09-21 11:30 Mikle Kolyada
2018-07-09 7:14 Michał Górny
2018-07-09 7:14 Michał Górny
2017-09-04 17:34 Michał Górny
2017-06-16 16:14 Michał Górny
2017-06-16 16:14 Michał Górny
2016-03-27 19:26 Agostino Sarubbo
2016-03-27 19:23 Agostino Sarubbo
2016-02-29 5:12 Alexandre Rostovtsev
2016-02-29 5:12 Alexandre Rostovtsev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1644488827.a2bc691add062fd5c1425791b00a0682f3a323b8.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox