Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/beecrypt: beecrypt-4.1.2-r1.ebuild beecrypt-4.1.2-r2.ebuild ChangeLog
Date: Sun, 13 Jan 2008 01:02:32
Message-Id: E1JDrF3-0003Mj-VY@stork.gentoo.org
1 vapier 08/01/13 01:02:25
2
3 Modified: beecrypt-4.1.2-r1.ebuild beecrypt-4.1.2-r2.ebuild
4 ChangeLog
5 Log:
6 Do not let the configure script decide the lib64. Make it respect the standard configure --libdir option.
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.22 dev-libs/beecrypt/beecrypt-4.1.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/beecrypt/beecrypt-4.1.2-r1.ebuild?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/beecrypt/beecrypt-4.1.2-r1.ebuild?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/beecrypt/beecrypt-4.1.2-r1.ebuild?r1=1.21&r2=1.22
15
16 Index: beecrypt-4.1.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-4.1.2-r1.ebuild,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- beecrypt-4.1.2-r1.ebuild 2 Jun 2007 03:18:38 -0000 1.21
23 +++ beecrypt-4.1.2-r1.ebuild 13 Jan 2008 01:02:25 -0000 1.22
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-4.1.2-r1.ebuild,v 1.21 2007/06/02 03:18:38 kumba Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-4.1.2-r1.ebuild,v 1.22 2008/01/13 01:02:25 vapier Exp $
30
31 inherit flag-o-matic eutils multilib autotools java-pkg-opt-2
32
33 @@ -32,6 +32,10 @@
34 # Set correct python libdir on multilib systems
35 sed -i -e 's:get_python_lib():get_python_lib(1,0):' \
36 configure.ac || die "sed failed"
37 + # let configure figure out libpaths, not a pokey build system
38 + sed -i \
39 + -e '/^libaltdir=/s:=.*:=$(libdir):' \
40 + $(find . -name Makefile.am) || die
41
42 # upstream patches from CVS
43 epatch "${FILESDIR}/${P}-python-Makefile-am.patch"
44
45
46
47 1.4 dev-libs/beecrypt/beecrypt-4.1.2-r2.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/beecrypt/beecrypt-4.1.2-r2.ebuild?rev=1.4&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/beecrypt/beecrypt-4.1.2-r2.ebuild?rev=1.4&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/beecrypt/beecrypt-4.1.2-r2.ebuild?r1=1.3&r2=1.4
52
53 Index: beecrypt-4.1.2-r2.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-4.1.2-r2.ebuild,v
56 retrieving revision 1.3
57 retrieving revision 1.4
58 diff -u -r1.3 -r1.4
59 --- beecrypt-4.1.2-r2.ebuild 7 Feb 2007 19:47:17 -0000 1.3
60 +++ beecrypt-4.1.2-r2.ebuild 13 Jan 2008 01:02:25 -0000 1.4
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2007 Gentoo Foundation
63 +# Copyright 1999-2008 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-4.1.2-r2.ebuild,v 1.3 2007/02/07 19:47:17 sanchan Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-4.1.2-r2.ebuild,v 1.4 2008/01/13 01:02:25 vapier Exp $
67
68 inherit flag-o-matic eutils multilib autotools java-pkg-opt-2
69
70 @@ -20,7 +20,6 @@
71 java? ( >=virtual/jdk-1.4 )
72 doc? ( app-doc/doxygen
73 virtual/tetex )"
74 -
75 RDEPEND="${COMMONDEPEND}
76 java? ( >=virtual/jre-1.4 )"
77
78 @@ -34,15 +33,16 @@
79 # Set correct python libdir on multilib systems
80 sed -i -e 's:get_python_lib():get_python_lib(1,0):' \
81 configure.ac || die "sed failed"
82 -
83 - # upstream patches from CVS
84 - epatch "${FILESDIR}/${P}-python-Makefile-am.patch"
85 - epatch "${FILESDIR}/${P}-python-debug-py-c.patch"
86 - epatch "${FILESDIR}/${P}-build.patch"
87 - epatch "${FILESDIR}/${P}-gcc4.patch"
88 - epatch "${FILESDIR}/${P}-threads.patch"
89 - #Patch from Fedora rpm, Miloslav Trmac <mitr@××××××.com>
90 - epatch "${FILESDIR}/${P}-base64.patch"
91 + # let configure figure out libpaths, not a pokey build system
92 + sed -i \
93 + -e '/^libaltdir=/s:=.*:=$(libdir):' \
94 + $(find . -name Makefile.am) || die
95 + epatch "${FILESDIR}"/${P}-python-Makefile-am.patch
96 + epatch "${FILESDIR}"/${P}-python-debug-py-c.patch
97 + epatch "${FILESDIR}"/${P}-build.patch
98 + epatch "${FILESDIR}"/${P}-gcc4.patch
99 + epatch "${FILESDIR}"/${P}-threads.patch
100 + epatch "${FILESDIR}"/${P}-base64.patch
101 eautoreconf
102 }
103
104
105
106
107 1.58 dev-libs/beecrypt/ChangeLog
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/beecrypt/ChangeLog?rev=1.58&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/beecrypt/ChangeLog?rev=1.58&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/beecrypt/ChangeLog?r1=1.57&r2=1.58
112
113 Index: ChangeLog
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/ChangeLog,v
116 retrieving revision 1.57
117 retrieving revision 1.58
118 diff -u -r1.57 -r1.58
119 --- ChangeLog 2 Jun 2007 07:34:14 -0000 1.57
120 +++ ChangeLog 13 Jan 2008 01:02:25 -0000 1.58
121 @@ -1,6 +1,11 @@
122 # ChangeLog for dev-libs/beecrypt
123 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
124 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/ChangeLog,v 1.57 2007/06/02 07:34:14 alonbl Exp $
125 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
126 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/ChangeLog,v 1.58 2008/01/13 01:02:25 vapier Exp $
127 +
128 + 13 Jan 2008; Mike Frysinger <vapier@g.o> beecrypt-4.1.2-r1.ebuild,
129 + beecrypt-4.1.2-r2.ebuild:
130 + Do not let the configure script decide the lib64. Make it respect the
131 + standard configure --libdir option.
132
133 02 Jun 2007; Alon Bar-Lev <alonbl@g.o>
134 -files/beecrypt-3.1.0-alpha.patch, -files/beecrypt-3.1.0-athlon.diff,
135
136
137
138 --
139 gentoo-commits@l.g.o mailing list