diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2011-10-15 17:26:17 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2011-10-15 17:26:17 +0000 |
commit | 8f389eaa75f9824ced715f67e1e2a331be7b9b10 (patch) | |
tree | 5336133a3e5458f67cc3ca1af7846dd158995b94 /kde-base/okteta | |
parent | amd64 stable wrt #386957 (diff) | |
download | historical-8f389eaa75f9824ced715f67e1e2a331be7b9b10.tar.gz historical-8f389eaa75f9824ced715f67e1e2a331be7b9b10.tar.bz2 historical-8f389eaa75f9824ced715f67e1e2a331be7b9b10.zip |
Drop KDE 4.7.0
Package-Manager: portage-2.1.10.27/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.7.0.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/kde-base/okteta/ChangeLog b/kde-base/okteta/ChangeLog index 621185c51514..95fc0e6b311f 100644 --- a/kde-base/okteta/ChangeLog +++ b/kde-base/okteta/ChangeLog @@ -1,6 +1,9 @@ # 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.85 2011/10/06 18:11:04 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/okteta/ChangeLog,v 1.86 2011/10/15 17:26:11 dilfridge Exp $ + + 15 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org> -okteta-4.7.0.ebuild: + Drop KDE 4.7.0 *okteta-4.7.2 (06 Oct 2011) diff --git a/kde-base/okteta/okteta-4.7.0.ebuild b/kde-base/okteta/okteta-4.7.0.ebuild deleted file mode 100644 index d40ae76e3a08..000000000000 --- a/kde-base/okteta/okteta-4.7.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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.7.0.ebuild,v 1.1 2011/07/27 14:04:50 alexxy 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" |