diff options
author | Tuan Van <langthang@gentoo.org> | 2004-07-23 00:21:46 +0000 |
---|---|---|
committer | Tuan Van <langthang@gentoo.org> | 2004-07-23 00:21:46 +0000 |
commit | 8b4cdb276f248d996e300e2fbbb7bf29c25186dd (patch) | |
tree | b93a12286aae9bec5d535e2f80dafccf550f46fe /net-mail | |
parent | correction of typo. (Manifest recommit) (diff) | |
download | gentoo-2-8b4cdb276f248d996e300e2fbbb7bf29c25186dd.tar.gz gentoo-2-8b4cdb276f248d996e300e2fbbb7bf29c25186dd.tar.bz2 gentoo-2-8b4cdb276f248d996e300e2fbbb7bf29c25186dd.zip |
remove old ebuild.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mailutils/files/digest-mailutils-0.3.1 | 1 | ||||
-rw-r--r-- | net-mail/mailutils/mailutils-0.3.1.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/net-mail/mailutils/files/digest-mailutils-0.3.1 b/net-mail/mailutils/files/digest-mailutils-0.3.1 deleted file mode 100644 index 9e0b6409be0a..000000000000 --- a/net-mail/mailutils/files/digest-mailutils-0.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d2f0192b3dd95b33e764a0d480085cdd mailutils-0.3.1.tar.bz2 1744493 diff --git a/net-mail/mailutils/mailutils-0.3.1.ebuild b/net-mail/mailutils/mailutils-0.3.1.ebuild deleted file mode 100644 index fd0da4852730..000000000000 --- a/net-mail/mailutils/mailutils-0.3.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailutils/mailutils-0.3.1.ebuild,v 1.6 2004/07/15 01:50:31 agriffis Exp $ - -DESCRIPTION="A useful collection of mail servers, clients, and filters." -HOMEPAGE="http://www.gnu.org/software/mailutils/mailutils.html" -SRC_URI="http://ftp.gnu.org/gnu/mailutils/${P}.tar.bz2" -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="nls pam mysql gdbm" -DEPEND="!mail-client/mailx - !mail-client/nmh - dev-util/guile - gdbm? ( sys-libs/gdbm ) - mysql? ( dev-db/mysql ) - nls? ( sys-devel/gettext )" - -src_compile() { - - use nls || myconf="${myconf} --disable-nls" - - use pam || myconf="${myconf} --disable-pam" - - use mysql && myconf="${myconf} --enable-mysql" - - use gdbm && myconf="${myconf} --with-gdbm" - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --infodir=/usr/share/info \ - --sharedstatedir=/var \ - --mandir=/usr/share/man \ - --disable-sendmail \ - ${myconf} || die "./configure failed" - emake || die -} - -src_install() { - make DESTDIR=${D} install || die -} |