diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-08 20:02:32 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-08 20:02:32 +0000 |
commit | 70c4ff4fe0310f611faaf239fd048ca254586d50 (patch) | |
tree | 6bb6a3e497c6c70dd2257fba5cd24f5adbbdb2f9 /kde-base | |
parent | Drop KDE 4.2.0 (diff) | |
download | gentoo-2-70c4ff4fe0310f611faaf239fd048ca254586d50.tar.gz gentoo-2-70c4ff4fe0310f611faaf239fd048ca254586d50.tar.bz2 gentoo-2-70c4ff4fe0310f611faaf239fd048ca254586d50.zip |
Drop KDE 4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kmouth/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kmouth/kmouth-4.2.0.ebuild | 17 |
2 files changed, 4 insertions, 18 deletions
diff --git a/kde-base/kmouth/ChangeLog b/kde-base/kmouth/ChangeLog index cc6fa535ad51..9d12adfd3dc1 100644 --- a/kde-base/kmouth/ChangeLog +++ b/kde-base/kmouth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kmouth # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/ChangeLog,v 1.102 2009/03/04 21:51:30 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/ChangeLog,v 1.103 2009/03/08 20:02:32 alexxy Exp $ + + 08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> -kmouth-4.2.0.ebuild: + Drop KDE 4.2.0 *kmouth-4.2.1 (04 Mar 2009) diff --git a/kde-base/kmouth/kmouth-4.2.0.ebuild b/kde-base/kmouth/kmouth-4.2.0.ebuild deleted file mode 100644 index 1ebdf4a0258d..000000000000 --- a/kde-base/kmouth/kmouth-4.2.0.ebuild +++ /dev/null @@ -1,17 +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/kmouth/kmouth-4.2.0.ebuild,v 1.2 2009/02/01 07:33:09 jmbsvicetto Exp $ - -EAPI="2" - -KMNAME="kdeaccessibility" -inherit kde4-meta - -DESCRIPTION="KDE: A type-and-say front end for speech synthesizers" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="debug htmlhandbook" - -pkg_postinst() { - kde4-meta_pkg_postinst - elog "Suggested: kde-base/kttsd:${SLOT}" -} |