summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-12-08 01:12:44 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-12-08 01:12:44 +0000
commit8b7f58013c984612744dbf2889c5efc9d11df27e (patch)
tree7d8d943610fa10deb57daa55df9e8654fa62021e /net-mail/qmhandle
parentcross-compile fixes (diff)
downloadhistorical-8b7f58013c984612744dbf2889c5efc9d11df27e.tar.gz
historical-8b7f58013c984612744dbf2889c5efc9d11df27e.tar.bz2
historical-8b7f58013c984612744dbf2889c5efc9d11df27e.zip
Bug #73492, version bump.
Diffstat (limited to 'net-mail/qmhandle')
-rw-r--r--net-mail/qmhandle/ChangeLog7
-rw-r--r--net-mail/qmhandle/Manifest16
-rw-r--r--net-mail/qmhandle/files/digest-qmhandle-1.2.01
-rw-r--r--net-mail/qmhandle/qmhandle-1.2.0.ebuild35
4 files changed, 46 insertions, 13 deletions
diff --git a/net-mail/qmhandle/ChangeLog b/net-mail/qmhandle/ChangeLog
index 05b3531c5afa..b72fb27a20c1 100644
--- a/net-mail/qmhandle/ChangeLog
+++ b/net-mail/qmhandle/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/qmhandle
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/ChangeLog,v 1.7 2004/06/24 23:28:36 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/ChangeLog,v 1.8 2004/12/08 01:12:44 robbat2 Exp $
+
+*qmhandle-1.2.0 (07 Dec 2004)
+
+ 07 Dec 2004; Robin H. Johnson <robbat2@gentoo.org> +qmhandle-1.2.0.ebuild:
+ Bug #73492, version bump.
07 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> qmhandle-1.1.1.ebuild:
Stable on alpha.
diff --git a/net-mail/qmhandle/Manifest b/net-mail/qmhandle/Manifest
index 1b3d2aeeb9de..e82d8ed2b414 100644
--- a/net-mail/qmhandle/Manifest
+++ b/net-mail/qmhandle/Manifest
@@ -1,15 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 c2fa36a5d7ad6eb5aa6445877212f760 ChangeLog 917
-MD5 93b626f01fce25041ed35c909d8238ce metadata.xml 615
MD5 538ebc6f9b28c30e39f053127ee4f21e qmhandle-1.1.1.ebuild 779
+MD5 91037f9bd55ab03b1fbea6097c3c9425 qmhandle-1.2.0.ebuild 819
+MD5 102dce4055409e5c7d13f4923a73bfa5 ChangeLog 1053
+MD5 93b626f01fce25041ed35c909d8238ce metadata.xml 615
MD5 16b0d5bca4caac432062b96b8b91865f files/digest-qmhandle-1.1.1 64
+MD5 7f13dc3b6f26e40d0bce83c6d3a98ec2 files/digest-qmhandle-1.2.0 65
MD5 3674410545148cf5c003bd4f8c9d7406 files/qmHandle-gentoo.patch 703
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBs+piroRuSHgZdywRAmUxAJ4/F6A0asdi8k3kyPKoKRy2xHLSgwCggNXS
-HlzjvslxmmQORc1gOrFtreo=
-=VAlQ
------END PGP SIGNATURE-----
diff --git a/net-mail/qmhandle/files/digest-qmhandle-1.2.0 b/net-mail/qmhandle/files/digest-qmhandle-1.2.0
new file mode 100644
index 000000000000..387491a79de3
--- /dev/null
+++ b/net-mail/qmhandle/files/digest-qmhandle-1.2.0
@@ -0,0 +1 @@
+MD5 0d2b5f1756d7641a8a8054e29e1b9747 qmhandle-1.2.0.tar.gz 13134
diff --git a/net-mail/qmhandle/qmhandle-1.2.0.ebuild b/net-mail/qmhandle/qmhandle-1.2.0.ebuild
new file mode 100644
index 000000000000..205a79f8e10c
--- /dev/null
+++ b/net-mail/qmhandle/qmhandle-1.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.2.0.ebuild,v 1.1 2004/12/08 01:12:44 robbat2 Exp $
+
+inherit eutils
+
+DESCRIPTION="Qmail message queue tool"
+HOMEPAGE="http://qmhandle.sf.net/"
+SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~alpha ~hppa ~ppc ~sparc ~amd64 ~ia64"
+# Should run on all platforms without issue
+IUSE=""
+RDEPEND="|| ( mail-mta/qmail mail-mta/qmail-mysql mail-mta/qmail-ldap )
+ dev-lang/perl
+ sys-apps/psmisc"
+DEPEND=""
+S=${WORKDIR}
+
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/qmHandle-gentoo.patch
+}
+
+src_compile() {
+ einfo "Nothing to compile :-)"
+}
+
+src_install() {
+ into /usr
+ dodoc README HISTORY
+ dobin qmHandle
+}