Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: app-portage/eix/
Date: Sat, 04 Feb 2012 19:35:30
Message-Id: aecd1539abe3e77b72009499c5ff70bb9066a8d3.johu@gentoo
1 commit: aecd1539abe3e77b72009499c5ff70bb9066a8d3
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 19:39:01 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 19:39:01 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=aecd1539
7
8 [app-portage/eix] EAPI 4.
9
10 (Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 app-portage/eix/eix-9999.ebuild | 12 ++++++------
14 1 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/app-portage/eix/eix-9999.ebuild b/app-portage/eix/eix-9999.ebuild
17 index f714c38..39ac4af 100644
18 --- a/app-portage/eix/eix-9999.ebuild
19 +++ b/app-portage/eix/eix-9999.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2010 Gentoo Foundation
22 +# Copyright 1999-2012 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.15.6.ebuild,v 1.2 2010/03/28 14:12:52 darkside Exp $
25 +# $Header: $
26
27 -EAPI="2"
28 -ESVN_REPO_URI="https://svn.gentooexperimental.org/eix/trunk"
29 +EAPI=4
30 +ESVN_REPO_URI="https://svn.gentooexperimental.org/${PN}/trunk"
31 ESVN_BOOTSTRAP="./autogen.sh"
32
33 inherit multilib subversion
34 @@ -20,7 +20,7 @@ IUSE="doc sqlite"
35 RDEPEND="sqlite? ( dev-db/sqlite:3 )
36 app-arch/bzip2
37 || (
38 - app-arch/lzma-utils
39 + app-arch/lzma
40 app-arch/xz-utils
41 )
42 dev-vcs/cvs"
43 @@ -34,7 +34,7 @@ src_configure() {
44 }
45
46 src_install() {
47 - emake DESTDIR="${D}" install || die "emake install failed"
48 + emake DESTDIR="${D}" install
49
50 dodoc AUTHORS ChangeLog doc/format.txt
51 use doc && dodoc doc/format.html