diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 16:25:03 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 16:25:03 +0000 |
commit | 9e68b308cd0922289929815efbc89ec23a772103 (patch) | |
tree | e70b73e5d74ea723f3afab1249eb73960e8dbaea /kde-base/quanta | |
parent | Version bump #225053 by Fabio Rossi and switch to Debian /etc files (which we... (diff) | |
download | historical-9e68b308cd0922289929815efbc89ec23a772103.tar.gz historical-9e68b308cd0922289929815efbc89ec23a772103.tar.bz2 historical-9e68b308cd0922289929815efbc89ec23a772103.zip |
Removed old versions.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base/quanta')
-rw-r--r-- | kde-base/quanta/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/quanta/quanta-3.5.8-r1.ebuild | 42 |
2 files changed, 5 insertions, 43 deletions
diff --git a/kde-base/quanta/ChangeLog b/kde-base/quanta/ChangeLog index 911086991b2c..4f7f01f813f7 100644 --- a/kde-base/quanta/ChangeLog +++ b/kde-base/quanta/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/quanta # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.90 2008/05/18 15:30:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.91 2008/06/07 15:35:07 keytoaster Exp $ + + 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + -quanta-3.5.8-r1.ebuild: + Removed old versions. 18 May 2008; Markus Meier <maekke@gentoo.org> quanta-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/quanta/quanta-3.5.8-r1.ebuild b/kde-base/quanta/quanta-3.5.8-r1.ebuild deleted file mode 100644 index 9f9aee014474..000000000000 --- a/kde-base/quanta/quanta-3.5.8-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.5.8-r1.ebuild,v 1.7 2008/03/04 06:47:28 jer Exp $ -KMNAME=kdewebdev -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KDE: Quanta Plus Web Development Environment" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="doc kdehiddenvisibility" -DEPEND="dev-libs/libxslt - dev-libs/libxml2" -RDEPEND="${RDEPEND} -doc? ( app-doc/quanta-docs )" - -KMCOMPILEONLY=lib - -PATCHES="${FILESDIR}/${P}-left-over-tab-fix.diff" - -# TODO: check why this wasn't needed back in the monolithic ebuild -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 -} |