summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-02-16 18:33:51 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-02-16 18:33:51 +0000
commit8684ba1a1d5f9b6b41cb2a87f6b00d0726208ce7 (patch)
tree38a11639dc2a25ef957671c46afe4223d26ea7a0 /dev-libs
parentalpha stable wrt #259080 (diff)
downloadgentoo-2-8684ba1a1d5f9b6b41cb2a87f6b00d0726208ce7.tar.gz
gentoo-2-8684ba1a1d5f9b6b41cb2a87f6b00d0726208ce7.tar.bz2
gentoo-2-8684ba1a1d5f9b6b41cb2a87f6b00d0726208ce7.zip
Bump to 0.43. Tests are broken, so restricting them until someone unbreaks them.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libical/ChangeLog10
-rw-r--r--dev-libs/libical/libical-0.43.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-libs/libical/ChangeLog b/dev-libs/libical/ChangeLog
index 52a7fe67d082..e80f65254455 100644
--- a/dev-libs/libical/ChangeLog
+++ b/dev-libs/libical/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libical
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v 1.44 2008/10/03 09:07:01 s4t4n Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v 1.45 2009/02/16 18:33:51 patrick Exp $
+
+*libical-0.43 (16 Feb 2009)
+
+ 16 Feb 2009; Patrick Lauer <patrick@gentoo.org> +libical-0.43.ebuild:
+ Bump to 0.43. Tests are broken, so restricting them until someone unbreaks
+ them.
*libical-0.27-r1 (03 Oct 2008)
diff --git a/dev-libs/libical/libical-0.43.ebuild b/dev-libs/libical/libical-0.43.ebuild
new file mode 100644
index 000000000000..1dc2bbe42984
--- /dev/null
+++ b/dev-libs/libical/libical-0.43.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-0.43.ebuild,v 1.1 2009/02/16 18:33:51 patrick Exp $
+
+DESCRIPTION="a implementation of basic iCAL protocols from citadel, previously known as aurore."
+HOMEPAGE="http://www.citadel.org"
+SRC_URI="http://easyinstall.citadel.org/${P}.tar.gz"
+RESTRICT="test"
+
+LICENSE="|| ( MPL-1.1 LGPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+src_compile() {
+ # Fix 66377
+ LDFLAGS="${LDFLAGS} -lpthread" econf || die "Configuration failed"
+ emake || die "Compilation failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc AUTHORS ChangeLog NEWS README TEST THANKS TODO doc/*.txt
+}