diff options
author | 2009-11-09 00:22:54 +0000 | |
---|---|---|
committer | 2009-11-09 00:22:54 +0000 | |
commit | 0a3d661cba54577e22ee7861b8ed4aa0373761a0 (patch) | |
tree | ae726ab6139f99ddd064a1a020c7e925ebaaa72e /kde-base/okteta | |
parent | Fix updating of menus with GTK+ 2.18, bug 292007. (diff) | |
download | historical-0a3d661cba54577e22ee7861b8ed4aa0373761a0.tar.gz historical-0a3d661cba54577e22ee7861b8ed4aa0373761a0.tar.bz2 historical-0a3d661cba54577e22ee7861b8ed4aa0373761a0.zip |
Drop KDE 4.3.2
Package-Manager: portage-2.2_rc49/cvs/Linux x86_64
Diffstat (limited to 'kde-base/okteta')
-rw-r--r-- | kde-base/okteta/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/okteta/okteta-4.3.2.ebuild | 20 |
2 files changed, 4 insertions, 21 deletions
diff --git a/kde-base/okteta/ChangeLog b/kde-base/okteta/ChangeLog index afd1cf9cb8ee..69281ad43b91 100644 --- a/kde-base/okteta/ChangeLog +++ b/kde-base/okteta/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/okteta # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okteta/ChangeLog,v 1.27 2009/11/08 22:02:38 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/okteta/ChangeLog,v 1.28 2009/11/09 00:16:15 alexxy Exp $ + + 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -okteta-4.3.2.ebuild: + Drop KDE 4.3.2 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -okteta-4.2.4.ebuild: Drop KDE 4.2.4 diff --git a/kde-base/okteta/okteta-4.3.2.ebuild b/kde-base/okteta/okteta-4.3.2.ebuild deleted file mode 100644 index 32a7a4d46584..000000000000 --- a/kde-base/okteta/okteta-4.3.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okteta/okteta-4.3.2.ebuild,v 1.2 2009/10/17 09:08:30 abcd Exp $ - -EAPI="2" - -KMNAME="kdeutils" -inherit kde4-meta - -DESCRIPTION="KDE hexeditor" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug +handbook" - -DEPEND=" - app-crypt/qca:2 -" -RDEPEND="${DEPEND}" - -# tests hang & fail, last checked for 4.3.1 -RESTRICT="test" |