summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2015-02-20 12:22:28 +0000
committerSergey Popov <pinkbyte@gentoo.org>2015-02-20 12:22:28 +0000
commit78afed7a081cc96666428f60a091e68425524e4e (patch)
tree0b9e4225e705956f2e6e71e883e8c0096bfd4846 /x11-misc
parentStable on x86, wrt bug #538410 (diff)
downloadgentoo-2-78afed7a081cc96666428f60a091e68425524e4e.tar.gz
gentoo-2-78afed7a081cc96666428f60a091e68425524e4e.tar.bz2
gentoo-2-78afed7a081cc96666428f60a091e68425524e4e.zip
Drop old
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x60C0742D1F357D42)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/qcomicbook/ChangeLog5
-rw-r--r--x11-misc/qcomicbook/qcomicbook-0.9.0.ebuild36
2 files changed, 4 insertions, 37 deletions
diff --git a/x11-misc/qcomicbook/ChangeLog b/x11-misc/qcomicbook/ChangeLog
index 3092b7d0002f..14e0a6179b5d 100644
--- a/x11-misc/qcomicbook/ChangeLog
+++ b/x11-misc/qcomicbook/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/qcomicbook
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.55 2015/02/20 12:21:47 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.56 2015/02/20 12:22:28 pinkbyte Exp $
+
+ 20 Feb 2015; Sergey Popov <pinkbyte@gentoo.org> -qcomicbook-0.9.0.ebuild:
+ Drop old
20 Feb 2015; Sergey Popov <pinkbyte@gentoo.org> qcomicbook-0.9.0-r1.ebuild:
Stable on x86, wrt bug #538410
diff --git a/x11-misc/qcomicbook/qcomicbook-0.9.0.ebuild b/x11-misc/qcomicbook/qcomicbook-0.9.0.ebuild
deleted file mode 100644
index 032717202bf3..000000000000
--- a/x11-misc/qcomicbook/qcomicbook-0.9.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.9.0.ebuild,v 1.4 2014/08/10 20:03:40 slyfox Exp $
-
-EAPI=4
-
-CMAKE_IN_SOURCE_BUILD=1
-inherit cmake-utils flag-o-matic
-
-DESCRIPTION="A viewer for comic book archives containing jpeg/png images"
-HOMEPAGE="http://qcomicbook.org/"
-SRC_URI="http://qcomicbook.org/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="debug"
-
-DEPEND="dev-qt/qtgui:4
- app-text/poppler[qt4]"
-RDEPEND="${DEPEND}"
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
-
-src_configure() {
- use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT
- cmake-utils_src_configure
-}
-
-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"
-}