diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 21:18:47 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 21:18:47 +0000 |
commit | c502c62caf785139129f8ef3d914b513c1a91a1f (patch) | |
tree | 0486edbe2b864f63c290015d19a11bedb742836e /kde-base/quanta | |
parent | Adjusting conf.d file, thanks to Ricardo Cordeiro in bug #135085 (diff) | |
download | historical-c502c62caf785139129f8ef3d914b513c1a91a1f.tar.gz historical-c502c62caf785139129f8ef3d914b513c1a91a1f.tar.bz2 historical-c502c62caf785139129f8ef3d914b513c1a91a1f.zip |
Update to new release.
Package-Manager: portage-2.1_rc3-r3
Diffstat (limited to 'kde-base/quanta')
-rw-r--r-- | kde-base/quanta/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/quanta/files/digest-quanta-3.5.3 | 3 | ||||
-rw-r--r-- | kde-base/quanta/quanta-3.5.3.ebuild | 29 |
3 files changed, 38 insertions, 1 deletions
diff --git a/kde-base/quanta/ChangeLog b/kde-base/quanta/ChangeLog index c13816a2f3dc..25922070042c 100644 --- a/kde-base/quanta/ChangeLog +++ b/kde-base/quanta/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/quanta # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.49 2006/06/01 05:12:55 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.50 2006/06/01 21:12:59 flameeyes Exp $ + +*quanta-3.5.3 (01 Jun 2006) + + 01 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> +quanta-3.5.3.ebuild: + Update to new release. 01 Jun 2006; Thomas Cort <tcort@gentoo.org> quanta-3.5.2.ebuild: Stable on alpha wrt Bug #132213. diff --git a/kde-base/quanta/files/digest-quanta-3.5.3 b/kde-base/quanta/files/digest-quanta-3.5.3 new file mode 100644 index 000000000000..c9b03cd12177 --- /dev/null +++ b/kde-base/quanta/files/digest-quanta-3.5.3 @@ -0,0 +1,3 @@ +MD5 0eeaac8992c4b473caefcc32d49b79a2 kdewebdev-3.5.3.tar.bz2 6013831 +RMD160 fb80daa2b211e27cd08c1778d1f2830098862be1 kdewebdev-3.5.3.tar.bz2 6013831 +SHA256 e1a4698390305e6246458f0403619ac6a4dda2b3364a28b8aebe2b954c705560 kdewebdev-3.5.3.tar.bz2 6013831 diff --git a/kde-base/quanta/quanta-3.5.3.ebuild b/kde-base/quanta/quanta-3.5.3.ebuild new file mode 100644 index 000000000000..64052360fc0c --- /dev/null +++ b/kde-base/quanta/quanta-3.5.3.ebuild @@ -0,0 +1,29 @@ +# 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.3.ebuild,v 1.1 2006/06/01 21:12:59 flameeyes 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" +IUSE="doc tidy" +DEPEND="dev-libs/libxslt + dev-libs/libxml2" +RDEPEND="$DEPEND +$(deprange 3.5.2 $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 +} |