commit:     a259222968b2c645f6af061381650032dcdbc989
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  5 09:47:09 2024 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Thu Sep  5 09:47:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2592229

net-libs/courier-unicode: add 2.3.1

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>

 net-libs/courier-unicode/Manifest                  |  1 +
 .../courier-unicode/courier-unicode-2.3.1.ebuild   | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/net-libs/courier-unicode/Manifest 
b/net-libs/courier-unicode/Manifest
index effd3eeb68e5..1161d5f00b67 100644
--- a/net-libs/courier-unicode/Manifest
+++ b/net-libs/courier-unicode/Manifest
@@ -1 +1,2 @@
 DIST courier-unicode-2.3.0.tar.bz2 657354 BLAKE2B 
4ccb4743330b5da8b4ab8f39d3ca186bcb826ef466a909d6cc011df5c2e15a8d547cf59f44dc40a02108d08695fa2747eab0050c3cd3e913277c9cc32ddf61db
 SHA512 
f0db382a5c3fbe76fa1395e90f5f5489f83e95753f95058aa1c1b16dbcd5aba0425e88674337d18d32d00ed932609c3e984ae684bb122fea40eaae9489f470d4
+DIST courier-unicode-2.3.1.tar.bz2 657748 BLAKE2B 
a5e07741d410e212b3cf55ee690f794a0a133fea1bdcb181c1630f113588f0301d0a253770395bb5f1996321569dfe7c1e06b2918026575cef04b3233199386c
 SHA512 
ee515e06364075d40c3204073cd828f5f663ec9cfe97259d38a5b30f0452f44073192685e408cd92aa93550bf61c2fe6dd5261845f7934ffa44b6f3a475edda6

diff --git a/net-libs/courier-unicode/courier-unicode-2.3.1.ebuild 
b/net-libs/courier-unicode/courier-unicode-2.3.1.ebuild
new file mode 100644
index 000000000000..79fe28d55bce
--- /dev/null
+++ b/net-libs/courier-unicode/courier-unicode-2.3.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unicode library used by the courier mail server"
+HOMEPAGE="https://www.courier-mta.org/";
+SRC_URI="https://downloads.sourceforge.net/courier/${P}.tar.bz2";
+
+LICENSE="GPL-3"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+src_configure() {
+       econf --disable-static
+}
+
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+       dodoc AUTHORS ChangeLog README
+}

Reply via email to