summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 11:58:58 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 11:58:58 +0000
commit6b942c7fe675379fccea5f250ddad71a1de0c13b (patch)
tree1a5a32b3f64630d43f4ff28a62ef0eebae1ead86 /x11-misc/qcomicbook
parentStyle fixes, has_php shall prefer PHP5 over PHP4. (diff)
downloadgentoo-2-6b942c7fe675379fccea5f250ddad71a1de0c13b.tar.gz
gentoo-2-6b942c7fe675379fccea5f250ddad71a1de0c13b.tar.bz2
gentoo-2-6b942c7fe675379fccea5f250ddad71a1de0c13b.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/qcomicbook')
-rw-r--r--x11-misc/qcomicbook/ChangeLog9
-rw-r--r--x11-misc/qcomicbook/files/digest-qcomicbook-0.2.3-r11
-rw-r--r--x11-misc/qcomicbook/qcomicbook-0.2.3-r1.ebuild42
-rw-r--r--x11-misc/qcomicbook/qcomicbook-0.2.4.ebuild7
-rw-r--r--x11-misc/qcomicbook/qcomicbook-0.2.5.ebuild7
5 files changed, 13 insertions, 53 deletions
diff --git a/x11-misc/qcomicbook/ChangeLog b/x11-misc/qcomicbook/ChangeLog
index 82eac6453d67..d77062fb1121 100644
--- a/x11-misc/qcomicbook/ChangeLog
+++ b/x11-misc/qcomicbook/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/qcomicbook
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.8 2005/12/28 20:02:30 nelchael Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.9 2006/01/21 11:58:58 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org>
+ -qcomicbook-0.2.3-r1.ebuild, qcomicbook-0.2.4.ebuild,
+ qcomicbook-0.2.5.ebuild:
+ Fixed DEPEND for modular X.
*qcomicbook-0.2.5 (28 Dec 2005)
diff --git a/x11-misc/qcomicbook/files/digest-qcomicbook-0.2.3-r1 b/x11-misc/qcomicbook/files/digest-qcomicbook-0.2.3-r1
deleted file mode 100644
index 5ace38e42309..000000000000
--- a/x11-misc/qcomicbook/files/digest-qcomicbook-0.2.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a0bade8546d188060f51a3c46dcfa69c qcomicbook-0.2.3.tar.gz 195129
diff --git a/x11-misc/qcomicbook/qcomicbook-0.2.3-r1.ebuild b/x11-misc/qcomicbook/qcomicbook-0.2.3-r1.ebuild
deleted file mode 100644
index 39b5cc2364bb..000000000000
--- a/x11-misc/qcomicbook/qcomicbook-0.2.3-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.2.3-r1.ebuild,v 1.2 2005/07/28 14:34:36 caleb Exp $
-
-inherit eutils qt3
-
-DESCRIPTION="QComicBook is a viewer for comic book archives containing jpeg/png images."
-HOMEPAGE="http://linux.bydg.org/~yogin/"
-SRC_URI="http://linux.bydg.org/~yogin/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-
-IUSE=""
-
-DEPEND="virtual/x11
- $(qt_min_version 3.3)"
-
-RDEPEND="${DEPEND}
- app-arch/unrar
- !ppc? ( app-arch/rar )
- app-arch/zip"
-
-src_compile() {
- econf --with-Qt-dir=${QTDIR} || die "Configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- # makes a pretty desktop icon and such
- dodir /usr/share/pixmaps
- cp icons/${PN}.png ${D}/usr/share/pixmaps
- make_desktop_entry qcomicbook
- epause
- epause
- epause
-
- dodoc README TODO ChangeLog AUTHORS
-}
diff --git a/x11-misc/qcomicbook/qcomicbook-0.2.4.ebuild b/x11-misc/qcomicbook/qcomicbook-0.2.4.ebuild
index a2beffe00b72..4105502fb177 100644
--- a/x11-misc/qcomicbook/qcomicbook-0.2.4.ebuild
+++ b/x11-misc/qcomicbook/qcomicbook-0.2.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.2.4.ebuild,v 1.3 2005/12/28 20:02:30 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.2.4.ebuild,v 1.4 2006/01/21 11:58:58 nelchael Exp $
inherit eutils qt3
@@ -14,8 +14,7 @@ KEYWORDS="~amd64 ~ppc x86"
IUSE=""
-DEPEND="virtual/x11
- $(qt_min_version 3.3)"
+DEPEND="$(qt_min_version 3.3)"
RDEPEND="${DEPEND}
app-arch/unrar
diff --git a/x11-misc/qcomicbook/qcomicbook-0.2.5.ebuild b/x11-misc/qcomicbook/qcomicbook-0.2.5.ebuild
index f0d1c591ab29..f74c663f1df0 100644
--- a/x11-misc/qcomicbook/qcomicbook-0.2.5.ebuild
+++ b/x11-misc/qcomicbook/qcomicbook-0.2.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.2.5.ebuild,v 1.1 2005/12/28 20:02:30 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.2.5.ebuild,v 1.2 2006/01/21 11:58:58 nelchael Exp $
inherit eutils qt3
@@ -14,8 +14,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-DEPEND="virtual/x11
- $(qt_min_version 3.3)"
+DEPEND="$(qt_min_version 3.3)"
RDEPEND="${DEPEND}
app-arch/unrar