diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2007-10-12 14:28:30 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2007-10-12 14:28:30 +0000 |
commit | 0382f3c3292d6901a6805872350869834dc6216e (patch) | |
tree | a12c15e83970ff491b562bdd1c5533d308f6a4b7 /gnome-extra/evolution-data-server | |
parent | security cleanup - bug #191912 and others (diff) | |
download | gentoo-2-0382f3c3292d6901a6805872350869834dc6216e.tar.gz gentoo-2-0382f3c3292d6901a6805872350869834dc6216e.tar.bz2 gentoo-2-0382f3c3292d6901a6805872350869834dc6216e.zip |
fix QA and remove useless RESTRICT
(Portage version: 2.1.3.12)
Diffstat (limited to 'gnome-extra/evolution-data-server')
4 files changed, 16 insertions, 12 deletions
diff --git a/gnome-extra/evolution-data-server/ChangeLog b/gnome-extra/evolution-data-server/ChangeLog index f3ddc4faee48..5402078c9a65 100644 --- a/gnome-extra/evolution-data-server/ChangeLog +++ b/gnome-extra/evolution-data-server/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/evolution-data-server # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.151 2007/09/30 15:16:23 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.152 2007/10/12 14:28:30 eva Exp $ + + 12 Oct 2007; Gilles Dartiguelongue <eva@gentoo.org> + evolution-data-server-1.10.2.ebuild, + evolution-data-server-1.10.3.1.ebuild, + evolution-data-server-1.12.0.ebuild: + fix QA warnings, remove useless RESTRICT *evolution-data-server-1.12.0 (30 Sep 2007) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-1.10.2.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-1.10.2.ebuild index a181cad6f56a..2793ead4ab85 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-1.10.2.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-1.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.10.2.ebuild,v 1.11 2007/08/28 18:10:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-1.10.2.ebuild,v 1.12 2007/10/12 14:28:30 eva Exp $ inherit db-use eutils flag-o-matic gnome2 autotools @@ -67,7 +67,7 @@ src_unpack() { gnome2_src_unpack # Fix what ? - epatch ${FILESDIR}/${PN}-1.2.0-gentoo_etc_services.patch + epatch "${FILESDIR}"/${PN}-1.2.0-gentoo_etc_services.patch # Fix broken libdb build epatch "${FILESDIR}"/${PN}-1.7.3-libdb.patch @@ -120,7 +120,7 @@ src_compile() { # Use NSS/NSPR only if 'ssl' is enabled. if use ssl ; then sed -i -e "s|mozilla-nss|nss| - s|mozilla-nspr|nspr|" ${S}/configure + s|mozilla-nspr|nspr|" "${S}"/configure G2CONF="${G2CONF} --enable-nss=yes" else G2CONF="${G2CONF} --without-nspr-libs --without-nspr-includes \ diff --git a/gnome-extra/evolution-data-server/evolution-data-server-1.10.3.1.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-1.10.3.1.ebuild index 7acb1d2e7728..2273469743bc 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-1.10.3.1.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-1.10.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.10.3.1.ebuild,v 1.7 2007/09/22 08:34:08 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-1.10.3.1.ebuild,v 1.8 2007/10/12 14:28:30 eva Exp $ inherit db-use eutils flag-o-matic gnome2 autotools @@ -67,7 +67,7 @@ src_unpack() { gnome2_src_unpack # Fix what ? - epatch ${FILESDIR}/${PN}-1.2.0-gentoo_etc_services.patch + epatch "${FILESDIR}"/${PN}-1.2.0-gentoo_etc_services.patch # Fix broken libdb build epatch "${FILESDIR}"/${PN}-1.7.3-libdb.patch @@ -126,7 +126,7 @@ src_compile() { # Use NSS/NSPR only if 'ssl' is enabled. if use ssl ; then sed -i -e "s|mozilla-nss|nss| - s|mozilla-nspr|nspr|" ${S}/configure + s|mozilla-nspr|nspr|" "${S}"/configure G2CONF="${G2CONF} --enable-nss=yes" else G2CONF="${G2CONF} --without-nspr-libs --without-nspr-includes \ diff --git a/gnome-extra/evolution-data-server/evolution-data-server-1.12.0.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-1.12.0.ebuild index bdcffdb45fcf..3ebe0ea4eb6c 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-1.12.0.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-1.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.12.0.ebuild,v 1.2 2007/09/30 21:45:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-1.12.0.ebuild,v 1.3 2007/10/12 14:28:30 eva Exp $ inherit db-use eutils flag-o-matic gnome2 autotools @@ -40,8 +40,6 @@ DEPEND="${RDEPEND} DOCS="ChangeLog MAINTAINERS NEWS TODO" -RESTRICT="confcache" - pkg_setup() { G2CONF="$(use_with ldap openldap) \ $(use_with kerberos krb5 /usr) \ @@ -68,7 +66,7 @@ src_unpack() { gnome2_src_unpack # Fix what ? - epatch ${FILESDIR}/${PN}-1.2.0-gentoo_etc_services.patch + epatch "${FILESDIR}"/${PN}-1.2.0-gentoo_etc_services.patch # Fix broken libdb build epatch "${FILESDIR}"/${PN}-1.11.3-no-libdb.patch @@ -121,7 +119,7 @@ src_compile() { # Use NSS/NSPR only if 'ssl' is enabled. if use ssl ; then sed -i -e "s|mozilla-nss|nss| - s|mozilla-nspr|nspr|" ${S}/configure + s|mozilla-nspr|nspr|" "${S}"/configure G2CONF="${G2CONF} --enable-nss=yes" else G2CONF="${G2CONF} --without-nspr-libs --without-nspr-includes \ |