summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-24 16:27:31 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-24 16:27:31 +0000
commit7a7ade6e0ddbf0a46ff2d233bfcbee11bd7e7b9d (patch)
treed6b8a3212096e0077f112b856cdf65c775d7b4e3 /kde-base/quanta
parentlicense fun. (diff)
downloadgentoo-2-7a7ade6e0ddbf0a46ff2d233bfcbee11bd7e7b9d.tar.gz
gentoo-2-7a7ade6e0ddbf0a46ff2d233bfcbee11bd7e7b9d.tar.bz2
gentoo-2-7a7ade6e0ddbf0a46ff2d233bfcbee11bd7e7b9d.zip
Removed 3.5_alpha1.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'kde-base/quanta')
-rw-r--r--kde-base/quanta/ChangeLog6
-rw-r--r--kde-base/quanta/files/digest-quanta-3.5_alpha11
-rw-r--r--kde-base/quanta/quanta-3.5_alpha1.ebuild32
3 files changed, 5 insertions, 34 deletions
diff --git a/kde-base/quanta/ChangeLog b/kde-base/quanta/ChangeLog
index 1c99ffb579c2..13ef862bd189 100644
--- a/kde-base/quanta/ChangeLog
+++ b/kde-base/quanta/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/quanta
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.19 2005/09/22 21:33:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.20 2005/09/24 16:25:55 flameeyes Exp $
+
+ 24 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
+ -quanta-3.5_alpha1.ebuild:
+ Removed 3.5_alpha1.
*quanta-3.5_beta1 (22 Sep 2005)
diff --git a/kde-base/quanta/files/digest-quanta-3.5_alpha1 b/kde-base/quanta/files/digest-quanta-3.5_alpha1
deleted file mode 100644
index 66089b16035e..000000000000
--- a/kde-base/quanta/files/digest-quanta-3.5_alpha1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d50bc69a330cb13909e6319a0de8112e kdewebdev-3.4.90.tar.bz2 5927041
diff --git a/kde-base/quanta/quanta-3.5_alpha1.ebuild b/kde-base/quanta/quanta-3.5_alpha1.ebuild
deleted file mode 100644
index 6c930a8cc520..000000000000
--- a/kde-base/quanta/quanta-3.5_alpha1.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_alpha1.ebuild,v 1.1 2005/09/07 13:40:06 flameeyes Exp $
-KMNAME=kdewebdev
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE: Quanta Plus Web Development Environment"
-KEYWORDS="~amd64"
-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
-}