public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kde-env: ChangeLog kde-env-4.4.0.ebuild
@ 2010-02-09  0:22 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; only message in thread
From: Alexey Shvetsov (alexxy) @ 2010-02-09  0:22 UTC (permalink / raw
  To: gentoo-commits

alexxy      10/02/09 00:22:24

  Modified:             ChangeLog
  Added:                kde-env-4.4.0.ebuild
  Log:
  [kde-base/kde-env] Version bump to KDE SC 4.4.0
  (Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.66                 kde-base/kde-env/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kde-env/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kde-env/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kde-env/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kde-env/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	1 Feb 2010 01:14:00 -0000	1.65
+++ ChangeLog	9 Feb 2010 00:22:23 -0000	1.66
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kde-env
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-env/ChangeLog,v 1.65 2010/02/01 01:14:00 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-env/ChangeLog,v 1.66 2010/02/09 00:22:23 alexxy Exp $
+
+*kde-env-4.4.0 (08 Feb 2010)
+
+  08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kde-env-4.4.0.ebuild:
+  Version bump to KDE SC 4.4.0
 
   01 Feb 2010; Jonathan Callen <abcd@gentoo.org> kde-env-4.3.5-r1.ebuild:
   Remove dep on cmake, port changes from kde overlay



1.1                  kde-base/kde-env/kde-env-4.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kde-env/kde-env-4.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kde-env/kde-env-4.4.0.ebuild?rev=1.1&content-type=text/plain

Index: kde-env-4.4.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-env/kde-env-4.4.0.ebuild,v 1.1 2010/02/09 00:22:23 alexxy Exp $

EAPI="2"

CMAKE_REQUIRED="never"
KDE_REQUIRED="never"
inherit kde4-base

DESCRIPTION="Environment setting required for all KDE4 apps to run."
HOMEPAGE="http://kde.org"
[[ ${PV} = *9999* ]] && ESVN_REPO_URI="" || SRC_URI=""

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
LICENSE="as-is"
IUSE="aqua"

add_blocker kdelibs 4.2.2-r1 '<3.5.10-r3:3.5' 4.2.70:4.3

S=${WORKDIR}

src_unpack() {
	:
}

src_prepare() {
	:
}

src_install() {
	if use kdeprefix; then
		# List all the multilib libdirs
		local _libdir _libdirs
		for _libdir in $(get_all_libdirs); do
			_libdirs+=":${EKDEDIR}/${_libdir}"
		done
		_libdirs=${_libdirs#:}

		# number goes down with version
		cat <<-EOF > 43kdepaths-${SLOT}
PATH="${EKDEDIR}/bin"
ROOTPATH="${EKDEDIR}/sbin:${EKDEDIR}/bin"
LDPATH="${_libdirs}"
MANPATH="${EKDEDIR}/share/man"
CONFIG_PROTECT="${KDEDIR}/share/config ${KDEDIR}/env ${KDEDIR}/shutdown /usr/share/config"
#KDE_IS_PRELINKED=1
PKG_CONFIG_PATH="${EKDEDIR}/$(get_libdir)/pkgconfig"
XDG_DATA_DIRS="${EKDEDIR}/share"
EOF
		doenvd 43kdepaths-${SLOT}
		cat <<-EOF > 50-kde-${SLOT}
SEARCH_DIRS="${EKDEDIR}/bin ${EKDEDIR}/lib*"
EOF
		insinto /etc/revdep-rebuild
		doins 50-kde-${SLOT}

		# kdeglobals needed to make third party apps installed in /usr work
		cat <<-EOF > kdeglobals
[Directories][\$i]
prefixes=${EPREFIX}/usr
EOF
		insinto ${KDEDIR}/share/config
		doins kdeglobals
	else
		# Much simpler for the FHS compliant -kdeprefix install
		# number goes down with version
		cat <<-EOF > 43kdepaths
CONFIG_PROTECT="/usr/share/config"
#KDE_IS_PRELINKED=1
EOF
		doenvd 43kdepaths
	fi
}

pkg_preinst() {
	:
}

src_test() {
	:
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-09  0:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-09  0:22 [gentoo-commits] gentoo-x86 commit in kde-base/kde-env: ChangeLog kde-env-4.4.0.ebuild Alexey Shvetsov (alexxy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox