From a6942aca49915eb9fcc600ee7a92ab069491042c Mon Sep 17 00:00:00 2001 From: Ingmar Vanhassel Date: Sun, 17 Feb 2008 02:58:22 +0000 Subject: Spring cleaning. (Portage version: 2.1.4.4) --- kde-base/quanta/ChangeLog | 6 +++++- kde-base/quanta/quanta-3.5.5.ebuild | 29 --------------------------- kde-base/quanta/quanta-3.5.6.ebuild | 40 ------------------------------------- kde-base/quanta/quanta-3.5.7.ebuild | 40 ------------------------------------- kde-base/quanta/quanta-3.5.8.ebuild | 40 ------------------------------------- 5 files changed, 5 insertions(+), 150 deletions(-) delete mode 100644 kde-base/quanta/quanta-3.5.5.ebuild delete mode 100644 kde-base/quanta/quanta-3.5.6.ebuild delete mode 100644 kde-base/quanta/quanta-3.5.7.ebuild delete mode 100644 kde-base/quanta/quanta-3.5.8.ebuild (limited to 'kde-base/quanta') diff --git a/kde-base/quanta/ChangeLog b/kde-base/quanta/ChangeLog index a5485e9476f8..a6c17419a6ee 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.82 2008/01/31 15:32:14 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.83 2008/02/17 02:58:22 ingmar Exp $ + + 16 Feb 2008; Ingmar Vanhassel -quanta-3.5.5.ebuild, + -quanta-3.5.6.ebuild, -quanta-3.5.7.ebuild, -quanta-3.5.8.ebuild: + Spring cleaning 31 Jan 2008; Brent Baude quanta-3.5.8-r1.ebuild: Marking quanta-3.5.8-r1 ppc for bug 207634 diff --git a/kde-base/quanta/quanta-3.5.5.ebuild b/kde-base/quanta/quanta-3.5.5.ebuild deleted file mode 100644 index a6666bbdca66..000000000000 --- a/kde-base/quanta/quanta-3.5.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.5.5.ebuild,v 1.9 2006/12/11 13:50:35 kloeri Exp $ -KMNAME=kdewebdev -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -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" -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 - -# 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 -} diff --git a/kde-base/quanta/quanta-3.5.6.ebuild b/kde-base/quanta/quanta-3.5.6.ebuild deleted file mode 100644 index 77a265a3db0f..000000000000 --- a/kde-base/quanta/quanta-3.5.6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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.2 2007/04/15 18:34:03 philantrop Exp $ -KMNAME=kdewebdev -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KDE: Quanta Plus Web Development Environment" -KEYWORDS="~alpha ~amd64 ~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 - -# 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 -} diff --git a/kde-base/quanta/quanta-3.5.7.ebuild b/kde-base/quanta/quanta-3.5.7.ebuild deleted file mode 100644 index 550bb5b19ec3..000000000000 --- a/kde-base/quanta/quanta-3.5.7.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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.7.ebuild,v 1.7 2007/08/11 15:04:32 armin76 Exp $ -KMNAME=kdewebdev -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KDE: Quanta Plus Web Development Environment" -KEYWORDS="alpha amd64 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 - -# 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 -} diff --git a/kde-base/quanta/quanta-3.5.8.ebuild b/kde-base/quanta/quanta-3.5.8.ebuild deleted file mode 100644 index 1696cdd2ca23..000000000000 --- a/kde-base/quanta/quanta-3.5.8.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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.8.ebuild,v 1.1 2007/10/19 23:58:24 philantrop Exp $ -KMNAME=kdewebdev -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KDE: Quanta Plus Web Development Environment" -KEYWORDS="~alpha ~amd64 ~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 - -# 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 -} -- cgit v1.2.3-65-gdbad