summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2008-10-03 09:07:01 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2008-10-03 09:07:01 +0000
commit148372d8f4d17d61e86f6985c2daf4361a44c710 (patch)
treea3b43e6987be50beed4b7d8452bb205af2bbcfce /dev-libs
parentAdd ~ia64 wrt #237411 (diff)
downloadgentoo-2-148372d8f4d17d61e86f6985c2daf4361a44c710.tar.gz
gentoo-2-148372d8f4d17d61e86f6985c2daf4361a44c710.tar.bz2
gentoo-2-148372d8f4d17d61e86f6985c2daf4361a44c710.zip
Added new revisions (without modifying current ARCHness since the change
is really trivial) for all versions affected by bug #66377. Wiped out all ebuild revisions affected by bug #66377. Wiped out all unstable ebuilds other than latest one. (Portage version: 2.1.4.4, RepoMan options: --force)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libical/ChangeLog12
-rw-r--r--dev-libs/libical/libical-0.27-r1.ebuild (renamed from dev-libs/libical/libical-0.27.ebuild)8
-rw-r--r--dev-libs/libical/libical-0.31.ebuild17
-rw-r--r--dev-libs/libical/libical-0.33.ebuild17
4 files changed, 18 insertions, 36 deletions
diff --git a/dev-libs/libical/ChangeLog b/dev-libs/libical/ChangeLog
index ab8adcdf661b..52a7fe67d082 100644
--- a/dev-libs/libical/ChangeLog
+++ b/dev-libs/libical/ChangeLog
@@ -1,6 +1,16 @@
# 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.43 2008/10/01 15:11:33 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v 1.44 2008/10/03 09:07:01 s4t4n Exp $
+
+*libical-0.27-r1 (03 Oct 2008)
+
+ 03 Oct 2008; Michele Noberasco <s4t4n@gentoo.org> +libical-0.27-r1.ebuild:
+ Added new revisions (without modifying current ARCHness since the change
+ is really trivial) for all versions affected by bug #66377.
+ -libical-0.27.ebuild, -libical-0.33.ebuild:
+ Wiped out all ebuild revisions affected by bug #66377.
+ -libical-0.31.ebuild:
+ Wiped out all unstable ebuilds other than latest one.
*libical-0.33-r1 (01 Oct 2008)
diff --git a/dev-libs/libical/libical-0.27.ebuild b/dev-libs/libical/libical-0.27-r1.ebuild
index 474cd602ec4b..a3eff6f8742e 100644
--- a/dev-libs/libical/libical-0.27.ebuild
+++ b/dev-libs/libical/libical-0.27-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-0.27.ebuild,v 1.2 2008/09/09 08:43:56 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-0.27-r1.ebuild,v 1.1 2008/10/03 09:07:01 s4t4n Exp $
DESCRIPTION="a implementation of basic iCAL protocols from citadel, previously known as aurore."
HOMEPAGE="http://www.citadel.org"
@@ -11,6 +11,12 @@ 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
diff --git a/dev-libs/libical/libical-0.31.ebuild b/dev-libs/libical/libical-0.31.ebuild
deleted file mode 100644
index 6646cad50828..000000000000
--- a/dev-libs/libical/libical-0.31.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-0.31.ebuild,v 1.1 2008/09/09 08:43:56 s4t4n 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"
-
-LICENSE="|| ( MPL-1.1 LGPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README TEST THANKS TODO doc/*.txt
-}
diff --git a/dev-libs/libical/libical-0.33.ebuild b/dev-libs/libical/libical-0.33.ebuild
deleted file mode 100644
index bfbe674736cf..000000000000
--- a/dev-libs/libical/libical-0.33.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-0.33.ebuild,v 1.1 2008/09/24 08:59:56 s4t4n 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"
-
-LICENSE="|| ( MPL-1.1 LGPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README TEST THANKS TODO doc/*.txt
-}