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/gcdemu/
Date: Wed, 10 Apr 2019 15:07:37
Message-Id: 1554908838.15db80b4b51385b4868447332b4a121b40be5f37.mgorny@gentoo
1 commit: 15db80b4b51385b4868447332b4a121b40be5f37
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 14:28:08 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 15:07:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15db80b4
7
8 app-cdr/gcdemu: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-cdr/gcdemu/Manifest | 1 -
13 app-cdr/gcdemu/gcdemu-3.2.0.ebuild | 54 --------------------------------------
14 2 files changed, 55 deletions(-)
15
16 diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
17 index c0977f31448..3eeb9a99592 100644
18 --- a/app-cdr/gcdemu/Manifest
19 +++ b/app-cdr/gcdemu/Manifest
20 @@ -1,2 +1 @@
21 -DIST gcdemu-3.2.0.tar.bz2 52144 BLAKE2B f349e4482905b0ac59bce5d6af74000e05ff9b7257c7ec8755106ac8fe316d59d19de8b72705fd9cccfa888d170776667ee07fe90311a81e78f251fee85601ee SHA512 61a1775c874c9c3604ce88758039ef80b262463ae180e791eb545811fa2176e4bf07c4dbcd3be5f17d446fdef92317a0ff64ce8d27f26aeaeee9d8134b6a95ea
22 DIST gcdemu-3.2.1.tar.bz2 52231 BLAKE2B f6b0025f6c5e79fe7312bf15b467327152e561db33f6190847e4e702cb98ff8005b37fe997c721b5c76cd64d64bafef1c015a9151c0ee200c52efcb849c93dba SHA512 c2da75d985981ccd0b44f210745670501fecd0ae7c60bde783fc5f91ab4c629c6eab9e8b35df906b5669b6518d3bdf36c5814b513c0f3e2d703659d23df1c82e
23
24 diff --git a/app-cdr/gcdemu/gcdemu-3.2.0.ebuild b/app-cdr/gcdemu/gcdemu-3.2.0.ebuild
25 deleted file mode 100644
26 index 2600df09936..00000000000
27 --- a/app-cdr/gcdemu/gcdemu-3.2.0.ebuild
28 +++ /dev/null
29 @@ -1,54 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="6"
34 -
35 -PYTHON_COMPAT=( python3_{4,5,6,7} )
36 -
37 -inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
38 -
39 -DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
40 -HOMEPAGE="http://cdemu.org/"
41 -SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE=""
47 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
48 -
49 -# librsvg for pixbuf-loader
50 -RDEPEND="${PYTHON_DEPS}
51 - app-cdr/cdemu-daemon:0/7
52 - dev-python/pygobject:3[${PYTHON_USEDEP}]
53 - gnome-base/librsvg:2
54 - x11-libs/gdk-pixbuf[introspection]
55 - x11-libs/gtk+:3[introspection]
56 - x11-libs/libnotify[introspection]"
57 -DEPEND="
58 - dev-util/desktop-file-utils
59 - >=dev-util/intltool-0.21
60 - sys-devel/gettext
61 - virtual/pkgconfig"
62 -
63 -DOCS=( AUTHORS README )
64 -
65 -src_prepare() {
66 - cmake-utils_src_prepare
67 - python_fix_shebang src/gcdemu
68 -}
69 -
70 -src_configure() {
71 - local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
72 - cmake-utils_src_configure
73 -}
74 -
75 -pkg_postinst() {
76 - xdg_desktop_database_update
77 - gnome2_schemas_update
78 -}
79 -
80 -pkg_postrm() {
81 - xdg_desktop_database_update
82 - gnome2_schemas_update
83 -}