diff options
author | 2007-02-04 02:47:21 +0000 | |
---|---|---|
committer | 2007-02-04 02:47:21 +0000 | |
commit | 994c9112fe024206398f4d0a97c54a85e081002f (patch) | |
tree | cee815c23c6d1d78cfd277a3e7df13eaab9e48f8 | |
parent | Remove old versions. (diff) | |
download | gentoo-2-994c9112fe024206398f4d0a97c54a85e081002f.tar.gz gentoo-2-994c9112fe024206398f4d0a97c54a85e081002f.tar.bz2 gentoo-2-994c9112fe024206398f4d0a97c54a85e081002f.zip |
Remove old versions.
(Portage version: 2.1.2-r7)
-rw-r--r-- | kde-base/korundum/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/korundum/files/digest-korundum-3.5.2 | 3 | ||||
-rw-r--r-- | kde-base/korundum/korundum-3.5.2.ebuild | 35 |
3 files changed, 4 insertions, 39 deletions
diff --git a/kde-base/korundum/ChangeLog b/kde-base/korundum/ChangeLog index c26ff99b25a5..71dc176c42c8 100644 --- a/kde-base/korundum/ChangeLog +++ b/kde-base/korundum/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/korundum # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/ChangeLog,v 1.55 2007/01/18 00:18:40 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/ChangeLog,v 1.56 2007/02/04 02:47:21 flameeyes Exp $ + + 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -korundum-3.5.2.ebuild: + Remove old versions. 18 Jan 2007; Carsten Lohrke <carlo@gentoo.org> korundum-3.5.6.ebuild: Update minimal needed versions. diff --git a/kde-base/korundum/files/digest-korundum-3.5.2 b/kde-base/korundum/files/digest-korundum-3.5.2 deleted file mode 100644 index 87cc72c5a065..000000000000 --- a/kde-base/korundum/files/digest-korundum-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/korundum/korundum-3.5.2.ebuild b/kde-base/korundum/korundum-3.5.2.ebuild deleted file mode 100644 index 942fdfbd60d1..000000000000 --- a/kde-base/korundum/korundum-3.5.2.ebuild +++ /dev/null @@ -1,35 +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/korundum/korundum-3.5.2.ebuild,v 1.10 2006/09/24 20:24:48 flameeyes Exp $ - -KMNAME=kdebindings -KMCOPYLIB="libsmokeqt smoke/qt libsmokekde smoke/kde" -KMCOMPILEONLY="qtruby" -KM_MAKEFILESREV=1 -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="KDE ruby bindings" -HOMEPAGE="http://developer.kde.org/language-bindings/ruby/" - -KEYWORDS="amd64 ppc ppc64 sparc 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 $PV $MAXKDEVER kde-base/smoke)" -RDEPEND="${DEPEND}" - -PATCHES="$FILESDIR/no-gtk-glib-check.diff" - -# Because this installs into /usr/lib/ruby/..., it doesn't have SLOT=X.Y like the rest of KDE, -# and it installs into /usr entirely. -# Note that it still depends on a specific range of (slotted) smoke and qtruby versions. -SLOT="0" -src_compile() { - kde_src_compile myconf - myconf="$myconf --prefix=/usr" - kde_src_compile configure make -} - |