From a2bc691add062fd5c1425791b00a0682f3a323b8 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 10 Feb 2022 11:20:48 +0100 Subject: app-cdr/cdemu-daemon: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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(-) delete mode 100644 app-cdr/cdemu-daemon/cdemu-daemon-3.2.4.ebuild delete mode 100644 app-cdr/cdemu-daemon/cdemu-daemon-3.2.5.ebuild (limited to 'app-cdr') 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." -} -- cgit v1.2.3-65-gdbad