diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 03:31:00 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 03:31:00 +0000 |
commit | 1f0d82e30a76e7b698e006c0b23ef4ba43d716db (patch) | |
tree | 71740acf58d3dc2cadad8ebbfe1669f80226a1ea /kde-base/kmilo | |
parent | Spring Cleaning (diff) | |
download | historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.tar.gz historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.tar.bz2 historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.zip |
Spring cleaning.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'kde-base/kmilo')
-rw-r--r-- | kde-base/kmilo/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmilo/kmilo-3.5.5.ebuild | 21 | ||||
-rw-r--r-- | kde-base/kmilo/kmilo-3.5.6.ebuild | 21 | ||||
-rw-r--r-- | kde-base/kmilo/kmilo-3.5.7.ebuild | 21 | ||||
-rw-r--r-- | kde-base/kmilo/kmilo-3.5.8.ebuild | 21 | ||||
-rw-r--r-- | kde-base/kmilo/kmilo-4.0.0.ebuild | 12 |
6 files changed, 6 insertions, 97 deletions
diff --git a/kde-base/kmilo/ChangeLog b/kde-base/kmilo/ChangeLog index 3500a286d75d..3aeeee0f30c5 100644 --- a/kde-base/kmilo/ChangeLog +++ b/kde-base/kmilo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmilo # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.83 2008/02/07 00:11:41 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.84 2008/02/17 02:54:03 ingmar Exp $ + + 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kmilo-3.5.5.ebuild, + -kmilo-3.5.6.ebuild, -kmilo-3.5.7.ebuild, -kmilo-3.5.8.ebuild, + -kmilo-4.0.0.ebuild: + Spring cleaning *kmilo-4.0.1 (06 Feb 2008) diff --git a/kde-base/kmilo/kmilo-3.5.5.ebuild b/kde-base/kmilo/kmilo-3.5.5.ebuild deleted file mode 100644 index d69ccc0be386..000000000000 --- a/kde-base/kmilo/kmilo-3.5.5.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.5.5.ebuild,v 1.9 2006/12/11 13:38:31 kloeri Exp $ - -KMNAME=kdeutils -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="kmilo - a kded module that can be extended to support various types of hardware -input devices that exist, such as those on keyboards." -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="kdehiddenvisibility pbbuttonsd" -DEPEND="pbbuttonsd? ( app-laptop/pbbuttonsd )" -RDEPEND="${DEPEND}" - -src_compile() { - local myconf="$(use_with pbbuttonsd powerbook)" - - kde-meta_src_compile -} diff --git a/kde-base/kmilo/kmilo-3.5.6.ebuild b/kde-base/kmilo/kmilo-3.5.6.ebuild deleted file mode 100644 index 789c96879d0e..000000000000 --- a/kde-base/kmilo/kmilo-3.5.6.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.5.6.ebuild,v 1.1 2007/01/16 20:49:56 flameeyes Exp $ - -KMNAME=kdeutils -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="kmilo - a kded module that can be extended to support various types of hardware -input devices that exist, such as those on keyboards." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="kdehiddenvisibility pbbuttonsd" -DEPEND="pbbuttonsd? ( app-laptop/pbbuttonsd )" -RDEPEND="${DEPEND}" - -src_compile() { - local myconf="$(use_with pbbuttonsd powerbook)" - - kde-meta_src_compile -} diff --git a/kde-base/kmilo/kmilo-3.5.7.ebuild b/kde-base/kmilo/kmilo-3.5.7.ebuild deleted file mode 100644 index a61aefb3c6ec..000000000000 --- a/kde-base/kmilo/kmilo-3.5.7.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.5.7.ebuild,v 1.7 2007/08/11 15:14:38 armin76 Exp $ - -KMNAME=kdeutils -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="kmilo - a kded module that can be extended to support various types of hardware -input devices that exist, such as those on keyboards." -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="kdehiddenvisibility pbbuttonsd" -DEPEND="pbbuttonsd? ( app-laptop/pbbuttonsd )" -RDEPEND="${DEPEND}" - -src_compile() { - local myconf="$(use_with pbbuttonsd powerbook)" - - kde-meta_src_compile -} diff --git a/kde-base/kmilo/kmilo-3.5.8.ebuild b/kde-base/kmilo/kmilo-3.5.8.ebuild deleted file mode 100644 index cbfb8b0e82cc..000000000000 --- a/kde-base/kmilo/kmilo-3.5.8.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.5.8.ebuild,v 1.1 2007/10/19 23:08:00 philantrop Exp $ - -KMNAME=kdeutils -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="kmilo - a kded module that can be extended to support various types of hardware -input devices that exist, such as those on keyboards." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="kdehiddenvisibility pbbuttonsd" -DEPEND="pbbuttonsd? ( app-laptop/pbbuttonsd )" -RDEPEND="${DEPEND}" - -src_compile() { - local myconf="$(use_with pbbuttonsd powerbook)" - - kde-meta_src_compile -} diff --git a/kde-base/kmilo/kmilo-4.0.0.ebuild b/kde-base/kmilo/kmilo-4.0.0.ebuild deleted file mode 100644 index 6de75ba11522..000000000000 --- a/kde-base/kmilo/kmilo-4.0.0.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-4.0.0.ebuild,v 1.1 2008/01/17 23:28:10 ingmar Exp $ - -EAPI="1" - -KMNAME=kdeutils -inherit kde4-meta - -DESCRIPTION="A kded module that can be extended to support various types of hardware input devices, such as those on keyboards." -KEYWORDS="~amd64 ~x86" -IUSE="debug" |