Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/dbhub/files: dbhub-gentoo.patch
Date: Mon, 25 Feb 2008 14:41:14
Message-Id: E1JTeW0-0007C1-32@stork.gentoo.org
1 armin76 08/02/25 14:41:12
2
3 Modified: dbhub-gentoo.patch
4 Log:
5 Version bump, add switch_user USE-flag
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.5 net-p2p/dbhub/files/dbhub-gentoo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dbhub/files/dbhub-gentoo.patch?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dbhub/files/dbhub-gentoo.patch?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dbhub/files/dbhub-gentoo.patch?r1=1.4&r2=1.5
14
15 Index: dbhub-gentoo.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/dbhub/files/dbhub-gentoo.patch,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- dbhub-gentoo.patch 25 Oct 2007 12:58:40 -0000 1.4
22 +++ dbhub-gentoo.patch 25 Feb 2008 14:41:11 -0000 1.5
23 @@ -1,31 +1,15 @@
24 ---- configure.old 2007-10-25 14:53:10.000000000 +0200
25 -+++ configure 2007-10-25 14:54:06.000000000 +0200
26 -@@ -7564,12 +7564,6 @@
27 - fi
28 +--- configure.orig 2008-02-25 15:28:29.000000000 +0100
29 ++++ configure 2008-02-25 15:28:52.000000000 +0100
30 +@@ -4926,12 +4926,6 @@
31 fi
32
33 +
34 -if test ! -d $HOME/.dbhub; then
35 - echo "creating config directory: $HOME/.dbhub"
36 - mkdir $HOME/.dbhub
37 - chmod 700 $HOME/.dbhub;
38 -fi
39 -
40 - # Check whether --enable-lang was given.
41 - if test "${enable_lang+set}" = set; then
42 - enableval=$enable_lang; if test "$enableval" = "no"; then
43 -@@ -7650,15 +7644,6 @@
44 - perl_flags=`perl -MExtUtils::Embed -e ccopts`
45 + ac_config_files="$ac_config_files Makefile src/Makefile"
46
47 - perl_libs=`perl -MExtUtils::Embed -e ldopts`
48 --
49 -- if test ! -d $HOME/.dbhub/scripts; then
50 -- echo "creating script directory: $HOME/.dbhub/scripts"
51 -- mkdir $HOME/.dbhub/scripts
52 -- chmod 700 $HOME/.dbhub/scripts;
53 -- for i in Samplescripts/*; do
54 -- cp $i $HOME/.dbhub/scripts;
55 -- done
56 -- fi
57 - fi
58 - else
59 - echo "Perl script support is disabled."
60 + cat >confcache <<\_ACEOF
61
62
63
64 --
65 gentoo-commits@l.g.o mailing list