summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-02 10:47:16 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-02 10:47:16 +0000
commit9c8f6903a9208fb6713f41d891089aaef92cd739 (patch)
treec315e362683a4e16b92b45d4759c5ad78a3fabef /kde-base/libkholidays
parentAdd kde-4.1.2 into the tree from the kde-testing overlay. (diff)
downloadgentoo-2-9c8f6903a9208fb6713f41d891089aaef92cd739.tar.gz
gentoo-2-9c8f6903a9208fb6713f41d891089aaef92cd739.tar.bz2
gentoo-2-9c8f6903a9208fb6713f41d891089aaef92cd739.zip
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'kde-base/libkholidays')
-rw-r--r--kde-base/libkholidays/ChangeLog8
-rw-r--r--kde-base/libkholidays/libkholidays-4.1.2.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/libkholidays/ChangeLog b/kde-base/libkholidays/ChangeLog
index 1c8eca055c5b..ab081c5041c5 100644
--- a/kde-base/libkholidays/ChangeLog
+++ b/kde-base/libkholidays/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/libkholidays
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkholidays/ChangeLog,v 1.85 2008/09/14 00:00:22 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkholidays/ChangeLog,v 1.86 2008/10/02 10:47:16 jmbsvicetto Exp $
+
+*libkholidays-4.1.2 (02 Oct 2008)
+
+ 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ +libkholidays-4.1.2.ebuild:
+ Add kde-4.1.2 into the tree from the kde-testing overlay.
*libkholidays-3.5.10 (13 Sep 2008)
diff --git a/kde-base/libkholidays/libkholidays-4.1.2.ebuild b/kde-base/libkholidays/libkholidays-4.1.2.ebuild
new file mode 100644
index 000000000000..959c354208bd
--- /dev/null
+++ b/kde-base/libkholidays/libkholidays-4.1.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkholidays/libkholidays-4.1.2.ebuild,v 1.1 2008/10/02 10:47:16 jmbsvicetto Exp $
+
+EAPI="2"
+
+KMNAME=kdepim
+inherit kde4-meta
+
+DESCRIPTION="KDE library to compute holidays."
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+src_test() {
+ # Test fails (4.1.0)
+ sed -i -e '/testlunar/ s/^/#DONOTRUNTEST /' "${S}"/${PN}/tests/CMakeLists.txt \
+ || die "sed to disable kcal-testlunar failed"
+
+ kde4-meta_src_test
+}