* [gentoo-commits] repo/gentoo:master commit in: app-office/pinpoint/
@ 2015-09-05 13:04 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2015-09-05 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 156a001e9b69f2f6221d7ff231f3d09aebedbad4
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 5 13:03:32 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 13:04:19 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156a001e
app-office/pinpoint: Version bump
Package-Manager: portage-2.2.20.1
app-office/pinpoint/Manifest | 1 +
app-office/pinpoint/pinpoint-0.1.6.ebuild | 47 +++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/app-office/pinpoint/Manifest b/app-office/pinpoint/Manifest
index 8a8d57a..bcd986f 100644
--- a/app-office/pinpoint/Manifest
+++ b/app-office/pinpoint/Manifest
@@ -1 +1,2 @@
+DIST pinpoint-0.1.6.tar.xz 773492 SHA256 812a6e49ccd8bcd6cd0927fda98ceb0f2bafb1f18246bd2d75ea96c3c971f34b SHA512 5db48b64eb69fe677b5a4c226e989ce6eaea483396de82fdd644e4c4ed238ad5fd11f956ed6ffd1badbdfa8c9d24e9ec23375572360094721135c3b6a8347c27 WHIRLPOOL de1749d53b1512e0af761ef7457f01975b90a3301bed1b9e53a267349358b849be1f04d9a74aef98b02a6ddbf200c1ecd7dbe466ed9a207f5a1659a311cb0e57
DIST pinpoint-215ccad331a39c6e95d173938fcfffe6eb4d75d6.tar.xz 708020 SHA256 1303581f09ff6414269fe0642f7ce51094ebc5cee5101ef5b3113054da0bc8e9 SHA512 efbc711e034a968b104cca669fedaae8c1f088f598996843a65849f632ebdbff3df8d36225852b24327c26e2b972b1c5097775531b23ebc3eedf62415346f27e WHIRLPOOL 1c80ee81257c42b10ab860eabd4a95c61a9980b80cfb901ce167e70cf0046586b74e3670bffdb4342adfd378fb02c97ecfb1f4ae59d3e0ce09b205f9ef1e7ebd
diff --git a/app-office/pinpoint/pinpoint-0.1.6.ebuild b/app-office/pinpoint/pinpoint-0.1.6.ebuild
new file mode 100644
index 0000000..60a0660
--- /dev/null
+++ b/app-office/pinpoint/pinpoint-0.1.6.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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.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: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
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pinpoint/
@ 2015-09-07 16:24 Mikle Kolyada
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2015-09-07 16:24 UTC (permalink / raw
To: gentoo-commits
commit: 271b7b36f51238d40e2df99c7d977151a292c51e
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 15:57:55 2015 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 16:21:38 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271b7b36
app-office/pinpoint: amd64 stable wrt bug #551826
Package-Manager: portage-2.2.20.1
app-office/pinpoint/pinpoint-0.1.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-office/pinpoint/pinpoint-0.1.6.ebuild b/app-office/pinpoint/pinpoint-0.1.6.ebuild
index 60a0660..d351269 100644
--- a/app-office/pinpoint/pinpoint-0.1.6.ebuild
+++ b/app-office/pinpoint/pinpoint-0.1.6.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Pinpoint"
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pinpoint/
@ 2016-12-06 9:26 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-12-06 9:26 UTC (permalink / raw
To: gentoo-commits
commit: d3a29267d9e8f22e2f5cb6b2a7d41936cb95bd7f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 6 09:23:50 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Dec 6 09:23:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a29267
app-office/pinpoint: Drop old
Package-Manager: portage-2.3.2
app-office/pinpoint/Manifest | 1 -
app-office/pinpoint/pinpoint-0.1.6.ebuild | 47 -------------------------------
2 files changed, 48 deletions(-)
diff --git a/app-office/pinpoint/Manifest b/app-office/pinpoint/Manifest
index 50d635b..3ce3848 100644
--- a/app-office/pinpoint/Manifest
+++ b/app-office/pinpoint/Manifest
@@ -1,2 +1 @@
-DIST pinpoint-0.1.6.tar.xz 773492 SHA256 812a6e49ccd8bcd6cd0927fda98ceb0f2bafb1f18246bd2d75ea96c3c971f34b SHA512 5db48b64eb69fe677b5a4c226e989ce6eaea483396de82fdd644e4c4ed238ad5fd11f956ed6ffd1badbdfa8c9d24e9ec23375572360094721135c3b6a8347c27 WHIRLPOOL de1749d53b1512e0af761ef7457f01975b90a3301bed1b9e53a267349358b849be1f04d9a74aef98b02a6ddbf200c1ecd7dbe466ed9a207f5a1659a311cb0e57
DIST pinpoint-0.1.8.tar.xz 772980 SHA256 5a207dd1a35681b7268e6aa5ff9b2c5381f4cc63e5f2e5695997ca9d3264e8ca SHA512 dc41405f79bf03b6a7c77ec31304e505d4ae2d13407304fbcc2f338dfe175f91db3c554ea06ba8041edbf99a12551f16efed98b5a07f29b7f24255cad2b1b94d WHIRLPOOL 4ddda5e82faa2ce2d426adccfbb0d834161d354cf6947526a829b2126e1f9067b5632925c2b3d29a42030cd815a8295922443ddf314c76e5156539a7f051c484
diff --git a/app-office/pinpoint/pinpoint-0.1.6.ebuild b/app-office/pinpoint/pinpoint-0.1.6.ebuild
deleted file mode 100644
index 732a1d0..00000000
--- a/app-office/pinpoint/pinpoint-0.1.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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.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: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
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pinpoint/
@ 2018-03-29 15:19 Thomas Deutschmann
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-03-29 15:19 UTC (permalink / raw
To: gentoo-commits
commit: adc65b92cb72db97433ef4d1d0fb4364ac962b65
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 29 15:01:26 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Mar 29 15:16:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc65b92
app-office/pinpoint: x86 stable (bug #574384)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-office/pinpoint/pinpoint-0.1.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-office/pinpoint/pinpoint-0.1.8-r1.ebuild b/app-office/pinpoint/pinpoint-0.1.8-r1.ebuild
index 7bf59666c4c..28ad72f835a 100644
--- a/app-office/pinpoint/pinpoint-0.1.8-r1.ebuild
+++ b/app-office/pinpoint/pinpoint-0.1.8-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Pinpoint"
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pinpoint/
@ 2018-03-30 13:32 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-03-30 13:32 UTC (permalink / raw
To: gentoo-commits
commit: 58d6e1dd9160691073e81d4f7d2a25bf9be4f834
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 13:21:20 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 13:32:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d6e1dd
app-office/pinpoint: amd64 stable
Bug: https://bugs.gentoo.org/574384
Package-Manager: Portage-2.3.26, Repoman-2.3.7
app-office/pinpoint/pinpoint-0.1.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-office/pinpoint/pinpoint-0.1.8-r1.ebuild b/app-office/pinpoint/pinpoint-0.1.8-r1.ebuild
index 28ad72f835a..0102de0eb56 100644
--- a/app-office/pinpoint/pinpoint-0.1.8-r1.ebuild
+++ b/app-office/pinpoint/pinpoint-0.1.8-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Pinpoint"
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-office/pinpoint/
@ 2018-04-03 19:10 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-04-03 19:10 UTC (permalink / raw
To: gentoo-commits
commit: a4ea394ad712beac42dd44aea9225a14efcc194d
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 3 19:09:25 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Apr 3 19:09:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ea394a
app-office/pinpoint: drop vulnerable
Bug: https://bugs.gentoo.org/574384
Package-Manager: Portage-2.3.28, Repoman-2.3.9
app-office/pinpoint/pinpoint-0.1.8.ebuild | 47 -------------------------------
1 file changed, 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 20e41ca9d30..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-04-03 19:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-03 19:10 [gentoo-commits] repo/gentoo:master commit in: app-office/pinpoint/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2018-03-30 13:32 Aaron Bauman
2018-03-29 15:19 Thomas Deutschmann
2016-12-06 9:26 Pacho Ramos
2015-09-07 16:24 Mikle Kolyada
2015-09-05 13:04 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox