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: Mon, 04 Sep 2017 17:34:25
Message-Id: 1504546430.39a952ac81da290290937654d76b2b8776cc673f.mgorny@gentoo
1 commit: 39a952ac81da290290937654d76b2b8776cc673f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 4 17:27:36 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 4 17:33:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a952ac
7
8 app-cdr/cdemu-daemon: Drop old
9
10 app-cdr/cdemu-daemon/Manifest | 2 --
11 app-cdr/cdemu-daemon/cdemu-daemon-3.0.2.ebuild | 42 --------------------------
12 app-cdr/cdemu-daemon/cdemu-daemon-3.0.4.ebuild | 42 --------------------------
13 3 files changed, 86 deletions(-)
14
15 diff --git a/app-cdr/cdemu-daemon/Manifest b/app-cdr/cdemu-daemon/Manifest
16 index 8a8cc2f18aa..1043b184ae6 100644
17 --- a/app-cdr/cdemu-daemon/Manifest
18 +++ b/app-cdr/cdemu-daemon/Manifest
19 @@ -1,3 +1 @@
20 -DIST cdemu-daemon-3.0.2.tar.bz2 76029 SHA256 8c9a0d292e0fd71538f123f2b795f4490ff455f68b391b97812be369c34a4f06 SHA512 eb09880dcc984c8843cf0254d45aeaa39cff8faa3a415352c574b59ea6778de9bc10a9634022c1fe5c7de8aa0493129a7bd15b859a7ca3895d5175b2bb2296e1 WHIRLPOOL 918554fead811418bd1e1b1ad8cd22342c5e5559eb7e4f3e30f1ccb1c889547bbd7f70bd7af86c19af86a7c432281f3d98a2fb5d0ef59f57dcddf3ad0fc10686
21 -DIST cdemu-daemon-3.0.4.tar.bz2 76121 SHA256 8101b4ad659de3cc53dcc39b14381d7d85b3dad131d780caefe9cc1c03551ecd SHA512 e5a3da9dd87e6ad6cf226e53628dbee76eb26104c51a511adb5b6b65d46e3f213a682ba0d845c8a651d939c44b853b6a9881e542e10f9f7d1dd579b8fc408154 WHIRLPOOL b92a78732f177e31b7a80288ec5253d92d5e92f796612cc288c7b976e46d5ebff3e8a2ffd9c3a0a1acb785893a0a663317ece75c3ed5c30592f69d53c01199b8
22 DIST cdemu-daemon-3.1.0.tar.bz2 79943 SHA256 498f0f2fe2225de76acfe0b3dbf9606e4e2eb57ac9d29da9d48064b62587bc4f SHA512 f0f3de31b2bf6a97852bb1bc45d301e6cbf401ca7499f42e99811ca62431e86b344c83ddb4420571f2038e43432711e04817b9ed3859893eec7d36fbad8dfdb5 WHIRLPOOL 52768032e498607879ddecf96a6d5c909293488ec93c55aae7e9c0537e5b9d12567f6b3bc70c74fb65756a379bb7248954009c1f79ebd1e9090b36fe19b0ca80
23
24 diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.0.2.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-3.0.2.ebuild
25 deleted file mode 100644
26 index 54988e91856..00000000000
27 --- a/app-cdr/cdemu-daemon/cdemu-daemon-3.0.2.ebuild
28 +++ /dev/null
29 @@ -1,42 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="5"
34 -
35 -inherit cmake-utils eutils
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 - virtual/pkgconfig"
53 -
54 -src_prepare() {
55 - DOCS="AUTHORS README"
56 - cmake-utils_src_prepare
57 -}
58 -
59 -pkg_postinst() {
60 - elog "You will need to load the vhba module to use cdemu devices:"
61 - elog " # modprobe vhba"
62 - elog "To automatically load the vhba module at boot time, edit your"
63 - elog "/etc/conf.d/modules file."
64 -
65 - if [[ -e "${ROOT}etc/conf.d/cdemud" ]]; then
66 - elog
67 - elog "${PN} no longer installs an init.d service; instead, it is"
68 - elog "automatically activated when needed via dbus."
69 - elog "You can therefore remove ${ROOT}etc/conf.d/cdemud"
70 - fi
71 -}
72
73 diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.0.4.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-3.0.4.ebuild
74 deleted file mode 100644
75 index a3491d26aa6..00000000000
76 --- a/app-cdr/cdemu-daemon/cdemu-daemon-3.0.4.ebuild
77 +++ /dev/null
78 @@ -1,42 +0,0 @@
79 -# Copyright 1999-2016 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI="6"
83 -
84 -inherit cmake-utils eutils
85 -
86 -DESCRIPTION="Daemon of the CDEmu optical media image mounting suite"
87 -HOMEPAGE="http://cdemu.org"
88 -SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
89 -
90 -LICENSE="GPL-2+"
91 -SLOT="0/7" # subslot = CDEMU_DAEMON_INTERFACE_VERSION_MAJOR in CMakeLists.txt
92 -KEYWORDS="amd64 ~hppa x86"
93 -IUSE=""
94 -
95 -RDEPEND=">=dev-libs/glib-2.32:2
96 - >=dev-libs/libmirage-${PV}:=
97 - >=media-libs/libao-0.8.0:=
98 - sys-apps/dbus
99 - >=sys-fs/vhba-20130607"
100 -DEPEND="${RDEPEND}
101 - virtual/pkgconfig"
102 -
103 -src_prepare() {
104 - DOCS="AUTHORS README"
105 - cmake-utils_src_prepare
106 -}
107 -
108 -pkg_postinst() {
109 - elog "You will need to load the vhba module to use cdemu devices:"
110 - elog " # modprobe vhba"
111 - elog "To automatically load the vhba module at boot time, edit your"
112 - elog "/etc/conf.d/modules file."
113 -
114 - if [[ -e "${ROOT}etc/conf.d/cdemud" ]]; then
115 - elog
116 - elog "${PN} no longer installs an init.d service; instead, it is"
117 - elog "automatically activated when needed via dbus."
118 - elog "You can therefore remove ${ROOT}etc/conf.d/cdemud"
119 - fi
120 -}