diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-30 18:37:53 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-30 18:37:53 +0000 |
commit | e63426d559583f11df0594437725002eb5e49dd6 (patch) | |
tree | c2a9d245fab6da01d0ebd897443376ccf85d8eab /kde-base/kcontrol | |
parent | QA: Remove default src_compile. (diff) | |
download | historical-e63426d559583f11df0594437725002eb5e49dd6.tar.gz historical-e63426d559583f11df0594437725002eb5e49dd6.tar.bz2 historical-e63426d559583f11df0594437725002eb5e49dd6.zip |
Remove ebuilds for KDE 3.4.0.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'kde-base/kcontrol')
-rw-r--r-- | kde-base/kcontrol/files/digest-kcontrol-3.4.0 | 1 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-3.4.0.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/kde-base/kcontrol/files/digest-kcontrol-3.4.0 b/kde-base/kcontrol/files/digest-kcontrol-3.4.0 deleted file mode 100644 index 4614ded65270..000000000000 --- a/kde-base/kcontrol/files/digest-kcontrol-3.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 c88659e558ca98dc45377bf8ddfc26c9 kdebase-3.4.0.tar.bz2 22670772 diff --git a/kde-base/kcontrol/kcontrol-3.4.0.ebuild b/kde-base/kcontrol/kcontrol-3.4.0.ebuild deleted file mode 100644 index 9b260e8ccc7a..000000000000 --- a/kde-base/kcontrol/kcontrol-3.4.0.ebuild +++ /dev/null @@ -1,40 +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/kcontrol/kcontrol-3.4.0.ebuild,v 1.5 2005/04/27 17:50:48 corsair Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="The KDE Control Center" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~ppc64" -IUSE="ssl arts ieee1394 logitech-mouse opengl" -PATCHES="$FILESDIR/configure.in.in-kdm-settings.diff" - -DEPEND="ssl? ( dev-libs/openssl ) - arts? ( $(deprange $PV $MAXKDEVER kde-base/arts) ) - opengl? ( virtual/opengl ) - ieee1394? ( sys-libs/libraw1394 ) - logitech-mouse? ( >=dev-libs/libusb-0.1.10a )" - -RDEPEND="${DEPEND} -$(deprange $PV $MAXKDEVER kde-base/kcminit) -$(deprange $PV $MAXKDEVER kde-base/kdebase-data)" - -KMEXTRACTONLY="kicker/core/kicker.h - kwin/kwinbindings.cpp - kicker/core/kickerbindings.cpp - kicker/taskbar/taskbarbindings.cpp - kdesktop/kdesktopbindings.cpp - klipper/klipperbindings.cpp - kxkb/kxkbbindings.cpp - libkonq/ - kioslave/thumbnail/configure.in.in" # for the HAVE_LIBART test - -KMCOMPILEONLY="kicker/share" # for kickerSettings.h - -src_compile() { - myconf="$myconf `use_with ssl` `use_with arts` `use_with opengl gl`" - kde-meta_src_compile -} |