diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-06 03:26:07 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-06 03:26:07 +0000 |
commit | 62fe2d9a9f476deee55c980b16055e0fe429a959 (patch) | |
tree | b91fc8c3f8cd5d5b69c85b1204d4407fa0ff61aa /kde-base/korundum | |
parent | Stable on x86; bug #121413 (diff) | |
download | historical-62fe2d9a9f476deee55c980b16055e0fe429a959.tar.gz historical-62fe2d9a9f476deee55c980b16055e0fe429a959.tar.bz2 historical-62fe2d9a9f476deee55c980b16055e0fe429a959.zip |
Cleanup of old KDE 3.5.0 and 3.5.1 ebuild.s
Package-Manager: portage-2.1_pre7-r4
Diffstat (limited to 'kde-base/korundum')
-rw-r--r-- | kde-base/korundum/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/korundum/files/digest-korundum-3.5.0-r1 | 1 | ||||
-rw-r--r-- | kde-base/korundum/files/digest-korundum-3.5.1 | 1 | ||||
-rw-r--r-- | kde-base/korundum/files/qtruby-3-makeitwork.patch | 13 | ||||
-rw-r--r-- | kde-base/korundum/korundum-3.5.0-r1.ebuild | 35 | ||||
-rw-r--r-- | kde-base/korundum/korundum-3.5.1.ebuild | 34 |
6 files changed, 6 insertions, 85 deletions
diff --git a/kde-base/korundum/ChangeLog b/kde-base/korundum/ChangeLog index 26c8a748cd02..ab17e0a789d1 100644 --- a/kde-base/korundum/ChangeLog +++ b/kde-base/korundum/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/korundum # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/ChangeLog,v 1.31 2006/03/31 14:15:53 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/ChangeLog,v 1.32 2006/04/06 02:33:10 flameeyes Exp $ + + 06 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + -files/qtruby-3-makeitwork.patch, -korundum-3.5.0-r1.ebuild, + -korundum-3.5.1.ebuild: + Removed old 3.5.0/3.5.1 packages. 31 Mar 2006; Caleb Tennis <caleb@gentoo.org> korundum-3.5.2.ebuild: Fix smoke dep to latest version diff --git a/kde-base/korundum/files/digest-korundum-3.5.0-r1 b/kde-base/korundum/files/digest-korundum-3.5.0-r1 deleted file mode 100644 index c43095c4d375..000000000000 --- a/kde-base/korundum/files/digest-korundum-3.5.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 137924318ff5fc49cee3c82ee0ce5cf5 kdebindings-3.5.0.tar.bz2 5387839 diff --git a/kde-base/korundum/files/digest-korundum-3.5.1 b/kde-base/korundum/files/digest-korundum-3.5.1 deleted file mode 100644 index 5c29813800b0..000000000000 --- a/kde-base/korundum/files/digest-korundum-3.5.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 302f6a842b5a29701846c49a24a64039 kdebindings-3.5.1.tar.bz2 5391704 diff --git a/kde-base/korundum/files/qtruby-3-makeitwork.patch b/kde-base/korundum/files/qtruby-3-makeitwork.patch deleted file mode 100644 index 4039671d88c8..000000000000 --- a/kde-base/korundum/files/qtruby-3-makeitwork.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- qtruby/rubylib/qtruby/Qt.cpp (revision 486006) -+++ qtruby/rubylib/qtruby/Qt.cpp (revision 486016) -@@ -1563,10 +1563,7 @@ - } - - VALUE result = rb_funcall2(qt_internal_module, rb_intern("try_initialize"), argc+1, temp_stack); -- -- if (rb_respond_to(result, rb_intern("initialize")) != 0) { - rb_obj_call_init(result, argc, argv); -- } - - free(temp_stack); - return result; diff --git a/kde-base/korundum/korundum-3.5.0-r1.ebuild b/kde-base/korundum/korundum-3.5.0-r1.ebuild deleted file mode 100644 index 46408a3f62a2..000000000000 --- a/kde-base/korundum/korundum-3.5.0-r1.ebuild +++ /dev/null @@ -1,35 +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.5.0-r1.ebuild,v 1.2 2005/12/12 19:30:54 josejx 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 ~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)" - -PATCHES="$FILESDIR/no-gtk-glib-check.diff - ${FILESDIR}/qtruby-3-makeitwork.patch" - -# 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 -} - diff --git a/kde-base/korundum/korundum-3.5.1.ebuild b/kde-base/korundum/korundum-3.5.1.ebuild deleted file mode 100644 index 7545bbafba25..000000000000 --- a/kde-base/korundum/korundum-3.5.1.ebuild +++ /dev/null @@ -1,34 +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.1.ebuild,v 1.2 2006/01/23 18:53:33 danarmak 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 ~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.5.0-r1 $MAXKDEVER kde-base/smoke)" - -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 -} - |