diff options
author | 2007-05-22 21:58:22 +0000 | |
---|---|---|
committer | 2007-05-22 21:58:22 +0000 | |
commit | bef5bccf9dbc6e45c474055ed3f7e8b5fba1c739 (patch) | |
tree | 7d8570e14fe7d6ffeec11b99db96d4a7dd12d8c3 /kde-base/kcontrol | |
parent | hard-enable USE=nls to avoid compile problems thanks Neil Bothwick <neil@digi... (diff) | |
download | historical-bef5bccf9dbc6e45c474055ed3f7e8b5fba1c739.tar.gz historical-bef5bccf9dbc6e45c474055ed3f7e8b5fba1c739.tar.bz2 historical-bef5bccf9dbc6e45c474055ed3f7e8b5fba1c739.zip |
Version bump.
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'kde-base/kcontrol')
-rw-r--r-- | kde-base/kcontrol/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcontrol/files/digest-kcontrol-3.5.7 | 6 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-3.5.7.ebuild | 56 |
3 files changed, 68 insertions, 1 deletions
diff --git a/kde-base/kcontrol/ChangeLog b/kde-base/kcontrol/ChangeLog index 988bee2d4fba..06c1062095d7 100644 --- a/kde-base/kcontrol/ChangeLog +++ b/kde-base/kcontrol/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcontrol # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/ChangeLog,v 1.84 2007/04/30 19:56:48 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/ChangeLog,v 1.85 2007/05/22 21:34:32 carlo Exp $ + +*kcontrol-3.5.7 (22 May 2007) + + 22 May 2007; Carsten Lohrke <carlo@gentoo.org> +kcontrol-3.5.7.ebuild: + Version bump. *kcontrol-3.5.6-r1 (30 Apr 2007) diff --git a/kde-base/kcontrol/files/digest-kcontrol-3.5.7 b/kde-base/kcontrol/files/digest-kcontrol-3.5.7 new file mode 100644 index 000000000000..bf24efd3a1d8 --- /dev/null +++ b/kde-base/kcontrol/files/digest-kcontrol-3.5.7 @@ -0,0 +1,6 @@ +MD5 805dd677fdd09a260cac73b39c3171e3 kdebase-3.5-patchset-04.tar.bz2 8502 +RMD160 419e527c8c2b00ca49eb395793374b3459989897 kdebase-3.5-patchset-04.tar.bz2 8502 +SHA256 e16b356bfa224f7c97b57f3a3bdec9ba0701209459a880bae81556d070b2a961 kdebase-3.5-patchset-04.tar.bz2 8502 +MD5 b421e01b3ee712549ee967f58ed24de0 kdebase-3.5.7.tar.bz2 24395088 +RMD160 f43070b5428c3099c0abceed56041e5b4ff3c656 kdebase-3.5.7.tar.bz2 24395088 +SHA256 3c6d739abefc55b6cb64e1cf37b79f5993b666a5b40492471754794416b5c28d kdebase-3.5.7.tar.bz2 24395088 diff --git a/kde-base/kcontrol/kcontrol-3.5.7.ebuild b/kde-base/kcontrol/kcontrol-3.5.7.ebuild new file mode 100644 index 000000000000..eda687681e30 --- /dev/null +++ b/kde-base/kcontrol/kcontrol-3.5.7.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-3.5.7.ebuild,v 1.1 2007/05/22 21:34:32 carlo Exp $ + +KMNAME=kdebase +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +SRC_URI="${SRC_URI} + mirror://gentoo/kdebase-3.5-patchset-04.tar.bz2" + +DESCRIPTION="The KDE Control Center" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="arts ieee1394 logitech-mouse opengl kdehiddenvisibility" + +DEPEND=">=media-libs/freetype-2 + media-libs/fontconfig + dev-libs/openssl + arts? ( $(deprange 3.5.5 $MAXKDEVER kde-base/arts) ) + opengl? ( virtual/opengl ) + ieee1394? ( sys-libs/libraw1394 ) + logitech-mouse? ( >=dev-libs/libusb-0.1.10a )" + +RDEPEND="${DEPEND} + sys-apps/usbutils + $(deprange 3.5.6-r1 $MAXKDEVER kde-base/kcminit) + $(deprange $PV $MAXKDEVER kde-base/kdebase-data) + $(deprange $PV $MAXKDEVER kde-base/kdesu) + $(deprange $PV $MAXKDEVER kde-base/khelpcenter) + $(deprange $PV $MAXKDEVER kde-base/khotkeys) + $(deprange $PV $MAXKDEVER kde-base/libkonq) + $(deprange $PV $MAXKDEVER kde-base/kicker)" + +KMEXTRACTONLY="kwin/kwinbindings.cpp + kicker/kicker/core/kickerbindings.cpp + kicker/taskbar/taskbarbindings.cpp + kdesktop/kdesktopbindings.cpp + klipper/klipperbindings.cpp + kxkb/kxkbbindings.cpp + kicker/taskmanager" + +KMEXTRA="doc/kinfocenter" +KMCOMPILEONLY="kicker/libkicker + kicker/taskbar" +KMCOPYLIB="libkonq libkonq + libkicker kicker/libkicker + libtaskbar kicker/taskbar + libtaskmanager kicker/taskmanager" + +src_compile() { + myconf="$myconf --with-ssl $(use_with arts) $(use_with opengl gl) + $(use_with ieee1394 libraw1394) $(use_with logitech-mouse libusb) + --with-usbids=/usr/share/misc/usb.ids" + kde-meta_src_compile +} |