summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/okteta')
-rw-r--r--kde-base/okteta/ChangeLog7
-rw-r--r--kde-base/okteta/okteta-4.6.4.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/okteta/ChangeLog b/kde-base/okteta/ChangeLog
index ff23ebc337ad..61693b1b1db0 100644
--- a/kde-base/okteta/ChangeLog
+++ b/kde-base/okteta/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/okteta
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/okteta/ChangeLog,v 1.75 2011/06/10 11:50:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/okteta/ChangeLog,v 1.76 2011/06/10 18:00:10 dilfridge Exp $
+
+*okteta-4.6.4 (10 Jun 2011)
+
+ 10 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> +okteta-4.6.4.ebuild:
+ Version bump
10 Jun 2011; Markos Chandras <hwoarang@gentoo.org> okteta-4.6.3.ebuild:
Stable on amd64 wrt bug #369979
diff --git a/kde-base/okteta/okteta-4.6.4.ebuild b/kde-base/okteta/okteta-4.6.4.ebuild
new file mode 100644
index 000000000000..fce5b605cf7b
--- /dev/null
+++ b/kde-base/okteta/okteta-4.6.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/okteta/okteta-4.6.4.ebuild,v 1.1 2011/06/10 18:00:10 dilfridge Exp $
+
+EAPI=4
+
+KDE_HANDBOOK="optional"
+KMNAME="kdesdk"
+inherit kde4-meta
+
+DESCRIPTION="KDE hexeditor"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ app-crypt/qca:2
+"
+RDEPEND="${DEPEND}"
+
+# Tests hang, last checked in 4.3.3
+RESTRICT="test"