Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/aggregate: aggregate-1.6.ebuild ChangeLog
Date: Fri, 10 Oct 2008 08:35:16
Message-Id: E1KoDSs-00043E-6O@stork.gentoo.org
1 robbat2 08/10/10 08:35:14
2
3 Modified: aggregate-1.6.ebuild ChangeLog
4 Log:
5 Fix pre-stripping for bug #240930, also now builds with the user CFLAGS and LDFLAGS.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
7
8 Revision Changes Path
9 1.14 net-misc/aggregate/aggregate-1.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild?r1=1.13&r2=1.14
14
15 Index: aggregate-1.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -p -w -b -B -u -u -r1.13 -r1.14
21 --- aggregate-1.6.ebuild 22 Apr 2007 08:48:42 -0000 1.13
22 +++ aggregate-1.6.ebuild 10 Oct 2008 08:35:14 -0000 1.14
23 @@ -1,11 +1,12 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.13 2007/04/22 08:48:42 kloeri Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.14 2008/10/10 08:35:14 robbat2 Exp $
29 +
30 +inherit eutils
31
32 DESCRIPTION="aggregate takes a list of prefixes in conventional format on stdin, and performs two optimisations to reduce the length of the prefix list."
33 -BASE_URI="http://dist.automagic.org/"
34 -HOMEPAGE="${BASE_URI}"
35 -SRC_URI="${BASE_URI}/${P}.tar.gz"
36 +HOMEPAGE="http://dist.automagic.org/"
37 +SRC_URI="${HOMEPAGE}/${P}.tar.gz"
38 LICENSE="as-is"
39 SLOT="0"
40 KEYWORDS="alpha amd64 hppa ia64 mips ppc sparc x86"
41 @@ -13,6 +14,11 @@ IUSE=""
42 DEPEND=""
43 RDEPEND="dev-lang/perl"
44
45 +src_unpack() {
46 + unpack "${A}"
47 + epatch "${FILESDIR}"/${P}-build-fixup.patch
48 +}
49 +
50 src_install() {
51 dobin aggregate aggregate-ios
52 doman aggregate.1 aggregate-ios.1
53
54
55
56 1.14 net-misc/aggregate/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aggregate/ChangeLog?rev=1.14&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aggregate/ChangeLog?rev=1.14&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aggregate/ChangeLog?r1=1.13&r2=1.14
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v
65 retrieving revision 1.13
66 retrieving revision 1.14
67 diff -p -w -b -B -u -u -r1.13 -r1.14
68 --- ChangeLog 22 Apr 2007 08:48:42 -0000 1.13
69 +++ ChangeLog 10 Oct 2008 08:35:14 -0000 1.14
70 @@ -1,6 +1,11 @@
71 # ChangeLog for net-misc/aggregate
72 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.13 2007/04/22 08:48:42 kloeri Exp $
74 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.14 2008/10/10 08:35:14 robbat2 Exp $
76 +
77 + 10 Oct 2008; Robin H. Johnson <robbat2@g.o>
78 + +files/aggregate-1.6-build-fixup.patch, aggregate-1.6.ebuild:
79 + Fix pre-stripping for bug #240930, also now builds with the user CFLAGS
80 + and LDFLAGS.
81
82 22 Apr 2007; Bryan Østergaard <kloeri@g.o> aggregate-1.6.ebuild:
83 Stable on Mips, bug 173860.