summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuan Van <langthang@gentoo.org>2004-07-09 05:11:02 +0000
committerTuan Van <langthang@gentoo.org>2004-07-09 05:11:02 +0000
commit43ac58219691902c92e180e5468a2c93baa48a6e (patch)
tree97ee4d479bfa51b9c67fc9bcd4f4b45bddbf1b31 /net-mail/mailutils
parentchanged the docs. (diff)
downloadhistorical-43ac58219691902c92e180e5468a2c93baa48a6e.tar.gz
historical-43ac58219691902c92e180e5468a2c93baa48a6e.tar.bz2
historical-43ac58219691902c92e180e5468a2c93baa48a6e.zip
Version bump.
Diffstat (limited to 'net-mail/mailutils')
-rw-r--r--net-mail/mailutils/ChangeLog7
-rw-r--r--net-mail/mailutils/Manifest5
-rw-r--r--net-mail/mailutils/files/digest-mailutils-0.51
-rw-r--r--net-mail/mailutils/files/mailutils-0.5-mh-Makefile.in.patch16
-rw-r--r--net-mail/mailutils/mailutils-0.5.ebuild71
5 files changed, 98 insertions, 2 deletions
diff --git a/net-mail/mailutils/ChangeLog b/net-mail/mailutils/ChangeLog
index a78a45d8d182..136354da362b 100644
--- a/net-mail/mailutils/ChangeLog
+++ b/net-mail/mailutils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/mailutils
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mailutils/ChangeLog,v 1.6 2004/07/09 03:09:40 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailutils/ChangeLog,v 1.7 2004/07/09 05:11:02 langthang Exp $
+
+*mailutils-0.5 (08 Jul 2004)
+
+ 08 Jul 2004; Tuan Van<langthang@gentoo.org> +mailutils-0.5.ebuild:
+ Version bump.
08 Jul 2004; Tuan Van<langthang@gentoo.org> mailutils-0.3.1-r1.ebuild:
mark mailutils-0.3.1-r1 stable. mailutils-0.3.1 doesn't compile with gcc-3.3.
diff --git a/net-mail/mailutils/Manifest b/net-mail/mailutils/Manifest
index fc2a6d13ffe3..9f5de7d4f64d 100644
--- a/net-mail/mailutils/Manifest
+++ b/net-mail/mailutils/Manifest
@@ -1,9 +1,12 @@
MD5 d7d0b811d715eb8533f026fec453d0b8 mailutils-0.3.1.ebuild 1179
MD5 dc4d698875e5ec19cf4cca0c42deda1a mailutils-0.3.1-r1.ebuild 1962
MD5 4c18aa007bf81287a40efadbaa77fd30 mailutils-0.3.ebuild 1176
-MD5 26efa8db9e3a4d6a9412301b1619e7ad ChangeLog 1116
+MD5 5848348f003ddce9d02b54ccf2614cc4 mailutils-0.5.ebuild 1939
+MD5 75ddf51bcf804e2d392ccc4f0dfe02a9 ChangeLog 1232
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
MD5 d2daee4409fb153be65f6189e96e7eeb files/digest-mailutils-0.3.1 69
MD5 03c7a853d2d764ed51622770eaeabb81 files/mailutils-0.3.1-mh-Makefile.in.patch 557
+MD5 57cb849f954ba9a185a41751d998d0fd files/mailutils-0.5-mh-Makefile.in.patch 536
MD5 d2daee4409fb153be65f6189e96e7eeb files/digest-mailutils-0.3.1-r1 69
MD5 98d36f988dc828db603038c31bdb6ad5 files/digest-mailutils-0.3 67
+MD5 67ce1d29fd43d38b57485205ed97cf11 files/digest-mailutils-0.5 67
diff --git a/net-mail/mailutils/files/digest-mailutils-0.5 b/net-mail/mailutils/files/digest-mailutils-0.5
new file mode 100644
index 000000000000..8ba57aae240b
--- /dev/null
+++ b/net-mail/mailutils/files/digest-mailutils-0.5
@@ -0,0 +1 @@
+MD5 e61b0520eb33d5f155ebb0224bb332a8 mailutils-0.5.tar.bz2 2098183
diff --git a/net-mail/mailutils/files/mailutils-0.5-mh-Makefile.in.patch b/net-mail/mailutils/files/mailutils-0.5-mh-Makefile.in.patch
new file mode 100644
index 000000000000..be0281fa4715
--- /dev/null
+++ b/net-mail/mailutils/files/mailutils-0.5-mh-Makefile.in.patch
@@ -0,0 +1,16 @@
+--- mh/Makefile.in.orig 2004-07-08 20:56:01.101223522 -0700
++++ mh/Makefile.in 2004-07-08 20:56:31.499212613 -0700
+@@ -976,11 +976,8 @@
+ install-exec-hook: @BUILD_MH_EXEC_HOOK@
+
+ mh_finish_install:
+- @here=`pwd`; \
+- cd $(DESTDIR)$(bindir); \
+- rm -f folders; \
+- $(LN_S) folder folders; \
+- cd $$here
++ rm -f $(DESTDIR)/$(bindir)/folders; \
++ $(LN_S) folder $(DESTDIR)/$(bindir)/folders
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
diff --git a/net-mail/mailutils/mailutils-0.5.ebuild b/net-mail/mailutils/mailutils-0.5.ebuild
new file mode 100644
index 000000000000..0203ea00df06
--- /dev/null
+++ b/net-mail/mailutils/mailutils-0.5.ebuild
@@ -0,0 +1,71 @@
+# 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.5.ebuild,v 1.1 2004/07/09 05:11:02 langthang Exp $
+
+inherit eutils
+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 postgres gdbm"
+DEPEND="!mail-client/mailx
+ !mail-client/nmh
+ dev-util/guile
+ gdbm? ( sys-libs/gdbm )
+ mysql? ( dev-db/mysql )
+ postgres? ( dev-db/postgresql )
+ nls? ( sys-devel/gettext )"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ epatch ${FILESDIR}/${P}-mh-Makefile.in.patch
+}
+
+src_compile() {
+ # Shamelessly stolen from nagios-core
+ if use mysql && use postgres; then
+ eerror "Unfortunatly you can't have both MySQL and PostgreSQL enabled at the same time."
+ eerror "You have to remove either 'mysql' or 'postgres' from your USE flags before emerging this."
+
+ has_version ">=sys-apps/portage-2.0.50" && (
+ einfo "You can alternatively add"
+ einfo "net-mail/mailutils [use flags]"
+ einfo "to the file:"
+ einfo "/etc/portage/package.use"
+ einfo "to permamently set this package's USE flags"
+ )
+
+ exit 1
+ fi
+
+ local myconf=""
+
+ # bug in autoconf logic treats both --with and --without as set,
+ # so we cannot do use_with
+ use mysql && myconf="${myconf} --with-mysql"
+ use postgres && myconf="${myconf} --with-postgres"
+
+ ./configure \
+ --host=${CHOST} \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=/usr/share/info \
+ --sharedstatedir=/var \
+ --mandir=/usr/share/man \
+ --disable-sendmail \
+ --enable-mh-utils \
+ `use_enable nls` \
+ `use_enable pam` \
+ `use_with gdbm` \
+ ${myconf} || die "./configure failed"
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+}