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 F12F91382B5 for ; Tue, 14 Jun 2016 15:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63265E0900; Tue, 14 Jun 2016 15:48:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DF52CE0900 for ; Tue, 14 Jun 2016 15:48:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8B692340924 for ; Tue, 14 Jun 2016 15:48:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFA6316C5 for ; Tue, 14 Jun 2016 15:48:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1465919254.e15c9874ab45e883386f8de9f4b2b604d9b9bf1f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/plzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/plzip/Manifest app-arch/plzip/plzip-1.5.ebuild X-VCS-Directories: app-arch/plzip/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e15c9874ab45e883386f8de9f4b2b604d9b9bf1f X-VCS-Branch: master Date: Tue, 14 Jun 2016 15:48:37 +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: 93bfb022-5f41-4c3f-b64a-edec049673a6 X-Archives-Hash: ff6b85cb475bf0fd9e4e3096c087005a commit: e15c9874ab45e883386f8de9f4b2b604d9b9bf1f Author: Michał Górny gentoo org> AuthorDate: Tue Jun 14 15:47:23 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 14 15:47:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15c9874 app-arch/plzip: Bump to 1.5 app-arch/plzip/Manifest | 1 + app-arch/plzip/plzip-1.5.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/app-arch/plzip/Manifest b/app-arch/plzip/Manifest index 323b329..2c3b62a 100644 --- a/app-arch/plzip/Manifest +++ b/app-arch/plzip/Manifest @@ -1,2 +1,3 @@ DIST plzip-1.3.tar.gz 60027 SHA256 45f631ae849cb1372317432478c815725ba00ae67fd7df9fb97df994720234a7 SHA512 7f32978b1c68d546df8c2a60f0dec3594981f08710216ec79d6cbe6fbc4163c5ab54781165689fd30b512159fc02a00a62d588b13166b53ccf94a544f1586173 WHIRLPOOL e943978d600f4eac00c390cdf2168b1cc97a0e888c4be3f1f76814edbbca81c5d1ff2792249d923dd4c4d2f20f7f79dff3b436e78a6f10827583a572b94e428a DIST plzip-1.4.tar.gz 60291 SHA256 2a152ee429495cb96c22a51b618d1d19882db3e24aff79329d9c755a2a2f67bb SHA512 f093a121dd94622c666b9bf77ee88f1b6b32647331829b33b49f3e59b7a6c48a700b1f0091b691cd37a67f0a65477d2cc285d95b44db0d262fec5274c53a1755 WHIRLPOOL cdcc3b55b50aaab6f6c66db24d5cfa536bc32475f8af91f435b073c3fec7e3446592e304436e13a09b24367f68dfb515705d545eb019f0b982f14c31eb1497a4 +DIST plzip-1.5.tar.gz 62874 SHA256 cd401683c2c57ecf170c99a873e41e9e5fee0e9680341646e31032e31489cc8a SHA512 af3f7b6cb249686286d90683c3040591e0bc362dc4c10c054836de179e52755539650963c06a21f76f3db418ed08606c754af73af1d5baf081f434ddcadd01c5 WHIRLPOOL d344dc89b8f3f0afcc2b02f740b83f47717a563e2cd2e88bd73deb0822ee4f1954b0ed0f641bb361fd7a55a8832419797e0cf6b6a533525b3fe026189df1a52b diff --git a/app-arch/plzip/plzip-1.5.ebuild b/app-arch/plzip/plzip-1.5.ebuild new file mode 100644 index 0000000..75583ce --- /dev/null +++ b/app-arch/plzip/plzip-1.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit toolchain-funcs + +DESCRIPTION="Parallel lzip compressor" +HOMEPAGE="http://www.nongnu.org/lzip/plzip.html" +SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="app-arch/lzlib:0=" +DEPEND=${RDEPEND} + +src_configure() { + # not autotools-based + ./configure \ + --prefix="${EPREFIX}"/usr \ + CXX="$(tc-getCXX)" \ + CPPFLAGS="${CPPFLAGS}" \ + CXXFLAGS="${CXXFLAGS}" \ + LDFLAGS="${LDFLAGS}" || die +}