From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lzip/
Date: Sat, 15 Aug 2015 22:05:25 +0000 (UTC) [thread overview]
Message-ID: <1439676303.d81e3dbe7256a38339ce6267ab786e18ca8c5661.polynomial-c@gentoo> (raw)
commit: d81e3dbe7256a38339ce6267ab786e18ca8c5661
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 22:05:03 2015 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 22:05:03 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81e3dbe
app-arch/lzip: Version bump.
Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-arch/lzip/Manifest | 1 +
app-arch/lzip/lzip-1.18_pre1.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-arch/lzip/Manifest b/app-arch/lzip/Manifest
index cba59dc..88c4df0 100644
--- a/app-arch/lzip/Manifest
+++ b/app-arch/lzip/Manifest
@@ -1,2 +1,3 @@
DIST lzip-1.16.tar.gz 86035 SHA256 128cc25baf92c8b69700831e6f984d954016318cc78edca87870d0c033112751 SHA512 8a1c0b254fd10428ddee8b26a2e426b57c4799bdc690e08211c3bc8fdef0d86e3ed69c48a3f6b7be1fe6c65f1e09f44cd3481b233632b60b58f4b8a806175b63 WHIRLPOOL fdb9462a4f7c3efc05b00785f1124e491d316ca44eb0d280542675593861cdca993654b5e6fcbbbabf7a1aa96c552b8ebc3307493af87ee4e154790e448ff8e5
DIST lzip-1.17.tar.gz 91299 SHA256 9443855e0a33131233b22cdb6c62c9313a483f16cc7415efe88d4a494cea0352 SHA512 cd4a1a7d3778f22e3a6f2d2a20491919e662771e79d1738f74c63de857913e28186d53b2af7997e1b164f8ab792561c7dde8781bb025a1859271ddd72f5ed519 WHIRLPOOL 6ac2c7811bccb91db290df0c446f6fccf77918903f6a5eb430163973ded98b33d09505afbd2c9c1a585029d554f3a5683816778c23c0ee696eb49f25496d2828
+DIST lzip-1.18-pre1.tar.gz 93526 SHA256 a74b11edc04a9c39a38a7265b33a94fc3b99bb465c22b1996444b3a8c29ab31a SHA512 20aea2bdf98168551895d8137dd619ae3b6ec6eb5b6d138985e32236d38d909c03c899f45aabbc51d8d315d82aaf03c4bc45ff648206fd2dcfd1fec6e437e2f1 WHIRLPOOL d277832c0cc354fd033495547ce8ea3bf7573eb9d46bee7281d805246fa65e306c514db67cdd30488dda2357ad901b859ad0164cf2794c9ae453c57e1997ab95
diff --git a/app-arch/lzip/lzip-1.18_pre1.ebuild b/app-arch/lzip/lzip-1.18_pre1.ebuild
new file mode 100644
index 0000000..e51ceeb
--- /dev/null
+++ b/app-arch/lzip/lzip-1.18_pre1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+inherit toolchain-funcs
+
+DESCRIPTION="lossless data compressor based on the LZMA algorithm"
+HOMEPAGE="http://www.nongnu.org/lzip/lzip.html"
+SRC_URI="http://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+S="${WORKDIR}/${P/_/-}"
+
+src_configure() {
+ # not autotools-based
+ ./configure \
+ --prefix="${EPREFIX}"/usr \
+ CXX="$(tc-getCXX)" \
+ CPPFLAGS="${CPPFLAGS}" \
+ CXXFLAGS="${CXXFLAGS}" \
+ LDFLAGS="${LDFLAGS}" || die
+}
next reply other threads:[~2015-08-15 22:05 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-15 22:05 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-05 15:13 [gentoo-commits] repo/gentoo:master commit in: app-arch/lzip/ Michał Górny
2016-05-24 7:58 Michał Górny
2016-06-14 8:58 Lars Wendler
2017-01-03 13:48 Lars Wendler
2017-01-03 13:48 Lars Wendler
2017-01-04 11:23 Agostino Sarubbo
2017-01-06 14:33 Tobias Klausmann
2017-01-22 9:20 Jeroen Roovers
2017-02-18 5:48 Markus Meier
2017-02-18 6:45 Lars Wendler
2017-05-15 14:23 Lars Wendler
2017-12-03 12:35 Lars Wendler
2018-02-21 14:52 Thomas Deutschmann
2018-02-21 14:52 Thomas Deutschmann
2018-03-26 6:13 Michał Górny
2018-05-27 13:01 Thomas Deutschmann
2018-05-28 7:06 Sergei Trofimovich
2018-05-29 8:37 Mikle Kolyada
2018-05-31 8:13 Sergei Trofimovich
2018-06-18 20:21 Tobias Klausmann
2018-07-08 10:48 Markus Meier
2019-01-14 20:46 Mikle Kolyada
2019-03-10 20:35 Sergei Trofimovich
2019-03-10 22:17 Sergei Trofimovich
2019-03-11 22:42 Sergei Trofimovich
2019-03-12 17:01 Mikle Kolyada
2019-03-16 14:15 Mikle Kolyada
2019-03-16 21:57 Sergei Trofimovich
2019-03-16 22:55 Sergei Trofimovich
2019-04-01 17:21 Thomas Deutschmann
2019-04-08 6:42 Mikle Kolyada
2019-04-10 15:07 Michał Górny
2019-12-26 10:53 Michał Górny
2020-03-22 7:39 Mart Raudsepp
2021-01-06 12:52 Fabian Groffen
2021-01-10 11:31 Michał Górny
2021-02-19 1:51 Thomas Deutschmann
2021-02-19 2:54 Sam James
2021-02-19 3:43 Sam James
2021-02-19 3:47 Sam James
2021-02-19 16:11 Sam James
2021-02-19 17:21 Sam James
2021-02-21 4:30 Sam James
2021-02-21 8:25 Michał Górny
2021-09-23 1:07 Matt Turner
2022-02-04 20:44 Michał Górny
2022-03-24 19:03 Jakov Smolić
2022-03-24 19:03 Jakov Smolić
2022-03-24 19:03 Jakov Smolić
2022-03-25 7:46 Agostino Sarubbo
2022-03-25 7:47 Agostino Sarubbo
2022-03-25 7:48 Agostino Sarubbo
2022-03-26 19:11 Arthur Zamarin
2022-04-06 23:34 Sam James
2022-04-16 4:47 Arthur Zamarin
2022-04-16 15:48 Michał Górny
2022-05-19 10:35 WANG Xuerui
2022-10-18 5:55 Sam James
2023-03-10 6:05 Viorel Munteanu
2024-01-31 15:47 Michał Górny
2024-02-18 0:15 Sam James
2024-02-18 8:55 Sam James
2024-02-18 11:43 Jakov Smolić
2024-03-02 15:27 Arthur Zamarin
2024-03-03 19:07 Michał Górny
2024-03-19 5:52 Michał Górny
2024-03-23 10:41 Michał Górny
2024-03-23 10:41 Michał Górny
2024-03-23 13:39 Sam James
2024-03-23 13:39 Sam James
2024-03-23 13:44 Sam James
2024-04-17 5:37 Arthur Zamarin
2024-04-17 12:46 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1439676303.d81e3dbe7256a38339ce6267ab786e18ca8c5661.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox