diff options
author | 2011-03-17 16:45:24 +0000 | |
---|---|---|
committer | 2011-03-17 16:45:24 +0000 | |
commit | 21811a72383e7e78ab8c8ab7ece820aa7f64e1ae (patch) | |
tree | e177887a108b6782564a98d7b4376ea60327a179 /net-voip | |
parent | old (diff) | |
download | gentoo-2-21811a72383e7e78ab8c8ab7ece820aa7f64e1ae.tar.gz gentoo-2-21811a72383e7e78ab8c8ab7ece820aa7f64e1ae.tar.bz2 gentoo-2-21811a72383e7e78ab8c8ab7ece820aa7f64e1ae.zip |
Bug #356755.
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/sflphone/ChangeLog | 5 | ||||
-rw-r--r-- | net-voip/sflphone/sflphone-0.9.12.ebuild | 13 |
2 files changed, 9 insertions, 9 deletions
diff --git a/net-voip/sflphone/ChangeLog b/net-voip/sflphone/ChangeLog index 9f117877c824..b305d3866147 100644 --- a/net-voip/sflphone/ChangeLog +++ b/net-voip/sflphone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-voip/sflphone # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/ChangeLog,v 1.7 2011/02/22 14:12:11 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/ChangeLog,v 1.8 2011/03/17 16:45:24 elvanor Exp $ + + 17 Mar 2011; <elvanor@gentoo.org> sflphone-0.9.12.ebuild: + Bug #356755. Minor changes. *sflphone-0.9.12 (22 Feb 2011) diff --git a/net-voip/sflphone/sflphone-0.9.12.ebuild b/net-voip/sflphone/sflphone-0.9.12.ebuild index 27b77394b44a..d1c755036551 100644 --- a/net-voip/sflphone/sflphone-0.9.12.ebuild +++ b/net-voip/sflphone/sflphone-0.9.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-0.9.12.ebuild,v 1.2 2011/02/22 14:14:30 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-0.9.12.ebuild,v 1.3 2011/03/17 16:45:24 elvanor Exp $ EAPI="2" @@ -92,15 +92,12 @@ src_prepare() { src_configure() { cd sflphone-common - econf --disable-dependency-tracking \ - $(use_with debug) \ - $(use_with gsm) \ - $(use_with speex) \ - $(use_with networkmanager) || die "econf failed." + econf --disable-dependency-tracking $(use_with debug) \ + $(use_with gsm) $(use_with speex) $(use_with networkmanager) if use gnome; then cd ../sflphone-client-gnome - econf || die "econf failed." + econf fi } @@ -121,7 +118,6 @@ src_install() { if use gnome; then cd ../sflphone-client-gnome - emake DESTDIR="${D}" install || die "emake install failed" gnome2_src_install fi } @@ -144,6 +140,7 @@ pkg_postinst() { elog "https://projects.savoirfairelinux.com/repositories/browse/sflphone/tools" elog if use gnome; then + gnome2_pkg_postinst elog elog "sflphone-client-gnome: To manage your contacts you need" elog "mail-client/evolution or access to an evolution-data-server" |