public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2011-04-04 22:04 Andreas K. Huettel
  0 siblings, 0 replies; 31+ messages in thread
From: Andreas K. Huettel @ 2011-04-04 22:04 UTC (permalink / raw
  To: gentoo-commits

commit:     d95a5d71626de4363677adc228c14407aea9c6c7
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Mon Apr  4 22:07:13 2011 +0000
Commit:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 22:07:13 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d95a5d71

[kde-base/kdepim-l10n] First try creating this strange mutant

(Portage version: 2.1.9.45/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild |   90 ++++++++++++++++++++++++
 kde-base/kdepim-l10n/metadata.xml              |    5 ++
 2 files changed, 95 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild
new file mode 100644
index 0000000..b368c22
--- /dev/null
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.4.5.ebuild,v 1.6 2011/01/28 15:25:57 scarabeus Exp $
+
+EAPI=3
+
+inherit kde4-base
+
+DESCRIPTION="KDE internationalization package"
+HOMEPAGE="http://www.kde.org/"
+LICENSE="GPL-2"
+
+DEPEND="
+	sys-devel/gettext
+"
+RDEPEND=""
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+handbook"
+
+MY_LANGS="ar bg ca ca@valencia cs csb da de el en_GB eo es et eu
+		fi fr fy ga gl gu he hi hr hu id is it ja kk km kn ko lt lv
+		mai mk ml nb nds nl nn pa pl pt pt_BR ro ru si sk sl sr sv tg
+		tr uk wa zh_CN zh_TW"
+
+URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
+SRC_URI=""
+
+for MY_LANG in ${MY_LANGS} ; do
+	IUSE="${IUSE} linguas_${MY_LANG}"
+	SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/kde-l10n-${MY_LANG}-4.4.5.tar.bz2 )"
+done
+
+S="${WORKDIR}"
+
+src_unpack() {
+	local LNG DIR
+	if [[ -z ${A} ]]; then
+		elog
+		elog "You either have the LINGUAS variable unset, or it only"
+		elog "contains languages not supported by ${P}."
+		elog "You won't have any additional language support."
+		elog
+		elog "${P} supports these language codes:"
+		elog "${MY_LANGS}"
+		elog
+	fi
+
+	# For EAPI >= 3, or if not using .tar.xz archives:
+	[[ -n ${A} ]] && unpack ${A}
+	cd "${S}"
+
+	# for all linguas do:
+	if [[ -n ${A} ]]; then
+		for LNG in ${LINGUAS}; do
+			DIR="kde-l10n-${LNG}-4.4.5"
+
+			# add subdir to toplevel cmake file
+			if [[ -d "${DIR}" ]] ; then
+				echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
+			fi
+
+			# remove everything except kdepim
+			for SUBDIR in data docs messages scripts ; do 
+				echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
+				[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+				[[ -d "${S}/${DIR}/${SUBDIR}/common" ]] && ( echo "add_subdirectory(common)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+			done
+		done
+	fi
+}
+
+
+src_configure() {
+	mycmakeargs="${mycmakeargs}
+		$(cmake-utils_use_build handbook docs)"
+	[[ -n ${A} ]] && kde4-base_src_configure
+}
+
+src_compile() {
+	[[ -n ${A} ]] && kde4-base_src_compile
+}
+
+src_test() {
+	[[ -n ${A} ]] && kde4-base_src_test
+}
+
+src_install() {
+	[[ -n ${A} ]] && kde4-base_src_install
+}

diff --git a/kde-base/kdepim-l10n/metadata.xml b/kde-base/kdepim-l10n/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/kde-base/kdepim-l10n/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2011-04-04 22:08 Andreas K. Huettel
  0 siblings, 0 replies; 31+ messages in thread
From: Andreas K. Huettel @ 2011-04-04 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     4fa577fa3ff555df3298107643fae88d3d6d6b4c
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Mon Apr  4 22:11:47 2011 +0000
Commit:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 22:11:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4fa577fa

[kde-base/kdepim-l10n] Install no "common" files

(Portage version: 2.1.9.45/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild
index b368c22..dce963f 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild
@@ -64,7 +64,6 @@ src_unpack() {
 			for SUBDIR in data docs messages scripts ; do 
 				echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
 				[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
-				[[ -d "${S}/${DIR}/${SUBDIR}/common" ]] && ( echo "add_subdirectory(common)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
 			done
 		done
 	fi



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2011-04-04 22:19 Andreas K. Huettel
  0 siblings, 0 replies; 31+ messages in thread
From: Andreas K. Huettel @ 2011-04-04 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     376c153943e5bad8af7f0676af4dc271964a310b
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Mon Apr  4 22:22:00 2011 +0000
Commit:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 22:22:00 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=376c1539

[kde-base/kdepim-l10n] Added blocker for kde-l10n:4.4

(Portage version: 2.1.9.45/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild
index dce963f..234370a 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild
@@ -14,6 +14,7 @@ DEPEND="
 	sys-devel/gettext
 "
 RDEPEND=""
+add_blocker kde-l10n 0 :4.4
 
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="+handbook"
@@ -61,7 +62,7 @@ src_unpack() {
 			fi
 
 			# remove everything except kdepim
-			for SUBDIR in data docs messages scripts ; do 
+			for SUBDIR in data docs messages scripts ; do
 				echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
 				[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
 			done
@@ -69,7 +70,6 @@ src_unpack() {
 	fi
 }
 
-
 src_configure() {
 	mycmakeargs="${mycmakeargs}
 		$(cmake-utils_use_build handbook docs)"



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2011-04-05 22:11 Andreas K. Huettel
  0 siblings, 0 replies; 31+ messages in thread
From: Andreas K. Huettel @ 2011-04-05 22:11 UTC (permalink / raw
  To: gentoo-commits

commit:     983fb6a2dc520fdcae139af8fb17d6301fca6cc4
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Tue Apr  5 22:13:59 2011 +0000
Commit:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 22:14:16 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=983fb6a2

[kde-base/kdepim-l10n] Improved description

(Portage version: 2.1.9.45/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild
index 234370a..6618452 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild
@@ -6,7 +6,7 @@ EAPI=3
 
 inherit kde4-base
 
-DESCRIPTION="KDE internationalization package"
+DESCRIPTION="KDE PIM internationalization package"
 HOMEPAGE="http://www.kde.org/"
 LICENSE="GPL-2"
 



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2011-04-05 22:24 Andreas K. Huettel
  0 siblings, 0 replies; 31+ messages in thread
From: Andreas K. Huettel @ 2011-04-05 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     3d152af904595ede1d04ea5dd0eb6f35d8feed9b
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Tue Apr  5 22:27:15 2011 +0000
Commit:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 22:27:15 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3d152af9

[kde-base/kdepim-l10n] Moved to main tree

(Portage version: 2.1.9.45/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild |   89 ------------------------
 1 files changed, 0 insertions(+), 89 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild
deleted file mode 100644
index 6618452..0000000
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.4.10.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.4.5.ebuild,v 1.6 2011/01/28 15:25:57 scarabeus Exp $
-
-EAPI=3
-
-inherit kde4-base
-
-DESCRIPTION="KDE PIM internationalization package"
-HOMEPAGE="http://www.kde.org/"
-LICENSE="GPL-2"
-
-DEPEND="
-	sys-devel/gettext
-"
-RDEPEND=""
-add_blocker kde-l10n 0 :4.4
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+handbook"
-
-MY_LANGS="ar bg ca ca@valencia cs csb da de el en_GB eo es et eu
-		fi fr fy ga gl gu he hi hr hu id is it ja kk km kn ko lt lv
-		mai mk ml nb nds nl nn pa pl pt pt_BR ro ru si sk sl sr sv tg
-		tr uk wa zh_CN zh_TW"
-
-URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
-SRC_URI=""
-
-for MY_LANG in ${MY_LANGS} ; do
-	IUSE="${IUSE} linguas_${MY_LANG}"
-	SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/kde-l10n-${MY_LANG}-4.4.5.tar.bz2 )"
-done
-
-S="${WORKDIR}"
-
-src_unpack() {
-	local LNG DIR
-	if [[ -z ${A} ]]; then
-		elog
-		elog "You either have the LINGUAS variable unset, or it only"
-		elog "contains languages not supported by ${P}."
-		elog "You won't have any additional language support."
-		elog
-		elog "${P} supports these language codes:"
-		elog "${MY_LANGS}"
-		elog
-	fi
-
-	# For EAPI >= 3, or if not using .tar.xz archives:
-	[[ -n ${A} ]] && unpack ${A}
-	cd "${S}"
-
-	# for all linguas do:
-	if [[ -n ${A} ]]; then
-		for LNG in ${LINGUAS}; do
-			DIR="kde-l10n-${LNG}-4.4.5"
-
-			# add subdir to toplevel cmake file
-			if [[ -d "${DIR}" ]] ; then
-				echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
-			fi
-
-			# remove everything except kdepim
-			for SUBDIR in data docs messages scripts ; do
-				echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
-				[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
-			done
-		done
-	fi
-}
-
-src_configure() {
-	mycmakeargs="${mycmakeargs}
-		$(cmake-utils_use_build handbook docs)"
-	[[ -n ${A} ]] && kde4-base_src_configure
-}
-
-src_compile() {
-	[[ -n ${A} ]] && kde4-base_src_compile
-}
-
-src_test() {
-	[[ -n ${A} ]] && kde4-base_src_test
-}
-
-src_install() {
-	[[ -n ${A} ]] && kde4-base_src_install
-}



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2011-04-07 13:06 Tomas Chvatal
  0 siblings, 0 replies; 31+ messages in thread
From: Tomas Chvatal @ 2011-04-07 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     29e8a91c501e4fd63c23fe57619000f199f11c48
Author:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 13:06:11 2011 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 13:06:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=29e8a91c

Drop empty folder

---
 kde-base/kdepim-l10n/metadata.xml |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/kde-base/kdepim-l10n/metadata.xml b/kde-base/kdepim-l10n/metadata.xml
deleted file mode 100644
index 8d1e86a..0000000
--- a/kde-base/kdepim-l10n/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>kde</herd>
-</pkgmetadata>



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2011-07-23  2:01 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 31+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-07-23  2:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e1f7133d083d9a155ccd3b56efab5a8b2a797c2f
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 01:51:00 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 01:51:00 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e1f7133d

[kde-base/kdepim-l10n] Fixed QA warnings.
Added missing metadata.xml. Whitespace.

(Portage version: 2.2.0_alpha46/git/Linux x86_64, signed Manifest commit with key BB0E6E98)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.6.1.ebuild |    2 +-
 kde-base/kdepim-l10n/metadata.xml             |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.6.1.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.6.1.ebuild
index 9b50215..cb46362 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.6.1.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.6.1.ebuild
@@ -20,7 +20,7 @@ add_blocker kde-l10n 4.5.50
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-MY_LANGS="ar bg ca ca@valencia cs da de el en_GB es et eu 
+MY_LANGS="ar bg ca ca@valencia cs da de el en_GB es et eu
 		fi fr ga gl gu he hi hr hu ia id is it ja kk km kn ko lt lv
 		mai nb nds nl nn pa pl pt pt_BR ro ru sk sl sr sv th
 		tr uk wa zh_CN zh_TW"

diff --git a/kde-base/kdepim-l10n/metadata.xml b/kde-base/kdepim-l10n/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/kde-base/kdepim-l10n/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2011-07-28 13:04 Andreas Hüttel
  0 siblings, 0 replies; 31+ messages in thread
From: Andreas Hüttel @ 2011-07-28 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     852057750fb3b650863cb0bb7d98a265a7fb0e07
Author:     Andreas K. Huettel <andreas.huettel <AT> physik <DOT> uni-r <DOT> de>
AuthorDate: Thu Jul 28 12:58:51 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 13:04:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=85205775

[kde-base/kdepim-l10n] Add separate kdepim localization

(Portage version: 2.1.10.7/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7887F787)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.7.0.ebuild |  110 +++++++++++++++++++++++++
 1 files changed, 110 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.7.0.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.7.0.ebuild
new file mode 100644
index 0000000..02580e4
--- /dev/null
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.7.0.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.7.0.ebuild,v 1.1 2011/07/27 14:04:26 alexxy Exp $
+
+EAPI=4
+
+inherit kde4-base
+
+DESCRIPTION="KDE PIM internationalization package"
+HOMEPAGE="http://www.kde.org/"
+LICENSE="GPL-2"
+
+DEPEND="
+	sys-devel/gettext
+"
+RDEPEND=""
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+handbook"
+
+# /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 's:-${PV}.tar.bz2::' -e 's:kde-l10n-::' |tr '\n' ' '
+MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fi fr ga gl he hr
+hu ia id is it ja kk km kn ko lt lv nb nds nl nn pa pl pt pt_BR ro ru sk sl sr
+sv th tr ug uk wa zh_CN zh_TW"
+
+URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
+SRC_URI=""
+
+for MY_LANG in ${MY_LANGS} ; do
+	IUSE="${IUSE} linguas_${MY_LANG}"
+	SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/kde-l10n-${MY_LANG}-${PV}.tar.bz2 )"
+done
+
+S="${WORKDIR}"
+
+src_unpack() {
+	local LNG DIR
+	if [[ -z ${A} ]]; then
+		elog
+		elog "You either have the LINGUAS variable unset, or it only"
+		elog "contains languages not supported by ${P}."
+		elog "You won't have any additional language support."
+		elog
+		elog "${P} supports these language codes:"
+		elog "${MY_LANGS}"
+		elog
+	fi
+
+	# For EAPI >= 3, or if not using .tar.xz archives:
+	[[ -n ${A} ]] && unpack ${A}
+	cd "${S}"
+
+	# add all linguas to cmake
+	if [[ -n ${A} ]]; then
+		for LNG in ${LINGUAS}; do
+			DIR="kde-l10n-${LNG}-${PV}"
+			if [[ -d "${DIR}" ]] ; then
+				echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
+			fi
+
+			# remove everything except kdepim
+			for SUBDIR in data docs messages scripts ; do
+				if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then
+					einfo "   ${SUBDIR} subdirectory"
+					echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+				fi
+			done
+
+			# in some cases we may have sub-lingua subdirs, e.g. sr :(
+			for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do
+				XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
+				if [[ -d "${XSUBDIR}" ]] ; then
+					einfo "   ${XLNG} variant"
+					# remove everything except kdepim
+					for SUBDIR in data docs messages scripts ; do
+						if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then
+							einfo "      ${SUBDIR} subdirectory"
+							echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+						fi
+					done
+				fi
+			done
+		done
+	fi
+}
+
+src_prepare() {
+	[[ -n ${A} ]] && kde4-base_src_prepare
+}
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_build handbook docs)
+	)
+	[[ -n ${A} ]] && kde4-base_src_configure
+}
+
+src_compile() {
+	[[ -n ${A} ]] && kde4-base_src_compile
+}
+
+src_test() {
+	[[ -n ${A} ]] && kde4-base_src_test
+}
+
+src_install() {
+	[[ -n ${A} ]] && kde4-base_src_install
+}



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2011-07-28 21:29 Andreas Hüttel
  0 siblings, 0 replies; 31+ messages in thread
From: Andreas Hüttel @ 2011-07-28 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     89a8a53ac4229e5106bef7c5ee962d37402a4be0
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Thu Jul 28 21:28:51 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 21:28:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=89a8a53a

[kde-base/kdepim-l10n] Moved to main tree

(Portage version: 2.1.10.7/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.7.0.ebuild |  110 -------------------------
 1 files changed, 0 insertions(+), 110 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.7.0.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.7.0.ebuild
deleted file mode 100644
index 02580e4..0000000
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.7.0.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.7.0.ebuild,v 1.1 2011/07/27 14:04:26 alexxy Exp $
-
-EAPI=4
-
-inherit kde4-base
-
-DESCRIPTION="KDE PIM internationalization package"
-HOMEPAGE="http://www.kde.org/"
-LICENSE="GPL-2"
-
-DEPEND="
-	sys-devel/gettext
-"
-RDEPEND=""
-
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+handbook"
-
-# /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 's:-${PV}.tar.bz2::' -e 's:kde-l10n-::' |tr '\n' ' '
-MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fi fr ga gl he hr
-hu ia id is it ja kk km kn ko lt lv nb nds nl nn pa pl pt pt_BR ro ru sk sl sr
-sv th tr ug uk wa zh_CN zh_TW"
-
-URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
-SRC_URI=""
-
-for MY_LANG in ${MY_LANGS} ; do
-	IUSE="${IUSE} linguas_${MY_LANG}"
-	SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/kde-l10n-${MY_LANG}-${PV}.tar.bz2 )"
-done
-
-S="${WORKDIR}"
-
-src_unpack() {
-	local LNG DIR
-	if [[ -z ${A} ]]; then
-		elog
-		elog "You either have the LINGUAS variable unset, or it only"
-		elog "contains languages not supported by ${P}."
-		elog "You won't have any additional language support."
-		elog
-		elog "${P} supports these language codes:"
-		elog "${MY_LANGS}"
-		elog
-	fi
-
-	# For EAPI >= 3, or if not using .tar.xz archives:
-	[[ -n ${A} ]] && unpack ${A}
-	cd "${S}"
-
-	# add all linguas to cmake
-	if [[ -n ${A} ]]; then
-		for LNG in ${LINGUAS}; do
-			DIR="kde-l10n-${LNG}-${PV}"
-			if [[ -d "${DIR}" ]] ; then
-				echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
-			fi
-
-			# remove everything except kdepim
-			for SUBDIR in data docs messages scripts ; do
-				if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then
-					einfo "   ${SUBDIR} subdirectory"
-					echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
-					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
-				fi
-			done
-
-			# in some cases we may have sub-lingua subdirs, e.g. sr :(
-			for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do
-				XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
-				if [[ -d "${XSUBDIR}" ]] ; then
-					einfo "   ${XLNG} variant"
-					# remove everything except kdepim
-					for SUBDIR in data docs messages scripts ; do
-						if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then
-							einfo "      ${SUBDIR} subdirectory"
-							echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
-							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
-						fi
-					done
-				fi
-			done
-		done
-	fi
-}
-
-src_prepare() {
-	[[ -n ${A} ]] && kde4-base_src_prepare
-}
-
-src_configure() {
-	mycmakeargs=(
-		$(cmake-utils_use_build handbook docs)
-	)
-	[[ -n ${A} ]] && kde4-base_src_configure
-}
-
-src_compile() {
-	[[ -n ${A} ]] && kde4-base_src_compile
-}
-
-src_test() {
-	[[ -n ${A} ]] && kde4-base_src_test
-}
-
-src_install() {
-	[[ -n ${A} ]] && kde4-base_src_install
-}



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2011-09-07 21:23 Alexey Shvetsov
  0 siblings, 0 replies; 31+ messages in thread
From: Alexey Shvetsov @ 2011-09-07 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     9c8e229e7754e413083e77f102be2ab7650dc4f2
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  7 21:22:00 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Sep  7 21:22:00 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9c8e229e

[kde-base/kdepim-l10n] Drop old blockers

(Portage version: 2.2.0_alpha54/git/Linux x86_64, signed Manifest commit with key F82F92E6)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.6.1.ebuild |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.6.1.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.6.1.ebuild
index cb46362..c7ff498 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.6.1.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.6.1.ebuild
@@ -15,7 +15,6 @@ DEPEND="
 	sys-devel/gettext
 "
 RDEPEND=""
-add_blocker kde-l10n 4.5.50
 
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2011-11-06 22:24 Johannes Huber
  0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2011-11-06 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     bbb0ab82f6fff17415030e7485becd7bde16a2af
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Sun Nov  6 22:26:16 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Sun Nov  6 22:26:16 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bbb0ab82

[kde-base/kdepim-l10n] Removed 4.6.1

---
 kde-base/kdepim-l10n/kdepim-l10n-4.6.1.ebuild |  114 -------------------------
 kde-base/kdepim-l10n/metadata.xml             |    5 -
 2 files changed, 0 insertions(+), 119 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.6.1.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.6.1.ebuild
deleted file mode 100644
index c7ff498..0000000
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.6.1.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-KDE_MINIMAL="4.6"
-
-inherit kde4-base
-
-DESCRIPTION="KDE PIM internationalization package"
-HOMEPAGE="http://www.kde.org/"
-LICENSE="GPL-2"
-
-DEPEND="
-	sys-devel/gettext
-"
-RDEPEND=""
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-MY_LANGS="ar bg ca ca@valencia cs da de el en_GB es et eu
-		fi fr ga gl gu he hi hr hu ia id is it ja kk km kn ko lt lv
-		mai nb nds nl nn pa pl pt pt_BR ro ru sk sl sr sv th
-		tr uk wa zh_CN zh_TW"
-
-URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
-SRC_URI=""
-
-for MY_LANG in ${MY_LANGS} ; do
-	IUSE="${IUSE} linguas_${MY_LANG}"
-	SRC_URI="${SRC_URI} linguas_${MY_LANG}? (
-	${URI_BASE}/kde-l10n-${MY_LANG}-4.6.5.tar.bz2 )"
-done
-
-S="${WORKDIR}"
-
-src_unpack() {
-	local LNG DIR
-	if [[ -z ${A} ]]; then
-		elog
-		elog "You either have the LINGUAS variable unset, or it only"
-		elog "contains languages not supported by ${P}."
-		elog "You won't have any additional language support."
-		elog
-		elog "${P} supports these language codes:"
-		elog "${MY_LANGS}"
-		elog
-	fi
-
-	# For EAPI >= 3, or if not using .tar.xz archives:
-	[[ -n ${A} ]] && unpack ${A}
-	cd "${S}"
-
-	# for all linguas do:
-	if [[ -n ${A} ]]; then
-		for LNG in ${LINGUAS}; do
-			einfo "Processing ${LNG} localization"
-			DIR="kde-l10n-${LNG}-4.6.5"
-
-			# add subdir to toplevel cmake file
-			if [[ -d "${DIR}" ]] ; then
-				echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
-			fi
-
-			# remove everything except kdepim
-			for SUBDIR in data docs messages scripts ; do
-				if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then
-					einfo "   ${SUBDIR} subdirectory"
-					echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
-					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
-				fi
-			done
-
-			# in some cases we may have sub-lingua subdirs, e.g. sr :(
-			for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do
-				XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
-				if [[ -d "${XSUBDIR}" ]] ; then
-					einfo "   ${XLNG} variant"
-					# remove everything except kdepim
-					for SUBDIR in data docs messages scripts ; do
-						if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then
-							einfo "      ${SUBDIR} subdirectory"
-							echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
-							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
-						fi
-					done
-				fi
-			done
-		done
-	fi
-}
-
-src_prepare() {
-	[[ -n ${A} ]] && kde4-base_src_prepare
-}
-
-src_configure() {
-	mycmakeargs="${mycmakeargs}
-		-DBUILD_docs=OFF"
-	[[ -n ${A} ]] && kde4-base_src_configure
-}
-
-src_compile() {
-	[[ -n ${A} ]] && kde4-base_src_compile
-}
-
-src_test() {
-	[[ -n ${A} ]] && kde4-base_src_test
-}
-
-src_install() {
-	[[ -n ${A} ]] && kde4-base_src_install
-}

diff --git a/kde-base/kdepim-l10n/metadata.xml b/kde-base/kdepim-l10n/metadata.xml
deleted file mode 100644
index 8d1e86a..0000000
--- a/kde-base/kdepim-l10n/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>kde</herd>
-</pkgmetadata>



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2011-12-07 14:44 Marc Schiffbauer
  0 siblings, 0 replies; 31+ messages in thread
From: Marc Schiffbauer @ 2011-12-07 14:44 UTC (permalink / raw
  To: gentoo-commits

commit:     10fcfb416038155142bd67f6be2c1fb43da381b2
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 14:43:13 2011 +0000
Commit:     Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Wed Dec  7 14:43:13 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=10fcfb41

[kde-base/kdepim-l10n] Added ebuilds for betas

---
 kde-base/kdepim-l10n/kdepim-l10n-4.7.80.ebuild |  109 ++++++++++++++++++++++++
 kde-base/kdepim-l10n/kdepim-l10n-4.7.90.ebuild |  109 ++++++++++++++++++++++++
 kde-base/kdepim-l10n/metadata.xml              |    5 +
 3 files changed, 223 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.7.80.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.7.80.ebuild
new file mode 100644
index 0000000..139d3ae
--- /dev/null
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.7.80.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-l10n/kdepim-l10n-4.7.3.ebuild,v 1.1 2011/11/04 00:22:44 dilfridge Exp $
+
+EAPI=4
+
+inherit kde4-base
+
+DESCRIPTION="KDE PIM internationalization package"
+HOMEPAGE="http://www.kde.org/"
+LICENSE="GPL-2"
+
+DEPEND="
+	sys-devel/gettext
+"
+RDEPEND=""
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+handbook"
+
+MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fi fr ga gl he hr
+hu ia id is it ja kk km kn ko lt lv nb nds nl nn pa pl pt pt_BR ro ru sk sl sr
+sv th tr ug uk wa zh_CN zh_TW"
+
+URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
+SRC_URI=""
+
+for MY_LANG in ${MY_LANGS} ; do
+	IUSE="${IUSE} linguas_${MY_LANG}"
+	SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/kde-l10n-${MY_LANG}-${PV}.tar.bz2 )"
+done
+
+S="${WORKDIR}"
+
+src_unpack() {
+	local LNG DIR
+	if [[ -z ${A} ]]; then
+		elog
+		elog "You either have the LINGUAS variable unset, or it only"
+		elog "contains languages not supported by ${P}."
+		elog "You won't have any additional language support."
+		elog
+		elog "${P} supports these language codes:"
+		elog "${MY_LANGS}"
+		elog
+	fi
+
+	# For EAPI >= 3, or if not using .tar.xz archives:
+	[[ -n ${A} ]] && unpack ${A}
+	cd "${S}"
+
+	# add all linguas to cmake
+	if [[ -n ${A} ]]; then
+		for LNG in ${LINGUAS}; do
+			DIR="kde-l10n-${LNG}-${PV}"
+			if [[ -d "${DIR}" ]] ; then
+				echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
+			fi
+
+			# remove everything except kdepim
+			for SUBDIR in data docs messages scripts ; do
+				if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then
+					einfo "   ${SUBDIR} subdirectory"
+					echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+				fi
+			done
+
+			# in some cases we may have sub-lingua subdirs, e.g. sr :(
+			for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do
+				XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
+				if [[ -d "${XSUBDIR}" ]] ; then
+					einfo "   ${XLNG} variant"
+					# remove everything except kdepim
+					for SUBDIR in data docs messages scripts ; do
+						if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then
+							einfo "      ${SUBDIR} subdirectory"
+							echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+						fi
+					done
+				fi
+			done
+		done
+	fi
+}
+
+src_prepare() {
+	[[ -n ${A} ]] && kde4-base_src_prepare
+}
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_build handbook docs)
+	)
+	[[ -n ${A} ]] && kde4-base_src_configure
+}
+
+src_compile() {
+	[[ -n ${A} ]] && kde4-base_src_compile
+}
+
+src_test() {
+	[[ -n ${A} ]] && kde4-base_src_test
+}
+
+src_install() {
+	[[ -n ${A} ]] && kde4-base_src_install
+}

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.7.90.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.7.90.ebuild
new file mode 100644
index 0000000..139d3ae
--- /dev/null
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.7.90.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-l10n/kdepim-l10n-4.7.3.ebuild,v 1.1 2011/11/04 00:22:44 dilfridge Exp $
+
+EAPI=4
+
+inherit kde4-base
+
+DESCRIPTION="KDE PIM internationalization package"
+HOMEPAGE="http://www.kde.org/"
+LICENSE="GPL-2"
+
+DEPEND="
+	sys-devel/gettext
+"
+RDEPEND=""
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+handbook"
+
+MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fi fr ga gl he hr
+hu ia id is it ja kk km kn ko lt lv nb nds nl nn pa pl pt pt_BR ro ru sk sl sr
+sv th tr ug uk wa zh_CN zh_TW"
+
+URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
+SRC_URI=""
+
+for MY_LANG in ${MY_LANGS} ; do
+	IUSE="${IUSE} linguas_${MY_LANG}"
+	SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/kde-l10n-${MY_LANG}-${PV}.tar.bz2 )"
+done
+
+S="${WORKDIR}"
+
+src_unpack() {
+	local LNG DIR
+	if [[ -z ${A} ]]; then
+		elog
+		elog "You either have the LINGUAS variable unset, or it only"
+		elog "contains languages not supported by ${P}."
+		elog "You won't have any additional language support."
+		elog
+		elog "${P} supports these language codes:"
+		elog "${MY_LANGS}"
+		elog
+	fi
+
+	# For EAPI >= 3, or if not using .tar.xz archives:
+	[[ -n ${A} ]] && unpack ${A}
+	cd "${S}"
+
+	# add all linguas to cmake
+	if [[ -n ${A} ]]; then
+		for LNG in ${LINGUAS}; do
+			DIR="kde-l10n-${LNG}-${PV}"
+			if [[ -d "${DIR}" ]] ; then
+				echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
+			fi
+
+			# remove everything except kdepim
+			for SUBDIR in data docs messages scripts ; do
+				if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then
+					einfo "   ${SUBDIR} subdirectory"
+					echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+				fi
+			done
+
+			# in some cases we may have sub-lingua subdirs, e.g. sr :(
+			for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do
+				XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
+				if [[ -d "${XSUBDIR}" ]] ; then
+					einfo "   ${XLNG} variant"
+					# remove everything except kdepim
+					for SUBDIR in data docs messages scripts ; do
+						if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then
+							einfo "      ${SUBDIR} subdirectory"
+							echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+						fi
+					done
+				fi
+			done
+		done
+	fi
+}
+
+src_prepare() {
+	[[ -n ${A} ]] && kde4-base_src_prepare
+}
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_build handbook docs)
+	)
+	[[ -n ${A} ]] && kde4-base_src_configure
+}
+
+src_compile() {
+	[[ -n ${A} ]] && kde4-base_src_compile
+}
+
+src_test() {
+	[[ -n ${A} ]] && kde4-base_src_test
+}
+
+src_install() {
+	[[ -n ${A} ]] && kde4-base_src_install
+}

diff --git a/kde-base/kdepim-l10n/metadata.xml b/kde-base/kdepim-l10n/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/kde-base/kdepim-l10n/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2011-12-07 20:24 Marc Schiffbauer
  0 siblings, 0 replies; 31+ messages in thread
From: Marc Schiffbauer @ 2011-12-07 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8c738e167656b0d51c7914f0922904b2f709c956
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 20:24:02 2011 +0000
Commit:     Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Wed Dec  7 20:24:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8c738e16

[kde-base/kdepim-l10n] Added 4.7.4 ebuild, added si lang to all ebuilds

---
 ...l10n-4.7.80.ebuild => kdepim-l10n-4.7.4.ebuild} |    8 ++++----
 kde-base/kdepim-l10n/kdepim-l10n-4.7.80.ebuild     |    4 ++--
 kde-base/kdepim-l10n/kdepim-l10n-4.7.90.ebuild     |    4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.7.80.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.7.4.ebuild
similarity index 93%
copy from kde-base/kdepim-l10n/kdepim-l10n-4.7.80.ebuild
copy to kde-base/kdepim-l10n/kdepim-l10n-4.7.4.ebuild
index 139d3ae..6fded6d 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.7.80.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.7.4.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-l10n/kdepim-l10n-4.7.3.ebuild,v 1.1 2011/11/04 00:22:44 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-l10n/kdepim-l10n-4.7.3.ebuild,v 1.2 2011/12/07 12:16:32 phajdan.jr Exp $
 
 EAPI=4
 
@@ -15,12 +15,12 @@ DEPEND="
 "
 RDEPEND=""
 
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="+handbook"
 
 MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fi fr ga gl he hr
-hu ia id is it ja kk km kn ko lt lv nb nds nl nn pa pl pt pt_BR ro ru sk sl sr
-sv th tr ug uk wa zh_CN zh_TW"
+hu ia id is it ja kk km kn ko lt lv nb nds nl nn pa pl pt pt_BR ro ru si sk sl 
+sr sv th tr ug uk wa zh_CN zh_TW"
 
 URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
 SRC_URI=""

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.7.80.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.7.80.ebuild
index 139d3ae..0112885 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.7.80.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.7.80.ebuild
@@ -19,8 +19,8 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="+handbook"
 
 MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fi fr ga gl he hr
-hu ia id is it ja kk km kn ko lt lv nb nds nl nn pa pl pt pt_BR ro ru sk sl sr
-sv th tr ug uk wa zh_CN zh_TW"
+hu ia id is it ja kk km kn ko lt lv nb nds nl nn pa pl pt pt_BR ro ru si sk sl 
+sr sv th tr ug uk wa zh_CN zh_TW"
 
 URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
 SRC_URI=""

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.7.90.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.7.90.ebuild
index 139d3ae..0112885 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.7.90.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.7.90.ebuild
@@ -19,8 +19,8 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="+handbook"
 
 MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fi fr ga gl he hr
-hu ia id is it ja kk km kn ko lt lv nb nds nl nn pa pl pt pt_BR ro ru sk sl sr
-sv th tr ug uk wa zh_CN zh_TW"
+hu ia id is it ja kk km kn ko lt lv nb nds nl nn pa pl pt pt_BR ro ru si sk sl 
+sr sv th tr ug uk wa zh_CN zh_TW"
 
 URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
 SRC_URI=""



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2011-12-12 23:46 Andreas Hüttel
  0 siblings, 0 replies; 31+ messages in thread
From: Andreas Hüttel @ 2011-12-12 23:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6a718580d9af30e42221821cd62a27d572a28695
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Mon Dec 12 23:46:19 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 23:46:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6a718580

[kde-base/kdepim-l10n] Fix SRC_URI

(Portage version: 2.1.10.39/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.7.90.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.7.90.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.7.90.ebuild
index 0112885..9ef2fe7 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.7.90.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.7.90.ebuild
@@ -27,7 +27,7 @@ SRC_URI=""
 
 for MY_LANG in ${MY_LANGS} ; do
 	IUSE="${IUSE} linguas_${MY_LANG}"
-	SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/kde-l10n-${MY_LANG}-${PV}.tar.bz2 )"
+	SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.bz2 )"
 done
 
 S="${WORKDIR}"



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2011-12-27 14:00 Andreas Hüttel
  0 siblings, 0 replies; 31+ messages in thread
From: Andreas Hüttel @ 2011-12-27 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     9b1f137f6910e02414f3e5b4e9fefcf71675bd2a
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 14:02:13 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 14:02:13 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9b1f137f

[kde-base/kdepim-l10n] Add localization for kdepim-4.7.95

(Portage version: 2.1.10.41/git/Linux x86_64, unsigned Manifest commit)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.7.95.ebuild |  112 ++++++++++++++++++++++++
 1 files changed, 112 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.7.95.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.7.95.ebuild
new file mode 100644
index 0000000..5495a2f
--- /dev/null
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.7.95.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-l10n/kdepim-l10n-4.7.4-r1.ebuild,v 1.1 2011/12/27 13:54:54 dilfridge Exp $
+
+EAPI=4
+
+KDE_HANDBOOK=optional
+inherit kde4-base
+
+DESCRIPTION="KDE PIM internationalization package"
+HOMEPAGE="http://www.kde.org/"
+LICENSE="GPL-2"
+
+DEPEND="
+	sys-devel/gettext
+"
+RDEPEND=""
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fi fr ga gl he hr
+hu ia id is it ja kk km kn ko lt lv nb nds nl nn pa pl pt pt_BR ro ru sk sl
+sv th tr ug uk wa zh_CN zh_TW"
+
+URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
+SRC_URI=""
+
+for MY_LANG in ${MY_LANGS} ; do
+	IUSE="${IUSE} linguas_${MY_LANG}"
+	SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.bz2 )"
+done
+
+S="${WORKDIR}"
+
+src_unpack() {
+	local LNG DIR
+	if [[ -z ${A} ]]; then
+		elog
+		elog "You either have the LINGUAS variable unset, or it only"
+		elog "contains languages not supported by ${P}."
+		elog "You won't have any additional language support."
+		elog
+		elog "${P} supports these language codes:"
+		elog "${MY_LANGS}"
+		elog
+	fi
+
+	# For EAPI >= 3, or if not using .tar.xz archives:
+	[[ -n ${A} ]] && unpack ${A}
+	cd "${S}"
+
+	# add all linguas to cmake
+	if [[ -n ${A} ]]; then
+		for LNG in ${LINGUAS}; do
+			DIR="kde-l10n-${LNG}-${PV}"
+			if [[ -d "${DIR}" ]] ; then
+				echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
+			fi
+
+			# remove everything except kdepim and kdepim-runtime
+			for SUBDIR in data docs messages scripts ; do
+				if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then
+					einfo "   ${SUBDIR} subdirectory"
+					echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+				fi
+			done
+
+			# in some cases we may have sub-lingua subdirs, e.g. sr :(
+			for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do
+				XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
+				if [[ -d "${XSUBDIR}" ]] ; then
+					einfo "   ${XLNG} variant"
+					# remove everything except kdepim and kdepim-runtime
+					for SUBDIR in data docs messages scripts ; do
+						if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then
+							einfo "      ${SUBDIR} subdirectory"
+							echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+						fi
+					done
+				fi
+			done
+		done
+	fi
+}
+
+src_prepare() {
+	[[ -n ${A} ]] && kde4-base_src_prepare
+}
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_build handbook docs)
+	)
+	[[ -n ${A} ]] && kde4-base_src_configure
+}
+
+src_compile() {
+	[[ -n ${A} ]] && kde4-base_src_compile
+}
+
+src_test() {
+	[[ -n ${A} ]] && kde4-base_src_test
+}
+
+src_install() {
+	[[ -n ${A} ]] && kde4-base_src_install
+}



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2012-01-04 21:58 Johannes Huber
  0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2012-01-04 21:58 UTC (permalink / raw
  To: gentoo-commits

commit:     87e0a392fcc4ff0a15f0d7749ef9ded8aceac577
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 22:00:49 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 22:00:49 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=87e0a392

[kde-base/kdepim-l10n] re-manifest 4.7.97

(Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.7.97.ebuild |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.7.97.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.7.97.ebuild
index d1d6855..23b780d 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.7.97.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.7.97.ebuild
@@ -19,9 +19,9 @@ RDEPEND=""
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fi fr ga gl he hr
-hu ia id is it ja kk km kn ko lt lv nb nds nl nn pa pl pt pt_BR ro ru sk sl sv
-th tr ug uk wa zh_CN zh_TW"
+MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
+hr hu ia id is it ja kk km kn ko lt lv nb nds nl nn pa pl pt pt_BR ro ru si sk
+sl sr sv th tr ug uk wa zh_CN zh_TW"
 
 URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
 SRC_URI=""



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2012-03-06 11:32 Johannes Huber
  0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2012-03-06 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     ddb1a654d8a98d4b432bf6f5d7dd45b1d4e86987
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  6 11:37:11 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Mar  6 11:37:11 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ddb1a654

[kde-base/kdepim-l10n] Bump 4.8.1

(Portage version: 2.2.0_alpha90/git/Linux i686, unsigned Manifest commit)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.8.1.ebuild |  112 +++++++++++++++++++++++++
 1 files changed, 112 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.8.1.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.8.1.ebuild
new file mode 100644
index 0000000..f0a180f
--- /dev/null
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.8.1.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_HANDBOOK=optional
+inherit kde4-base
+
+DESCRIPTION="KDE PIM internationalization package"
+HOMEPAGE="http://www.kde.org/"
+LICENSE="GPL-2"
+
+DEPEND="
+	sys-devel/gettext
+"
+RDEPEND=""
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
+hr hu ia id is it ja kk km ko lt lv nb nds nl nn pa pl pt pt_BR ro ru si sk sl
+sr sv tg th tr ug uk vi wa zh_CN zh_TW"
+
+URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
+SRC_URI=""
+
+for MY_LANG in ${MY_LANGS} ; do
+	IUSE="${IUSE} linguas_${MY_LANG}"
+	SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
+done
+
+S="${WORKDIR}"
+
+src_unpack() {
+	local LNG DIR
+	if [[ -z ${A} ]]; then
+		elog
+		elog "You either have the LINGUAS variable unset, or it only"
+		elog "contains languages not supported by ${P}."
+		elog "You won't have any additional language support."
+		elog
+		elog "${P} supports these language codes:"
+		elog "${MY_LANGS}"
+		elog
+	fi
+
+	# For EAPI >= 3, or if not using .tar.xz archives:
+	[[ -n ${A} ]] && unpack ${A}
+	cd "${S}"
+
+	# add all linguas to cmake
+	if [[ -n ${A} ]]; then
+		for LNG in ${LINGUAS}; do
+			DIR="kde-l10n-${LNG}-${PV}"
+			if [[ -d "${DIR}" ]] ; then
+				echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
+			fi
+
+			# remove everything except kdepim and kdepim-runtime
+			for SUBDIR in data docs messages scripts ; do
+				if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then
+					einfo "   ${SUBDIR} subdirectory"
+					echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+				fi
+			done
+
+			# in some cases we may have sub-lingua subdirs, e.g. sr :(
+			for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do
+				XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
+				if [[ -d "${XSUBDIR}" ]] ; then
+					einfo "   ${XLNG} variant"
+					# remove everything except kdepim and kdepim-runtime
+					for SUBDIR in data docs messages scripts ; do
+						if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then
+							einfo "      ${SUBDIR} subdirectory"
+							echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+						fi
+					done
+				fi
+			done
+		done
+	fi
+}
+
+src_prepare() {
+	[[ -n ${A} ]] && kde4-base_src_prepare
+}
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_build handbook docs)
+	)
+	[[ -n ${A} ]] && kde4-base_src_configure
+}
+
+src_compile() {
+	[[ -n ${A} ]] && kde4-base_src_compile
+}
+
+src_test() {
+	[[ -n ${A} ]] && kde4-base_src_test
+}
+
+src_install() {
+	[[ -n ${A} ]] && kde4-base_src_install
+}



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2012-04-04  8:15 Johannes Huber
  0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2012-04-04  8:15 UTC (permalink / raw
  To: gentoo-commits

commit:     331fb60b57f9f0077251c57574d40d76085910fa
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  4 08:08:58 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Apr  4 08:08:58 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=331fb60b

[kde-base/kdepim-l10n] Version bump 4.8.2.

(Portage version: 2.2.0_alpha98/git/Linux i686, unsigned Manifest commit)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.8.2.ebuild |  112 +++++++++++++++++++++++++
 1 files changed, 112 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.8.2.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.8.2.ebuild
new file mode 100644
index 0000000..616f47a
--- /dev/null
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.8.2.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-l10n/kdepim-l10n-4.8.1.ebuild,v 1.2 2012/03/31 16:58:48 maekke Exp $
+
+EAPI=4
+
+KDE_HANDBOOK=optional
+inherit kde4-base
+
+DESCRIPTION="KDE PIM internationalization package"
+HOMEPAGE="http://www.kde.org/"
+LICENSE="GPL-2"
+
+DEPEND="
+	sys-devel/gettext
+"
+RDEPEND=""
+
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
+hr hu ia id is it ja kk km ko lt lv nb nds nl nn pa pl pt pt_BR ro ru si sk sl
+sr sv tg th tr ug uk vi wa zh_CN zh_TW"
+
+URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
+SRC_URI=""
+
+for MY_LANG in ${MY_LANGS} ; do
+	IUSE="${IUSE} linguas_${MY_LANG}"
+	SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
+done
+
+S="${WORKDIR}"
+
+src_unpack() {
+	local LNG DIR
+	if [[ -z ${A} ]]; then
+		elog
+		elog "You either have the LINGUAS variable unset, or it only"
+		elog "contains languages not supported by ${P}."
+		elog "You won't have any additional language support."
+		elog
+		elog "${P} supports these language codes:"
+		elog "${MY_LANGS}"
+		elog
+	fi
+
+	# For EAPI >= 3, or if not using .tar.xz archives:
+	[[ -n ${A} ]] && unpack ${A}
+	cd "${S}"
+
+	# add all linguas to cmake
+	if [[ -n ${A} ]]; then
+		for LNG in ${LINGUAS}; do
+			DIR="kde-l10n-${LNG}-${PV}"
+			if [[ -d "${DIR}" ]] ; then
+				echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
+			fi
+
+			# remove everything except kdepim and kdepim-runtime
+			for SUBDIR in data docs messages scripts ; do
+				if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then
+					einfo "   ${SUBDIR} subdirectory"
+					echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+				fi
+			done
+
+			# in some cases we may have sub-lingua subdirs, e.g. sr :(
+			for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do
+				XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
+				if [[ -d "${XSUBDIR}" ]] ; then
+					einfo "   ${XLNG} variant"
+					# remove everything except kdepim and kdepim-runtime
+					for SUBDIR in data docs messages scripts ; do
+						if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then
+							einfo "      ${SUBDIR} subdirectory"
+							echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+						fi
+					done
+				fi
+			done
+		done
+	fi
+}
+
+src_prepare() {
+	[[ -n ${A} ]] && kde4-base_src_prepare
+}
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_build handbook docs)
+	)
+	[[ -n ${A} ]] && kde4-base_src_configure
+}
+
+src_compile() {
+	[[ -n ${A} ]] && kde4-base_src_compile
+}
+
+src_test() {
+	[[ -n ${A} ]] && kde4-base_src_test
+}
+
+src_install() {
+	[[ -n ${A} ]] && kde4-base_src_install
+}



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2012-05-01 11:08 Johannes Huber
  0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2012-05-01 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     43dfbcc4394f4106346b8a76c404d46436a661df
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue May  1 11:05:37 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue May  1 11:05:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=43dfbcc4

[kde-base/kdepim-l10n] Version bump 4.8.3.

(Portage version: 2.2.0_alpha101/git/Linux x86_64, unsigned Manifest commit)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.8.3.ebuild |  112 +++++++++++++++++++++++++
 1 files changed, 112 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.8.3.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.8.3.ebuild
new file mode 100644
index 0000000..0e088a2
--- /dev/null
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.8.3.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_HANDBOOK=optional
+inherit kde4-base
+
+DESCRIPTION="KDE PIM internationalization package"
+HOMEPAGE="http://www.kde.org/"
+LICENSE="GPL-2"
+
+DEPEND="
+	sys-devel/gettext
+"
+RDEPEND=""
+
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
+hr hu ia id is it ja kk km ko lt lv nb nds nl nn pa pl pt pt_BR ro ru si sk sl
+sr sv tg th tr ug uk vi wa zh_CN zh_TW"
+
+URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
+SRC_URI=""
+
+for MY_LANG in ${MY_LANGS} ; do
+	IUSE="${IUSE} linguas_${MY_LANG}"
+	SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
+done
+
+S="${WORKDIR}"
+
+src_unpack() {
+	local LNG DIR
+	if [[ -z ${A} ]]; then
+		elog
+		elog "You either have the LINGUAS variable unset, or it only"
+		elog "contains languages not supported by ${P}."
+		elog "You won't have any additional language support."
+		elog
+		elog "${P} supports these language codes:"
+		elog "${MY_LANGS}"
+		elog
+	fi
+
+	# For EAPI >= 3, or if not using .tar.xz archives:
+	[[ -n ${A} ]] && unpack ${A}
+	cd "${S}"
+
+	# add all linguas to cmake
+	if [[ -n ${A} ]]; then
+		for LNG in ${LINGUAS}; do
+			DIR="kde-l10n-${LNG}-${PV}"
+			if [[ -d "${DIR}" ]] ; then
+				echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
+			fi
+
+			# remove everything except kdepim and kdepim-runtime
+			for SUBDIR in data docs messages scripts ; do
+				if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then
+					einfo "   ${SUBDIR} subdirectory"
+					echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+				fi
+			done
+
+			# in some cases we may have sub-lingua subdirs, e.g. sr :(
+			for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do
+				XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
+				if [[ -d "${XSUBDIR}" ]] ; then
+					einfo "   ${XLNG} variant"
+					# remove everything except kdepim and kdepim-runtime
+					for SUBDIR in data docs messages scripts ; do
+						if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then
+							einfo "      ${SUBDIR} subdirectory"
+							echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+						fi
+					done
+				fi
+			done
+		done
+	fi
+}
+
+src_prepare() {
+	[[ -n ${A} ]] && kde4-base_src_prepare
+}
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_build handbook docs)
+	)
+	[[ -n ${A} ]] && kde4-base_src_configure
+}
+
+src_compile() {
+	[[ -n ${A} ]] && kde4-base_src_compile
+}
+
+src_test() {
+	[[ -n ${A} ]] && kde4-base_src_test
+}
+
+src_install() {
+	[[ -n ${A} ]] && kde4-base_src_install
+}



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2012-06-01 16:35 Johannes Huber
  0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2012-06-01 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0fbe61751739392de22d6d96ea1caf19b8507d74
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  1 16:31:47 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jun  1 16:31:47 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0fbe6175

[kde-base/kdepim-l10n] Version bump 4.8.80.

(Portage version: 2.2.0_alpha108/git/Linux x86_64, unsigned Manifest commit)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.8.80.ebuild |  112 ++++++++++++++++++++++++
 1 files changed, 112 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.8.80.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.8.80.ebuild
new file mode 100644
index 0000000..276dfe5
--- /dev/null
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.8.80.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-l10n/kdepim-l10n-4.8.3.ebuild,v 1.4 2012/05/24 08:46:49 ago Exp $
+
+EAPI=4
+
+KDE_HANDBOOK=optional
+inherit kde4-base
+
+DESCRIPTION="KDE PIM internationalization package"
+HOMEPAGE="http://www.kde.org/"
+LICENSE="GPL-2"
+
+DEPEND="
+	sys-devel/gettext
+"
+RDEPEND=""
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
+hr hu ia id is it ja kk km ko lt lv nb nds nl nn pa pl pt pt_BR ro ru si sk sl
+sr sv tg th tr ug uk vi wa zh_CN zh_TW"
+
+URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
+SRC_URI=""
+
+for MY_LANG in ${MY_LANGS} ; do
+	IUSE="${IUSE} linguas_${MY_LANG}"
+	SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
+done
+
+S="${WORKDIR}"
+
+src_unpack() {
+	local LNG DIR
+	if [[ -z ${A} ]]; then
+		elog
+		elog "You either have the LINGUAS variable unset, or it only"
+		elog "contains languages not supported by ${P}."
+		elog "You won't have any additional language support."
+		elog
+		elog "${P} supports these language codes:"
+		elog "${MY_LANGS}"
+		elog
+	fi
+
+	# For EAPI >= 3, or if not using .tar.xz archives:
+	[[ -n ${A} ]] && unpack ${A}
+	cd "${S}"
+
+	# add all linguas to cmake
+	if [[ -n ${A} ]]; then
+		for LNG in ${LINGUAS}; do
+			DIR="kde-l10n-${LNG}-${PV}"
+			if [[ -d "${DIR}" ]] ; then
+				echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
+			fi
+
+			# remove everything except kdepim and kdepim-runtime
+			for SUBDIR in data docs messages scripts ; do
+				if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then
+					einfo "   ${SUBDIR} subdirectory"
+					echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+				fi
+			done
+
+			# in some cases we may have sub-lingua subdirs, e.g. sr :(
+			for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do
+				XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
+				if [[ -d "${XSUBDIR}" ]] ; then
+					einfo "   ${XLNG} variant"
+					# remove everything except kdepim and kdepim-runtime
+					for SUBDIR in data docs messages scripts ; do
+						if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then
+							einfo "      ${SUBDIR} subdirectory"
+							echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+						fi
+					done
+				fi
+			done
+		done
+	fi
+}
+
+src_prepare() {
+	[[ -n ${A} ]] && kde4-base_src_prepare
+}
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_build handbook docs)
+	)
+	[[ -n ${A} ]] && kde4-base_src_configure
+}
+
+src_compile() {
+	[[ -n ${A} ]] && kde4-base_src_compile
+}
+
+src_test() {
+	[[ -n ${A} ]] && kde4-base_src_test
+}
+
+src_install() {
+	[[ -n ${A} ]] && kde4-base_src_install
+}



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2012-06-22  9:52 Johannes Huber
  0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2012-06-22  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0d56a744bf3536ebcd80e2b795907d158a74bcec
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 22 09:45:34 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jun 22 09:55:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0d56a744

[kde-base/kdepim-l10n] Version bump.

(Portage version: 2.2.0_alpha110/git/Linux i686, unsigned Manifest commit)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.8.90.ebuild |  112 ++++++++++++++++++++++++
 1 files changed, 112 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.8.90.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.8.90.ebuild
new file mode 100644
index 0000000..16a828f
--- /dev/null
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.8.90.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_HANDBOOK=optional
+inherit kde4-base
+
+DESCRIPTION="KDE PIM internationalization package"
+HOMEPAGE="http://www.kde.org/"
+LICENSE="GPL-2"
+
+DEPEND="
+	sys-devel/gettext
+"
+RDEPEND=""
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
+hr hu ia id is it ja kk km ko lt lv nb nds nl nn pa pl pt pt_BR ro ru si sk sl
+sr sv tg th ug uk vi tr wa zh_CN zh_TW"
+
+URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
+SRC_URI=""
+
+for MY_LANG in ${MY_LANGS} ; do
+	IUSE="${IUSE} linguas_${MY_LANG}"
+	SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
+done
+
+S="${WORKDIR}"
+
+src_unpack() {
+	local LNG DIR
+	if [[ -z ${A} ]]; then
+		elog
+		elog "You either have the LINGUAS variable unset, or it only"
+		elog "contains languages not supported by ${P}."
+		elog "You won't have any additional language support."
+		elog
+		elog "${P} supports these language codes:"
+		elog "${MY_LANGS}"
+		elog
+	fi
+
+	# For EAPI >= 3, or if not using .tar.xz archives:
+	[[ -n ${A} ]] && unpack ${A}
+	cd "${S}"
+
+	# add all linguas to cmake
+	if [[ -n ${A} ]]; then
+		for LNG in ${LINGUAS}; do
+			DIR="kde-l10n-${LNG}-${PV}"
+			if [[ -d "${DIR}" ]] ; then
+				echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
+			fi
+
+			# remove everything except kdepim and kdepim-runtime
+			for SUBDIR in data docs messages scripts ; do
+				if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then
+					einfo "   ${SUBDIR} subdirectory"
+					echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+				fi
+			done
+
+			# in some cases we may have sub-lingua subdirs, e.g. sr :(
+			for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do
+				XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
+				if [[ -d "${XSUBDIR}" ]] ; then
+					einfo "   ${XLNG} variant"
+					# remove everything except kdepim and kdepim-runtime
+					for SUBDIR in data docs messages scripts ; do
+						if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then
+							einfo "      ${SUBDIR} subdirectory"
+							echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+						fi
+					done
+				fi
+			done
+		done
+	fi
+}
+
+src_prepare() {
+	[[ -n ${A} ]] && kde4-base_src_prepare
+}
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_build handbook docs)
+	)
+	[[ -n ${A} ]] && kde4-base_src_configure
+}
+
+src_compile() {
+	[[ -n ${A} ]] && kde4-base_src_compile
+}
+
+src_test() {
+	[[ -n ${A} ]] && kde4-base_src_test
+}
+
+src_install() {
+	[[ -n ${A} ]] && kde4-base_src_install
+}



^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2012-07-26 15:31 Johannes Huber
  0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2012-07-26 15:31 UTC (permalink / raw
  To: gentoo-commits

commit:     c6f16095b42aaf28593e9239c76186817f1fde6d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 15:31:22 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 15:31:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c6f16095

[kde-base/kdepim-l10n] Re-manifest.

(Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit)

---
 kde-base/kdepim-l10n/kdepim-l10n-4.9.0.ebuild |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.9.0.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.9.0.ebuild
index 4656ee4..0a97dd6 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.9.0.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.9.0.ebuild
@@ -19,9 +19,9 @@ RDEPEND=""
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-#MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
-#hr hu ia id is it ja kk km ko lt lv nb nds nl nn pa pl pt pt_BR ro ru si sk sl
-#sr sv tg th ug uk vi tr wa zh_CN zh_TW"
+MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
+hi hr hu ia is it ja kk km ko lt lv nb nds nl nn pa pl pt pt_BR ro ru si sk sl
+sr sv tg th tr ug uk vi wa zh_CN zh_TW"
 
 URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
 SRC_URI=""


^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2012-08-07 12:26 Johannes Huber
  0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2012-08-07 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     bac164ae1025917266451b590ddeab318bae6aa1
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  7 12:30:24 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Aug  7 12:30:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bac164ae

[kde-base/kdepim-l10n] Removed is empty.

---
 kde-base/kdepim-l10n/metadata.xml |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/kde-base/kdepim-l10n/metadata.xml b/kde-base/kdepim-l10n/metadata.xml
deleted file mode 100644
index 8d1e86a..0000000
--- a/kde-base/kdepim-l10n/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>kde</herd>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2012-08-20 13:55 Marc Schiffbauer
  0 siblings, 0 replies; 31+ messages in thread
From: Marc Schiffbauer @ 2012-08-20 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     2f3ce92f860ee1de7750c8010691fdeb82f6a309
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 20 13:55:09 2012 +0000
Commit:     Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Mon Aug 20 13:55:09 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2f3ce92f

[kde-base/kdepim-l10n] Added live packages

---
 .../kdepim-l10n/kdepim-l10n-4.9.49.9999.ebuild     |  102 ++++++++++++++++++++
 kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild       |  102 ++++++++++++++++++++
 kde-base/kdepim-l10n/metadata.xml                  |    5 +
 3 files changed, 209 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.9.49.9999.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.9.49.9999.ebuild
new file mode 100644
index 0000000..ca5dd12
--- /dev/null
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.9.49.9999.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit kde4-base
+
+DESCRIPTION="KDE internationalization package"
+HOMEPAGE="http://www.kde.org/"
+LICENSE="GPL-2"
+
+DEPEND=">=sys-devel/gettext-0.17"
+RDEPEND="${DEPEND}"
+
+KEYWORDS=""
+IUSE=""
+
+LANGS="af ar be bg bn bn_IN br ca cs csb cy da de el en_GB eo es et eu fa fi fr
+	fy ga gl gu he hi hr hsb hu hy is it ja ka kk km kn ko ku lb lt lv mk ml
+	ms mt nb nds ne nl nn nso oc pa pl pt pt_BR ro ru rw se sk sl sr sv ta te tg
+	th tr uk uz vi wa xh zh_CN zh_HK zh_TW"
+for LNG in ${LANGS}; do
+	IUSE="${IUSE} linguas_${LNG}"
+done
+S="${WORKDIR}"/${PN}
+
+pkg_setup() {
+	local lng
+	for lng in ${LINGUAS}; do
+		enabled_linguas+=" ${lng}"
+	done
+	if [[ -z ${enabled_linguas} ]]; then
+		elog
+		elog "You either have the LINGUAS variable unset, or it only"
+		elog "contains languages not supported by ${P}."
+		elog "You won't have any additional language support."
+		elog
+		elog "${P} supports these language codes:"
+		elog "${LANGS}"
+		elog
+	fi
+	kde4-base_pkg_setup
+}
+
+src_unpack() {
+	local lng
+
+	for lng in ${enabled_linguas}; do
+		ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/l10n-kde4/${lng}"
+		S="${WORKDIR}"/${PN}/${lng}
+		subversion_src_unpack
+	done
+	ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/l10n-kde4/scripts"
+	S="${WORKDIR}"/${PN}/scripts
+	subversion_src_unpack
+	S="${WORKDIR}"/${PN}
+	kde4-base_src_unpack
+}
+
+src_prepare() {
+	for lng in ${enabled_linguas}; do
+	    # remove everything but the kdepim stuff
+		find "${S}/${lng}" -mindepth 2 -maxdepth 2 -type d ! -name "kdepim*" -exec rm -r {} +
+		rm "${S}/${lng}"/messages/entry.desktop
+	done
+}
+
+src_configure() {
+	local lng
+
+	if [[ ! -z ${enabled_linguas} ]]; then
+		cat <<-EOF > "${S}"/CMakeLists.txt
+		project(kde-l10n)
+
+		find_package(KDE4 REQUIRED)
+		include (KDE4Defaults)
+		include(MacroOptionalAddSubdirectory)
+
+		find_package(Gettext REQUIRED)
+
+		EOF
+
+		for lng in ${enabled_linguas} ; do
+			"${S}"/scripts/autogen.sh ${lng}
+			echo "add_subdirectory( ${lng} )" >> "${S}"/CMakeLists.txt
+		done
+		kde4-base_src_configure
+	fi
+}
+
+src_compile() {
+	[[ -z ${enabled_linguas} ]] || kde4-base_src_compile
+}
+
+src_test() {
+	[[ -z ${enabled_linguas} ]] || kde4-base_src_test
+}
+
+src_install() {
+	[[ -z ${enabled_linguas} ]] || kde4-base_src_install
+}

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild
new file mode 100644
index 0000000..ca5dd12
--- /dev/null
+++ b/kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit kde4-base
+
+DESCRIPTION="KDE internationalization package"
+HOMEPAGE="http://www.kde.org/"
+LICENSE="GPL-2"
+
+DEPEND=">=sys-devel/gettext-0.17"
+RDEPEND="${DEPEND}"
+
+KEYWORDS=""
+IUSE=""
+
+LANGS="af ar be bg bn bn_IN br ca cs csb cy da de el en_GB eo es et eu fa fi fr
+	fy ga gl gu he hi hr hsb hu hy is it ja ka kk km kn ko ku lb lt lv mk ml
+	ms mt nb nds ne nl nn nso oc pa pl pt pt_BR ro ru rw se sk sl sr sv ta te tg
+	th tr uk uz vi wa xh zh_CN zh_HK zh_TW"
+for LNG in ${LANGS}; do
+	IUSE="${IUSE} linguas_${LNG}"
+done
+S="${WORKDIR}"/${PN}
+
+pkg_setup() {
+	local lng
+	for lng in ${LINGUAS}; do
+		enabled_linguas+=" ${lng}"
+	done
+	if [[ -z ${enabled_linguas} ]]; then
+		elog
+		elog "You either have the LINGUAS variable unset, or it only"
+		elog "contains languages not supported by ${P}."
+		elog "You won't have any additional language support."
+		elog
+		elog "${P} supports these language codes:"
+		elog "${LANGS}"
+		elog
+	fi
+	kde4-base_pkg_setup
+}
+
+src_unpack() {
+	local lng
+
+	for lng in ${enabled_linguas}; do
+		ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/l10n-kde4/${lng}"
+		S="${WORKDIR}"/${PN}/${lng}
+		subversion_src_unpack
+	done
+	ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/l10n-kde4/scripts"
+	S="${WORKDIR}"/${PN}/scripts
+	subversion_src_unpack
+	S="${WORKDIR}"/${PN}
+	kde4-base_src_unpack
+}
+
+src_prepare() {
+	for lng in ${enabled_linguas}; do
+	    # remove everything but the kdepim stuff
+		find "${S}/${lng}" -mindepth 2 -maxdepth 2 -type d ! -name "kdepim*" -exec rm -r {} +
+		rm "${S}/${lng}"/messages/entry.desktop
+	done
+}
+
+src_configure() {
+	local lng
+
+	if [[ ! -z ${enabled_linguas} ]]; then
+		cat <<-EOF > "${S}"/CMakeLists.txt
+		project(kde-l10n)
+
+		find_package(KDE4 REQUIRED)
+		include (KDE4Defaults)
+		include(MacroOptionalAddSubdirectory)
+
+		find_package(Gettext REQUIRED)
+
+		EOF
+
+		for lng in ${enabled_linguas} ; do
+			"${S}"/scripts/autogen.sh ${lng}
+			echo "add_subdirectory( ${lng} )" >> "${S}"/CMakeLists.txt
+		done
+		kde4-base_src_configure
+	fi
+}
+
+src_compile() {
+	[[ -z ${enabled_linguas} ]] || kde4-base_src_compile
+}
+
+src_test() {
+	[[ -z ${enabled_linguas} ]] || kde4-base_src_test
+}
+
+src_install() {
+	[[ -z ${enabled_linguas} ]] || kde4-base_src_install
+}

diff --git a/kde-base/kdepim-l10n/metadata.xml b/kde-base/kdepim-l10n/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/kde-base/kdepim-l10n/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2012-10-13 21:58 Johannes Huber
  0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2012-10-13 21:58 UTC (permalink / raw
  To: gentoo-commits

commit:     ff92d01331009ac0fe1357601d1f5f946157f7b3
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 21:56:10 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 21:56:10 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ff92d013

[kde-base/kdepim-l10n] Drop HOMEPAGE + LICENSE, handled by eclass.

(Portage version: 2.2.0_alpha135/git/Linux x86_64, unsigned Manifest commit)

---
 .../kdepim-l10n/kdepim-l10n-4.9.49.9999.ebuild     |    2 --
 kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild       |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.9.49.9999.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.9.49.9999.ebuild
index 65f7b98..45bdcc3 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.9.49.9999.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.9.49.9999.ebuild
@@ -8,8 +8,6 @@ KDE_SCM="svn"
 inherit kde4-base
 
 DESCRIPTION="KDE internationalization package"
-HOMEPAGE="http://www.kde.org/"
-LICENSE="GPL-2"
 
 DEPEND=">=sys-devel/gettext-0.17"
 RDEPEND="${DEPEND}"

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild
index 65f7b98..45bdcc3 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild
@@ -8,8 +8,6 @@ KDE_SCM="svn"
 inherit kde4-base
 
 DESCRIPTION="KDE internationalization package"
-HOMEPAGE="http://www.kde.org/"
-LICENSE="GPL-2"
 
 DEPEND=">=sys-devel/gettext-0.17"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2013-02-01 21:34 Andreas Hüttel
  0 siblings, 0 replies; 31+ messages in thread
From: Andreas Hüttel @ 2013-02-01 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     59c274219d09cded68b416ac7e88fdd9b3e4c806
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Fri Feb  1 21:34:39 2013 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Feb  1 21:34:39 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=59c27421

[kde-4.10.0] add pim l10n

---
 kde-base/kdepim-l10n/kdepim-l10n-4.10.0.ebuild |  110 ++++++++++++++++++++++++
 1 files changed, 110 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.10.0.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.10.0.ebuild
new file mode 100644
index 0000000..a6024de
--- /dev/null
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.10.0.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-l10n/kdepim-l10n-4.9.3.ebuild,v 1.1 2012/11/08 23:27:04 creffett Exp $
+
+EAPI=4
+
+KDE_HANDBOOK=optional
+inherit kde4-base
+
+DESCRIPTION="KDE PIM internationalization package"
+
+DEPEND="
+	sys-devel/gettext
+"
+RDEPEND=""
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl
+he hi hr hu ia is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru
+si sk sl sr sv tg th tr ug uk vi wa zh_CN zh_TW"
+
+URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
+SRC_URI=""
+
+for MY_LANG in ${MY_LANGS} ; do
+	IUSE="${IUSE} linguas_${MY_LANG}"
+	SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
+done
+
+S="${WORKDIR}"
+
+src_unpack() {
+	local LNG DIR
+	if [[ -z ${A} ]]; then
+		elog
+		elog "You either have the LINGUAS variable unset, or it only"
+		elog "contains languages not supported by ${P}."
+		elog "You won't have any additional language support."
+		elog
+		elog "${P} supports these language codes:"
+		elog "${MY_LANGS}"
+		elog
+	fi
+
+	# For EAPI >= 3, or if not using .tar.xz archives:
+	[[ -n ${A} ]] && unpack ${A}
+	cd "${S}"
+
+	# add all linguas to cmake
+	if [[ -n ${A} ]]; then
+		for LNG in ${LINGUAS}; do
+			DIR="kde-l10n-${LNG}-${PV}"
+			if [[ -d "${DIR}" ]] ; then
+				echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
+			fi
+
+			# remove everything except kdepim and kdepim-runtime
+			for SUBDIR in data docs messages scripts ; do
+				if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then
+					einfo "   ${SUBDIR} subdirectory"
+					echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+				fi
+			done
+
+			# in some cases we may have sub-lingua subdirs, e.g. sr :(
+			for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do
+				XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
+				if [[ -d "${XSUBDIR}" ]] ; then
+					einfo "   ${XLNG} variant"
+					# remove everything except kdepim and kdepim-runtime
+					for SUBDIR in data docs messages scripts ; do
+						if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then
+							einfo "      ${SUBDIR} subdirectory"
+							echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+						fi
+					done
+				fi
+			done
+		done
+	fi
+}
+
+src_prepare() {
+	[[ -n ${A} ]] && kde4-base_src_prepare
+}
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_build handbook docs)
+	)
+	[[ -n ${A} ]] && kde4-base_src_configure
+}
+
+src_compile() {
+	[[ -n ${A} ]] && kde4-base_src_compile
+}
+
+src_test() {
+	[[ -n ${A} ]] && kde4-base_src_test
+}
+
+src_install() {
+	[[ -n ${A} ]] && kde4-base_src_install
+}


^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2013-05-05 12:10 Johannes Huber
  0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2013-05-05 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6ffad1b5add07f419db91546cc7fec4d2ce2ada2
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 11:31:38 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May  5 11:31:38 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6ffad1b5

[kde-base/kdepim-l10n] Update langs for 4.10.3.

Package-Manager: portage-2.2.0_alpha174

---
 kde-base/kdepim-l10n/kdepim-l10n-4.10.3.ebuild |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.10.3.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.10.3.ebuild
index 25f477c..3c191e0 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.10.3.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.10.3.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-l10n/kdepim-l10n-4.10.2.ebuild,v 1.4 2013/05/01 11:50:52 ago Exp $
+# $Header: $
 
 EAPI=5
 
@@ -14,12 +14,12 @@ DEPEND="
 "
 RDEPEND=""
 
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl
-he hi hr hu ia is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru
-si sk sl sr sv tg th tr ug uk vi wa zh_CN zh_TW"
+MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
+hi hr hu ia is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru si sk
+sl sr sv tg th tr ug uk vi wa zh_CN zh_TW"
 
 URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
 SRC_URI=""


^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2013-05-05 17:55 Johannes Huber
  0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2013-05-05 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     1c589ef9096c9cea65479b99b3bf50d863445d06
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 17:53:34 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May  5 17:55:11 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1c589ef9

[kde-base/kdepim-l10n] Fix keywords.

Package-Manager: portage-2.2.0_alpha174

---
 kde-base/kdepim-l10n/kdepim-l10n-4.10.3.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.10.3.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.10.3.ebuild
index 3c191e0..f87b4c4 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.10.3.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.10.3.ebuild
@@ -14,7 +14,7 @@ DEPEND="
 "
 RDEPEND=""
 
-KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he


^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2013-06-13 20:17 Johannes Huber
  0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2013-06-13 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f2b9fc051a7cd4fdf1a4a0da689c82e313efd067
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 20:16:11 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 20:16:11 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f2b9fc05

[kde-base/kdepim-l10n] Version bump KDE SC 4.11 beta 1.

Package-Manager: portage-2.2.0_alpha179

---
 kde-base/kdepim-l10n/kdepim-l10n-4.10.80.ebuild | 110 ++++++++++++++++++++++++
 1 file changed, 110 insertions(+)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.10.80.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.10.80.ebuild
new file mode 100644
index 0000000..6fffefe
--- /dev/null
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.10.80.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK=optional
+inherit kde4-base
+
+DESCRIPTION="KDE PIM internationalization package"
+
+DEPEND="
+	sys-devel/gettext
+"
+RDEPEND=""
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
+hi hr hu ia is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru si sk
+sl sr sv tg th tr ug uk vi wa zh_CN zh_TW"
+
+URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
+SRC_URI=""
+
+for MY_LANG in ${MY_LANGS} ; do
+	IUSE="${IUSE} linguas_${MY_LANG}"
+	SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
+done
+
+S="${WORKDIR}"
+
+src_unpack() {
+	local LNG DIR
+	if [[ -z ${A} ]]; then
+		elog
+		elog "You either have the LINGUAS variable unset, or it only"
+		elog "contains languages not supported by ${P}."
+		elog "You won't have any additional language support."
+		elog
+		elog "${P} supports these language codes:"
+		elog "${MY_LANGS}"
+		elog
+	fi
+
+	# For EAPI >= 3, or if not using .tar.xz archives:
+	[[ -n ${A} ]] && unpack ${A}
+	cd "${S}"
+
+	# add all linguas to cmake
+	if [[ -n ${A} ]]; then
+		for LNG in ${LINGUAS}; do
+			DIR="kde-l10n-${LNG}-${PV}"
+			if [[ -d "${DIR}" ]] ; then
+				echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
+			fi
+
+			# remove everything except kdepim and kdepim-runtime
+			for SUBDIR in data docs messages scripts ; do
+				if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then
+					einfo "   ${SUBDIR} subdirectory"
+					echo > "${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+					[[ -d "${S}/${DIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
+				fi
+			done
+
+			# in some cases we may have sub-lingua subdirs, e.g. sr :(
+			for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do
+				XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
+				if [[ -d "${XSUBDIR}" ]] ; then
+					einfo "   ${XLNG} variant"
+					# remove everything except kdepim and kdepim-runtime
+					for SUBDIR in data docs messages scripts ; do
+						if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then
+							einfo "      ${SUBDIR} subdirectory"
+							echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+							[[ -d "${XSUBDIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo "add_subdirectory(kdepim-runtime)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
+						fi
+					done
+				fi
+			done
+		done
+	fi
+}
+
+src_prepare() {
+	[[ -n ${A} ]] && kde4-base_src_prepare
+}
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_build handbook docs)
+	)
+	[[ -n ${A} ]] && kde4-base_src_configure
+}
+
+src_compile() {
+	[[ -n ${A} ]] && kde4-base_src_compile
+}
+
+src_test() {
+	[[ -n ${A} ]] && kde4-base_src_test
+}
+
+src_install() {
+	[[ -n ${A} ]] && kde4-base_src_install
+}


^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2013-08-01  0:18 Johannes Huber
  0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2013-08-01  0:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d17479c458f9f84bc1b408d35ca602a0aa5297ee
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 00:17:46 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 00:17:46 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d17479c4

[kde-base/kdepim-l10n] Update HOMEPAGE.

Package-Manager: portage-2.2.0_alpha191

---
 kde-base/kdepim-l10n/kdepim-l10n-4.10.97.ebuild      | 1 +
 kde-base/kdepim-l10n/kdepim-l10n-4.11.49.9999.ebuild | 1 +
 kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild         | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.10.97.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.10.97.ebuild
index 6fffefe..8496a68 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.10.97.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.10.97.ebuild
@@ -8,6 +8,7 @@ KDE_HANDBOOK=optional
 inherit kde4-base
 
 DESCRIPTION="KDE PIM internationalization package"
+HOMEPAGE="http://l10n.kde.org"
 
 DEPEND="
 	sys-devel/gettext

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.11.49.9999.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.11.49.9999.ebuild
index af6fce5..c6f0c42 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.11.49.9999.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.11.49.9999.ebuild
@@ -8,6 +8,7 @@ KDE_SCM="svn"
 inherit kde4-base
 
 DESCRIPTION="KDE internationalization package"
+HOMEPAGE="http://l10n.kde.org"
 
 DEPEND=">=sys-devel/gettext-0.17"
 RDEPEND="${DEPEND}"

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild
index af6fce5..c6f0c42 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild
@@ -8,6 +8,7 @@ KDE_SCM="svn"
 inherit kde4-base
 
 DESCRIPTION="KDE internationalization package"
+HOMEPAGE="http://l10n.kde.org"
 
 DEPEND=">=sys-devel/gettext-0.17"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 31+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/
@ 2013-12-12 22:38 Chris Reffett
  0 siblings, 0 replies; 31+ messages in thread
From: Chris Reffett @ 2013-12-12 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     c7f73c2ddfb83e175cbb44127e515b4ef117186a
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 22:01:45 2013 +0000
Commit:     Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 22:01:45 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c7f73c2d

[kde-base/kdepim-l10n] Remove LINGUAS fa and tg, not supported in the
4.12 release.

---
 kde-base/kdepim-l10n/kdepim-l10n-4.12.49.9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-base/kdepim-l10n/kdepim-l10n-4.12.49.9999.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-4.12.49.9999.ebuild
index c6f0c42..3ea1f59 100644
--- a/kde-base/kdepim-l10n/kdepim-l10n-4.12.49.9999.ebuild
+++ b/kde-base/kdepim-l10n/kdepim-l10n-4.12.49.9999.ebuild
@@ -16,9 +16,9 @@ RDEPEND="${DEPEND}"
 KEYWORDS=""
 IUSE=""
 
-LANGS="af ar be bg bn bn_IN br ca cs csb cy da de el en_GB eo es et eu fa fi fr
+LANGS="af ar be bg bn bn_IN br ca cs csb cy da de el en_GB eo es et eu fi fr
 	fy ga gl gu he hi hr hsb hu hy is it ja ka kk km kn ko ku lb lt lv mk ml
-	ms mt nb nds ne nl nn nso oc pa pl pt pt_BR ro ru rw se sk sl sr sv ta te tg
+	ms mt nb nds ne nl nn nso oc pa pl pt pt_BR ro ru rw se sk sl sr sv ta te
 	th tr uk uz vi wa xh zh_CN zh_HK zh_TW"
 for LNG in ${LANGS}; do
 	IUSE="${IUSE} linguas_${LNG}"


^ permalink raw reply related	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2013-12-12 22:38 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-05 22:11 [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-l10n/ Andreas K. Huettel
  -- strict thread matches above, loose matches on Subject: below --
2013-12-12 22:38 Chris Reffett
2013-08-01  0:18 Johannes Huber
2013-06-13 20:17 Johannes Huber
2013-05-05 17:55 Johannes Huber
2013-05-05 12:10 Johannes Huber
2013-02-01 21:34 Andreas Hüttel
2012-10-13 21:58 Johannes Huber
2012-08-20 13:55 Marc Schiffbauer
2012-08-07 12:26 Johannes Huber
2012-07-26 15:31 Johannes Huber
2012-06-22  9:52 Johannes Huber
2012-06-01 16:35 Johannes Huber
2012-05-01 11:08 Johannes Huber
2012-04-04  8:15 Johannes Huber
2012-03-06 11:32 Johannes Huber
2012-01-04 21:58 Johannes Huber
2011-12-27 14:00 Andreas Hüttel
2011-12-12 23:46 Andreas Hüttel
2011-12-07 20:24 Marc Schiffbauer
2011-12-07 14:44 Marc Schiffbauer
2011-11-06 22:24 Johannes Huber
2011-09-07 21:23 Alexey Shvetsov
2011-07-28 21:29 Andreas Hüttel
2011-07-28 13:04 Andreas Hüttel
2011-07-23  2:01 Jorge Manuel B. S. Vicetto
2011-04-07 13:06 Tomas Chvatal
2011-04-05 22:24 Andreas K. Huettel
2011-04-04 22:19 Andreas K. Huettel
2011-04-04 22:08 Andreas K. Huettel
2011-04-04 22:04 Andreas K. Huettel

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