diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-15 11:08:47 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-15 11:08:47 +0000 |
commit | b30c8ca19dae238624f81ff16219a968c5705408 (patch) | |
tree | ae465643298dd20144bbb206a5660de1aeb87466 /kde-base/khotkeys | |
parent | Version bump, CFLAGS optimization, and amd64 support thanks to Tupone Alfredo... (diff) | |
download | gentoo-2-b30c8ca19dae238624f81ff16219a968c5705408.tar.gz gentoo-2-b30c8ca19dae238624f81ff16219a968c5705408.tar.bz2 gentoo-2-b30c8ca19dae238624f81ff16219a968c5705408.zip |
Monolithic ebuilds for 3.5.0_beta2. Fix ChangeLogs for split ebuilds. Remove a few unneeded patches.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'kde-base/khotkeys')
-rw-r--r-- | kde-base/khotkeys/ChangeLog | 4 | ||||
-rw-r--r-- | kde-base/khotkeys/khotkeys-3.5.0_beta2.ebuild | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/kde-base/khotkeys/ChangeLog b/kde-base/khotkeys/ChangeLog index 3467a6c6b013..5a10ca5d088f 100644 --- a/kde-base/khotkeys/ChangeLog +++ b/kde-base/khotkeys/ChangeLog @@ -1,8 +1,8 @@ # ChangeLog for kde-base/khotkeys # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.20 2005/10/14 18:41:54 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.21 2005/10/15 11:08:43 greg_g Exp $ -*khotkeys-3.4.3 (14 Oct 2005) +*khotkeys-3.5.0_beta2 (14 Oct 2005) 14 Oct 2005; Dan Armak <danarmak@gentoo.org> +khotkeys-3.5.0_beta2.ebuild: New version. diff --git a/kde-base/khotkeys/khotkeys-3.5.0_beta2.ebuild b/kde-base/khotkeys/khotkeys-3.5.0_beta2.ebuild index 82798af185cc..62e00f5a5982 100644 --- a/kde-base/khotkeys/khotkeys-3.5.0_beta2.ebuild +++ b/kde-base/khotkeys/khotkeys-3.5.0_beta2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/khotkeys-3.5.0_beta2.ebuild,v 1.1 2005/10/14 18:41:54 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/khotkeys-3.5.0_beta2.ebuild,v 1.2 2005/10/15 11:08:43 greg_g Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -10,5 +10,3 @@ inherit kde-meta eutils DESCRIPTION="KDE: hotkey daemon" KEYWORDS="~amd64 ~x86" IUSE="" - -PATCHES="${FILESDIR}/${PN}-qt-3.3.5.patch" |