naota       14/04/08 06:50:00

  Modified:             ChangeLog
  Added:                oniguruma-5.9.5.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)

Revision  Changes    Path
1.62                 dev-libs/oniguruma/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/ChangeLog?rev=1.62&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/ChangeLog?rev=1.62&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   20 Apr 2013 07:55:48 -0000      1.61
+++ ChangeLog   8 Apr 2014 06:50:00 -0000       1.62
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/oniguruma
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v 1.61 
2013/04/20 07:55:48 naota Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v 1.62 
2014/04/08 06:50:00 naota Exp $
+
+*oniguruma-5.9.5 (08 Apr 2014)
+
+  08 Apr 2014; Naohiro Aota <[email protected]> +oniguruma-5.9.5.ebuild:
+  version bump
 
   20 Apr 2013; Naohiro Aota <[email protected]> oniguruma-5.9.2-r1.ebuild,
   oniguruma-5.9.3.ebuild, oniguruma-5.9.4.ebuild:



1.1                  dev-libs/oniguruma/oniguruma-5.9.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild?rev=1.1&content-type=text/plain

Index: oniguruma-5.9.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild,v 
1.1 2014/04/08 06:50:00 naota Exp $

EAPI=4
# Needed for a sane .so versionning on fbsd, please dont drop
AUTOTOOLS_AUTORECONF=1

inherit eutils autotools-multilib

MY_P=onig-${PV}

DESCRIPTION="a regular expression library for different character encodings"
HOMEPAGE="http://www.geocities.jp/kosako3/oniguruma";
SRC_URI="http://www.geocities.jp/kosako3/oniguruma/archive/${MY_P}.tar.gz";

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
IUSE="combination-explosion-check crnl-as-line-terminator static-libs"

PATCHES=( "${FILESDIR}"/${PN}-5.9.3-makefile.patch )
DOCS=( AUTHORS HISTORY README{,.ja} doc/{API,FAQ,RE}{,.ja} )

S=${WORKDIR}/${MY_P}

src_configure() {
        local myeconfargs=(
                $(use_enable combination-explosion-check)
                $(use_enable crnl-as-line-terminator)
        )
        autotools-multilib_src_configure
}

src_install() {
        autotools-multilib_src_install
        use static-libs || prune_libtool_files
}




Reply via email to