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/kbabel | |
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/kbabel')
-rw-r--r-- | kde-base/kbabel/ChangeLog | 4 | ||||
-rw-r--r-- | kde-base/kbabel/kbabel-3.5.0_beta2.ebuild | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/kde-base/kbabel/ChangeLog b/kde-base/kbabel/ChangeLog index ad6686b032fb..cd782aa24f51 100644 --- a/kde-base/kbabel/ChangeLog +++ b/kde-base/kbabel/ChangeLog @@ -1,8 +1,8 @@ # ChangeLog for kde-base/kbabel # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kbabel/ChangeLog,v 1.18 2005/10/14 18:41:49 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kbabel/ChangeLog,v 1.19 2005/10/15 11:08:39 greg_g Exp $ -*kbabel-3.4.3 (14 Oct 2005) +*kbabel-3.5.0_beta2 (14 Oct 2005) 14 Oct 2005; Dan Armak <danarmak@gentoo.org> +kbabel-3.5.0_beta2.ebuild: New version. diff --git a/kde-base/kbabel/kbabel-3.5.0_beta2.ebuild b/kde-base/kbabel/kbabel-3.5.0_beta2.ebuild index 8065046b04b4..6dbcacbb4c0a 100644 --- a/kde-base/kbabel/kbabel-3.5.0_beta2.ebuild +++ b/kde-base/kbabel/kbabel-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/kbabel/kbabel-3.5.0_beta2.ebuild,v 1.1 2005/10/14 18:41:49 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kbabel/kbabel-3.5.0_beta2.ebuild,v 1.2 2005/10/15 11:08:39 greg_g Exp $ KMNAME=kdesdk MAXKDEVER=$PV @@ -15,8 +15,6 @@ DEPEND="sys-devel/flex berkdb? ( || ( =sys-libs/db-4.3* =sys-libs/db-4.2* ) )" -PATCHES1="${FILESDIR}/configure-fix-kdesdk-db-3.4.patch" - src_compile() { local myconf="" |