mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-libs/courier-unicode: add 2.5.0
Signed-off-by: Hanno Böck <hanno@gentoo.org>
This commit is contained in:
@@ -2,3 +2,4 @@ DIST courier-unicode-2.3.0.tar.bz2 657354 BLAKE2B 4ccb4743330b5da8b4ab8f39d3ca18
|
||||
DIST courier-unicode-2.3.1.tar.bz2 657748 BLAKE2B a5e07741d410e212b3cf55ee690f794a0a133fea1bdcb181c1630f113588f0301d0a253770395bb5f1996321569dfe7c1e06b2918026575cef04b3233199386c SHA512 ee515e06364075d40c3204073cd828f5f663ec9cfe97259d38a5b30f0452f44073192685e408cd92aa93550bf61c2fe6dd5261845f7934ffa44b6f3a475edda6
|
||||
DIST courier-unicode-2.3.2.tar.bz2 658384 BLAKE2B 23bff8819c1befe89f6f16936637d4cad10999522b3351db32525773ea77e70e419bc96dcb419bc1df3c390c0644280878624b3de65984cdec78e83f2d27df1a SHA512 152574fe918ef66f29ef5b082dcbaafa136c6a987db747dff0572d5a1fa33bbb94bb31ee1f7b4ab8b11dc1627187792eae85cc2f4ad9fdfbce89f8160d8563c8
|
||||
DIST courier-unicode-2.4.0.tar.bz2 695923 BLAKE2B 1d41bbb6454af595454ae37958dd7aecc59d4f8200e7c1481df8308ef65ae1dca1ae16ad3b183053625483e06be78dc8e7c567781a7a7472db20c1ad10fa172a SHA512 0ebb0562d67ec1ff9babdf42c317180b1250bef64fcc154b2ec25da29f0e3c0c2263892c8881a365090434eac8f551e2b4ec4ad708f609d5ec8a57fd037dca5b
|
||||
DIST courier-unicode-2.5.0.tar.bz2 702383 BLAKE2B f1a5b0ea7e5b576e65a6326502f9b92fc0c2cc2502b2c89bc4bfa816724a6c4a0242d3194858254f9ff573ac661f75c88e29c015dfafad59d32a5849b4b7ca4d SHA512 c58bb551ea3cca53891655cc208407710a6d58c7ad1a94930c4ee649256fea672bf854ba49fdc10ec2b15f5142e64a974ecf369c2e8792bde0659255824210b1
|
||||
|
||||
22
net-libs/courier-unicode/courier-unicode-2.5.0.ebuild
Normal file
22
net-libs/courier-unicode/courier-unicode-2.5.0.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2026 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/10"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~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
|
||||
}
|
||||
Reference in New Issue
Block a user