summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-08-05 06:07:47 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-08-05 06:07:47 +0000
commit0d591e43851cf728b56ef21f53a30ffd0b0d5dbc (patch)
treebff74b7d2d5a2fe82d12e39a5727cd5f34d01706 /net-mail/qmhandle
parentinitial commit (diff)
downloadgentoo-2-0d591e43851cf728b56ef21f53a30ffd0b0d5dbc.tar.gz
gentoo-2-0d591e43851cf728b56ef21f53a30ffd0b0d5dbc.tar.bz2
gentoo-2-0d591e43851cf728b56ef21f53a30ffd0b0d5dbc.zip
initial commit
Diffstat (limited to 'net-mail/qmhandle')
-rw-r--r--net-mail/qmhandle/ChangeLog10
-rw-r--r--net-mail/qmhandle/Manifest6
-rw-r--r--net-mail/qmhandle/files/digest-qmhandle-1.1.11
-rw-r--r--net-mail/qmhandle/files/qmHandle-gentoo.patch17
-rw-r--r--net-mail/qmhandle/metadata.xml14
-rw-r--r--net-mail/qmhandle/qmhandle-1.1.1.ebuild29
6 files changed, 74 insertions, 3 deletions
diff --git a/net-mail/qmhandle/ChangeLog b/net-mail/qmhandle/ChangeLog
new file mode 100644
index 000000000000..4d09389a4d1e
--- /dev/null
+++ b/net-mail/qmhandle/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-mail/qmhandle
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/ChangeLog,v 1.1 2003/08/05 06:07:44 robbat2 Exp $
+
+*qmhandle-1.1.1 (04 Aug 2003)
+
+ 04 Aug 2003; Robin H. Johnson <robbat2@gentoo.org> metadata.xml,
+ qmhandle-1.1.1.ebuild, files/qmHandle-gentoo.patch:
+ Initial commit.
+
diff --git a/net-mail/qmhandle/Manifest b/net-mail/qmhandle/Manifest
index e3a8515007eb..e2d96816ba5a 100644
--- a/net-mail/qmhandle/Manifest
+++ b/net-mail/qmhandle/Manifest
@@ -1,5 +1,5 @@
-MD5 93b626f01fce25041ed35c909d8238ce metadata.xml~ 615
-MD5 2640cca20a34346c360fc84e3028e9c4 qmhandle-1.1.1.ebuild 464
-MD5 2640cca20a34346c360fc84e3028e9c4 qmhandle-1.1.1.ebuild~ 464
+MD5 2f574571e9634f5d405ffbccd5ffece3 qmhandle-1.1.1.ebuild 721
+MD5 25b6cade6762bdc769db70815ebc12d8 ChangeLog 388
MD5 93b626f01fce25041ed35c909d8238ce metadata.xml 615
MD5 16b0d5bca4caac432062b96b8b91865f files/digest-qmhandle-1.1.1 64
+MD5 3674410545148cf5c003bd4f8c9d7406 files/qmHandle-gentoo.patch 703
diff --git a/net-mail/qmhandle/files/digest-qmhandle-1.1.1 b/net-mail/qmhandle/files/digest-qmhandle-1.1.1
new file mode 100644
index 000000000000..dc01218c6a1b
--- /dev/null
+++ b/net-mail/qmhandle/files/digest-qmhandle-1.1.1
@@ -0,0 +1 @@
+MD5 ed3d31647c386a5c33f1695e1444b558 qmhandle-1.1.1.tar.gz 5920
diff --git a/net-mail/qmhandle/files/qmHandle-gentoo.patch b/net-mail/qmhandle/files/qmHandle-gentoo.patch
new file mode 100644
index 000000000000..bfd8d56fe021
--- /dev/null
+++ b/net-mail/qmhandle/files/qmHandle-gentoo.patch
@@ -0,0 +1,17 @@
+--- qmHandle.orig 2003-08-04 22:54:29.000000000 -0700
++++ qmHandle 2003-08-04 22:55:58.000000000 -0700
+@@ -26,8 +26,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 makes life easier:
++my ($stopqmail) = '/var/qmail/bin/qmail-control stop';
++my ($startqmail) = '/var/qmail/bin/qmail-control start';
+
+ # If you don't have scripts, leave $stopqmail blank (the process will
+ # be hunted and killed by qmHandle):
diff --git a/net-mail/qmhandle/metadata.xml b/net-mail/qmhandle/metadata.xml
new file mode 100644
index 000000000000..1097c11a0083
--- /dev/null
+++ b/net-mail/qmhandle/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-mail</herd>
+<maintainer>
+ <email>robbat2@gentoo.org</email>
+ <name>Robin H. Johnson</name>
+ <description>Primary Maintainer</description>
+</maintainer>
+<longdescription>qmHandle is a tool which can be used to manage the qmail
+ message queue. It's written in Perl (so fully customizable) and much more
+ powerful than qmail-qread and qmail-qstat. Key features are colored output
+ and the ability to view and delete messages in the queue.</longdescription>
+</pkgmetadata>
diff --git a/net-mail/qmhandle/qmhandle-1.1.1.ebuild b/net-mail/qmhandle/qmhandle-1.1.1.ebuild
new file mode 100644
index 000000000000..b1fdc22b8bee
--- /dev/null
+++ b/net-mail/qmhandle/qmhandle-1.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.1.1.ebuild,v 1.1 2003/08/05 06:07:44 robbat2 Exp $
+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"
+# Should run on all platforms without issue
+IUSE=""
+RDEPEND="net-mail/qmail 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
+}