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: Sat, 06 Oct 2018 15:31:22
Message-Id: 1538839872.0c6edff52b93aa530817b2dee4117edd06e12766.mgorny@gentoo
1 commit: 0c6edff52b93aa530817b2dee4117edd06e12766
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 15:13:57 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=0c6edff5
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.1.0.ebuild | 56 --------------------------------------
14 2 files changed, 57 deletions(-)
15
16 diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
17 index 2e534f9ad49..940a7d37e5b 100644
18 --- a/app-cdr/gcdemu/Manifest
19 +++ b/app-cdr/gcdemu/Manifest
20 @@ -1,2 +1 @@
21 -DIST gcdemu-3.1.0.tar.bz2 48036 BLAKE2B 4fc14f02a7d006556bab31b82b0cb017efec2b7e3f99854567ac0e5b8211c151583e91cf72e180341077a927430688401c4ecb6112bd6758e7288c7a06e2c4ec SHA512 e3e0369cc443bc47befa52989cc2bc5d62e4c9462bb8de1c3dd8563e1240ba7f59fc8cc54aed2e96bdb23a5f6e2fa11ca36073dfa066409f097a1dca619866fc
22 DIST gcdemu-3.2.0.tar.bz2 52144 BLAKE2B f349e4482905b0ac59bce5d6af74000e05ff9b7257c7ec8755106ac8fe316d59d19de8b72705fd9cccfa888d170776667ee07fe90311a81e78f251fee85601ee SHA512 61a1775c874c9c3604ce88758039ef80b262463ae180e791eb545811fa2176e4bf07c4dbcd3be5f17d446fdef92317a0ff64ce8d27f26aeaeee9d8134b6a95ea
23
24 diff --git a/app-cdr/gcdemu/gcdemu-3.1.0.ebuild b/app-cdr/gcdemu/gcdemu-3.1.0.ebuild
25 deleted file mode 100644
26 index ec901b26bc9..00000000000
27 --- a/app-cdr/gcdemu/gcdemu-3.1.0.ebuild
28 +++ /dev/null
29 @@ -1,56 +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 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
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="${COMMON_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_ECLASS_GLIB_SCHEMAS=1 \
78 - gnome2_schemas_update
79 -}
80 -
81 -pkg_postrm() {
82 - xdg_desktop_database_update
83 - GNOME2_ECLASS_GLIB_SCHEMAS=1 \
84 - gnome2_schemas_update
85 -}