Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-vcs/rapidsvn/
Date: Wed, 01 Feb 2012 07:18:36
Message-Id: 73f6df29a3c04a89b18e95193930eb6d991f5b3c.jlec@gentoo
1 commit: 73f6df29a3c04a89b18e95193930eb6d991f5b3c
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 07:18:13 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 07:18:13 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=73f6df29
7
8 Add support for static-libs
9
10 (Portage version: 2.2.0_alpha84/git/Linux x86_64, signed Manifest commit with key 70EB7916)
11
12 ---
13 dev-vcs/rapidsvn/ChangeLog | 3 +++
14 dev-vcs/rapidsvn/rapidsvn-9999.ebuild | 9 +++++----
15 2 files changed, 8 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-vcs/rapidsvn/ChangeLog b/dev-vcs/rapidsvn/ChangeLog
18 index 207b1b2..4bb7717 100644
19 --- a/dev-vcs/rapidsvn/ChangeLog
20 +++ b/dev-vcs/rapidsvn/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 01 Feb 2012; Justin Lecher <jlec@g.o> rapidsvn-9999.ebuild:
26 + Add support for static-libs
27 +
28 *rapidsvn-9999 (31 Jan 2012)
29
30 31 Jan 2012; Justin Lecher <jlec@g.o> +rapidsvn-9999.ebuild,
31
32 diff --git a/dev-vcs/rapidsvn/rapidsvn-9999.ebuild b/dev-vcs/rapidsvn/rapidsvn-9999.ebuild
33 index 904d7f8..caa8b51 100644
34 --- a/dev-vcs/rapidsvn/rapidsvn-9999.ebuild
35 +++ b/dev-vcs/rapidsvn/rapidsvn-9999.ebuild
36 @@ -9,7 +9,7 @@ WX_GTK_VER=2.8
37
38 AUTOTOOLS_AUTORECONF=true
39
40 -inherit autotools-utils confutils fdo-mime flag-o-matic libtool subversion versionator wxwidgets
41 +inherit autotools-utils fdo-mime flag-o-matic libtool subversion versionator wxwidgets
42
43 MY_PV=$(get_version_component_range 1-2)
44 MY_REL="1"
45 @@ -20,13 +20,14 @@ HOMEPAGE="http://rapidsvn.tigris.org/"
46 SRC_URI=""
47 ESVN_USER="guest"
48 ESVN_PASSWORD=""
49 -ESVN_OPTIONS="--no-auth-cache"
50 +#ESVN_OPTIONS="--no-auth-cache"
51 +ESVN_OPTIONS="--non-interactive"
52 ESVN_REPO_URI="http://rapidsvn.tigris.org/svn/rapidsvn/trunk"
53
54 LICENSE="GPL-2 LGPL-2.1 FDL-1.2"
55 SLOT="0"
56 KEYWORDS=""
57 -IUSE="doc"
58 +IUSE="doc static-libs"
59
60 COMMON_DEP="
61 dev-libs/apr
62 @@ -46,6 +47,7 @@ RDEPEND="${COMMON_DEP}"
63 S="${WORKDIR}/${P}-${MY_REL}"
64
65 PATCHES=( "${FILESDIR}/${PN}-svncpp_link.patch" )
66 +AUTOTOOLS_IN_SOURCE_BUILD=1
67 DOCS=( HACKING.txt TRANSLATIONS )
68
69 pkg_setup() {
70 @@ -59,7 +61,6 @@ src_prepare() {
71
72 src_configure() {
73 local myeconfargs=( --with-wx-config=${WX_CONFIG} )
74 - local apr_suffix="-1"
75
76 if use doc; then
77 myeconfargs+=( --with-manpage=yes )