diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-04-16 20:22:45 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-04-16 20:22:45 +0000 |
commit | d347893eff4fc4ff705d64ba865625c79246c40c (patch) | |
tree | 0745c8bde515676a1bcb28190030f09835c1db54 /net-voip/ekiga | |
parent | Stable for ppc64, wrt bug #465198 (diff) | |
download | gentoo-2-d347893eff4fc4ff705d64ba865625c79246c40c.tar.gz gentoo-2-d347893eff4fc4ff705d64ba865625c79246c40c.tar.bz2 gentoo-2-d347893eff4fc4ff705d64ba865625c79246c40c.zip |
Bump EAPI to 4
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'net-voip/ekiga')
-rw-r--r-- | net-voip/ekiga/ChangeLog | 5 | ||||
-rw-r--r-- | net-voip/ekiga/ekiga-3.2.7.ebuild | 11 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net-voip/ekiga/ChangeLog b/net-voip/ekiga/ChangeLog index dfe17e397699..ec81dd8feb82 100644 --- a/net-voip/ekiga/ChangeLog +++ b/net-voip/ekiga/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-voip/ekiga # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.50 2013/04/05 18:12:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.51 2013/04/16 20:22:45 dilfridge Exp $ + + 16 Apr 2013; Andreas K. Huettel <dilfridge@gentoo.org> ekiga-3.2.7.ebuild: + Bump EAPI to 4 05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ekiga-4.0.0-r1.ebuild: Stable for ppc64, wrt bug #445846 diff --git a/net-voip/ekiga/ekiga-3.2.7.ebuild b/net-voip/ekiga/ekiga-3.2.7.ebuild index d3c549f5460e..985f76521c58 100644 --- a/net-voip/ekiga/ekiga-3.2.7.ebuild +++ b/net-voip/ekiga/ekiga-3.2.7.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-3.2.7.ebuild,v 1.18 2012/10/24 21:49:34 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-3.2.7.ebuild,v 1.19 2013/04/16 20:22:45 dilfridge Exp $ -EAPI=3 +EAPI=4 KDE_REQUIRED="optional" CMAKE_REQUIRED="never" GCONF_DEBUG="no" # debug managed by the ebuild +GNOME_TARBALL_SUFFIX="bz2" inherit eutils kde4-base gnome2 # gnome2 at the end to make it default @@ -138,7 +139,7 @@ src_prepare() { src_test() { # must be explicit because kde4-base in exporting a src_test function - emake -j1 check || die "emake check failed" + emake -j1 check } src_install() { @@ -146,7 +147,7 @@ src_install() { if use doc && use dbus; then insinto "/usr/share/doc/${PF}/" - doins doc/using_dbus.html || die "doins failed" + doins doc/using_dbus.html fi } |