summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-02-07 12:22:18 +0000
committerPacho Ramos <pacho@gentoo.org>2015-02-07 12:22:18 +0000
commitd6d0177a9f5bf646a8162a8bd20f329a047a6300 (patch)
treec95e661262b3941e8b643834d306c22715df86bc /app-office/pinpoint
parentVersion bump (diff)
downloadgentoo-2-d6d0177a9f5bf646a8162a8bd20f329a047a6300.tar.gz
gentoo-2-d6d0177a9f5bf646a8162a8bd20f329a047a6300.tar.bz2
gentoo-2-d6d0177a9f5bf646a8162a8bd20f329a047a6300.zip
Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office/pinpoint')
-rw-r--r--app-office/pinpoint/ChangeLog7
-rw-r--r--app-office/pinpoint/pinpoint-0.1.4-r1.ebuild48
2 files changed, 5 insertions, 50 deletions
diff --git a/app-office/pinpoint/ChangeLog b/app-office/pinpoint/ChangeLog
index 324533ee3eb9..c3d9a812f8d9 100644
--- a/app-office/pinpoint/ChangeLog
+++ b/app-office/pinpoint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/pinpoint
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v 1.13 2014/12/19 13:34:34 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v 1.14 2015/02/07 12:22:18 pacho Exp $
+
+ 07 Feb 2015; Pacho Ramos <pacho@gentoo.org> -pinpoint-0.1.4-r1.ebuild:
+ Drop old
19 Dec 2014; Pacho Ramos <pacho@gentoo.org> pinpoint-0.1.5_pre20141026.ebuild:
amd64 stable, bug 529964
diff --git a/app-office/pinpoint/pinpoint-0.1.4-r1.ebuild b/app-office/pinpoint/pinpoint-0.1.4-r1.ebuild
deleted file mode 100644
index 7efefa1e474a..000000000000
--- a/app-office/pinpoint/pinpoint-0.1.4-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/pinpoint-0.1.4-r1.ebuild,v 1.5 2014/03/09 11:54:16 pacho Exp $
-
-EAPI=5
-GCONF_DEBUG="no"
-GNOME_TARBALL_SUFFIX="bz2"
-
-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.4: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-1.3:1.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
-}