diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-19 22:06:17 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-19 22:06:17 +0000 |
commit | ebca868c730e5627c3b290c4f9635e6ce4404740 (patch) | |
tree | 604d224881927238ff4b167a1e3ec7ec082d1144 /kde-base | |
parent | Automated update of use.local.desc (diff) | |
download | historical-ebca868c730e5627c3b290c4f9635e6ce4404740.tar.gz historical-ebca868c730e5627c3b290c4f9635e6ce4404740.tar.bz2 historical-ebca868c730e5627c3b290c4f9635e6ce4404740.zip |
Remove KDE 3.5.10.
Package-Manager: portage-2.2_rc50/cvs/Linux x86_64
Diffstat (limited to 'kde-base')
20 files changed, 42 insertions, 262 deletions
diff --git a/kde-base/kalzium/ChangeLog b/kde-base/kalzium/ChangeLog index 9b86d3b68cb9..8262cd19e35c 100644 --- a/kde-base/kalzium/ChangeLog +++ b/kde-base/kalzium/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kalzium # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.145 2009/11/09 10:00:58 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.146 2009/11/19 21:55:29 ssuominen Exp $ + + 19 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> + -files/kalzium-3.5.7-copy_string.patch, -kalzium-3.5.10.ebuild: + Remove KDE 3.5.10. 09 Nov 2009; Jonathan Callen <abcd@gentoo.org> -files/kalzium-include-order.patch: diff --git a/kde-base/kalzium/files/kalzium-3.5.7-copy_string.patch b/kde-base/kalzium/files/kalzium-3.5.7-copy_string.patch deleted file mode 100644 index 6cdaf6c35aeb..000000000000 --- a/kde-base/kalzium/files/kalzium-3.5.7-copy_string.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur kalzium-3.5.7.orig/kalzium/src/solver/modwrap.c kalzium-3.5.7/kalzium/src/solver/modwrap.c ---- kalzium-3.5.7.orig/kalzium/src/solver/modwrap.c 2005-10-10 16:55:41.000000000 +0200 -+++ kalzium-3.5.7/kalzium/src/solver/modwrap.c 2007-09-10 21:55:52.000000000 +0200 -@@ -23,6 +23,7 @@ - - #include <caml/mlvalues.h> - #include <caml/callback.h> -+#include <caml/alloc.h> - - char* solve_equation(const char * eq) - { diff --git a/kde-base/kalzium/kalzium-3.5.10.ebuild b/kde-base/kalzium/kalzium-3.5.10.ebuild deleted file mode 100644 index ec460b4295cf..000000000000 --- a/kde-base/kalzium/kalzium-3.5.10.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-3.5.10.ebuild,v 1.9 2009/07/12 11:39:35 armin76 Exp $ -KMNAME=kdeedu -EAPI="1" -inherit flag-o-matic kde-meta eutils - -DESCRIPTION="KDE: periodic table of the elements" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="solver" -HOMEPAGE="http://edu.kde.org/kalzium/" - -DEPEND=">=kde-base/libkdeedu-${PV}:${SLOT} - solver? ( >=dev-ml/facile-1.1 )" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY="libkdeedu/kdeeduplot - libkdeedu/kdeeduui" -KMCOPYLIB="libkdeeduplot libkdeedu/kdeeduplot - libkdeeduui libkdeedu/kdeeduui" - -PATCHES=( "${FILESDIR}/${PN}-3.5.7-copy_string.patch" ) - -pkg_setup() { - if use solver && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then - eerror "In order to build the solver for ${PN}, you first need" - eerror "to have dev-lang/ocaml built with the ocamlopt useflag" - eerror "in order to get a native code ocaml compiler" - die "Please install dev-lang/ocaml with ocamlopt support" - fi - if use solver && ! built_with_use --missing true dev-ml/facile ocamlopt; then - eerror "In order to build the solver for ${PN}, you first need" - eerror "to have dev-ml/facile built with the ocamlopt useflag" - eerror "in order to get the native code library" - die "Please install dev-ml/facile with ocamlopt support" - fi - kde_pkg_setup -} - -src_compile() { - append-ldflags -Wl,-z,noexecstack - - local myconf="$(use_enable solver ocamlsolver)" - - if use solver ; then - cd "${S}/${PN}/src/solver" - emake || die "compiling the ocaml resolver failed" - fi - - kde-meta_src_compile -} diff --git a/kde-base/kanagram/ChangeLog b/kde-base/kanagram/ChangeLog index 94c5ff26fe3d..fad944d9c38f 100644 --- a/kde-base/kanagram/ChangeLog +++ b/kde-base/kanagram/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kanagram # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kanagram/ChangeLog,v 1.107 2009/11/08 23:11:51 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kanagram/ChangeLog,v 1.108 2009/11/19 22:01:25 ssuominen Exp $ + + 19 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> + -kanagram-3.5.10.ebuild: + Remove KDE 3.5.10. 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -kanagram-4.3.2.ebuild: Drop KDE 4.3.2 diff --git a/kde-base/kanagram/kanagram-3.5.10.ebuild b/kde-base/kanagram/kanagram-3.5.10.ebuild deleted file mode 100644 index 8614129a92b9..000000000000 --- a/kde-base/kanagram/kanagram-3.5.10.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kanagram/kanagram-3.5.10.ebuild,v 1.7 2009/07/12 09:55:18 armin76 Exp $ -KMNAME=kdeedu -EAPI="1" -inherit kde-meta - -DESCRIPTION="KDE: letter order game" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" -DEPEND="" diff --git a/kde-base/kdeartwork-kscreensaver/ChangeLog b/kde-base/kdeartwork-kscreensaver/ChangeLog index a9a73760a4e5..2e17d6b0f30e 100644 --- a/kde-base/kdeartwork-kscreensaver/ChangeLog +++ b/kde-base/kdeartwork-kscreensaver/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kdeartwork-kscreensaver # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-kscreensaver/ChangeLog,v 1.143 2009/11/08 23:20:20 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-kscreensaver/ChangeLog,v 1.144 2009/11/19 21:48:59 ssuominen Exp $ + + 19 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> + -kdeartwork-kscreensaver-3.5.10.ebuild: + Remove KDE 3.5.10. 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -kdeartwork-kscreensaver-4.3.2.ebuild: diff --git a/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-3.5.10.ebuild b/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-3.5.10.ebuild deleted file mode 100644 index 2bf8e6f6c918..000000000000 --- a/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-3.5.10.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-3.5.10.ebuild,v 1.7 2009/07/12 11:45:53 armin76 Exp $ - -KMMODULE=kscreensaver -KMNAME=kdeartwork -EAPI="1" -inherit kde-meta - -DESCRIPTION="Extra screensavers for kde" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="opengl xscreensaver" -DEPEND="|| ( >=kde-base/kscreensaver-${PV}:${SLOT} >=kde-base/kdebase-${PV}:${SLOT} ) - media-libs/libart_lgpl - opengl? ( virtual/opengl ) - xscreensaver? ( x11-misc/xscreensaver )" - -src_compile() { - local myconf="$myconf --with-dpms --with-libart - $(use_with opengl gl) $(use_with xscreensaver)" - - kde-meta_src_compile -} diff --git a/kde-base/kdeartwork-sounds/ChangeLog b/kde-base/kdeartwork-sounds/ChangeLog index cb574df0d427..c50189717aec 100644 --- a/kde-base/kdeartwork-sounds/ChangeLog +++ b/kde-base/kdeartwork-sounds/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kdeartwork-sounds # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-sounds/ChangeLog,v 1.109 2009/11/08 23:20:53 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-sounds/ChangeLog,v 1.110 2009/11/19 21:47:21 ssuominen Exp $ + + 19 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> + -kdeartwork-sounds-3.5.10.ebuild: + Remove KDE 3.5.10. 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -kdeartwork-sounds-4.3.2.ebuild: diff --git a/kde-base/kdeartwork-sounds/kdeartwork-sounds-3.5.10.ebuild b/kde-base/kdeartwork-sounds/kdeartwork-sounds-3.5.10.ebuild deleted file mode 100644 index bae25728ac78..000000000000 --- a/kde-base/kdeartwork-sounds/kdeartwork-sounds-3.5.10.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-sounds/kdeartwork-sounds-3.5.10.ebuild,v 1.7 2009/07/12 10:10:03 armin76 Exp $ - -RESTRICT="binchecks strip" - -KMMODULE=sounds -KMNAME=kdeartwork -EAPI="1" -inherit kde-meta - -DESCRIPTION="Extra sound themes for kde" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" -DEPEND="" diff --git a/kde-base/kdegames-meta/ChangeLog b/kde-base/kdegames-meta/ChangeLog index 8b803a218653..3ea0f64ce018 100644 --- a/kde-base/kdegames-meta/ChangeLog +++ b/kde-base/kdegames-meta/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kdegames-meta # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegames-meta/ChangeLog,v 1.134 2009/11/08 23:25:37 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegames-meta/ChangeLog,v 1.135 2009/11/19 21:44:48 ssuominen Exp $ + + 19 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> + -kdegames-meta-3.5.10.ebuild: + Remove KDE 3.5.10. 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -kdegames-meta-4.3.2.ebuild: diff --git a/kde-base/kdegames-meta/kdegames-meta-3.5.10.ebuild b/kde-base/kdegames-meta/kdegames-meta-3.5.10.ebuild deleted file mode 100644 index e8d113e1542d..000000000000 --- a/kde-base/kdegames-meta/kdegames-meta-3.5.10.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegames-meta/kdegames-meta-3.5.10.ebuild,v 1.7 2009/07/12 12:26:48 armin76 Exp $ - -EAPI="1" -inherit kde-functions -DESCRIPTION="kdegames - merge this to pull in all kdegames-derived packages" -HOMEPAGE="http://www.kde.org/" - -LICENSE="GPL-2" -SLOT="3.5" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="arts" - -RDEPEND=" -arts? ( >=kde-base/kasteroids-${PV}:${SLOT} - >=kde-base/kolf-${PV}:${SLOT} ) ->=kde-base/atlantik-${PV}:${SLOT} ->=kde-base/katomic-${PV}:${SLOT} ->=kde-base/kbackgammon-${PV}:${SLOT} ->=kde-base/kbattleship-${PV}:${SLOT} ->=kde-base/kblackbox-${PV}:${SLOT} ->=kde-base/kbounce-${PV}:${SLOT} ->=kde-base/kenolaba-${PV}:${SLOT} ->=kde-base/kfouleggs-${PV}:${SLOT} ->=kde-base/kgoldrunner-${PV}:${SLOT} ->=kde-base/kjumpingcube-${PV}:${SLOT} ->=kde-base/klickety-${PV}:${SLOT} ->=kde-base/klines-${PV}:${SLOT} ->=kde-base/kmahjongg-${PV}:${SLOT} ->=kde-base/kmines-${PV}:${SLOT} ->=kde-base/knetwalk-${PV}:${SLOT} ->=kde-base/konquest-${PV}:${SLOT} ->=kde-base/kpat-${PV}:${SLOT} ->=kde-base/kpoker-${PV}:${SLOT} ->=kde-base/ktron-${PV}:${SLOT} ->=kde-base/ktuberling-${PV}:${SLOT} ->=kde-base/ksame-${PV}:${SLOT} ->=kde-base/kshisen-${PV}:${SLOT} ->=kde-base/ksirtet-${PV}:${SLOT} ->=kde-base/ksmiletris-${PV}:${SLOT} ->=kde-base/ksnake-${PV}:${SLOT} ->=kde-base/ksokoban-${PV}:${SLOT} ->=kde-base/kspaceduel-${PV}:${SLOT} ->=kde-base/kreversi-${PV}:${SLOT} ->=kde-base/kwin4-${PV}:${SLOT} ->=kde-base/lskat-${PV}:${SLOT} -" diff --git a/kde-base/knode/ChangeLog b/kde-base/knode/ChangeLog index 3af5334084b6..6a569e5facd3 100644 --- a/kde-base/knode/ChangeLog +++ b/kde-base/knode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/knode # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/ChangeLog,v 1.131 2009/11/08 23:48:26 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/ChangeLog,v 1.132 2009/11/19 22:00:01 ssuominen Exp $ + + 19 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> -knode-3.5.10.ebuild: + Remove KDE 3.5.10. 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -knode-4.3.2.ebuild: Drop KDE 4.3.2 diff --git a/kde-base/knode/knode-3.5.10.ebuild b/kde-base/knode/knode-3.5.10.ebuild deleted file mode 100644 index f5fd01a965e7..000000000000 --- a/kde-base/knode/knode-3.5.10.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/knode-3.5.10.ebuild,v 1.7 2009/07/12 13:21:32 armin76 Exp $ - -KMNAME=kdepim -EAPI="1" -inherit kde-meta eutils - -DESCRIPTION="A newsreader for KDE" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=kde-base/libkdepim-${PV}:${SLOT} ->=kde-base/libkdenetwork-${PV}:${SLOT} ->=kde-base/kontact-${PV}:${SLOT} ->=kde-base/libkmime-${PV}:${SLOT} ->=kde-base/libkpgp-${PV}:${SLOT}" - -RDEPEND="${DEPEND}" - -KMCOPYLIB=" - libkdepim libkdepim - libkpinterfaces kontact/interfaces - libkmime libkmime - libkpgp libkpgp" -KMEXTRACTONLY=" - libkdepim/ - libkdenetwork/ - kontact/interfaces - libkmime - libkpgp - libemailfunctions" -KMEXTRA="kontact/plugins/knode" # We add here the kontact's plugin instead of compiling it with kontact because it needs a lot of this programs deps. diff --git a/kde-base/krdc/ChangeLog b/kde-base/krdc/ChangeLog index 1062eebef18e..5753aec731c2 100644 --- a/kde-base/krdc/ChangeLog +++ b/kde-base/krdc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/krdc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/krdc/ChangeLog,v 1.140 2009/11/08 23:54:30 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/krdc/ChangeLog,v 1.141 2009/11/19 22:03:32 ssuominen Exp $ + + 19 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> -krdc-3.5.10.ebuild: + Remove KDE 3.5.10. 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -krdc-4.3.2.ebuild: Drop KDE 4.3.2 diff --git a/kde-base/krdc/krdc-3.5.10.ebuild b/kde-base/krdc/krdc-3.5.10.ebuild deleted file mode 100644 index 24aa6413f038..000000000000 --- a/kde-base/krdc/krdc-3.5.10.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/krdc/krdc-3.5.10.ebuild,v 1.8 2009/07/12 10:52:13 armin76 Exp $ - -KMNAME=kdenetwork -EAPI="1" -inherit kde-meta eutils - -DESCRIPTION="KDE remote desktop connection (RDP and VNC) client" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="kdehiddenvisibility rdesktop slp" - -DEPEND=">=dev-libs/openssl-0.9.6b - slp? ( net-libs/openslp ) - x11-libs/libXxf86vm - x11-libs/libXtst" -RDEPEND="${DEPEND} - rdesktop? ( >=net-misc/rdesktop-1.4.1 )" - -src_compile() { - local myconf="$(use_enable slp)" - kde-meta_src_compile -} diff --git a/kde-base/ktouch/ChangeLog b/kde-base/ktouch/ChangeLog index d63911cfe031..84ebb58e6283 100644 --- a/kde-base/ktouch/ChangeLog +++ b/kde-base/ktouch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ktouch # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.138 2009/11/09 00:03:11 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.139 2009/11/19 22:06:17 ssuominen Exp $ + + 19 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> -ktouch-3.5.10.ebuild: + Remove KDE 3.5.10. 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -ktouch-4.3.2.ebuild: Drop KDE 4.3.2 diff --git a/kde-base/ktouch/ktouch-3.5.10.ebuild b/kde-base/ktouch/ktouch-3.5.10.ebuild deleted file mode 100644 index 126ad2b34c1e..000000000000 --- a/kde-base/ktouch/ktouch-3.5.10.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-3.5.10.ebuild,v 1.7 2009/07/12 12:09:43 armin76 Exp $ -KMNAME=kdeedu -EAPI="1" -inherit kde-meta - -DESCRIPTION="KDE: A program that helps you to learn and practice touch typing" -HOMEPAGE="http://ktouch.sourceforge.net/" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=kde-base/libkdeedu-${PV}:${SLOT}" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY="libkdeedu/kdeeduplot" -KMCOPYLIB="libkdeeduplot libkdeedu/kdeeduplot" diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index 45a9e61b577c..4aefe66eaf3c 100644 --- a/kde-base/lilo-config/ChangeLog +++ b/kde-base/lilo-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/lilo-config # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.92 2009/11/09 00:14:08 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.93 2009/11/19 21:53:22 ssuominen Exp $ + + 19 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> + -lilo-config-3.5.10.ebuild, -files/never-disable.diff: + Remove KDE 3.5.10. 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -lilo-config-4.3.2.ebuild: diff --git a/kde-base/lilo-config/files/never-disable.diff b/kde-base/lilo-config/files/never-disable.diff deleted file mode 100644 index 9ff757dd2167..000000000000 --- a/kde-base/lilo-config/files/never-disable.diff +++ /dev/null @@ -1,8 +0,0 @@ ---- lilo-config/configure.in.in 2001-02-02 12:42:09.000000000 +0200 -+++ lilo-config/configure.in.in 2004-10-22 17:15:50.044391232 +0200 -@@ -1,5 +0,0 @@ --KDE_FIND_PATH(lilo, LILO, [/sbin /usr/sbin /usr/local/sbin /opt/lilo], --[ -- DO_NOT_COMPILE="$DO_NOT_COMPILE lilo-config" --]) -- diff --git a/kde-base/lilo-config/lilo-config-3.5.10.ebuild b/kde-base/lilo-config/lilo-config-3.5.10.ebuild deleted file mode 100644 index c277f274d071..000000000000 --- a/kde-base/lilo-config/lilo-config-3.5.10.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/lilo-config-3.5.10.ebuild,v 1.5 2009/10/12 05:44:34 abcd Exp $ -KMNAME=kdeadmin -EAPI="1" -inherit kde-meta - -DESCRIPTION="KDE LiLo kcontrol module" -KEYWORDS="amd64 x86" -IUSE="kdehiddenvisibility" -DEPEND="" - -PATCHES=( "$FILESDIR/never-disable.diff" ) |