summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-07-26 03:36:16 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-07-26 03:36:16 +0000
commite33534de1b8dac9a4e19aa160abf54608d7f81cf (patch)
tree6372e82ab1ffde7804643b36f330fd3118849dd5 /gnome-extra
parentoops, make unstable (diff)
downloadgentoo-2-e33534de1b8dac9a4e19aa160abf54608d7f81cf.tar.gz
gentoo-2-e33534de1b8dac9a4e19aa160abf54608d7f81cf.tar.bz2
gentoo-2-e33534de1b8dac9a4e19aa160abf54608d7f81cf.zip
Marking 1.2.3 stable (x86). Cleaning old ebuilds.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/evolution-data-server/ChangeLog6
-rw-r--r--gnome-extra/evolution-data-server/evolution-data-server-1.0.1.ebuild33
-rw-r--r--gnome-extra/evolution-data-server/evolution-data-server-1.2.0-r1.ebuild91
-rw-r--r--gnome-extra/evolution-data-server/evolution-data-server-1.2.0.ebuild53
-rw-r--r--gnome-extra/evolution-data-server/evolution-data-server-1.2.1.ebuild91
-rw-r--r--gnome-extra/evolution-data-server/evolution-data-server-1.2.3.ebuild4
-rw-r--r--gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.0.11
-rw-r--r--gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.2.01
-rw-r--r--gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.2.0-r11
-rw-r--r--gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.2.11
10 files changed, 7 insertions, 275 deletions
diff --git a/gnome-extra/evolution-data-server/ChangeLog b/gnome-extra/evolution-data-server/ChangeLog
index 607ea2625422..36c67aa3821d 100644
--- a/gnome-extra/evolution-data-server/ChangeLog
+++ b/gnome-extra/evolution-data-server/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/evolution-data-server
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.49 2005/07/17 14:38:09 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.50 2005/07/26 03:36:16 leonardop Exp $
+
+ 25 Jul 2005; Leonardo Boshell <leonardop@gentoo.org>
+ evolution-data-server-1.2.3.ebuild:
+ Stable on x86.
17 Jul 2005; John N. Laliberte <allanonjl@gentoo.org>
evolution-data-server-1.2.1-r1.ebuild, evolution-data-server-1.2.3.ebuild:
diff --git a/gnome-extra/evolution-data-server/evolution-data-server-1.0.1.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-1.0.1.ebuild
deleted file mode 100644
index fa3ec45fd104..000000000000
--- a/gnome-extra/evolution-data-server/evolution-data-server-1.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-1.0.1.ebuild,v 1.6 2005/01/08 23:20:24 slarti Exp $
-
-inherit gnome2
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="http://www.ximian.com/"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
-IUSE="doc ldap"
-
-RDEPEND=">=dev-libs/glib-2
- >=gnome-base/libbonobo-2.4
- >=gnome-base/orbit-2.9.8
- >=gnome-base/gnome-vfs-2
- >=gnome-base/libgnome-2
- >=gnome-base/gconf-2
- >=dev-libs/libxml2-2
- >=net-libs/libsoup-2.2
- ldap? ( >=net-nds/openldap-2.0 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0
- >=dev-util/intltool-0.30
- doc? ( >=dev-util/gtk-doc-1 )"
-
-G2CONF="${G2CONF} `use_with ldap openldap`"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-USE_DESTDIR=1
diff --git a/gnome-extra/evolution-data-server/evolution-data-server-1.2.0-r1.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-1.2.0-r1.ebuild
deleted file mode 100644
index 07dfdac151d5..000000000000
--- a/gnome-extra/evolution-data-server/evolution-data-server-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-1.2.0-r1.ebuild,v 1.2 2005/03/23 16:17:12 seemant Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="http://www.ximian.com/"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~ppc64"
-IUSE="doc ldap mozilla ssl ipv6 nntp kerberos"
-
-RDEPEND=">=dev-libs/glib-2
- >=gnome-base/libbonobo-2.4.2
- >=gnome-base/orbit-2.9.8
- >=gnome-base/gnome-vfs-2
- >=gnome-base/libgnome-2
- >=gnome-base/gconf-2
- >=dev-libs/libxml2-2
- >=net-libs/libsoup-2.2.2
- ldap? ( >=net-nds/openldap-2.0 )
- ssl? ( mozilla? ( www-client/mozilla )
- !mozilla? ( >=dev-libs/nspr-4.4
- >=dev-libs/nss-3.9 )
- )
- kerberos? ( virtual/krb5 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0
- >=dev-util/intltool-0.30
- doc? ( >=dev-util/gtk-doc-1 )"
-
-G2CONF="${G2CONF} `use_with ldap openldap` \
- `use_enable ssl nss` \
- `use_enable ssl smime` \
- `use_enable ipv6` \
- `use_enable nntp`"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-USE_DESTDIR=1
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo_etc_services.patch
-}
-
-src_compile() {
- cd ${S}/libdb/dist
- ./s_config || die
-
- cd ${S}
- local myconf=""
-
- use kerberos \
- && myconf="${myconf} --with-krb5=/usr" \
- || myconf="${myconf} --without-krb5"
-
- # Use Mozilla's NSS/NSPR libs if 'mozilla' *and* 'ssl' in USE
- # Use standalone NSS/NSPR if only 'ssl' in USE
- # Openssl support doesn't work and has been disabled in cvs
-
- if use ssl ; then
- if use mozilla ; then
- NSS_LIB=/usr/$(get_libdir)/mozilla
- NSPR_LIB=/usr/$(get_libdir)/mozilla
- NSS_INC=/usr/$(get_libdir)/mozilla/include/nss
- NSPR_INC=/usr/$(get_libdir)/mozilla/include/nspr
- else
- NSS_LIB=/usr/$(get_libdir)/nss
- NSPR_LIB=/usr/$(get_libdir)/nspr
- NSS_INC=/usr/include/nss
- NSPR_INC=/usr/include/nspr
- fi
-
- myconf="${myconf} --enable-nss=yes \
- --with-nspr-includes=${NSPR_INC} \
- --with-nspr-libs=${NSPR_LIB} \
- --with-nss-includes=${NSS_INC} \
- --with-nss-libs=${NSS_LIB}"
- else
- myconf="${myconf} --without-nspr-libs --without-nspr-includes \
- --without-nss-libs --without-nss-includes"
- fi
-
- gnome2_src_configure ${G2CONF} ${myconf}
- emake || die "compile failed"
-
-}
diff --git a/gnome-extra/evolution-data-server/evolution-data-server-1.2.0.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-1.2.0.ebuild
deleted file mode 100644
index 8a0ed4ef3010..000000000000
--- a/gnome-extra/evolution-data-server/evolution-data-server-1.2.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-1.2.0.ebuild,v 1.1 2005/03/09 06:08:40 joem Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="http://www.ximian.com/"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~ppc64"
-IUSE="doc ldap ssl ipv6 nntp"
-
-RDEPEND=">=dev-libs/glib-2
- >=gnome-base/libbonobo-2.4.2
- >=gnome-base/orbit-2.9.8
- >=gnome-base/gnome-vfs-2
- >=gnome-base/libgnome-2
- >=gnome-base/gconf-2
- >=dev-libs/libxml2-2
- >=net-libs/libsoup-2.2.2
- ldap? ( >=net-nds/openldap-2.0 )
- ssl? ( >=dev-libs/nspr-4.4
- >=dev-libs/nss-3.9 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0
- >=dev-util/intltool-0.30
- doc? ( >=dev-util/gtk-doc-1 )"
-
-G2CONF="${G2CONF} `use_with ldap openldap` \
- `use_enable ssl nss` \
- `use_enable ssl smime` \
- `use_enable ipv6` \
- `use_enable nntp`"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-USE_DESTDIR=1
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo_etc_services.patch
-}
-
-src_compile() {
- cd ${S}/libdb/dist
- ./s_config || die
-
- cd ${S}
- gnome2_src_compile
-}
diff --git a/gnome-extra/evolution-data-server/evolution-data-server-1.2.1.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-1.2.1.ebuild
deleted file mode 100644
index 4890be3f4a95..000000000000
--- a/gnome-extra/evolution-data-server/evolution-data-server-1.2.1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-1.2.1.ebuild,v 1.4 2005/07/08 02:47:45 vapier Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="http://www.ximian.com/"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
-IUSE="doc ldap mozilla ssl ipv6 nntp kerberos"
-
-RDEPEND=">=dev-libs/glib-2
- >=gnome-base/libbonobo-2.4.2
- >=gnome-base/orbit-2.9.8
- >=gnome-base/gnome-vfs-2
- >=gnome-base/libgnome-2
- >=gnome-base/gconf-2
- >=dev-libs/libxml2-2
- >=net-libs/libsoup-2.2.2
- ldap? ( >=net-nds/openldap-2.0 )
- ssl? ( mozilla? ( www-client/mozilla )
- !mozilla? ( >=dev-libs/nspr-4.4
- >=dev-libs/nss-3.9 )
- )
- kerberos? ( virtual/krb5 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0
- >=dev-util/intltool-0.30
- doc? ( >=dev-util/gtk-doc-1 )"
-
-G2CONF="${G2CONF} `use_with ldap openldap` \
- `use_enable ssl nss` \
- `use_enable ssl smime` \
- `use_enable ipv6` \
- `use_enable nntp`"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-USE_DESTDIR=1
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-1.2.0-gentoo_etc_services.patch
-}
-
-src_compile() {
- cd ${S}/libdb/dist
- ./s_config || die
-
- cd ${S}
- local myconf=""
-
- use kerberos \
- && myconf="${myconf} --with-krb5=/usr" \
- || myconf="${myconf} --without-krb5"
-
- # Use Mozilla's NSS/NSPR libs if 'mozilla' *and* 'ssl' in USE
- # Use standalone NSS/NSPR if only 'ssl' in USE
- # Openssl support doesn't work and has been disabled in cvs
-
- if use ssl ; then
- if use mozilla ; then
- NSS_LIB=/usr/$(get_libdir)/mozilla
- NSPR_LIB=/usr/$(get_libdir)/mozilla
- NSS_INC=/usr/$(get_libdir)/mozilla/include/nss
- NSPR_INC=/usr/$(get_libdir)/mozilla/include/nspr
- else
- NSS_LIB=/usr/$(get_libdir)/nss
- NSPR_LIB=/usr/$(get_libdir)/nspr
- NSS_INC=/usr/include/nss
- NSPR_INC=/usr/include/nspr
- fi
-
- myconf="${myconf} --enable-nss=yes \
- --with-nspr-includes=${NSPR_INC} \
- --with-nspr-libs=${NSPR_LIB} \
- --with-nss-includes=${NSS_INC} \
- --with-nss-libs=${NSS_LIB}"
- else
- myconf="${myconf} --without-nspr-libs --without-nspr-includes \
- --without-nss-libs --without-nss-includes"
- fi
-
- gnome2_src_configure ${G2CONF} ${myconf}
- emake || die "compile failed"
-
-}
diff --git a/gnome-extra/evolution-data-server/evolution-data-server-1.2.3.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-1.2.3.ebuild
index f7fce66b60cd..94072fa4eb31 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-1.2.3.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-1.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-1.2.3.ebuild,v 1.5 2005/07/17 14:38:09 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-1.2.3.ebuild,v 1.6 2005/07/26 03:36:16 leonardop Exp $
inherit eutils gnome2
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.ximian.com/"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
IUSE="doc ldap mozilla ssl ipv6 nntp kerberos"
RDEPEND=">=dev-libs/glib-2
diff --git a/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.0.1 b/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.0.1
deleted file mode 100644
index 04ff942ed0e3..000000000000
--- a/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ee05b7ea42f4f5e9590819e759794071 evolution-data-server-1.0.1.tar.bz2 4931974
diff --git a/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.2.0 b/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.2.0
deleted file mode 100644
index 8fb40b465a92..000000000000
--- a/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9a34499dc8e65af768ab1582803015ef evolution-data-server-1.2.0.tar.bz2 7427456
diff --git a/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.2.0-r1 b/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.2.0-r1
deleted file mode 100644
index 8fb40b465a92..000000000000
--- a/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.2.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9a34499dc8e65af768ab1582803015ef evolution-data-server-1.2.0.tar.bz2 7427456
diff --git a/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.2.1 b/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.2.1
deleted file mode 100644
index 8feb176d6f6b..000000000000
--- a/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c86cc41c1563f552015aebb563018936 evolution-data-server-1.2.1.tar.bz2 7454633