Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/pinpoint/
Date: Tue, 03 Apr 2018 19:10:16
Message-Id: 1522782565.a4ea394ad712beac42dd44aea9225a14efcc194d.bman@gentoo
1 commit: a4ea394ad712beac42dd44aea9225a14efcc194d
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 19:09:25 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 19:09:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ea394a
7
8 app-office/pinpoint: drop vulnerable
9
10 Bug: https://bugs.gentoo.org/574384
11 Package-Manager: Portage-2.3.28, Repoman-2.3.9
12
13 app-office/pinpoint/pinpoint-0.1.8.ebuild | 47 -------------------------------
14 1 file changed, 47 deletions(-)
15
16 diff --git a/app-office/pinpoint/pinpoint-0.1.8.ebuild b/app-office/pinpoint/pinpoint-0.1.8.ebuild
17 deleted file mode 100644
18 index 20e41ca9d30..00000000000
19 --- a/app-office/pinpoint/pinpoint-0.1.8.ebuild
20 +++ /dev/null
21 @@ -1,47 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -GCONF_DEBUG="no"
27 -
28 -inherit gnome2
29 -
30 -DESCRIPTION="A tool for making hackers do excellent presentations"
31 -HOMEPAGE="https://wiki.gnome.org/Apps/Pinpoint"
32 -
33 -LICENSE="LGPL-2.1"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE="+gstreamer +pdf"
37 -
38 -# rsvg is used for svg-in-pdf -- clubbing it under pdf for now
39 -RDEPEND="
40 - >=media-libs/clutter-1.23.7:1.0
41 - >=media-libs/clutter-gtk-1.6:1.0
42 - >=dev-libs/glib-2.28:2
43 - >=x11-libs/cairo-1.9.4
44 - x11-libs/pango
45 - x11-libs/gdk-pixbuf:2
46 - gstreamer? ( media-libs/clutter-gst:3.0 )
47 - pdf? ( gnome-base/librsvg:2 )
48 -"
49 -DEPEND="${RDEPEND}
50 - virtual/pkgconfig
51 -"
52 -
53 -src_configure() {
54 - # dax support is disabled because we don't have it in tree yet and it's
55 - # experimental
56 - gnome2_src_configure \
57 - --disable-dax \
58 - $(use_enable gstreamer cluttergst) \
59 - $(use_enable pdf rsvg)
60 -}
61 -
62 -src_install() {
63 - gnome2_src_install
64 -
65 - docompress -x /usr/share/doc/${PF}/examples
66 - insinto "/usr/share/doc/${PF}/examples"
67 - doins introduction.pin bg.jpg bowls.jpg linus.jpg
68 -}