summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno <hanno@gentoo.org>2018-12-18 10:14:43 +0100
committerHanno <hanno@gentoo.org>2018-12-18 10:14:43 +0100
commit1ccc35cb0c48bdb29970501cbe4ae2720b3cd841 (patch)
tree3fb36df3f1d6b4a1e9885f2b723d51e5c161e5a8 /net-libs/courier-unicode/courier-unicode-2.1.ebuild
parentwww-servers/puma: cleanup (diff)
downloadgentoo-1ccc35cb0c48bdb29970501cbe4ae2720b3cd841.tar.gz
gentoo-1ccc35cb0c48bdb29970501cbe4ae2720b3cd841.tar.bz2
gentoo-1ccc35cb0c48bdb29970501cbe4ae2720b3cd841.zip
net-libs/courier-unicode: Version bump
Signed-off-by: Hanno Boeck <hanno@gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.12
Diffstat (limited to 'net-libs/courier-unicode/courier-unicode-2.1.ebuild')
-rw-r--r--net-libs/courier-unicode/courier-unicode-2.1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-libs/courier-unicode/courier-unicode-2.1.ebuild b/net-libs/courier-unicode/courier-unicode-2.1.ebuild
new file mode 100644
index 000000000000..f46c2d652945
--- /dev/null
+++ b/net-libs/courier-unicode/courier-unicode-2.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Unicode library used by the courier mail server"
+HOMEPAGE="https://www.courier-mta.org/"
+SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+ dodoc AUTHORS ChangeLog README
+}