summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-08-24 17:52:41 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-08-24 17:52:41 +0000
commitd1bf7b9b546a9a0ed1a70f03296fbd5fa99a4d66 (patch)
tree4e42887438b0eb7c420f2497596da2023c095d6e /net-mail/qmhandle
parentstable on ia64 (diff)
downloadhistorical-d1bf7b9b546a9a0ed1a70f03296fbd5fa99a4d66.tar.gz
historical-d1bf7b9b546a9a0ed1a70f03296fbd5fa99a4d66.tar.bz2
historical-d1bf7b9b546a9a0ed1a70f03296fbd5fa99a4d66.zip
Fixed bug #82840, cleaned the ebuild a bit.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-mail/qmhandle')
-rw-r--r--net-mail/qmhandle/ChangeLog7
-rw-r--r--net-mail/qmhandle/Manifest5
-rw-r--r--net-mail/qmhandle/files/digest-qmhandle-1.2.0-r11
-rw-r--r--net-mail/qmhandle/files/qmHandle-gentoo-svc.patch17
-rw-r--r--net-mail/qmhandle/qmhandle-1.2.0-r1.ebuild32
5 files changed, 59 insertions, 3 deletions
diff --git a/net-mail/qmhandle/ChangeLog b/net-mail/qmhandle/ChangeLog
index ee523cc11024..a64363aaa3fb 100644
--- a/net-mail/qmhandle/ChangeLog
+++ b/net-mail/qmhandle/ChangeLog
@@ -1,10 +1,13 @@
# ChangeLog for net-mail/qmhandle
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/ChangeLog,v 1.13 2005/08/24 17:04:29 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/ChangeLog,v 1.14 2005/08/24 17:52:41 hansmi Exp $
+
+*qmhandle-1.2.0-r1 (24 Aug 2005)
24 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
+ +files/qmHandle-gentoo-svc.patch, +qmhandle-1.2.0-r1.ebuild,
-qmhandle-1.1.1.ebuild:
- Removed old version.
+ Fixed bug #82840, cleaned the ebuild a bit. Removed old version.
18 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> ChangeLog:
Stable on sparc.
diff --git a/net-mail/qmhandle/Manifest b/net-mail/qmhandle/Manifest
index 3edd0763c6a3..e522a72dffb0 100644
--- a/net-mail/qmhandle/Manifest
+++ b/net-mail/qmhandle/Manifest
@@ -1,5 +1,8 @@
MD5 d9a7928122912bcde90f08cc24774217 metadata.xml 612
-MD5 320c99985a81280b0436c4e8f64c35c2 ChangeLog 1620
+MD5 a92a26a7de62f2c6419d97473aa9b2c5 ChangeLog 1761
MD5 171a331299ac0ecee744c0dd59b546ef qmhandle-1.2.0.ebuild 806
+MD5 d7a75a4ee186f9ab9a3649fa87e4c34c qmhandle-1.2.0-r1.ebuild 777
+MD5 7f13dc3b6f26e40d0bce83c6d3a98ec2 files/digest-qmhandle-1.2.0-r1 65
MD5 7f13dc3b6f26e40d0bce83c6d3a98ec2 files/digest-qmhandle-1.2.0 65
MD5 3674410545148cf5c003bd4f8c9d7406 files/qmHandle-gentoo.patch 703
+MD5 61414dc36db6e1c0fa9835b68552b408 files/qmHandle-gentoo-svc.patch 718
diff --git a/net-mail/qmhandle/files/digest-qmhandle-1.2.0-r1 b/net-mail/qmhandle/files/digest-qmhandle-1.2.0-r1
new file mode 100644
index 000000000000..387491a79de3
--- /dev/null
+++ b/net-mail/qmhandle/files/digest-qmhandle-1.2.0-r1
@@ -0,0 +1 @@
+MD5 0d2b5f1756d7641a8a8054e29e1b9747 qmhandle-1.2.0.tar.gz 13134
diff --git a/net-mail/qmhandle/files/qmHandle-gentoo-svc.patch b/net-mail/qmhandle/files/qmHandle-gentoo-svc.patch
new file mode 100644
index 000000000000..fc516d4e0b7a
--- /dev/null
+++ b/net-mail/qmhandle/files/qmHandle-gentoo-svc.patch
@@ -0,0 +1,17 @@
+--- qmHandle.orig 2005-08-24 19:39:11.000000000 +0200
++++ qmHandle 2005-08-24 19:40:15.000000000 +0200
+@@ -29,8 +29,12 @@
+ #my ($startqmail) = '/usr/local/bin/svc -u /service/qmail-send';
+
+ # While this is if you have a Debian GNU/Linux with its qmail package
+-my ($stopqmail) = '/etc/init.d/qmail stop';
+-my ($startqmail) = '/etc/init.d/qmail start';
++#my ($stopqmail) = '/etc/init.d/qmail stop';
++#my ($startqmail) = '/etc/init.d/qmail start';
++
++# Gentoo Linux:
++my ($stopqmail) = '/usr/bin/svc -d /var/qmail/supervise/qmail-send';
++my ($startqmail) = '/usr/bin/svc -u /var/qmail/supervise/qmail-send';
+
+ # If you don't have scripts, leave $stopqmail blank (the process will
+ # be hunted and killed by qmHandle):
diff --git a/net-mail/qmhandle/qmhandle-1.2.0-r1.ebuild b/net-mail/qmhandle/qmhandle-1.2.0-r1.ebuild
new file mode 100644
index 000000000000..0cde87ca08d3
--- /dev/null
+++ b/net-mail/qmhandle/qmhandle-1.2.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2005 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-r1.ebuild,v 1.1 2005/08/24 17:52:41 hansmi Exp $
+
+inherit eutils
+
+DESCRIPTION="Qmail message queue tool"
+HOMEPAGE="http://qmhandle.sourceforge.net/"
+SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+RESTRICT="compile"
+
+RDEPEND="|| ( mail-mta/qmail mail-mta/qmail-mysql mail-mta/qmail-ldap )
+ dev-lang/perl
+ sys-process/psmisc"
+DEPEND=""
+
+S=${WORKDIR}
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/qmHandle-gentoo-svc.patch
+}
+
+src_install() {
+ dodoc README HISTORY
+ dobin qmHandle || die "dobin failed"
+}