williamh    14/11/04 03:50:42

  Modified:             ChangeLog
  Added:                execline-1.3.1.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  Changes    Path
1.2                  dev-lang/execline/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/execline/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   2 Oct 2013 22:59:32 -0000       1.1
+++ ChangeLog   4 Nov 2014 03:50:42 -0000       1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/execline
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/execline/ChangeLog,v 1.1 
2013/10/02 22:59:32 williamh Exp $
+# 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 $
+
+*execline-1.3.1.1 (04 Nov 2014)
+
+  04 Nov 2014; William Hubbs <[email protected]> +execline-1.3.1.1.ebuild:
+  version bump
 
 *execline-1.2.3 (02 Oct 2013)
 



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

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

Index: execline-1.3.1.1.ebuild
===================================================================
# Copyright 2013-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/execline/execline-1.3.1.1.ebuild,v 
1.1 2014/11/04 03:50:42 williamh Exp $

EAPI=5

inherit multilib toolchain-funcs

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-libs"

COMMON_DEPEND=">=dev-libs/skalibs-1.6.0.0"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"

S=${WORKDIR}/admin/${P}

src_configure()
{
        echo $(tc-getCC) ${CFLAGS} > conf-compile/conf-cc
        echo $(tc-getCC) ${LDFLAGS} > conf-compile/conf-dynld
        echo /usr/$(get_libdir)/execline > conf-compile/conf-install-library
        echo /$(get_libdir) > conf-compile/conf-install-library.so
        echo $(tc-getCC) ${LDFLAGS} > conf-compile/conf-ld
        echo > conf-compile/conf-stripbins
        echo > conf-compile/conf-striplibs
        rm conf-compile/flag-slashpackage
        echo /usr/lib/skalibs/sysdeps > conf-compile/import
        echo /usr/include/skalibs > conf-compile/path-include
        echo /usr/$(get_libdir)/skalibs > conf-compile/path-library
        echo /$(get_libdir)/skalibs > conf-compile/path-library.so
}

src_compile()
{
        emake -j1
}

src_install()
{
        into /
        dobin command/*
        dolib.so library.so/*

        insinto /etc
        doins etc/*

        insinto /usr/include
        doins include/*

        if use static-libs ; then
                into /usr
                dolib.a library/*
        fi

        dodoc $(find doc -type f ! -name "*.html" ! -name "COPYING")
        dohtml -r doc/*
}




Reply via email to