public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/pinpoint: pinpoint-0.1.5_pre20141026.ebuild ChangeLog
@ 2014-10-26 11:23 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2014-10-26 11:23 UTC (permalink / raw
  To: gentoo-commits

pacho       14/10/26 11:23:41

  Modified:             ChangeLog
  Added:                pinpoint-0.1.5_pre20141026.ebuild
  Log:
  Bump to newer snapshot including many fixes and also being ported to newer clutter-gst slot
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.10                 app-office/pinpoint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	9 Mar 2014 11:54:16 -0000	1.9
+++ ChangeLog	26 Oct 2014 11:23:41 -0000	1.10
@@ -1,6 +1,13 @@
 # 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.9 2014/03/09 11:54:16 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v 1.10 2014/10/26 11:23:41 pacho Exp $
+
+*pinpoint-0.1.5_pre20141026 (26 Oct 2014)
+
+  26 Oct 2014; Pacho Ramos <pacho@gentoo.org>
+  +pinpoint-0.1.5_pre20141026.ebuild:
+  Bump to newer snapshot including many fixes and also being ported to newer
+  clutter-gst slot
 
   09 Mar 2014; Pacho Ramos <pacho@gentoo.org> pinpoint-0.1.4-r1.ebuild:
   x86 stable, bug 499954



1.1                  app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild?rev=1.1&content-type=text/plain

Index: pinpoint-0.1.5_pre20141026.ebuild
===================================================================
# 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.5_pre20141026.ebuild,v 1.1 2014/10/26 11:23:41 pacho Exp $

EAPI=5
GCONF_DEBUG="no"
GNOME_TARBALL_SUFFIX="bz2"

inherit autotools gnome2

DESCRIPTION="A tool for making hackers do excellent presentations"
HOMEPAGE="https://wiki.gnome.org/Apps/Pinpoint"

MY_PV="215ccad331a39c6e95d173938fcfffe6eb4d75d6" #snapshot
SRC_URI="https://git.gnome.org/browse/${PN}/snapshot/${PN}-${MY_PV}.tar.xz"

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.12: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:2.0 )
	pdf? ( gnome-base/librsvg:2 )
"
DEPEND="${RDEPEND}
	virtual/pkgconfig
"

S="${WORKDIR}/${PN}-${MY_PV}"

src_prepare() {
	eautoreconf
	gnome2_src_prepare
}

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
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/pinpoint: pinpoint-0.1.5_pre20141026.ebuild ChangeLog
@ 2014-10-26 11:24 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2014-10-26 11:24 UTC (permalink / raw
  To: gentoo-commits

pacho       14/10/26 11:24:18

  Modified:             pinpoint-0.1.5_pre20141026.ebuild ChangeLog
  Log:
  Drop obsolete line
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild?r1=1.1&r2=1.2

Index: pinpoint-0.1.5_pre20141026.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pinpoint-0.1.5_pre20141026.ebuild	26 Oct 2014 11:23:41 -0000	1.1
+++ pinpoint-0.1.5_pre20141026.ebuild	26 Oct 2014 11:24:18 -0000	1.2
@@ -1,10 +1,9 @@
 # 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.5_pre20141026.ebuild,v 1.1 2014/10/26 11:23:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild,v 1.2 2014/10/26 11:24:18 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG="no"
-GNOME_TARBALL_SUFFIX="bz2"
 
 inherit autotools gnome2
 



1.11                 app-office/pinpoint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	26 Oct 2014 11:23:41 -0000	1.10
+++ ChangeLog	26 Oct 2014 11:24:18 -0000	1.11
@@ -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.10 2014/10/26 11:23:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v 1.11 2014/10/26 11:24:18 pacho Exp $
+
+  26 Oct 2014; Pacho Ramos <pacho@gentoo.org> pinpoint-0.1.5_pre20141026.ebuild:
+  Drop obsolete line
 
 *pinpoint-0.1.5_pre20141026 (26 Oct 2014)
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/pinpoint: pinpoint-0.1.5_pre20141026.ebuild ChangeLog
@ 2014-12-18 14:54 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2014-12-18 14:54 UTC (permalink / raw
  To: gentoo-commits

pacho       14/12/18 14:54:04

  Modified:             pinpoint-0.1.5_pre20141026.ebuild ChangeLog
  Log:
  x86 stable, bug 529964
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild?r1=1.2&r2=1.3

Index: pinpoint-0.1.5_pre20141026.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pinpoint-0.1.5_pre20141026.ebuild	26 Oct 2014 11:24:18 -0000	1.2
+++ pinpoint-0.1.5_pre20141026.ebuild	18 Dec 2014 14:54:04 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.5_pre20141026.ebuild,v 1.2 2014/10/26 11:24:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild,v 1.3 2014/12/18 14:54:04 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG="no"
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="+gstreamer +pdf"
 
 # rsvg is used for svg-in-pdf -- clubbing it under pdf for now



1.12                 app-office/pinpoint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	26 Oct 2014 11:24:18 -0000	1.11
+++ ChangeLog	18 Dec 2014 14:54:04 -0000	1.12
@@ -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.11 2014/10/26 11:24:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v 1.12 2014/12/18 14:54:04 pacho Exp $
+
+  18 Dec 2014; Pacho Ramos <pacho@gentoo.org> pinpoint-0.1.5_pre20141026.ebuild:
+  x86 stable, bug 529964
 
   26 Oct 2014; Pacho Ramos <pacho@gentoo.org> pinpoint-0.1.5_pre20141026.ebuild:
   Drop obsolete line





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/pinpoint: pinpoint-0.1.5_pre20141026.ebuild ChangeLog
@ 2014-12-19 13:34 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2014-12-19 13:34 UTC (permalink / raw
  To: gentoo-commits

pacho       14/12/19 13:34:34

  Modified:             pinpoint-0.1.5_pre20141026.ebuild ChangeLog
  Log:
  amd64 stable, bug 529964
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.4                  app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild?r1=1.3&r2=1.4

Index: pinpoint-0.1.5_pre20141026.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pinpoint-0.1.5_pre20141026.ebuild	18 Dec 2014 14:54:04 -0000	1.3
+++ pinpoint-0.1.5_pre20141026.ebuild	19 Dec 2014 13:34:34 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.5_pre20141026.ebuild,v 1.3 2014/12/18 14:54:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild,v 1.4 2014/12/19 13:34:34 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG="no"
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="+gstreamer +pdf"
 
 # rsvg is used for svg-in-pdf -- clubbing it under pdf for now



1.13                 app-office/pinpoint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	18 Dec 2014 14:54:04 -0000	1.12
+++ ChangeLog	19 Dec 2014 13:34:34 -0000	1.13
@@ -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.12 2014/12/18 14:54:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v 1.13 2014/12/19 13:34:34 pacho Exp $
+
+  19 Dec 2014; Pacho Ramos <pacho@gentoo.org> pinpoint-0.1.5_pre20141026.ebuild:
+  amd64 stable, bug 529964
 
   18 Dec 2014; Pacho Ramos <pacho@gentoo.org> pinpoint-0.1.5_pre20141026.ebuild:
   x86 stable, bug 529964





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-19 13:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-18 14:54 [gentoo-commits] gentoo-x86 commit in app-office/pinpoint: pinpoint-0.1.5_pre20141026.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-19 13:34 Pacho Ramos (pacho)
2014-10-26 11:24 Pacho Ramos (pacho)
2014-10-26 11:23 Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox