Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/brasero/
Date: Sat, 27 Jan 2018 09:38:35
Message-Id: 1517045858.430c2bbee73cb7e4bd6a4470cd00282678739a15.leio@gentoo
1 commit: 430c2bbee73cb7e4bd6a4470cd00282678739a15
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 27 07:33:53 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 27 09:37:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=430c2bbe
7
8 app-cdr/brasero: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-cdr/brasero/brasero-3.12.2.ebuild | 77 -----------------------------------
13 1 file changed, 77 deletions(-)
14
15 diff --git a/app-cdr/brasero/brasero-3.12.2.ebuild b/app-cdr/brasero/brasero-3.12.2.ebuild
16 deleted file mode 100644
17 index e4bd68e08c0..00000000000
18 --- a/app-cdr/brasero/brasero-3.12.2.ebuild
19 +++ /dev/null
20 @@ -1,77 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -GNOME2_LA_PUNT="yes"
26 -
27 -inherit gnome2
28 -
29 -DESCRIPTION="CD/DVD burning application for the GNOME desktop"
30 -HOMEPAGE="https://wiki.gnome.org/Apps/Brasero"
31 -
32 -LICENSE="GPL-2+ CC-BY-SA-3.0"
33 -SLOT="0/3.1" # subslot is 3.suffix of libbrasero-burn3
34 -IUSE="+css +introspection +libburn mp3 nautilus packagekit playlist test tracker"
35 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
36 -
37 -COMMON_DEPEND="
38 - >=dev-libs/glib-2.29.14:2
39 - >=x11-libs/gtk+-3:3[introspection?]
40 - media-libs/gstreamer:1.0
41 - media-libs/gst-plugins-base:1.0
42 - >=dev-libs/libxml2-2.6:2
43 - >=x11-libs/libnotify-0.6.1:=
44 -
45 - media-libs/libcanberra[gtk3]
46 - x11-libs/libICE
47 - x11-libs/libSM
48 -
49 - introspection? ( >=dev-libs/gobject-introspection-1.30:= )
50 - libburn? (
51 - >=dev-libs/libburn-0.4:=
52 - >=dev-libs/libisofs-0.6.4:= )
53 - nautilus? ( >=gnome-base/nautilus-2.91.90 )
54 - playlist? ( >=dev-libs/totem-pl-parser-2.29.1:= )
55 - tracker? ( >=app-misc/tracker-1:0= )
56 -"
57 -RDEPEND="${COMMON_DEPEND}
58 - media-libs/gst-plugins-good:1.0
59 - media-plugins/gst-plugins-meta:1.0
60 - x11-themes/hicolor-icon-theme
61 - css? ( media-libs/libdvdcss:1.2 )
62 - !libburn? (
63 - app-cdr/cdrdao
64 - app-cdr/dvd+rw-tools
65 - virtual/cdrtools )
66 - mp3? (
67 - media-libs/gst-plugins-ugly:1.0
68 - media-plugins/gst-plugins-mad:1.0 )
69 - packagekit? ( app-admin/packagekit-base )
70 -"
71 -DEPEND="${COMMON_DEPEND}
72 - >=dev-util/intltool-0.50
73 - dev-util/itstool
74 - >=dev-util/gtk-doc-am-1.12
75 - sys-devel/gettext
76 - virtual/pkgconfig
77 - test? ( app-text/docbook-xml-dtd:4.3 )
78 -"
79 -# eautoreconf deps
80 -# app-text/yelp-tools
81 -# gnome-base/gnome-common
82 -
83 -PDEPEND="gnome-base/gvfs"
84 -
85 -src_configure() {
86 - gnome2_src_configure \
87 - --disable-caches \
88 - $(use_enable !libburn cdrtools) \
89 - $(use_enable !libburn cdrkit) \
90 - $(use_enable !libburn cdrdao) \
91 - $(use_enable !libburn growisofs) \
92 - $(use_enable introspection) \
93 - $(use_enable libburn libburnia) \
94 - $(use_enable nautilus) \
95 - $(use_enable playlist) \
96 - $(use_enable tracker search)
97 -}