diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-11-29 18:46:09 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-11-29 18:46:09 +0000 |
commit | 98fa040c7fe716e58db57e0db5ddd9a571c199fb (patch) | |
tree | f13dee934ed80f465799669c613cf16fd6138fd6 /kde-base/quanta | |
parent | Keyworded ~sparc wrt #113875 (diff) | |
download | historical-98fa040c7fe716e58db57e0db5ddd9a571c199fb.tar.gz historical-98fa040c7fe716e58db57e0db5ddd9a571c199fb.tar.bz2 historical-98fa040c7fe716e58db57e0db5ddd9a571c199fb.zip |
Remove KDE 3.5 prereleases.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'kde-base/quanta')
-rw-r--r-- | kde-base/quanta/files/digest-quanta-3.5.0_beta2 | 3 | ||||
-rw-r--r-- | kde-base/quanta/files/digest-quanta-3.5.0_rc1 | 4 | ||||
-rw-r--r-- | kde-base/quanta/files/digest-quanta-3.5_beta1 | 1 | ||||
-rw-r--r-- | kde-base/quanta/quanta-3.5.0_beta2.ebuild | 32 | ||||
-rw-r--r-- | kde-base/quanta/quanta-3.5.0_rc1.ebuild | 32 | ||||
-rw-r--r-- | kde-base/quanta/quanta-3.5_beta1.ebuild | 32 |
6 files changed, 0 insertions, 104 deletions
diff --git a/kde-base/quanta/files/digest-quanta-3.5.0_beta2 b/kde-base/quanta/files/digest-quanta-3.5.0_beta2 deleted file mode 100644 index f46df1fe7eda..000000000000 --- a/kde-base/quanta/files/digest-quanta-3.5.0_beta2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0ae2aefa9ad1c7ea19740177c4dd774c kdewebdev-3.4.91-3.4.92.tar.xdelta 386659 -MD5 aeab0256564946d2165f0a6d764abb71 kdewebdev-3.4.91.tar.bz2 6006879 -MD5 f2757ef4c5db23f1c879297c2136ec22 kdewebdev-3.4.92.tar.bz2 6020188 diff --git a/kde-base/quanta/files/digest-quanta-3.5.0_rc1 b/kde-base/quanta/files/digest-quanta-3.5.0_rc1 deleted file mode 100644 index de9c6c08f686..000000000000 --- a/kde-base/quanta/files/digest-quanta-3.5.0_rc1 +++ /dev/null @@ -1,4 +0,0 @@ -MD5 0ae2aefa9ad1c7ea19740177c4dd774c kdewebdev-3.4.91-3.4.92.tar.xdelta 386659 -MD5 aeab0256564946d2165f0a6d764abb71 kdewebdev-3.4.91.tar.bz2 6006879 -MD5 a8559630803d84e4a16f2f56ac7df495 kdewebdev-3.4.92-3.5.0_rc1.tar.xdelta 286539 -MD5 75d6be1a7edcee2ae9290b002a9c720f kdewebdev-3.5.0_rc1.tar.bz2 6019892 diff --git a/kde-base/quanta/files/digest-quanta-3.5_beta1 b/kde-base/quanta/files/digest-quanta-3.5_beta1 deleted file mode 100644 index 9e14805975ae..000000000000 --- a/kde-base/quanta/files/digest-quanta-3.5_beta1 +++ /dev/null @@ -1 +0,0 @@ -MD5 aeab0256564946d2165f0a6d764abb71 kdewebdev-3.4.91.tar.bz2 6006879 diff --git a/kde-base/quanta/quanta-3.5.0_beta2.ebuild b/kde-base/quanta/quanta-3.5.0_beta2.ebuild deleted file mode 100644 index 92f2b69eda1d..000000000000 --- a/kde-base/quanta/quanta-3.5.0_beta2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.5.0_beta2.ebuild,v 1.2 2005/10/22 07:49:53 halcy0n Exp $ -KMNAME=kdewebdev -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KDE: Quanta Plus Web Development Environment" -KEYWORDS="~amd64 ~x86" -IUSE="doc tidy" -DEPEND="dev-libs/libxslt - dev-libs/libxml2" -RDEPEND="$DEPEND -$(deprange $PV $MAXKDEVER kde-base/kfilereplace) -$(deprange 3.5_beta1 $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::')" - - export LIBXML_LIBS="`xml2-config --libs`" - export LIBXSLT_LIBS="`xslt-config --libs`" - kde-meta_src_compile -} diff --git a/kde-base/quanta/quanta-3.5.0_rc1.ebuild b/kde-base/quanta/quanta-3.5.0_rc1.ebuild deleted file mode 100644 index 29dd2febfad6..000000000000 --- a/kde-base/quanta/quanta-3.5.0_rc1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.5.0_rc1.ebuild,v 1.1 2005/11/12 15:49:36 danarmak Exp $ -KMNAME=kdewebdev -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KDE: Quanta Plus Web Development Environment" -KEYWORDS="~amd64 ~x86" -IUSE="doc tidy" -DEPEND="dev-libs/libxslt - dev-libs/libxml2" -RDEPEND="$DEPEND -$(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::')" - - export LIBXML_LIBS="`xml2-config --libs`" - export LIBXSLT_LIBS="`xslt-config --libs`" - kde-meta_src_compile -} diff --git a/kde-base/quanta/quanta-3.5_beta1.ebuild b/kde-base/quanta/quanta-3.5_beta1.ebuild deleted file mode 100644 index 500e11d359ed..000000000000 --- a/kde-base/quanta/quanta-3.5_beta1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.5_beta1.ebuild,v 1.2 2005/10/22 07:49:53 halcy0n Exp $ -KMNAME=kdewebdev -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KDE: Quanta Plus Web Development Environment" -KEYWORDS="~amd64 ~x86" -IUSE="doc tidy" -DEPEND="dev-libs/libxslt - dev-libs/libxml2" -RDEPEND="$DEPEND -$(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::')" - - export LIBXML_LIBS="`xml2-config --libs`" - export LIBXSLT_LIBS="`xslt-config --libs`" - kde-meta_src_compile -} |