From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 468071388C4 for ; Wed, 13 Jan 2016 22:26:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AEF6E088C; Wed, 13 Jan 2016 22:26:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 880EAE088C for ; Wed, 13 Jan 2016 22:26:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73218340A98 for ; Wed, 13 Jan 2016 22:25:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 370C6E5F for ; Wed, 13 Jan 2016 22:25:56 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1452723744.ecf34805badbbcdf7a88d56e081319315d1aac1a.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/execline/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/execline/Manifest dev-lang/execline/execline-2.1.4.5.ebuild X-VCS-Directories: dev-lang/execline/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: ecf34805badbbcdf7a88d56e081319315d1aac1a X-VCS-Branch: master Date: Wed, 13 Jan 2016 22:25:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dd3bdd1c-83a5-4e80-8ef9-897356f53d48 X-Archives-Hash: 27279401d83c6b36b42c528157b8ca4f commit: ecf34805badbbcdf7a88d56e081319315d1aac1a Author: William Hubbs gentoo org> AuthorDate: Wed Jan 13 22:18:43 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Jan 13 22:22:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf34805 dev-lang/execline: version bump dev-lang/execline/Manifest | 1 + dev-lang/execline/execline-2.1.4.5.ebuild | 55 +++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/dev-lang/execline/Manifest b/dev-lang/execline/Manifest index d0ed12e..52c9adb 100644 --- a/dev-lang/execline/Manifest +++ b/dev-lang/execline/Manifest @@ -1 +1,2 @@ DIST execline-2.1.1.0.tar.gz 75967 SHA256 9e1a9b95772b64bd623c1ddea6200909cca0eb659893ac47857848928eaff7dc SHA512 250fe449b39a198193f1431b249b342f3c6c499fea12779a55d0e27aec2095285bbf9dc2a48d84eebdf9f540ecf5e67ef39393243ca0fadfc764d2cc95ac0b6b WHIRLPOOL ce92f6d7786e5f1efcfb5298b1fa8a561957c6b9f542ace49b815e69f98da4f88adcd339f7210d61d7ae1298573cd9bc31c22c6f7b3c8ac30f44986c88241f32 +DIST execline-2.1.4.5.tar.gz 80203 SHA256 ab4451d4992a5d7fb2ae34cffe4d0806e4902bf9aa27ee3b75617aa35379356f SHA512 15a76c73afe98142b9f466edb442cad06ee69f0f0e15ad6a325c37f3878b4c5863b5cece67bd169e84b465a0f7f4f38f87fa88b2aa96fe40a20ebc3575a1ceb9 WHIRLPOOL 1df5b72f02c95d3fd24ff7c46b3cd7aff89186bfe6bb27df815f5bb06a12886e57b3fe67ff18d2d387dccb107eb8acf0b09124eafe47a9857e636d240e1051e8 diff --git a/dev-lang/execline/execline-2.1.4.5.ebuild b/dev-lang/execline/execline-2.1.4.5.ebuild new file mode 100644 index 0000000..a2f0623 --- /dev/null +++ b/dev-lang/execline/execline-2.1.4.5.ebuild @@ -0,0 +1,55 @@ +# Copyright 2013-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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.8.3[static-libs] ) + !static? ( >=dev-libs/skalibs-2.3.8.3 ) +" +RDEPEND="!static? ( >=dev-libs/skalibs-2.3.8.3 )" + +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_compile() +{ + emake DESTDIR="${D}" +} + +src_install() +{ + default + dohtml -r doc/* +}