summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-08-24 23:26:27 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-08-24 23:26:27 +0000
commit5d6366d78045859677f0fdcbf19aa0c0330148b6 (patch)
tree3e14e4667797796fc4c4b9689125870f1a3917fb /kde-base/kdeutils
parentinitial import, closes bug 99335 (diff)
downloadhistorical-5d6366d78045859677f0fdcbf19aa0c0330148b6.tar.gz
historical-5d6366d78045859677f0fdcbf19aa0c0330148b6.tar.bz2
historical-5d6366d78045859677f0fdcbf19aa0c0330148b6.zip
KDE 3.5 prerelease.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'kde-base/kdeutils')
-rw-r--r--kde-base/kdeutils/ChangeLog8
-rw-r--r--kde-base/kdeutils/files/digest-kdeutils-3.5_alpha11
-rw-r--r--kde-base/kdeutils/kdeutils-3.5_alpha1.ebuild29
3 files changed, 37 insertions, 1 deletions
diff --git a/kde-base/kdeutils/ChangeLog b/kde-base/kdeutils/ChangeLog
index 2404f3f685b2..f4af2a4b46f8 100644
--- a/kde-base/kdeutils/ChangeLog
+++ b/kde-base/kdeutils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdeutils
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/ChangeLog,v 1.124 2005/08/04 14:58:08 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/ChangeLog,v 1.125 2005/08/24 23:18:55 greg_g Exp $
+
+*kdeutils-3.5_alpha1 (24 Aug 2005)
+
+ 24 Aug 2005; Gregorio Guidi <greg_g@gentoo.org>
+ +kdeutils-3.5_alpha1.ebuild:
+ KDE 3.5 prerelease. x11-misc/superkaramba is now included in this package.
04 Aug 2005; Joseph Jezak <josejx@gentoo.org> kdeutils-3.4.2.ebuild:
Added pbbuttonsd dependency for bug #94731.
diff --git a/kde-base/kdeutils/files/digest-kdeutils-3.5_alpha1 b/kde-base/kdeutils/files/digest-kdeutils-3.5_alpha1
new file mode 100644
index 000000000000..677fb1488af6
--- /dev/null
+++ b/kde-base/kdeutils/files/digest-kdeutils-3.5_alpha1
@@ -0,0 +1 @@
+MD5 410705b295df495a3de26914b41210d1 kdeutils-3.4.90.tar.bz2 2923652
diff --git a/kde-base/kdeutils/kdeutils-3.5_alpha1.ebuild b/kde-base/kdeutils/kdeutils-3.5_alpha1.ebuild
new file mode 100644
index 000000000000..4a83852f4a06
--- /dev/null
+++ b/kde-base/kdeutils/kdeutils-3.5_alpha1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/kdeutils-3.5_alpha1.ebuild,v 1.1 2005/08/24 23:18:55 greg_g Exp $
+
+inherit kde-dist
+
+DESCRIPTION="KDE utilities"
+
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="crypt snmp pbbuttonsd xmms"
+
+DEPEND="~kde-base/kdebase-${PV}
+ snmp? ( net-analyzer/net-snmp )
+ pbbuttonsd? ( app-laptop/pbbuttonsd )
+ dev-lang/python
+ xmms? ( media-sound/xmms )"
+
+RDEPEND="${DEPEND}
+ crypt? ( app-crypt/gnupg )
+ !x11-misc/superkaramba"
+
+src_compile() {
+ local myconf="$(use_with snmp) $(use_with pbbuttonsd powerbook)
+ $(use_with xmms)"
+
+ use crypt || export DO_NOT_COMPILE="${DO_NOT_COMPILE} kgpg"
+
+ kde_src_compile
+}