public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/pqiv: pqiv-0.8.ebuild ChangeLog
@ 2008-12-07 18:35 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2008-12-07 18:35 UTC (permalink / raw
  To: gentoo-commits

ssuominen    08/12/07 18:35:07

  Modified:             ChangeLog
  Added:                pqiv-0.8.ebuild
  Log:
  Version bump wrt #250205, thanks to Phillip Berndt for applying our asneeded patch.
  (Portage version: 2.1.6_rc3/cvs/Linux 2.6.27.7 i686)

Revision  Changes    Path
1.16                 media-gfx/pqiv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pqiv/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	30 Nov 2008 18:37:27 -0000	1.15
+++ ChangeLog	7 Dec 2008 18:35:07 -0000	1.16
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/pqiv
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/ChangeLog,v 1.15 2008/11/30 18:37:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/ChangeLog,v 1.16 2008/12/07 18:35:07 ssuominen Exp $
+
+*pqiv-0.8 (07 Dec 2008)
+
+  07 Dec 2008; <ssuominen@gentoo.org> +pqiv-0.8.ebuild:
+  Version bump wrt #250205, thanks to Phillip Berndt for applying our
+  asneeded patch.
 
   30 Nov 2008; <ssuominen@gentoo.org> metadata.xml:
   Add Phillip Berndt, upstream and Gentoo user to metadata.xml.



1.1                  media-gfx/pqiv/pqiv-0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild?rev=1.1&content-type=text/plain

Index: pqiv-0.8.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild,v 1.1 2008/12/07 18:35:07 ssuominen Exp $

EAPI=2

inherit toolchain-funcs

DESCRIPTION="Modern rewrite of Quick Image Viewer"
HOMEPAGE="http://www.pberndt.com/Programme/Linux/pqiv"
SRC_URI="http://www.pberndt.com/raw/Programme/Linux/${PN}/_download/${P}.tbz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2.8"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_configure() {
	./configure --prefix=/usr --destdir=${D} || die "./configure failed."
}

src_compile() {
	tc-export CC
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc README
}






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/pqiv: pqiv-0.8.ebuild ChangeLog
@ 2009-03-21 17:12 Raul Porcel (armin76)
  0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2009-03-21 17:12 UTC (permalink / raw
  To: gentoo-commits

armin76     09/03/21 17:12:04

  Modified:             pqiv-0.8.ebuild ChangeLog
  Log:
  x86 stable, bug #263145
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.3                  media-gfx/pqiv/pqiv-0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild?r1=1.2&r2=1.3

Index: pqiv-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pqiv-0.8.ebuild	7 Dec 2008 18:37:05 -0000	1.2
+++ pqiv-0.8.ebuild	21 Mar 2009 17:12:03 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild,v 1.2 2008/12/07 18:37:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild,v 1.3 2009/03/21 17:12:03 armin76 Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/gtk+-2.8"



1.17                 media-gfx/pqiv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pqiv/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	7 Dec 2008 18:35:07 -0000	1.16
+++ ChangeLog	21 Mar 2009 17:12:03 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/pqiv
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/ChangeLog,v 1.16 2008/12/07 18:35:07 ssuominen Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/ChangeLog,v 1.17 2009/03/21 17:12:03 armin76 Exp $
+
+  21 Mar 2009; Raúl Porcel <armin76@gentoo.org> pqiv-0.8.ebuild:
+  x86 stable, bug #263145
 
 *pqiv-0.8 (07 Dec 2008)
 






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/pqiv: pqiv-0.8.ebuild ChangeLog
@ 2009-03-22 16:37 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-03-22 16:37 UTC (permalink / raw
  To: gentoo-commits

maekke      09/03/22 16:37:33

  Modified:             pqiv-0.8.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #263145
  (Portage version: 2.1.6.9/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-gfx/pqiv/pqiv-0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild?r1=1.3&r2=1.4

Index: pqiv-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pqiv-0.8.ebuild	21 Mar 2009 17:12:03 -0000	1.3
+++ pqiv-0.8.ebuild	22 Mar 2009 16:37:33 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild,v 1.3 2009/03/21 17:12:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild,v 1.4 2009/03/22 16:37:33 maekke Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/gtk+-2.8"



1.18                 media-gfx/pqiv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pqiv/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pqiv/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	21 Mar 2009 17:12:03 -0000	1.17
+++ ChangeLog	22 Mar 2009 16:37:33 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/pqiv
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/ChangeLog,v 1.17 2009/03/21 17:12:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/ChangeLog,v 1.18 2009/03/22 16:37:33 maekke Exp $
+
+  22 Mar 2009; Markus Meier <maekke@gentoo.org> pqiv-0.8.ebuild:
+  amd64/x86 stable, bug #263145
 
   21 Mar 2009; Raúl Porcel <armin76@gentoo.org> pqiv-0.8.ebuild:
   x86 stable, bug #263145






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

end of thread, other threads:[~2009-03-22 16:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-07 18:35 [gentoo-commits] gentoo-x86 commit in media-gfx/pqiv: pqiv-0.8.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-21 17:12 Raul Porcel (armin76)
2009-03-22 16:37 Markus Meier (maekke)

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