williamh    15/02/21 04:52:57

  Modified:             ChangeLog
  Added:                execline-2.0.2.1.ebuild
  Log:
  version bump for #540566
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  Changes    Path
1.3                  dev-lang/execline/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/execline/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/execline/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/execline/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/execline/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   4 Nov 2014 03:50:42 -0000       1.2
+++ ChangeLog   21 Feb 2015 04:52:56 -0000      1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/execline
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/execline/ChangeLog,v 1.2 
2014/11/04 03:50:42 williamh Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/execline/ChangeLog,v 1.3 
2015/02/21 04:52:56 williamh Exp $
+
+*execline-2.0.2.1 (21 Feb 2015)
+
+  21 Feb 2015; William Hubbs <[email protected]> +execline-2.0.2.1.ebuild:
+  version bump for #540566
 
 *execline-1.3.1.1 (04 Nov 2014)
 



1.1                  dev-lang/execline/execline-2.0.2.1.ebuild

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

Index: execline-2.0.2.1.ebuild
===================================================================
# Copyright 2013-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/execline/execline-2.0.2.1.ebuild,v 
1.1 2015/02/21 04:52:56 williamh Exp $

EAPI=5

inherit multilib

DESCRIPTION="a non-interactive scripting language similar to SH"
HOMEPAGE="http://www.skarnet.org/software/execline/";
SRC_URI="http://www.skarnet.org/software/${PN}/${P}.tar.gz";

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static static-libs"

DEPEND=">=sys-devel/make-4.0
        static? ( >=dev-libs/skalibs-2.3.0.0[static-libs] )
        !static? ( >=dev-libs/skalibs-2.3.0.0 )
"
RDEPEND="!static? ( >=dev-libs/skalibs-2.3.0.0 )"

src_prepare() {
        # Remove QA warning about LDFLAGS addition
        sed -i "s~tryldflag LDFLAGS_AUTO -Wl,--hash-style=both~:~" 
"${S}/configure" || die
}

src_configure()
{
        econf \
                $(use_enable static-libs static) \
                $(use_enable static allstatic) \
                $(use_enable !static shared) \
                --bindir=/bin \
                --sbindir=/sbin \
                --dynlibdir=/$(get_libdir) \
                --libdir=/usr/$(get_libdir)/${PN} \
                --datadir=/etc \
                --sysdepdir=/usr/$(get_libdir)/${PN} \
                --with-dynlib=/$(get_libdir) \
                --with-lib=/usr/$(get_libdir)/skalibs \
                --with-sysdeps=/usr/$(get_libdir)/skalibs
}

src_install()
{
        default
        dohtml -r doc/*
}




Reply via email to