vapier      14/03/16 05:06:44

  Modified:             ChangeLog
  Added:                flex-2.5.38-r1.ebuild
  Removed:              flex-2.5.38.ebuild
  Log:
  Drop shared lib since it makes no sense #503522 by Andrés Becerra Sandoval.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.114                sys-devel/flex/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/ChangeLog?rev=1.114&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/ChangeLog?rev=1.114&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/ChangeLog?r1=1.113&r2=1.114

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   13 Feb 2014 08:19:23 -0000      1.113
+++ ChangeLog   16 Mar 2014 05:06:44 -0000      1.114
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/flex
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.113 2014/02/13 
08:19:23 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.114 2014/03/16 
05:06:44 vapier Exp $
+
+*flex-2.5.38-r1 (16 Mar 2014)
+
+  16 Mar 2014; Mike Frysinger <[email protected]> +flex-2.5.38-r1.ebuild,
+  -flex-2.5.38.ebuild:
+  Drop shared lib since it makes no sense #503522 by Andrés Becerra Sandoval.
 
 *flex-2.5.38 (13 Feb 2014)
 



1.1                  sys-devel/flex/flex-2.5.38-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.38-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.38-r1.ebuild?rev=1.1&content-type=text/plain

Index: flex-2.5.38-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.38-r1.ebuild,v 1.1 
2014/03/16 05:06:44 vapier Exp $

EAPI="4"

inherit flag-o-matic

DESCRIPTION="The Fast Lexical Analyzer"
HOMEPAGE="http://flex.sourceforge.net/";
SRC_URI="mirror://sourceforge/flex/${P}.tar.xz"

LICENSE="FLEX"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
IUSE="nls static test"

# We want bison explicitly and not yacc in general #381273
RDEPEND="sys-devel/m4"
DEPEND="${RDEPEND}
        app-arch/xz-utils
        nls? ( sys-devel/gettext )
        test? ( sys-devel/bison )"

src_configure() {
        use static && append-ldflags -static
        # Do not install shared libs #503522
        econf \
                --disable-shared \
                $(use_enable nls) \
                --docdir='$(datarootdir)/doc/'${PF}
}

src_install() {
        default
        dodoc ONEWS
        find "${ED}" -name '*.la' -delete
        rm "${ED}"/usr/share/doc/${PF}/{COPYING,flex.pdf} || die
        dosym flex /usr/bin/lex
}




Reply via email to