summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-02-20 22:38:52 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-02-20 22:38:52 +0000
commit21920b11540d03906c0e06a47f87db7d3a4517c2 (patch)
tree01567ef083de51a75908ac514f214aecdc65964e /kde-base/kbugbuster
parentVersion bump to KDE 3.5.9. (diff)
downloadgentoo-2-21920b11540d03906c0e06a47f87db7d3a4517c2.tar.gz
gentoo-2-21920b11540d03906c0e06a47f87db7d3a4517c2.tar.bz2
gentoo-2-21920b11540d03906c0e06a47f87db7d3a4517c2.zip
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kbugbuster')
-rw-r--r--kde-base/kbugbuster/ChangeLog8
-rw-r--r--kde-base/kbugbuster/kbugbuster-3.5.9.ebuild15
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kbugbuster/ChangeLog b/kde-base/kbugbuster/ChangeLog
index e8299b45edb6..20716248b301 100644
--- a/kde-base/kbugbuster/ChangeLog
+++ b/kde-base/kbugbuster/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kbugbuster
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kbugbuster/ChangeLog,v 1.71 2008/02/17 02:45:24 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kbugbuster/ChangeLog,v 1.72 2008/02/20 22:38:52 philantrop Exp $
+
+*kbugbuster-3.5.9 (20 Feb 2008)
+
+ 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org>
+ +kbugbuster-3.5.9.ebuild:
+ Version bump to KDE 3.5.9.
16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org>
-kbugbuster-3.5.5.ebuild, -kbugbuster-3.5.6.ebuild,
diff --git a/kde-base/kbugbuster/kbugbuster-3.5.9.ebuild b/kde-base/kbugbuster/kbugbuster-3.5.9.ebuild
new file mode 100644
index 000000000000..0bf82693f238
--- /dev/null
+++ b/kde-base/kbugbuster/kbugbuster-3.5.9.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kbugbuster/kbugbuster-3.5.9.ebuild,v 1.1 2008/02/20 22:38:52 philantrop Exp $
+
+KMNAME=kdesdk
+EAPI="1"
+inherit kde-meta eutils
+
+DESCRIPTION="KBugBuster - A tool for checking and reporting KDE apps' bugs"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="kcal kdehiddenvisibility"
+
+DEPEND="kcal? ( >=kde-base/libkcal-${PV}:${SLOT} )"
+
+#TODO tell configure about the optional kcal support, or something