Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
flameeyes 12/06/24 07:56:56
Modified: kelbt-0.15.ebuild ChangeLog
Log:
Add patch to fix build with gcc 4.7 (keep the same name since it's the same patch as ragel's).
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-util/kelbt/kelbt-0.15.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kelbt/kelbt-0.15.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kelbt/kelbt-0.15.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kelbt/kelbt-0.15.ebuild?r1=1.1&r2=1.2
Index: kelbt-0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kelbt/kelbt-0.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kelbt-0.15.ebuild 22 May 2012 23:46:46 -0000 1.1
+++ kelbt-0.15.ebuild 24 Jun 2012 07:56:56 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kelbt/kelbt-0.15.ebuild,v 1.1 2012/05/22 23:46:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kelbt/kelbt-0.15.ebuild,v 1.2 2012/06/24 07:56:56 flameeyes Exp $
EAPI=4
@@ -21,10 +21,12 @@
find "${S}" -iname "Makefile*" -exec sed -i \
-e '/\$(CXX)/s:CFLAGS:CXXFLAGS:' \
{} \;
+
+ epatch "${FILESDIR}"/ragel-6.7+gcc-4.7.patch
}
src_compile() {
- emake CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" || die
+ emake CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
}
src_test() {
@@ -33,11 +35,11 @@
}
src_install() {
- dobin kelbt/kelbt || die
- dodoc TODO CREDITS ChangeLog || die
+ dobin kelbt/kelbt
+ dodoc TODO CREDITS ChangeLog
if use vim-syntax; then
insinto /usr/share/vim/vimfiles/syntax
- doins ${PN}.vim || die
+ doins ${PN}.vim
fi
}
1.6 dev-util/kelbt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kelbt/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kelbt/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kelbt/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kelbt/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 22 May 2012 23:46:46 -0000 1.5
+++ ChangeLog 24 Jun 2012 07:56:56 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/kelbt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kelbt/ChangeLog,v 1.5 2012/05/22 23:46:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kelbt/ChangeLog,v 1.6 2012/06/24 07:56:56 flameeyes Exp $
+
+ 24 Jun 2012; Diego E. Pettenò <flameeyes@g.o>
+ +files/ragel-6.7+gcc-4.7.patch, kelbt-0.15.ebuild:
+ Add patch to fix build with gcc 4.7 (keep the same name since it's the same
+ patch as ragel's).
*kelbt-0.15 (22 May 2012)
|
|