From 535413754998e16bb7493bed304469fac2d261d2 Mon Sep 17 00:00:00 2001 From: Markus Meier Date: Sun, 21 Oct 2007 15:16:41 +0000 Subject: add some quotes and x86 stable, bug #143842 (Portage version: 2.1.3.15) --- net-misc/sipsak/ChangeLog | 6 +++++- net-misc/sipsak/sipsak-0.9.1.ebuild | 6 +++--- net-misc/sipsak/sipsak-0.9.5.ebuild | 6 +++--- net-misc/sipsak/sipsak-0.9.6_p1.ebuild | 8 ++++---- 4 files changed, 15 insertions(+), 11 deletions(-) (limited to 'net-misc') diff --git a/net-misc/sipsak/ChangeLog b/net-misc/sipsak/ChangeLog index 9fbf5c753f02..831e67b54f5d 100644 --- a/net-misc/sipsak/ChangeLog +++ b/net-misc/sipsak/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/sipsak # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/ChangeLog,v 1.15 2007/02/22 02:46:34 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/ChangeLog,v 1.16 2007/10/21 15:16:41 maekke Exp $ + + 21 Oct 2007; Markus Meier sipsak-0.9.1.ebuild, + sipsak-0.9.5.ebuild, sipsak-0.9.6_p1.ebuild: + add some quotes and x86 stable, bug #143842 22 Feb 2007; Piotr JaroszyƄski ChangeLog: Transition to Manifest2. diff --git a/net-misc/sipsak/sipsak-0.9.1.ebuild b/net-misc/sipsak/sipsak-0.9.1.ebuild index 5610f5556fb9..f12921fff95b 100644 --- a/net-misc/sipsak/sipsak-0.9.1.ebuild +++ b/net-misc/sipsak/sipsak-0.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.9.1.ebuild,v 1.2 2005/08/21 10:44:00 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.9.1.ebuild,v 1.3 2007/10/21 15:16:41 maekke Exp $ IUSE="" @@ -15,7 +15,7 @@ KEYWORDS="~ppc ~ppc-macos ~sparc ~x86" DEPEND="virtual/libc" src_install() { - emake DESTDIR=${D} install || die "install failed" + emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO } diff --git a/net-misc/sipsak/sipsak-0.9.5.ebuild b/net-misc/sipsak/sipsak-0.9.5.ebuild index f6af14256f20..2179aa814498 100644 --- a/net-misc/sipsak/sipsak-0.9.5.ebuild +++ b/net-misc/sipsak/sipsak-0.9.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.9.5.ebuild,v 1.1 2005/11/25 11:11:24 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.9.5.ebuild,v 1.2 2007/10/21 15:16:41 maekke Exp $ IUSE="gnutls" @@ -25,6 +25,6 @@ src_compile() { } src_install() { - emake DESTDIR=${D} install || die "install failed" + emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog NEWS README TODO } diff --git a/net-misc/sipsak/sipsak-0.9.6_p1.ebuild b/net-misc/sipsak/sipsak-0.9.6_p1.ebuild index 48935e03c7b9..7c45a32838f8 100644 --- a/net-misc/sipsak/sipsak-0.9.6_p1.ebuild +++ b/net-misc/sipsak/sipsak-0.9.6_p1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild,v 1.3 2006/11/27 21:49:19 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild,v 1.4 2007/10/21 15:16:41 maekke Exp $ IUSE="gnutls" @@ -10,7 +10,7 @@ SRC_URI="http://download.berlios.de/sipsak/${P/_p/-}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc x86 ~x86-fbsd" RDEPEND="gnutls? ( net-libs/gnutls ) net-dns/c-ares" @@ -26,6 +26,6 @@ src_compile() { } src_install() { - emake DESTDIR=${D} install || die "install failed" + emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog NEWS README TODO } -- cgit v1.2.3-65-gdbad