public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/clzip/
Date: Mon, 31 Jan 2022 22:27:59 +0000 (UTC)	[thread overview]
Message-ID: <1643668074.450b510f3e0d76ad2d183f463ac6447550736cdc.mgorny@gentoo> (raw)

commit:     450b510f3e0d76ad2d183f463ac6447550736cdc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 31 22:25:00 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 31 22:27:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450b510f

app-arch/clzip: Package one more lzip variant, v1.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/clzip/Manifest          |  1 +
 app-arch/clzip/clzip-1.13.ebuild | 28 ++++++++++++++++++++++++++++
 app-arch/clzip/metadata.xml      |  8 ++++++++
 3 files changed, 37 insertions(+)

diff --git a/app-arch/clzip/Manifest b/app-arch/clzip/Manifest
new file mode 100644
index 000000000000..7dcb444c2cb3
--- /dev/null
+++ b/app-arch/clzip/Manifest
@@ -0,0 +1 @@
+DIST clzip-1.13.tar.gz 123369 BLAKE2B 3d6b205aa7c60e04baddcf826d3da709f58b5796c95ac348a77e9d997ab68dda750c65b78ba50656a6c986146bc87da8b3503c86a3e0d568c9e6b1550aad5997 SHA512 7b9943f3e971cb9cabadb3b0832c23984c9329cb48bbfa6fd0780146b6b3d612386b6ca8c6e688c05470e3e3474b688dfb3228ba6aff2093ea1d781eba5f2791

diff --git a/app-arch/clzip/clzip-1.13.ebuild b/app-arch/clzip/clzip-1.13.ebuild
new file mode 100644
index 000000000000..571001a3d9fe
--- /dev/null
+++ b/app-arch/clzip/clzip-1.13.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="C language version of lzip"
+HOMEPAGE="https://www.nongnu.org/lzip/clzip.html"
+SRC_URI="https://download.savannah.gnu.org/releases/lzip/clzip/${P/_/-}.tar.gz"
+S="${WORKDIR}/${P/_/-}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_configure() {
+	# not autotools-based
+	local myconf=(
+		--prefix="${EPREFIX}"/usr
+		CC="$(tc-getCC)"
+		CPPFLAGS="${CPPFLAGS}"
+		CFLAGS="${CFLAGS}"
+		LDFLAGS="${LDFLAGS}"
+	)
+
+	./configure "${myconf[@]}" || die
+}

diff --git a/app-arch/clzip/metadata.xml b/app-arch/clzip/metadata.xml
new file mode 100644
index 000000000000..076793e3f54b
--- /dev/null
+++ b/app-arch/clzip/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2022-01-31 22:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-31 22:27 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-06 23:34 [gentoo-commits] repo/gentoo:master commit in: app-arch/clzip/ Sam James
2023-10-27  5:43 Joonas Niilola
2024-01-26 16:45 Michał Górny
2024-02-18 11:43 Jakov Smolić
2024-02-18 13:23 Michał Górny
2025-01-17 18:23 Michał Górny
2025-02-01  9:51 Arthur Zamarin
2025-02-01 10:12 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=1643668074.450b510f3e0d76ad2d183f463ac6447550736cdc.mgorny@gentoo \
    --to=mgorny@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