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 7F02D139694 for ; Fri, 31 Mar 2017 21:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9682FE0C13; Fri, 31 Mar 2017 21:05:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 65F92E0C13 for ; Fri, 31 Mar 2017 21:05:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EEE934112A for ; Fri, 31 Mar 2017 21:05:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A6C070B7 for ; Fri, 31 Mar 2017 21:05:08 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1490992178.d891bab03c2c5958cfe10d3e9f53d3c81fa59d09.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/lib2bit/files/, sci-libs/lib2bit/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/lib2bit/files/lib2bit-0.2.1_respect_DESTDIR.patch sci-libs/lib2bit/lib2bit-0.2.1.ebuild sci-libs/lib2bit/metadata.xml X-VCS-Directories: sci-libs/lib2bit/files/ sci-libs/lib2bit/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: d891bab03c2c5958cfe10d3e9f53d3c81fa59d09 X-VCS-Branch: master Date: Fri, 31 Mar 2017 21:05:08 +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: 7c4ff5db-1469-4f2c-9fbf-3a651d53422c X-Archives-Hash: 1ad491c1e92242ba4c68c8cdece72133 commit: d891bab03c2c5958cfe10d3e9f53d3c81fa59d09 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Fri Mar 31 20:29:38 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Mar 31 20:29:38 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d891bab0 sci-libs/lib2bit: add a new library to be eventually used through dev-pyton/py2bit Package-Manager: Portage-2.3.5, Repoman-2.3.1 .../files/lib2bit-0.2.1_respect_DESTDIR.patch | 11 ++++++++++ sci-libs/lib2bit/lib2bit-0.2.1.ebuild | 24 ++++++++++++++++++++++ sci-libs/lib2bit/metadata.xml | 12 +++++++++++ 3 files changed, 47 insertions(+) diff --git a/sci-libs/lib2bit/files/lib2bit-0.2.1_respect_DESTDIR.patch b/sci-libs/lib2bit/files/lib2bit-0.2.1_respect_DESTDIR.patch new file mode 100644 index 000000000..cc0cbd536 --- /dev/null +++ b/sci-libs/lib2bit/files/lib2bit-0.2.1_respect_DESTDIR.patch @@ -0,0 +1,11 @@ +--- lib2bit-0.2.1/Makefile.ori 2017-03-31 22:09:48.387098439 +0200 ++++ lib2bit-0.2.1/Makefile 2017-03-31 22:10:29.889020564 +0200 +@@ -8,7 +8,7 @@ + LDLIBS = + INCLUDES = + +-prefix = /usr/local ++prefix = ${DESTDIR}/usr/local + includedir = $(prefix)/include + libdir = $(exec_prefix)/lib + diff --git a/sci-libs/lib2bit/lib2bit-0.2.1.ebuild b/sci-libs/lib2bit/lib2bit-0.2.1.ebuild new file mode 100644 index 000000000..a2029767d --- /dev/null +++ b/sci-libs/lib2bit/lib2bit-0.2.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils + +DESCRIPTION="C library for accessing 2bit files" +HOMEPAGE="https://github.com/dpryan79/lib2bit" +SRC_URI="https://github.com/dpryan79/lib2bit/archive/0.2.1.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_prepare(){ + epatch "${FILESDIR}"/${P}_respect_DESTDIR.patch + default +} diff --git a/sci-libs/lib2bit/metadata.xml b/sci-libs/lib2bit/metadata.xml new file mode 100644 index 000000000..f68a1b6fa --- /dev/null +++ b/sci-libs/lib2bit/metadata.xml @@ -0,0 +1,12 @@ + + + + + mmokrejs@fold.natur.cuni.cz + Martin Mokrejs + + + sci-biology@gentoo.org + Gentoo Biology Project + +