diff options
author | 2011-11-19 05:29:48 +0000 | |
---|---|---|
committer | 2011-11-19 05:29:48 +0000 | |
commit | cae81082095c1bce6208b0435eacc7565f035e75 (patch) | |
tree | 0d2987ef114fdff00f6e1f4b2169df69550a3cbb /x11-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-cae81082095c1bce6208b0435eacc7565f035e75.tar.gz gentoo-2-cae81082095c1bce6208b0435eacc7565f035e75.tar.bz2 gentoo-2-cae81082095c1bce6208b0435eacc7565f035e75.zip |
Version bump and remove old.
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/qcomicbook/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/qcomicbook/qcomicbook-0.6.0.ebuild | 29 | ||||
-rw-r--r-- | x11-misc/qcomicbook/qcomicbook-0.8.2.ebuild (renamed from x11-misc/qcomicbook/qcomicbook-0.7.2.ebuild) | 10 |
3 files changed, 13 insertions, 34 deletions
diff --git a/x11-misc/qcomicbook/ChangeLog b/x11-misc/qcomicbook/ChangeLog index 1a3b7975b635..c9bac9fffbfb 100644 --- a/x11-misc/qcomicbook/ChangeLog +++ b/x11-misc/qcomicbook/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/qcomicbook # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.43 2011/11/13 20:52:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.44 2011/11/19 05:29:48 radhermit Exp $ + +*qcomicbook-0.8.2 (19 Nov 2011) + + 19 Nov 2011; Tim Harder <radhermit@gentoo.org> -qcomicbook-0.6.0.ebuild, + -qcomicbook-0.7.2.ebuild, +qcomicbook-0.8.2.ebuild: + Version bump and remove old. 13 Nov 2011; Markus Meier <maekke@gentoo.org> qcomicbook-0.8.1.ebuild: x86 stable, bug #378381 diff --git a/x11-misc/qcomicbook/qcomicbook-0.6.0.ebuild b/x11-misc/qcomicbook/qcomicbook-0.6.0.ebuild deleted file mode 100644 index a3cc7889ef5c..000000000000 --- a/x11-misc/qcomicbook/qcomicbook-0.6.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.6.0.ebuild,v 1.3 2010/11/28 17:24:31 maekke Exp $ - -EAPI=2 -CMAKE_IN_SOURCE_BUILD=1 -inherit cmake-utils - -DESCRIPTION="A viewer for comic book archives containing jpeg/png images." -HOMEPAGE="http://www.kde-apps.org/content/show.php?content=19509" -SRC_URI="http://qcomicbook.linux-projects.net/releases/qcomicbook-0.6.0.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="debug" - -DEPEND="x11-libs/qt-gui:4" -RDEPEND="${DEPEND}" - -DOCS="AUTHORS ChangeLog NEWS README THANKS" - -pkg_postinst() { - elog "For using QComicBook with compressed archives you may want to install:" - elog " app-arch/p7zip" - elog " app-arch/unace" - elog " app-arch/unrar or app-arch/rar" - elog " app-arch/unzip" -} diff --git a/x11-misc/qcomicbook/qcomicbook-0.7.2.ebuild b/x11-misc/qcomicbook/qcomicbook-0.8.2.ebuild index 0886ecea89ae..67a322171d96 100644 --- a/x11-misc/qcomicbook/qcomicbook-0.7.2.ebuild +++ b/x11-misc/qcomicbook/qcomicbook-0.8.2.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.7.2.ebuild,v 1.3 2011/07/17 20:42:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.8.2.ebuild,v 1.1 2011/11/19 05:29:48 radhermit Exp $ + +EAPI=4 -EAPI=2 CMAKE_IN_SOURCE_BUILD=1 inherit cmake-utils flag-o-matic @@ -12,10 +13,11 @@ SRC_URI="http://${PN}.linux-projects.net/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug" -DEPEND="x11-libs/qt-gui:4" +DEPEND="x11-libs/qt-gui:4 + app-text/poppler[qt4]" RDEPEND="${DEPEND}" DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" |