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/, app-cdr/cdemu/files/
Date: Sat, 06 Oct 2018 15:31:22
Message-Id: 1538839872.8cbdf248c8b97ae25f4f1370dbc164463bc17d70.mgorny@gentoo
1 commit: 8cbdf248c8b97ae25f4f1370dbc164463bc17d70
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 15:13:38 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=8cbdf248
7
8 app-cdr/cdemu: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-cdr/cdemu/Manifest | 1 -
13 app-cdr/cdemu/cdemu-3.1.0.ebuild | 53 ----------------------
14 .../files/cdemu-3.0.0-bash-completion-dir.patch | 14 ------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/app-cdr/cdemu/Manifest b/app-cdr/cdemu/Manifest
18 index 584fdfddec8..adccfbd5986 100644
19 --- a/app-cdr/cdemu/Manifest
20 +++ b/app-cdr/cdemu/Manifest
21 @@ -1,2 +1 @@
22 -DIST cdemu-client-3.1.0.tar.bz2 43066 BLAKE2B 97413d06b0466e81dce212c9f621fed2a7b83517c8ef3c70ccf182b48093b9c5f805ee40c81bf23bb88089da758876e80f57094c2ec761d42480a401d3b95114 SHA512 62c0650cfd18c1e8edca8c53a343460bf12aae35909251fce24098f16b48a3b30d083d436f494bf23145c06252f943f75413f024c6744696f5ad75cac0a15509
23 DIST cdemu-client-3.2.0.tar.bz2 43588 BLAKE2B 0f75bed1ce2a715bb7acf227ebd3da8b80cf6418e28b0d352f294121c1f67acb8c6bab5f5dc5c768150ad46830b823d66f1940887c66225d20b41827c1377d31 SHA512 778f2ecac828ba278d0ded875c7bab2415f1c1acb62f4030eaf161376869939c48bc16a6d660326d9aacd2af745ef9dc9158f922a72aa8ccbd47f05ce41b8cd7
24
25 diff --git a/app-cdr/cdemu/cdemu-3.1.0.ebuild b/app-cdr/cdemu/cdemu-3.1.0.ebuild
26 deleted file mode 100644
27 index aa0b79fa1f1..00000000000
28 --- a/app-cdr/cdemu/cdemu-3.1.0.ebuild
29 +++ /dev/null
30 @@ -1,53 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="6"
35 -
36 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
37 -
38 -inherit bash-completion-r1 cmake-utils python-single-r1 xdg-utils
39 -
40 -DESCRIPTION="Command-line tool for controlling cdemu-daemon"
41 -HOMEPAGE="http://cdemu.org"
42 -SRC_URI="mirror://sourceforge/cdemu/cdemu-client-${PV}.tar.bz2"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~hppa x86"
47 -IUSE="+cdemu-daemon"
48 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
49 -
50 -RDEPEND="${PYTHON_DEPS}
51 - dev-python/pygobject:3[${PYTHON_USEDEP}]
52 - cdemu-daemon? ( app-cdr/cdemu-daemon:0/7 )"
53 -DEPEND="${RDEPEND}
54 - dev-util/desktop-file-utils
55 - >=dev-util/intltool-0.21
56 - >=sys-devel/gettext-0.18"
57 -
58 -S=${WORKDIR}/cdemu-client-${PV}
59 -
60 -PATCHES=( "${FILESDIR}/${PN}-3.0.0-bash-completion-dir.patch" )
61 -
62 -src_prepare() {
63 - cmake-utils_src_prepare
64 -
65 - python_fix_shebang src/cdemu
66 -}
67 -
68 -src_configure() {
69 - local DOCS=( AUTHORS README )
70 - local mycmakeargs=(
71 - -DPOST_INSTALL_HOOKS=OFF
72 - -DGENTOO_BASHCOMPDIR="$(get_bashcompdir)"
73 - )
74 - cmake-utils_src_configure
75 -}
76 -
77 -pkg_postinst() {
78 - xdg_desktop_database_update
79 -}
80 -
81 -pkg_postrm() {
82 - xdg_desktop_database_update
83 -}
84
85 diff --git a/app-cdr/cdemu/files/cdemu-3.0.0-bash-completion-dir.patch b/app-cdr/cdemu/files/cdemu-3.0.0-bash-completion-dir.patch
86 deleted file mode 100644
87 index 270ce7bb2ba..00000000000
88 --- a/app-cdr/cdemu/files/cdemu-3.0.0-bash-completion-dir.patch
89 +++ /dev/null
90 @@ -1,14 +0,0 @@
91 -diff --git a/cdemu-client/CMakeLists.txt b/cdemu-client/CMakeLists.txt
92 -index 99b595e..e4f9b6e 100644
93 ---- a/CMakeLists.txt
94 -+++ b/CMakeLists.txt
95 -@@ -39,7 +39,8 @@ install (
96 -
97 - install (
98 - FILES data/cdemu-bash-completion.sh
99 -- DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d
100 -+ DESTINATION ${GENTOO_BASHCOMPDIR}
101 -+ RENAME cdemu
102 - )
103 -
104 - install (