summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-04-05 00:55:14 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-04-05 00:55:14 +0000
commit48d82fbbab893c6c85375280230fbc8129bf17a1 (patch)
treeabe6e30e70e046b193b9df2bf2cb7949e064c4c9 /kde-base/kalyptus
parentstabilize (diff)
downloadhistorical-48d82fbbab893c6c85375280230fbc8129bf17a1.tar.gz
historical-48d82fbbab893c6c85375280230fbc8129bf17a1.tar.bz2
historical-48d82fbbab893c6c85375280230fbc8129bf17a1.zip
Remove old ebuilds.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'kde-base/kalyptus')
-rw-r--r--kde-base/kalyptus/files/digest-kalyptus-3.3.11
-rw-r--r--kde-base/kalyptus/kalyptus-3.3.1.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-base/kalyptus/files/digest-kalyptus-3.3.1 b/kde-base/kalyptus/files/digest-kalyptus-3.3.1
deleted file mode 100644
index a16df2f0cf51..000000000000
--- a/kde-base/kalyptus/files/digest-kalyptus-3.3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fd64783a92e66a2405b9e25f7322c222 kdebindings-3.3.1.tar.bz2 7168111
diff --git a/kde-base/kalyptus/kalyptus-3.3.1.ebuild b/kde-base/kalyptus/kalyptus-3.3.1.ebuild
deleted file mode 100644
index 558717bfd29c..000000000000
--- a/kde-base/kalyptus/kalyptus-3.3.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalyptus/kalyptus-3.3.1.ebuild,v 1.5 2005/02/05 11:39:11 danarmak Exp $
-
-KMNAME=kdebindings
-KM_MAKEFILESREV=1
-MAXKDEVER=3.3.1
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta
-
-DESCRIPTION="KDE bindings generator for C, ObjC and Java"
-KEYWORDS="~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
-} \ No newline at end of file