Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/bar: bar-1.10.9.ebuild ChangeLog bar-1.11.0.ebuild
Date: Thu, 06 Jan 2011 21:29:07
Message-Id: 20110106212857.819F820051@flycatcher.gentoo.org
1 jlec 11/01/06 21:28:57
2
3 Modified: bar-1.10.9.ebuild ChangeLog
4 Added: bar-1.11.0.ebuild
5 Log:
6 Version Bump
7
8 (Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 sys-apps/bar/bar-1.10.9.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/bar/bar-1.10.9.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/bar/bar-1.10.9.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/bar/bar-1.10.9.ebuild?r1=1.4&r2=1.5
16
17 Index: bar-1.10.9.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.10.9.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- bar-1.10.9.ebuild 29 May 2009 22:57:31 -0000 1.4
24 +++ bar-1.10.9.ebuild 6 Jan 2011 21:28:57 -0000 1.5
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2009 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.10.9.ebuild,v 1.4 2009/05/29 22:57:31 tcunha Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.10.9.ebuild,v 1.5 2011/01/06 21:28:57 jlec Exp $
31
32 inherit autotools
33
34 @@ -20,7 +20,7 @@
35 unpack ${A}
36 cd "${S}"
37 sed -e '/^LDFLAGS/d' \
38 - -e '/cd $(WEB_DIR) && $(MAKE)/d' -i Makefile.am
39 + -e '/cd $(WEB_DIR) && $(MAKE)/d' -i Makefile.am || die
40 eautomake
41 }
42
43
44
45
46 1.24 sys-apps/bar/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/bar/ChangeLog?rev=1.24&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/bar/ChangeLog?rev=1.24&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/bar/ChangeLog?r1=1.23&r2=1.24
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-apps/bar/ChangeLog,v
55 retrieving revision 1.23
56 retrieving revision 1.24
57 diff -u -r1.23 -r1.24
58 --- ChangeLog 1 Jun 2009 09:51:06 -0000 1.23
59 +++ ChangeLog 6 Jan 2011 21:28:57 -0000 1.24
60 @@ -1,6 +1,12 @@
61 # ChangeLog for sys-apps/bar
62 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/ChangeLog,v 1.23 2009/06/01 09:51:06 pva Exp $
64 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/ChangeLog,v 1.24 2011/01/06 21:28:57 jlec Exp $
66 +
67 +*bar-1.11.0 (06 Jan 2011)
68 +
69 + 06 Jan 2011; Justin Lecher <jlec@g.o> bar-1.10.9.ebuild,
70 + +bar-1.11.0.ebuild:
71 + Version Bump
72
73 01 Jun 2009; Peter Volkov <pva@g.o> -bar-1.10.3.ebuild:
74 Remove old.
75
76
77
78 1.1 sys-apps/bar/bar-1.11.0.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/bar/bar-1.11.0.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/bar/bar-1.11.0.ebuild?rev=1.1&content-type=text/plain
82
83 Index: bar-1.11.0.ebuild
84 ===================================================================
85 # Copyright 1999-2011 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.11.0.ebuild,v 1.1 2011/01/06 21:28:57 jlec Exp $
88
89 inherit autotools
90
91 DESCRIPTION="Console Progress Bar"
92 HOMEPAGE="http://clpbar.sourceforge.net/"
93 SRC_URI="mirror://sourceforge/clpbar/${PN}_${PV}.tar.gz"
94
95 LICENSE="GPL-2"
96 SLOT="0"
97 KEYWORDS="~amd64 ~sparc ~x86"
98 IUSE="doc"
99
100 DEPEND="doc? ( >=app-doc/doxygen-1.3.5 )"
101 RDEPEND=""
102
103 src_unpack() {
104 unpack ${A}
105 cd "${S}"
106 sed -e '/^LDFLAGS/d' \
107 -e '/cd $(WEB_DIR) && $(MAKE)/d' -i Makefile.am || die
108 eautomake
109 }
110
111 src_compile() {
112 local myconf
113
114 # Fix wrt #113392
115 use sparc && myconf="${myconf} --disable-use-memalign"
116 econf ${myconf}
117
118 emake CFLAGS="${CFLAGS}" || die "emake failed"
119 if use doc; then
120 mkdir -p ../www/doxygen/${PV}
121 emake update-web || die "make doc failed" ;
122 fi
123 }
124
125 src_install() {
126 make DESTDIR="${D}" install || die "make install failed"
127 dodoc AUTHORS TODO TROUBLESHOOTING debian/changelog || die "dodoc failed"
128 newdoc ChangeLog ChangeLog.old || die
129 if use doc ; then
130 dohtml -r ../www/doxygen/${PV}/html/*
131 fi
132 }