diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-04-03 15:09:25 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-03 15:09:25 -0400 |
commit | a4ea394ad712beac42dd44aea9225a14efcc194d (patch) | |
tree | bd8c8dbc44e46f4f352de6290be574827f5c466f /app-office | |
parent | dev-util/hxtools: Bump, fix collisions (#468244) and deps (#514636) (diff) | |
download | gentoo-a4ea394ad712beac42dd44aea9225a14efcc194d.tar.gz gentoo-a4ea394ad712beac42dd44aea9225a14efcc194d.tar.bz2 gentoo-a4ea394ad712beac42dd44aea9225a14efcc194d.zip |
app-office/pinpoint: drop vulnerable
Bug: https://bugs.gentoo.org/574384
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/pinpoint/pinpoint-0.1.8.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/app-office/pinpoint/pinpoint-0.1.8.ebuild b/app-office/pinpoint/pinpoint-0.1.8.ebuild deleted file mode 100644 index 20e41ca9d30a..000000000000 --- a/app-office/pinpoint/pinpoint-0.1.8.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="A tool for making hackers do excellent presentations" -HOMEPAGE="https://wiki.gnome.org/Apps/Pinpoint" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+gstreamer +pdf" - -# rsvg is used for svg-in-pdf -- clubbing it under pdf for now -RDEPEND=" - >=media-libs/clutter-1.23.7:1.0 - >=media-libs/clutter-gtk-1.6:1.0 - >=dev-libs/glib-2.28:2 - >=x11-libs/cairo-1.9.4 - x11-libs/pango - x11-libs/gdk-pixbuf:2 - gstreamer? ( media-libs/clutter-gst:3.0 ) - pdf? ( gnome-base/librsvg:2 ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -src_configure() { - # dax support is disabled because we don't have it in tree yet and it's - # experimental - gnome2_src_configure \ - --disable-dax \ - $(use_enable gstreamer cluttergst) \ - $(use_enable pdf rsvg) -} - -src_install() { - gnome2_src_install - - docompress -x /usr/share/doc/${PF}/examples - insinto "/usr/share/doc/${PF}/examples" - doins introduction.pin bg.jpg bowls.jpg linus.jpg -} |