summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-04 01:42:03 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-04 01:42:03 +0000
commit150ea7be674f970f63edb1d5daccfcbc307ac00e (patch)
tree69803a1183b63c7d6b6ae905965bdc770e2cf463 /kde-base/kalyptus
parentUpdated package description (diff)
downloadgentoo-2-150ea7be674f970f63edb1d5daccfcbc307ac00e.tar.gz
gentoo-2-150ea7be674f970f63edb1d5daccfcbc307ac00e.tar.bz2
gentoo-2-150ea7be674f970f63edb1d5daccfcbc307ac00e.zip
Remove old versions.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'kde-base/kalyptus')
-rw-r--r--kde-base/kalyptus/ChangeLog5
-rw-r--r--kde-base/kalyptus/files/digest-kalyptus-3.5.23
-rw-r--r--kde-base/kalyptus/kalyptus-3.5.2.ebuild27
3 files changed, 4 insertions, 31 deletions
diff --git a/kde-base/kalyptus/ChangeLog b/kde-base/kalyptus/ChangeLog
index b439352e674b..2f4303d1a0f7 100644
--- a/kde-base/kalyptus/ChangeLog
+++ b/kde-base/kalyptus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kalyptus
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalyptus/ChangeLog,v 1.46 2007/01/16 19:27:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalyptus/ChangeLog,v 1.47 2007/02/04 01:42:03 flameeyes Exp $
+
+ 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -kalyptus-3.5.2.ebuild:
+ Remove old versions.
16 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> kalyptus-3.5.4.ebuild:
Bump to 3.5.6 (prerelease).
diff --git a/kde-base/kalyptus/files/digest-kalyptus-3.5.2 b/kde-base/kalyptus/files/digest-kalyptus-3.5.2
deleted file mode 100644
index 87cc72c5a065..000000000000
--- a/kde-base/kalyptus/files/digest-kalyptus-3.5.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 cb26ce2e4efc35ca2c9c7a47807d679a kdebindings-3.5.2.tar.bz2 5416964
-RMD160 670891a4848bd18d9ce629f675d1d2550b45307c kdebindings-3.5.2.tar.bz2 5416964
-SHA256 71ca8bf60cc9eb232ddfe5d6522e0051931b2f498ee0066edcb6c4900784f1c9 kdebindings-3.5.2.tar.bz2 5416964
diff --git a/kde-base/kalyptus/kalyptus-3.5.2.ebuild b/kde-base/kalyptus/kalyptus-3.5.2.ebuild
deleted file mode 100644
index f0193b4ed438..000000000000
--- a/kde-base/kalyptus/kalyptus-3.5.2.ebuild
+++ /dev/null
@@ -1,27 +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/kalyptus/kalyptus-3.5.2.ebuild,v 1.10 2007/02/03 09:25:11 mr_bones_ Exp $
-
-KMNAME=kdebindings
-KM_MAKEFILESREV=1
-MAXKDEVER=3.5.4
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta
-
-DESCRIPTION="KDE bindings generator for C, ObjC and Java"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86"
-IUSE=""
-DEPEND="dev-lang/perl"
-PATCHES="$FILESDIR/no-gtk-glib-check.diff"
-
-# Weird build system, weirder errors.
-# You're welcome to fix this in a better way --danarmak
-src_compile () {
- export S=$S/kalyptus
- kde-meta_src_compile
-}
-
-src_install() {
- cd $S/kalyptus
- make install DESTDIR=$D
-}