Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/bbrun: bbrun-1.6.ebuild ChangeLog
Date: Sun, 13 Jan 2008 02:52:11
Message-Id: E1JDsxD-0004vH-Ld@stork.gentoo.org
1 drac 08/01/13 02:52:07
2
3 Modified: bbrun-1.6.ebuild ChangeLog
4 Log:
5 toolchanify and stable on amd64.
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.7 x11-misc/bbrun/bbrun-1.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild?r1=1.6&r2=1.7
14
15 Index: bbrun-1.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- bbrun-1.6.ebuild 4 Dec 2006 01:22:16 -0000 1.6
22 +++ bbrun-1.6.ebuild 13 Jan 2008 02:52:07 -0000 1.7
23 @@ -1,32 +1,36 @@
24 -# Copyright 1999-2006 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/x11-misc/bbrun/bbrun-1.6.ebuild,v 1.6 2006/12/04 01:22:16 omp Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild,v 1.7 2008/01/13 02:52:07 drac Exp $
29 +
30 +inherit multilib toolchain-funcs
31
32 DESCRIPTION="blackbox program execution dialog box"
33 -HOMEPAGE="http://www.darkops.net/bbrun/"
34 +HOMEPAGE="http://www.darkops.net/bbrun"
35 SRC_URI="http://www.darkops.net/${PN}/${P}.tar.gz"
36
37 LICENSE="GPL-2"
38 SLOT="0"
39 -KEYWORDS="~amd64 ppc sparc x86"
40 +KEYWORDS="amd64 ppc sparc x86"
41 IUSE=""
42
43 RDEPEND=">=x11-libs/gtk+-2"
44 DEPEND="${RDEPEND}
45 dev-util/pkgconfig"
46
47 +S=${WORKDIR}/${P}/${PN}
48 +
49 src_unpack() {
50 unpack ${A}
51 - cd "${S}/bbrun"
52 - sed -i "s:-g -c -O2:-c ${CFLAGS}:" Makefile || die "sed Makefile failed"
53 + cd "${S}"
54 + sed -e "s:-O2::" -e "s:-g:${CFLAGS}:g" -i Makefile
55 }
56
57 src_compile() {
58 - cd "${S}/bbrun"
59 - emake || die "emake failed"
60 + emake CC="$(tc-getCC)" \
61 + LIBDIR="-L/usr/$(get_libdir)" || die "emake failed."
62 }
63
64 src_install () {
65 - dobin bbrun/bbrun || die "failed to install bbrun"
66 - dodoc Changelog README
67 + dobin ${PN}
68 + dodoc ../{Changelog,README}
69 }
70
71
72
73 1.21 x11-misc/bbrun/ChangeLog
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbrun/ChangeLog?rev=1.21&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbrun/ChangeLog?rev=1.21&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbrun/ChangeLog?r1=1.20&r2=1.21
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v
82 retrieving revision 1.20
83 retrieving revision 1.21
84 diff -u -r1.20 -r1.21
85 --- ChangeLog 19 Mar 2007 01:28:53 -0000 1.20
86 +++ ChangeLog 13 Jan 2008 02:52:07 -0000 1.21
87 @@ -1,6 +1,9 @@
88 # ChangeLog for x11-misc/bbrun
89 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.20 2007/03/19 01:28:53 kloeri Exp $
91 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
92 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.21 2008/01/13 02:52:07 drac Exp $
93 +
94 + 13 Jan 2008; Samuli Suominen <drac@g.o> bbrun-1.6.ebuild:
95 + toolchanify and stable on amd64.
96
97 19 Mar 2007; Bryan Østergaard <kloeri@g.o> metadata.xml:
98 Remove ka0ttic from metadata.xml due to retirement.
99
100
101
102 --
103 gentoo-commits@l.g.o mailing list