summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2011-10-29 00:31:02 +0000
committerJonathan Callen <jcallen@gentoo.org>2011-10-29 00:31:02 +0000
commitf900dc6c821704474214a6d4c40a0b7105b206a8 (patch)
tree9b014b27ea6a53ecb696dd7ee3e2f1410f425b49 /kde-misc
parentBump to EAPI=4; make DOCS an array (diff)
downloadhistorical-f900dc6c821704474214a6d4c40a0b7105b206a8.tar.gz
historical-f900dc6c821704474214a6d4c40a0b7105b206a8.tar.bz2
historical-f900dc6c821704474214a6d4c40a0b7105b206a8.zip
Bump to EAPI=4; remove old
Package-Manager: portage-2.2.0_alpha70/cvs/Linux x86_64
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kosd/ChangeLog6
-rw-r--r--kde-misc/kosd/kosd-0.6.0.ebuild30
-rw-r--r--kde-misc/kosd/kosd-0.6.2.ebuild30
-rw-r--r--kde-misc/kosd/kosd-0.7.1.ebuild8
4 files changed, 9 insertions, 65 deletions
diff --git a/kde-misc/kosd/ChangeLog b/kde-misc/kosd/ChangeLog
index 1f4177a58c81..32a6dd756356 100644
--- a/kde-misc/kosd/ChangeLog
+++ b/kde-misc/kosd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-misc/kosd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kosd/ChangeLog,v 1.5 2011/08/22 01:17:46 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kosd/ChangeLog,v 1.6 2011/10/29 00:31:01 abcd Exp $
+
+ 29 Oct 2011; Jonathan Callen <abcd@gentoo.org> -kosd-0.6.0.ebuild,
+ -kosd-0.6.2.ebuild, kosd-0.7.1.ebuild:
+ Bump to EAPI=4; remove old
*kosd-0.7.1 (22 Aug 2011)
diff --git a/kde-misc/kosd/kosd-0.6.0.ebuild b/kde-misc/kosd/kosd-0.6.0.ebuild
deleted file mode 100644
index 2bf44c358493..000000000000
--- a/kde-misc/kosd/kosd-0.6.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kosd/kosd-0.6.0.ebuild,v 1.2 2011/01/31 05:56:17 tampakrap Exp $
-
-EAPI=3
-KDE_MINIMAL=4.5
-inherit kde4-base
-
-DESCRIPTION="KDE application that runs in the background and responds to button presses by showing a tiny OSD"
-HOMEPAGE="http://www.kde-apps.org/content/show.php/KOSD?content=81457"
-SRC_URI="http://kde-apps.org/CONTENT/content-files/81457-${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-DEPEND="
- $(add_kdebase_dep solid)
- $(add_kdebase_dep kmix)
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
- kde4-base_pkg_postinstall
- elog Since version 0.5 kosd is a Plasma-based kded plugin and can be
- elog configured in the systemsettings dialog \"Shortcuts and Gestures\".
-}
diff --git a/kde-misc/kosd/kosd-0.6.2.ebuild b/kde-misc/kosd/kosd-0.6.2.ebuild
deleted file mode 100644
index f0a07adcc30e..000000000000
--- a/kde-misc/kosd/kosd-0.6.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kosd/kosd-0.6.2.ebuild,v 1.1 2011/02/26 20:38:31 dilfridge Exp $
-
-EAPI=3
-KDE_MINIMAL=4.6
-inherit kde4-base
-
-DESCRIPTION="KDE application that runs in the background and responds to button presses by showing a tiny OSD"
-HOMEPAGE="http://www.kde-apps.org/content/show.php/KOSD?content=81457"
-SRC_URI="http://kde-apps.org/CONTENT/content-files/81457-${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-DEPEND="
- $(add_kdebase_dep solid)
- $(add_kdebase_dep kmix)
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
- kde4-base_pkg_postinstall
- elog Since version 0.5 kosd is a Plasma-based kded plugin and can be
- elog configured in the systemsettings dialog \"Shortcuts and Gestures\".
-}
diff --git a/kde-misc/kosd/kosd-0.7.1.ebuild b/kde-misc/kosd/kosd-0.7.1.ebuild
index 28248fdeefd5..8e455cb0b26f 100644
--- a/kde-misc/kosd/kosd-0.7.1.ebuild
+++ b/kde-misc/kosd/kosd-0.7.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kosd/kosd-0.7.1.ebuild,v 1.1 2011/08/22 01:17:46 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kosd/kosd-0.7.1.ebuild,v 1.2 2011/10/29 00:31:01 abcd Exp $
-EAPI=3
+EAPI=4
KDE_MINIMAL=4.6
inherit kde4-base
@@ -25,6 +25,6 @@ RDEPEND="${DEPEND}"
pkg_postinst() {
kde4-base_pkg_postinstall
- elog Since version 0.5 kosd is a Plasma-based kded plugin and can be
- elog configured in the systemsettings dialog \"Shortcuts and Gestures\".
+ elog "Since version 0.5 kosd is a Plasma-based kded plugin and can be"
+ elog "configured in the systemsettings dialog \"Shortcuts and Gestures\"."
}