diff options
author | Ben de Groot <yngwin@gentoo.org> | 2010-03-22 01:52:01 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2010-03-22 01:52:01 +0000 |
commit | 573299fad637c42708bf8461f4bdafc020888dcc (patch) | |
tree | 425596f64e14dcfa269f039595349ee91e4ee2c3 /app-text/kchmviewer | |
parent | x11-libs/qt:3 and revdeps removal, bug #283429 (diff) | |
download | gentoo-2-573299fad637c42708bf8461f4bdafc020888dcc.tar.gz gentoo-2-573299fad637c42708bf8461f4bdafc020888dcc.tar.bz2 gentoo-2-573299fad637c42708bf8461f4bdafc020888dcc.zip |
Remove qt-3 and revdeps, bug #283429 (tracker) and #292192 (kchmviewer-3 removal)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/kchmviewer')
-rw-r--r-- | app-text/kchmviewer/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/kchmviewer/kchmviewer-3.1_p2-r1.ebuild | 46 |
2 files changed, 6 insertions, 47 deletions
diff --git a/app-text/kchmviewer/ChangeLog b/app-text/kchmviewer/ChangeLog index 5db3cf87a761..4ad9c86cd2b2 100644 --- a/app-text/kchmviewer/ChangeLog +++ b/app-text/kchmviewer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/kchmviewer # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kchmviewer/ChangeLog,v 1.28 2010/01/07 15:35:06 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kchmviewer/ChangeLog,v 1.29 2010/03/22 01:52:01 yngwin Exp $ + + 22 Mar 2010; Ben de Groot <yngwin@gentoo.org> + -kchmviewer-3.1_p2-r1.ebuild: + Remove qt-3 and revdeps, bug #283429 (tracker) and #292192 (kchmviewer-3 + removal) 07 Jan 2010; Joseph Jezak <josejx@gentoo.org> kchmviewer-4.2.ebuild: Marked ppc stable for bug #297010. diff --git a/app-text/kchmviewer/kchmviewer-3.1_p2-r1.ebuild b/app-text/kchmviewer/kchmviewer-3.1_p2-r1.ebuild deleted file mode 100644 index b84315473cdf..000000000000 --- a/app-text/kchmviewer/kchmviewer-3.1_p2-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kchmviewer/kchmviewer-3.1_p2-r1.ebuild,v 1.5 2009/11/15 11:57:44 pva Exp $ - -EAPI="2" - -inherit versionator eutils qt3 - -MY_P=${PN}-$(replace_version_separator 2 '-') -MY_P=${MY_P/p} - -DESCRIPTION="KchmViewer is a feature rich chm file viewer, based on Qt." -HOMEPAGE="http://www.kchmviewer.net/" -SRC_URI="mirror://sourceforge/kchmviewer/${MY_P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="x11-libs/qt:3 - dev-libs/chmlib" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN}-$(get_version_component_range 1-2) - -src_prepare() { - epatch "${FILESDIR}/${P}-gcc43.patch" #218812 - # broken configure script, assure it doesn't fall back to internal libs - echo "# We use the external chmlib!" > lib/chmlib/chm_lib.h - # we sanitise LINGUAS to avoid issues when a user specifies the same -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc ChangeLog FAQ DCOP-bingings README || die "installing docs failed" - make_desktop_entry ${PN} ${PN} ${PN} "QT;Graphics;Viewer" -} - -pkg_postinst() { - if [[ -f ${ROOT}/usr/share/services/chm.protocol ]]; then - ewarn "kchmviewer and kdevelop's kio_chm don't work together, bug #260134." - ewarn "Until we find better solution, if you want to read chm files with ${PN}" - ewarn "you need to remove ${ROOT}usr/share/services/chm.protocol file manually." - fi -} |