diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-01 10:20:30 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-01 10:20:30 +0000 |
commit | 1f9b824b1535367d91bc24a50b0d30859575f723 (patch) | |
tree | 7e7b67ba26a24ad64b7240da3c0e1a0d31d4aa7a /x11-misc | |
parent | stable x86, bug 321591 (diff) | |
download | gentoo-2-1f9b824b1535367d91bc24a50b0d30859575f723.tar.gz gentoo-2-1f9b824b1535367d91bc24a50b0d30859575f723.tar.bz2 gentoo-2-1f9b824b1535367d91bc24a50b0d30859575f723.zip |
Version bump. Bug #330297. Thanks to teidakankan@gmail.com for reporting
(Portage version: 2.2_rc67/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 |
2 files changed, 36 insertions, 1 deletions
diff --git a/x11-misc/qcomicbook/ChangeLog b/x11-misc/qcomicbook/ChangeLog index 1ab73f698bb1..cf2b57ac179f 100644 --- a/x11-misc/qcomicbook/ChangeLog +++ b/x11-misc/qcomicbook/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/qcomicbook # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.32 2010/02/08 21:55:24 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.33 2010/08/01 10:20:30 hwoarang Exp $ + +*qcomicbook-0.6.0 (01 Aug 2010) + + 01 Aug 2010; Markos Chandras <hwoarang@gentoo.org> + +qcomicbook-0.6.0.ebuild: + Version bump. Bug #330297. Thanks to teidakankan@gmail.com for reporting 08 Feb 2010; Ben de Groot <yngwin@gentoo.org> -qcomicbook-0.4.4.ebuild: Remove obsoleted version diff --git a/x11-misc/qcomicbook/qcomicbook-0.6.0.ebuild b/x11-misc/qcomicbook/qcomicbook-0.6.0.ebuild new file mode 100644 index 000000000000..258b355db301 --- /dev/null +++ b/x11-misc/qcomicbook/qcomicbook-0.6.0.ebuild @@ -0,0 +1,29 @@ +# 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.1 2010/08/01 10:20:30 hwoarang 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" +} |