From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07F4E139085 for ; Thu, 22 Dec 2016 11:29:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E75422419E; Thu, 22 Dec 2016 11:29:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AC0622419E for ; Thu, 22 Dec 2016 11:29:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D03A2341117 for ; Thu, 22 Dec 2016 11:29:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74F4024DE for ; Thu, 22 Dec 2016 11:29:00 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1482406138.d0912604c5ae0913f50e4202555cb0f54a8bb5e8.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/libfixposix/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/libfixposix/libfixposix-0.4.1.ebuild X-VCS-Directories: dev-lisp/libfixposix/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: d0912604c5ae0913f50e4202555cb0f54a8bb5e8 X-VCS-Branch: master Date: Thu, 22 Dec 2016 11:29:00 +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: c9e5d257-cafa-442e-81a6-62d040df6c80 X-Archives-Hash: df084f8cfdf6ce095cfa4813e48a3211 commit: d0912604c5ae0913f50e4202555cb0f54a8bb5e8 Author: Chema Alonso Josa gentoo org> AuthorDate: Thu Dec 22 11:28:58 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Dec 22 11:28:58 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d0912604 dev-lisp/libfixposix: Adds version 0.4.1 dev-lisp/libfixposix/libfixposix-0.4.1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-lisp/libfixposix/libfixposix-0.4.1.ebuild b/dev-lisp/libfixposix/libfixposix-0.4.1.ebuild new file mode 100644 index 0000000..9e8dd95 --- /dev/null +++ b/dev-lisp/libfixposix/libfixposix-0.4.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools + +DESCRIPTION="Thin wrapper over POSIX syscalls" +HOMEPAGE="https://github.com/sionescu/libfixposix" +SRC_URI="https://github.com/sionescu/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Boost-1.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +src_prepare() { + default + eautoreconf +}