diff options
-rw-r--r-- | net-libs/courier-unicode/ChangeLog | 10 | ||||
-rw-r--r-- | net-libs/courier-unicode/courier-unicode-1.1.ebuild | 20 | ||||
-rw-r--r-- | net-libs/courier-unicode/metadata.xml | 8 |
3 files changed, 38 insertions, 0 deletions
diff --git a/net-libs/courier-unicode/ChangeLog b/net-libs/courier-unicode/ChangeLog new file mode 100644 index 000000000000..898f1f44942c --- /dev/null +++ b/net-libs/courier-unicode/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-libs/courier-unicode +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-unicode/ChangeLog,v 1.1 2014/09/16 19:12:42 hanno Exp $ + +*courier-unicode-1.1 (16 Sep 2014) + + 16 Sep 2014; Hanno Boeck <hanno@gentoo.org> +courier-unicode-1.1.ebuild, + +metadata.xml: + Initial commit, dep for next courier update. + diff --git a/net-libs/courier-unicode/courier-unicode-1.1.ebuild b/net-libs/courier-unicode/courier-unicode-1.1.ebuild new file mode 100644 index 000000000000..8ae13cd72d35 --- /dev/null +++ b/net-libs/courier-unicode/courier-unicode-1.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-unicode/courier-unicode-1.1.ebuild,v 1.1 2014/09/16 19:12:42 hanno Exp $ + +EAPI=5 +inherit eutils + +DESCRIPTION="Unicode library used by the courier mail server" +HOMEPAGE="http://www.courier-mta.org/" +SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +src_install() { + default + prune_libtool_files + dodoc AUTHORS ChangeLog README +} diff --git a/net-libs/courier-unicode/metadata.xml b/net-libs/courier-unicode/metadata.xml new file mode 100644 index 000000000000..4bac200f543e --- /dev/null +++ b/net-libs/courier-unicode/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>net-mail</herd> + <maintainer> + <email>hanno@gentoo.org</email> + </maintainer> +</pkgmetadata> |