diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-12-07 23:07:59 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-12-07 23:07:59 +0000 |
commit | db45c292ecf68c4e3ae852fe72978be89cc4896d (patch) | |
tree | c38f10259fa64113923374a0af6a1f0587661d21 /kde-base/solid-runtime | |
parent | Version bump. (diff) | |
download | gentoo-2-db45c292ecf68c4e3ae852fe72978be89cc4896d.tar.gz gentoo-2-db45c292ecf68c4e3ae852fe72978be89cc4896d.tar.bz2 gentoo-2-db45c292ecf68c4e3ae852fe72978be89cc4896d.zip |
Drop KDE 4.7.2
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/solid-runtime')
-rw-r--r-- | kde-base/solid-runtime/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/solid-runtime/solid-runtime-4.7.2.ebuild | 21 |
2 files changed, 5 insertions, 22 deletions
diff --git a/kde-base/solid-runtime/ChangeLog b/kde-base/solid-runtime/ChangeLog index 50eba6a9da92..e51a20369d8c 100644 --- a/kde-base/solid-runtime/ChangeLog +++ b/kde-base/solid-runtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/solid-runtime # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-runtime/ChangeLog,v 1.51 2011/12/07 22:13:34 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-runtime/ChangeLog,v 1.52 2011/12/07 23:07:32 dilfridge Exp $ + + 07 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org> + -solid-runtime-4.7.2.ebuild: + Drop KDE 4.7.2 07 Dec 2011; Markos Chandras <hwoarang@gentoo.org> solid-runtime-4.7.3.ebuild: diff --git a/kde-base/solid-runtime/solid-runtime-4.7.2.ebuild b/kde-base/solid-runtime/solid-runtime-4.7.2.ebuild deleted file mode 100644 index 44f32022c2a5..000000000000 --- a/kde-base/solid-runtime/solid-runtime-4.7.2.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/solid-runtime/solid-runtime-4.7.2.ebuild,v 1.1 2011/10/06 18:10:46 alexxy Exp $ - -EAPI=4 - -KMNAME="kde-runtime" -KMNOMODULE=true -inherit kde4-meta - -DESCRIPTION="KDE SC solid runtime modules (autoeject, automounter and others)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="debug" - -KMEXTRA=" - solid-device-automounter/ - solid-hardware/ - solid-networkstatus/ - solidautoeject/ - soliduiserver/ -" |