public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/shutter: ChangeLog shutter-0.86.2.ebuild
@ 2010-05-20 19:59 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-05-20 19:59 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/05/20 19:59:39

  Modified:             ChangeLog
  Added:                shutter-0.86.2.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 x11-misc/shutter/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/shutter/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	16 May 2010 20:34:42 -0000	1.9
+++ ChangeLog	20 May 2010 19:59:39 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/shutter
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutter/ChangeLog,v 1.9 2010/05/16 20:34:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutter/ChangeLog,v 1.10 2010/05/20 19:59:39 hwoarang Exp $
+
+*shutter-0.86.2 (20 May 2010)
+
+  20 May 2010; Markos Chandras <hwoarang@gentoo.org> +shutter-0.86.2.ebuild:
+  Version bump
 
   16 May 2010; Markos Chandras <hwoarang@gentoo.org>
   shutter-0.85.1-r1.ebuild:



1.1                  x11-misc/shutter/shutter-0.86.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shutter/shutter-0.86.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shutter/shutter-0.86.2.ebuild?rev=1.1&content-type=text/plain

Index: shutter-0.86.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutter/shutter-0.86.2.ebuild,v 1.1 2010/05/20 19:59:39 hwoarang Exp $

EAPI="2"

inherit eutils

DESCRIPTION="Feature-rich screenshot program"
HOMEPAGE="http://shutter-project.org/"
SRC_URI="http://shutter-project.org/wp-content/uploads/releases/tars/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="drawing webphoto"

RDEPEND="dev-lang/perl
	dev-perl/gnome2-gconf
	drawing? ( dev-perl/Goo-Canvas  )
	webphoto? ( gnome-extra/gnome-web-photo )
	|| ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
	dev-perl/libxml-perl
	dev-perl/gnome2-wnck
	dev-perl/gnome2-canvas
	dev-perl/gnome2-perl
	dev-perl/Gtk2-ImageView
	dev-perl/File-DesktopEntry
	dev-perl/File-HomeDir
	dev-perl/File-Which
	dev-perl/File-Copy-Recursive
	dev-perl/File-MimeInfo
	dev-perl/Locale-gettext
	dev-perl/Net-DBus
	dev-perl/Proc-Simple
	dev-perl/Proc-ProcessTable
	dev-perl/Sort-Naturally
	dev-perl/WWW-Mechanize
	dev-perl/X11-Protocol
	dev-perl/XML-Simple
	dev-perl/libwww-perl"

src_prepare() {
	use webphoto || epatch "${FILESDIR}"/disable_webphoto.patch
	use drawing || epatch "${FILESDIR}"/disable_goocanvas.patch
}

src_install() {
	dobin bin/${PN} || die "dobin failed"
	insinto /usr/share/${PN}
	doins -r share/${PN}/* || die "doins failed"
	dodoc README || die "dodoc failed"
	domenu share/applications/${PN}.desktop
	doman share/man/man1/${PN}.1.gz || die "doman failed"
	doicon share/pixmaps/${PN}.png
	doins -r share/locale || die "doins failed"
	find "${D}"/usr/share/shutter/resources/system/plugins/ -type f ! -name '*.*' -exec chmod 755 {} \; \
		|| die "failed to make plugins executables"
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/shutter: ChangeLog shutter-0.86.2.ebuild
@ 2010-06-24 21:43 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2010-06-24 21:43 UTC (permalink / raw
  To: gentoo-commits

pacho       10/06/24 21:43:13

  Modified:             ChangeLog shutter-0.86.2.ebuild
  Log:
  stable amd64, bug 324791
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 x11-misc/shutter/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/shutter/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	20 May 2010 19:59:39 -0000	1.10
+++ ChangeLog	24 Jun 2010 21:43:13 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/shutter
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutter/ChangeLog,v 1.10 2010/05/20 19:59:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutter/ChangeLog,v 1.11 2010/06/24 21:43:13 pacho Exp $
+
+  24 Jun 2010; Pacho Ramos <pacho@gentoo.org> shutter-0.86.2.ebuild:
+  stable amd64, bug 324791
 
 *shutter-0.86.2 (20 May 2010)
 



1.2                  x11-misc/shutter/shutter-0.86.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shutter/shutter-0.86.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shutter/shutter-0.86.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shutter/shutter-0.86.2.ebuild?r1=1.1&r2=1.2

Index: shutter-0.86.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/shutter/shutter-0.86.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shutter-0.86.2.ebuild	20 May 2010 19:59:39 -0000	1.1
+++ shutter-0.86.2.ebuild	24 Jun 2010 21:43:13 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutter/shutter-0.86.2.ebuild,v 1.1 2010/05/20 19:59:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutter/shutter-0.86.2.ebuild,v 1.2 2010/06/24 21:43:13 pacho Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="drawing webphoto"
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/shutter: ChangeLog shutter-0.86.2.ebuild
@ 2010-07-14 12:51 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-14 12:51 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/14 12:51:28

  Modified:             ChangeLog shutter-0.86.2.ebuild
  Log:
  stable x86, bug 324791
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.12                 x11-misc/shutter/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/shutter/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	24 Jun 2010 21:43:13 -0000	1.11
+++ ChangeLog	14 Jul 2010 12:51:27 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/shutter
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutter/ChangeLog,v 1.11 2010/06/24 21:43:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutter/ChangeLog,v 1.12 2010/07/14 12:51:27 fauli Exp $
+
+  14 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+  shutter-0.86.2.ebuild:
+  stable x86, bug 324791
 
   24 Jun 2010; Pacho Ramos <pacho@gentoo.org> shutter-0.86.2.ebuild:
   stable amd64, bug 324791



1.3                  x11-misc/shutter/shutter-0.86.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shutter/shutter-0.86.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shutter/shutter-0.86.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shutter/shutter-0.86.2.ebuild?r1=1.2&r2=1.3

Index: shutter-0.86.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/shutter/shutter-0.86.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- shutter-0.86.2.ebuild	24 Jun 2010 21:43:13 -0000	1.2
+++ shutter-0.86.2.ebuild	14 Jul 2010 12:51:28 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutter/shutter-0.86.2.ebuild,v 1.2 2010/06/24 21:43:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutter/shutter-0.86.2.ebuild,v 1.3 2010/07/14 12:51:28 fauli Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="drawing webphoto"
 
 RDEPEND="dev-lang/perl






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

end of thread, other threads:[~2010-07-14 12:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-20 19:59 [gentoo-commits] gentoo-x86 commit in x11-misc/shutter: ChangeLog shutter-0.86.2.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-24 21:43 Pacho Ramos (pacho)
2010-07-14 12:51 Christian Faulhammer (fauli)

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