summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-04-15 18:34:03 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-04-15 18:34:03 +0000
commit8e8c0928887366cb3e317d12eb7eb5de751c6e10 (patch)
tree7eb42e05e0feb10b0a1aa592c6a19baf54bc58c3 /kde-base
parentStable on ppc64; bug #168878 (diff)
downloadgentoo-2-8e8c0928887366cb3e317d12eb7eb5de751c6e10.tar.gz
gentoo-2-8e8c0928887366cb3e317d12eb7eb5de751c6e10.tar.bz2
gentoo-2-8e8c0928887366cb3e317d12eb7eb5de751c6e10.zip
Removed some bogus RDEPENDS and added a post-install, fixes bugs 101882 and 142348.
(Portage version: 2.1.2.3)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/quanta/ChangeLog6
-rw-r--r--kde-base/quanta/quanta-3.5.6.ebuild27
2 files changed, 24 insertions, 9 deletions
diff --git a/kde-base/quanta/ChangeLog b/kde-base/quanta/ChangeLog
index 952292288e93..e30f2da7a44d 100644
--- a/kde-base/quanta/ChangeLog
+++ b/kde-base/quanta/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/quanta
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.67 2007/02/04 03:18:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.68 2007/04/15 18:34:03 philantrop Exp $
+
+ 15 Apr 2007; Wulf C. Krueger <philantrop@gentoo.org> quanta-3.5.6.ebuild:
+ Removed some bogus RDEPENDS and added a post-install, fixes bugs 101882
+ and 142348.
04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -quanta-3.5.2.ebuild:
Remove old versions.
diff --git a/kde-base/quanta/quanta-3.5.6.ebuild b/kde-base/quanta/quanta-3.5.6.ebuild
index 4742cd5a05ba..77a265a3db0f 100644
--- a/kde-base/quanta/quanta-3.5.6.ebuild
+++ b/kde-base/quanta/quanta-3.5.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.5.6.ebuild,v 1.1 2007/01/16 22:02:28 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.5.6.ebuild,v 1.2 2007/04/15 18:34:03 philantrop Exp $
KMNAME=kdewebdev
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -8,16 +8,10 @@ inherit kde-meta eutils
DESCRIPTION="KDE: Quanta Plus Web Development Environment"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="doc kdehiddenvisibility tidy"
+IUSE="doc kdehiddenvisibility"
DEPEND="dev-libs/libxslt
dev-libs/libxml2"
RDEPEND="${RDEPEND}
-$(deprange $PV $MAXKDEVER kde-base/kfilereplace)
-$(deprange $PV $MAXKDEVER kde-base/kimagemapeditor)
-$(deprange $PV $MAXKDEVER kde-base/klinkstatus)
-$(deprange $PV $MAXKDEVER kde-base/kommander)
-$(deprange $PV $MAXKDEVER kde-base/kxsldbg)
-tidy? ( app-text/htmltidy )
doc? ( app-doc/quanta-docs )"
KMCOMPILEONLY=lib
@@ -27,3 +21,20 @@ src_compile () {
myconf="--with-extra-includes=$(xml2-config --cflags | sed -e 's:^-I::')"
kde-meta_src_compile
}
+
+pkg_postinst() {
+ kde_pkg_postinst
+
+ echo
+ elog "${P} has some optional dependencies which you might want to emerge:"
+ elog "- app-text/htmltidy for HTML syntax checking."
+ elog "- app-crypt/gnupg for previewing browser configuration."
+ elog "- kde-base/kompare for comparing files by content."
+ elog "- kde-base/cervisia for enabling the CVS management plugin."
+ elog "- kde-base/kfilereplace for searching and replacing in files."
+ elog "- kde-base/kimagemapeditor for editing HTML image maps."
+ elog "- kde-base/klinkstatus for link validity checking."
+ elog "- kde-base/kxsldbg for XSLT debugging."
+ elog "- kde-base/kommander for the QuickStart dialogue and other scripted dialogues."
+ echo
+}