diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 03:31:00 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 03:31:00 +0000 |
commit | 1f0d82e30a76e7b698e006c0b23ef4ba43d716db (patch) | |
tree | 71740acf58d3dc2cadad8ebbfe1669f80226a1ea /kde-base/korundum | |
parent | Spring Cleaning (diff) | |
download | historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.tar.gz historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.tar.bz2 historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.zip |
Spring cleaning.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'kde-base/korundum')
-rw-r--r-- | kde-base/korundum/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/korundum/korundum-3.5.5.ebuild | 34 | ||||
-rw-r--r-- | kde-base/korundum/korundum-3.5.6.ebuild | 34 | ||||
-rw-r--r-- | kde-base/korundum/korundum-3.5.7.ebuild | 34 |
4 files changed, 5 insertions, 103 deletions
diff --git a/kde-base/korundum/ChangeLog b/kde-base/korundum/ChangeLog index c50521f1aaa9..8a9ccdecc12e 100644 --- a/kde-base/korundum/ChangeLog +++ b/kde-base/korundum/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/korundum # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/ChangeLog,v 1.69 2008/02/09 18:44:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/ChangeLog,v 1.70 2008/02/17 03:17:54 ingmar Exp $ + + 17 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -korundum-3.5.5.ebuild, + -korundum-3.5.6.ebuild, -korundum-3.5.7.ebuild: + Spring cleaning 09 Feb 2008; Raúl Porcel <armin76@gentoo.org> korundum-3.5.8.ebuild: sparc stable diff --git a/kde-base/korundum/korundum-3.5.5.ebuild b/kde-base/korundum/korundum-3.5.5.ebuild deleted file mode 100644 index 185b1c589272..000000000000 --- a/kde-base/korundum/korundum-3.5.5.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.5.ebuild,v 1.8 2007/07/11 01:08:47 mr_bones_ 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 3.5.2 $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 -} diff --git a/kde-base/korundum/korundum-3.5.6.ebuild b/kde-base/korundum/korundum-3.5.6.ebuild deleted file mode 100644 index 745ffda44aa5..000000000000 --- a/kde-base/korundum/korundum-3.5.6.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/korundum-3.5.6.ebuild,v 1.3 2007/07/11 01:08:47 mr_bones_ 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 -} diff --git a/kde-base/korundum/korundum-3.5.7.ebuild b/kde-base/korundum/korundum-3.5.7.ebuild deleted file mode 100644 index 0a38d1c3ed93..000000000000 --- a/kde-base/korundum/korundum-3.5.7.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/korundum-3.5.7.ebuild,v 1.7 2007/08/11 17:31:31 armin76 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 3.5.6 $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 -} |