diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-04-05 00:43:56 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-04-05 00:43:56 +0000 |
commit | 8e30a2a9a41484aa4dabd57bc6b53e3ba472f3ca (patch) | |
tree | df87ee9ba999b19fd89b87c88b1065d1f8106400 /kde-base | |
parent | Readd kdelibs-3.3.2-r2. (diff) | |
download | gentoo-2-8e30a2a9a41484aa4dabd57bc6b53e3ba472f3ca.tar.gz gentoo-2-8e30a2a9a41484aa4dabd57bc6b53e3ba472f3ca.tar.bz2 gentoo-2-8e30a2a9a41484aa4dabd57bc6b53e3ba472f3ca.zip |
Remove old ebuilds.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/korundum/files/digest-korundum-3.3.1 | 1 | ||||
-rw-r--r-- | kde-base/korundum/files/digest-korundum-3.3.2 | 1 | ||||
-rw-r--r-- | kde-base/korundum/korundum-3.3.1.ebuild | 25 | ||||
-rw-r--r-- | kde-base/korundum/korundum-3.3.2.ebuild | 25 |
4 files changed, 0 insertions, 52 deletions
diff --git a/kde-base/korundum/files/digest-korundum-3.3.1 b/kde-base/korundum/files/digest-korundum-3.3.1 deleted file mode 100644 index a16df2f0cf51..000000000000 --- a/kde-base/korundum/files/digest-korundum-3.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 fd64783a92e66a2405b9e25f7322c222 kdebindings-3.3.1.tar.bz2 7168111 diff --git a/kde-base/korundum/files/digest-korundum-3.3.2 b/kde-base/korundum/files/digest-korundum-3.3.2 deleted file mode 100644 index 1b3b65c42a2e..000000000000 --- a/kde-base/korundum/files/digest-korundum-3.3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 a8ae8e2ef4dd3680d0756adf76086d85 kdebindings-3.3.2.tar.bz2 7131727 diff --git a/kde-base/korundum/korundum-3.3.1.ebuild b/kde-base/korundum/korundum-3.3.1.ebuild deleted file mode 100644 index 9d9f5c3ec67a..000000000000 --- a/kde-base/korundum/korundum-3.3.1.ebuild +++ /dev/null @@ -1,25 +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/korundum/korundum-3.3.1.ebuild,v 1.6 2005/02/15 21:56:45 greg_g Exp $ - -KMNAME=kdebindings -KMCOPYLIB="libsmokeqt smoke/qt libsmokekde smoke/kde" -KMCOMPILEONLY="qtruby" -KM_MAKEFILESREV=1 -MAXKDEVER=3.3.1 -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="KDE ruby bindings" -HOMEPAGE="http://developer.kde.org/language-bindings/ruby/" - -KEYWORDS="~x86" -IUSE="" -OLDDEPEND=">=virtual/ruby-1.8 ~kde-base/qtruby-$PV ~kde-base/smoke-$PV" -DEPEND=" >=virtual/ruby-1.8 -$(deprange $PV $MAXKDEVER kde-base/qtruby) -$(deprange $PV $MAXKDEVER kde-base/smoke)" - -PATCHES="$FILESDIR/no-gtk-glib-check.diff" - - diff --git a/kde-base/korundum/korundum-3.3.2.ebuild b/kde-base/korundum/korundum-3.3.2.ebuild deleted file mode 100644 index 2af316ca633c..000000000000 --- a/kde-base/korundum/korundum-3.3.2.ebuild +++ /dev/null @@ -1,25 +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/korundum/korundum-3.3.2.ebuild,v 1.4 2005/02/15 21:56:45 greg_g Exp $ - -KMNAME=kdebindings -KMCOPYLIB="libsmokeqt smoke/qt libsmokekde smoke/kde" -KMCOMPILEONLY="qtruby" -KM_MAKEFILESREV=1 -MAXKDEVER=3.3.2 -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="KDE ruby bindings" -HOMEPAGE="http://developer.kde.org/language-bindings/ruby/" - -KEYWORDS="x86" -IUSE="" -OLDDEPEND=">=virtual/ruby-1.8 ~kde-base/qtruby-$PV ~kde-base/smoke-3.3.1" -DEPEND=" >=virtual/ruby-1.8 -$(deprange $PV $MAXKDEVER kde-base/qtruby) -$(deprange 3.3.1 $PV kde-base/smoke)" - -PATCHES="$FILESDIR/no-gtk-glib-check.diff" - - |