public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/qcomicbook: ChangeLog qcomicbook-0.4.0.ebuild
@ 2007-11-13  9:47 Krzysiek Pawlik (nelchael)
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysiek Pawlik (nelchael) @ 2007-11-13  9:47 UTC (permalink / raw
  To: gentoo-commits

nelchael    07/11/13 09:47:37

  Modified:             ChangeLog
  Added:                qcomicbook-0.4.0.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.17                 x11-misc/qcomicbook/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	21 Aug 2007 22:29:55 -0000	1.16
+++ ChangeLog	13 Nov 2007 09:47:36 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/qcomicbook
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.16 2007/08/21 22:29:55 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.17 2007/11/13 09:47:36 nelchael Exp $
+
+*qcomicbook-0.4.0 (13 Nov 2007)
+
+  13 Nov 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+  +qcomicbook-0.4.0.ebuild:
+  Version bump.
 
   21 Aug 2007; Jurek Bartuszek <jurek@gentoo.org> -qcomicbook-0.2.4.ebuild,
   qcomicbook-0.3.4.ebuild:



1.1                  x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild?rev=1.1&content-type=text/plain

Index: qcomicbook-0.4.0.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild,v 1.1 2007/11/13 09:47:36 nelchael Exp $

inherit autotools eutils qt4

DESCRIPTION="A viewer for comic book archives containing jpeg/png images."
HOMEPAGE="http://linux.bydg.org/~yogin"
SRC_URI="http://linux.bydg.org/~yogin/${PN}/${P}.tar.gz"

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

RDEPEND="$(qt4_min_version 4.0)
	media-libs/imlib2
	|| ( app-arch/unrar app-arch/rar )
	app-arch/zip"
DEPEND="${RDEPEND}"

src_unpack() {
	unpack ${A}
	cd "${S}/src/"
	sed -i -e 's,moc-qt4,moc,g' Makefile.am || die "sed failed"
}

src_compile() {
	econf --with-Qt-dir="${QTDIR}" || die "econf failed"
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
	doicon icons/${PN}.png
	make_desktop_entry ${PN} "QComicBook" \
		${PN}.png "Graphics;Viewer;Amusement;Qt"
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-misc/qcomicbook: ChangeLog qcomicbook-0.4.0.ebuild
@ 2008-01-09  8:33 Krzysiek Pawlik (nelchael)
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysiek Pawlik (nelchael) @ 2008-01-09  8:33 UTC (permalink / raw
  To: gentoo-commits

nelchael    08/01/09 08:33:34

  Modified:             ChangeLog qcomicbook-0.4.0.ebuild
  Log:
  Add missing dev-util/pkgconfig to DEPEND.
  (Portage version: 2.1.4_rc14)

Revision  Changes    Path
1.18                 x11-misc/qcomicbook/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	13 Nov 2007 09:47:36 -0000	1.17
+++ ChangeLog	9 Jan 2008 08:33:34 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/qcomicbook
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.17 2007/11/13 09:47:36 nelchael Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.18 2008/01/09 08:33:34 nelchael Exp $
+
+  09 Jan 2008; Krzysiek Pawlik <nelchael@gentoo.org>
+  qcomicbook-0.4.0.ebuild:
+  Add missing dev-util/pkgconfig to DEPEND.
 
 *qcomicbook-0.4.0 (13 Nov 2007)
 



1.2                  x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild?r1=1.1&r2=1.2

Index: qcomicbook-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qcomicbook-0.4.0.ebuild	13 Nov 2007 09:47:36 -0000	1.1
+++ qcomicbook-0.4.0.ebuild	9 Jan 2008 08:33:34 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild,v 1.1 2007/11/13 09:47:36 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild,v 1.2 2008/01/09 08:33:34 nelchael Exp $
 
 inherit autotools eutils qt4
 
@@ -17,7 +17,8 @@
 	media-libs/imlib2
 	|| ( app-arch/unrar app-arch/rar )
 	app-arch/zip"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 src_unpack() {
 	unpack ${A}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-misc/qcomicbook: ChangeLog qcomicbook-0.4.0.ebuild
@ 2008-07-27  1:23 Carsten Lohrke (carlo)
  0 siblings, 0 replies; 4+ messages in thread
From: Carsten Lohrke (carlo) @ 2008-07-27  1:23 UTC (permalink / raw
  To: gentoo-commits

carlo       08/07/27 01:23:10

  Modified:             ChangeLog qcomicbook-0.4.0.ebuild
  Log:
   Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.20                 x11-misc/qcomicbook/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	31 May 2008 15:56:14 -0000	1.19
+++ ChangeLog	27 Jul 2008 01:23:10 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/qcomicbook
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.19 2008/05/31 15:56:14 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.20 2008/07/27 01:23:10 carlo Exp $
+
+  27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qcomicbook-0.4.0.ebuild:
+  Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
 
   31 May 2008; Ben de Groot <yngwin@gentoo.org> qcomicbook-0.4.0.ebuild:
   Updating deps for split qt4. Applying patch from bug 214154.



1.4                  x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild?r1=1.3&r2=1.4

Index: qcomicbook-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qcomicbook-0.4.0.ebuild	31 May 2008 15:56:14 -0000	1.3
+++ qcomicbook-0.4.0.ebuild	27 Jul 2008 01:23:10 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild,v 1.3 2008/05/31 15:56:14 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild,v 1.4 2008/07/27 01:23:10 carlo Exp $
 
 EAPI=1
 inherit autotools eutils qt4
@@ -14,7 +14,7 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
-RDEPEND="|| ( x11-libs/qt-gui:4 x11-libs/qt:4 )
+RDEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3*:4 )
 	media-libs/imlib2
 	|| ( app-arch/unrar app-arch/rar )
 	app-arch/zip"






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/qcomicbook: ChangeLog qcomicbook-0.4.0.ebuild
@ 2009-05-04  9:23 Krzysiek Pawlik (nelchael)
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysiek Pawlik (nelchael) @ 2009-05-04  9:23 UTC (permalink / raw
  To: gentoo-commits

nelchael    09/05/04 09:23:30

  Modified:             ChangeLog qcomicbook-0.4.0.ebuild
  Log:
  Add missing dependencies, see bug #227747.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 x11-misc/qcomicbook/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	28 Jul 2008 21:48:04 -0000	1.21
+++ ChangeLog	4 May 2009 09:23:30 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/qcomicbook
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.21 2008/07/28 21:48:04 carlo Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.22 2009/05/04 09:23:30 nelchael Exp $
+
+  04 May 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+  qcomicbook-0.4.0.ebuild:
+  Add missing dependencies, see bug #227747.
 
   28 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qcomicbook-0.3.4.ebuild:
   QA: Get rid of deprecated qt_min_version().



1.5                  x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild?r1=1.4&r2=1.5

Index: qcomicbook-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qcomicbook-0.4.0.ebuild	27 Jul 2008 01:23:10 -0000	1.4
+++ qcomicbook-0.4.0.ebuild	4 May 2009 09:23:30 -0000	1.5
@@ -1,9 +1,10 @@
-# 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/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild,v 1.4 2008/07/27 01:23:10 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild,v 1.5 2009/05/04 09:23:30 nelchael Exp $
 
-EAPI=1
-inherit autotools eutils qt4
+EAPI="2"
+
+inherit eutils qt4
 
 DESCRIPTION="A viewer for comic book archives containing jpeg/png images."
 HOMEPAGE="http://linux.bydg.org/~yogin"
@@ -15,15 +16,14 @@
 IUSE=""
 
 RDEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3*:4 )
-	media-libs/imlib2
+	media-libs/imlib2[X]
+	x11-libs/libXmu
 	|| ( app-arch/unrar app-arch/rar )
 	app-arch/zip"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}/src/"
+src_prepare() {
 	sed -i -e 's,moc-qt4,moc,g' Makefile.in || die "sed failed"
 }
 






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

end of thread, other threads:[~2009-05-04  9:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-04  9:23 [gentoo-commits] gentoo-x86 commit in x11-misc/qcomicbook: ChangeLog qcomicbook-0.4.0.ebuild Krzysiek Pawlik (nelchael)
  -- strict thread matches above, loose matches on Subject: below --
2008-07-27  1:23 Carsten Lohrke (carlo)
2008-01-09  8:33 Krzysiek Pawlik (nelchael)
2007-11-13  9:47 Krzysiek Pawlik (nelchael)

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