diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 12:34:01 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 12:34:01 +0000 |
commit | 3be20dc116fea4b12b6bdd1f74c747659497a6cc (patch) | |
tree | c9c0b16cf8a4526d0c2f5b35a50cebc8edaa7b04 /kde-base/kalyptus | |
parent | Removed old versions. (diff) | |
download | gentoo-2-3be20dc116fea4b12b6bdd1f74c747659497a6cc.tar.gz gentoo-2-3be20dc116fea4b12b6bdd1f74c747659497a6cc.tar.bz2 gentoo-2-3be20dc116fea4b12b6bdd1f74c747659497a6cc.zip |
Removed old versions.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/kalyptus')
-rw-r--r-- | kde-base/kalyptus/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kalyptus/kalyptus-3.5.8.ebuild | 29 |
2 files changed, 5 insertions, 30 deletions
diff --git a/kde-base/kalyptus/ChangeLog b/kde-base/kalyptus/ChangeLog index d372fb96b2a8..762c62b23b7d 100644 --- a/kde-base/kalyptus/ChangeLog +++ b/kde-base/kalyptus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kalyptus # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalyptus/ChangeLog,v 1.58 2008/05/18 18:30:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalyptus/ChangeLog,v 1.59 2008/06/07 12:34:01 keytoaster Exp $ + + 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + -kalyptus-3.5.8.ebuild: + Removed old versions. 18 May 2008; Markus Meier <maekke@gentoo.org> kalyptus-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/kalyptus/kalyptus-3.5.8.ebuild b/kde-base/kalyptus/kalyptus-3.5.8.ebuild deleted file mode 100644 index 7f2a90681c5e..000000000000 --- a/kde-base/kalyptus/kalyptus-3.5.8.ebuild +++ /dev/null @@ -1,29 +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/kalyptus/kalyptus-3.5.8.ebuild,v 1.6 2008/02/09 12:10:01 armin76 Exp $ - -KMNAME=kdebindings -KM_MAKEFILESREV=1 -MAXKDEVER=${PV} -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="KDE bindings generator for multiple languages." -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" -DEPEND="dev-lang/perl" - -S="${S}/kalyptus" - -# Weird build system, weirder errors. -# You're welcome to fix this in a better way --danarmak -# Still weird, but changed. :) -src_compile () { - make -f Makefile.cvs - ./configure --prefix=$(kde-config --prefix) - make -} - -src_install() { - make install DESTDIR="$D" -} |