diff options
author | Tuan Van <langthang@gentoo.org> | 2004-07-06 00:50:24 +0000 |
---|---|---|
committer | Tuan Van <langthang@gentoo.org> | 2004-07-06 00:50:24 +0000 |
commit | 5cb5beac76f2a9e3ea9fd9adde0f77e8b62027bc (patch) | |
tree | 2100ba322e4ac5a781d8e27528bedac07143c5e1 /net-misc/gsasl | |
parent | New ebuild, bug #56015 (Manifest recommit) (diff) | |
download | gentoo-2-5cb5beac76f2a9e3ea9fd9adde0f77e8b62027bc.tar.gz gentoo-2-5cb5beac76f2a9e3ea9fd9adde0f77e8b62027bc.tar.bz2 gentoo-2-5cb5beac76f2a9e3ea9fd9adde0f77e8b62027bc.zip |
New ebuild, bug #56015
Diffstat (limited to 'net-misc/gsasl')
-rw-r--r-- | net-misc/gsasl/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/gsasl/Manifest | 2 | ||||
-rw-r--r-- | net-misc/gsasl/files/digest-gsasl-0.1.1 | 1 | ||||
-rw-r--r-- | net-misc/gsasl/gsasl-0.1.1.ebuild | 32 | ||||
-rw-r--r-- | net-misc/gsasl/metadata.xml | 9 |
5 files changed, 53 insertions, 0 deletions
diff --git a/net-misc/gsasl/ChangeLog b/net-misc/gsasl/ChangeLog new file mode 100644 index 000000000000..7966bb2b2037 --- /dev/null +++ b/net-misc/gsasl/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-misc/gsasl +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/ChangeLog,v 1.1 2004/07/06 00:50:24 langthang Exp $ + +*gsasl-0.1.1 (05 Jul 2004) + + 05 Jul 2004; <tvan@gentoo.org> +metadata.xml, +gsasl-0.1.1.ebuild: + New ebuild, bug #56015 + diff --git a/net-misc/gsasl/Manifest b/net-misc/gsasl/Manifest new file mode 100644 index 000000000000..9e04fd470e68 --- /dev/null +++ b/net-misc/gsasl/Manifest @@ -0,0 +1,2 @@ +MD5 f6e4296c469efe78b738a47f5da31033 gsasl-0.1.1.ebuild 1032 +MD5 6f459b6dcf5ae7b72eeab7e098d7ce95 files/digest-gsasl-0.1.1 64 diff --git a/net-misc/gsasl/files/digest-gsasl-0.1.1 b/net-misc/gsasl/files/digest-gsasl-0.1.1 new file mode 100644 index 000000000000..387e5b33340c --- /dev/null +++ b/net-misc/gsasl/files/digest-gsasl-0.1.1 @@ -0,0 +1 @@ +MD5 69041b133e7989be7c2528796d4e2902 gsasl-0.1.1.tar.gz 1603231 diff --git a/net-misc/gsasl/gsasl-0.1.1.ebuild b/net-misc/gsasl/gsasl-0.1.1.ebuild new file mode 100644 index 000000000000..29d10d117221 --- /dev/null +++ b/net-misc/gsasl/gsasl-0.1.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.1.1.ebuild,v 1.1 2004/07/06 00:50:24 langthang Exp $ + +DESCRIPTION="The GNU SASL (Simple Authentication and Security Layer)" +HOMEPAGE="http://www.gnu.org/software/gsasl/" +UPST_SRC=$P.tar.gz +SRC_URI="ftp://alpha.gnu.org/pub/gnu/gsasl/${UPST_SRC}" +LICENSE="LGPL-2.1" +SLOT="0" +# TODO: check http://www.gnu.org/software/gsasl/#dependencies for more +# optional external libraries. +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="kerberos nls static" +DEPEND="virtual/libc + =net-libs/libgsasl-${PV} + nls? ( sys-devel/gettext ) + kerberos? ( virtual/krb5 )" + +src_compile() { + local myconf="--enable-client --enable-server" + myconf="${myconf} $(use_enable kerberos gssapi)" + myconf="${myconf} $(use_enable nls)" + myconf="${myconf} $(use_enable static)" + econf ${myconf} || die "econf failed" + emake || die "emake failed" +} + +src_install() { + einstall + dodoc ABOUT-NLS AUTHORS COPYING COPYING.DOC ChangeLog NEWS README README-alpha THANKS +} diff --git a/net-misc/gsasl/metadata.xml b/net-misc/gsasl/metadata.xml new file mode 100644 index 000000000000..72d13b3fbb02 --- /dev/null +++ b/net-misc/gsasl/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>net-mail</herd> + <maintainer> + <email>langthang@gentoo.org</email> + <name>Tuan Van</name> + </maintainer> +</pkgmetadata> |