Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdemu-daemon/
Date: Sat, 06 Oct 2018 15:31:21
Message-Id: 1538839872.e69f12441ee5be2c24540c637503e49c5c23681b.mgorny@gentoo
1 commit: e69f12441ee5be2c24540c637503e49c5c23681b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 15:13:48 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 15:31:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69f1244
7
8 app-cdr/cdemu-daemon: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-cdr/cdemu-daemon/Manifest | 1 -
13 app-cdr/cdemu-daemon/cdemu-daemon-3.1.0.ebuild | 41 --------------------------
14 2 files changed, 42 deletions(-)
15
16 diff --git a/app-cdr/cdemu-daemon/Manifest b/app-cdr/cdemu-daemon/Manifest
17 index 66cb16114c0..df95cd81978 100644
18 --- a/app-cdr/cdemu-daemon/Manifest
19 +++ b/app-cdr/cdemu-daemon/Manifest
20 @@ -1,2 +1 @@
21 -DIST cdemu-daemon-3.1.0.tar.bz2 79943 BLAKE2B 23407c3a14b426fa9f53c2d62564e34a8f878598c24cdd9419c811786d858135a0af3a1cde8b7afc4178f7772336ed533077c089c976e98de30c932deca1c426 SHA512 f0f3de31b2bf6a97852bb1bc45d301e6cbf401ca7499f42e99811ca62431e86b344c83ddb4420571f2038e43432711e04817b9ed3859893eec7d36fbad8dfdb5
22 DIST cdemu-daemon-3.2.1.tar.bz2 82426 BLAKE2B 282b1a62ca3a770e709ff31ee7b72ed9f5e102c5f318a765a99421c93881e9ecacfdc5867af494e69dddda40603c8eb6cc8904a7c82fec004a6d5644a28a9f87 SHA512 399dbb818de8a550bd31784a5a7f0adb9d2e35d922ba71f341df81d20fd7e5ebaba5f31db1554caca17919325773f9ec6bb3d5ae99afa5d6eaf5b22142e010ee
23
24 diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.1.0.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-3.1.0.ebuild
25 deleted file mode 100644
26 index e7bdef53c7d..00000000000
27 --- a/app-cdr/cdemu-daemon/cdemu-daemon-3.1.0.ebuild
28 +++ /dev/null
29 @@ -1,41 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="6"
34 -
35 -inherit cmake-utils
36 -
37 -DESCRIPTION="Daemon of the CDEmu optical media image mounting suite"
38 -HOMEPAGE="http://cdemu.org"
39 -SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0/7" # subslot = CDEMU_DAEMON_INTERFACE_VERSION_MAJOR in CMakeLists.txt
43 -KEYWORDS="amd64 ~hppa x86"
44 -IUSE=""
45 -
46 -RDEPEND=">=dev-libs/glib-2.32:2
47 - >=dev-libs/libmirage-${PV}:=
48 - >=media-libs/libao-0.8.0:=
49 - sys-apps/dbus
50 - >=sys-fs/vhba-20130607"
51 -DEPEND="${RDEPEND}
52 - dev-util/intltool
53 - sys-devel/gettext
54 - virtual/pkgconfig"
55 -
56 -DOCS=( AUTHORS README )
57 -
58 -pkg_postinst() {
59 - elog "You will need to load the vhba module to use cdemu devices:"
60 - elog " # modprobe vhba"
61 - elog "To automatically load the vhba module at boot time, edit your"
62 - elog "/etc/conf.d/modules file."
63 -
64 - if [[ -e "${ROOT}etc/conf.d/cdemud" ]]; then
65 - elog
66 - elog "${PN} no longer installs an init.d service; instead, it is"
67 - elog "automatically activated when needed via dbus."
68 - elog "You can therefore remove ${ROOT%/}/etc/conf.d/cdemud"
69 - fi
70 -}