diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /net-mail/qmhandle | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'net-mail/qmhandle')
| -rw-r--r-- | net-mail/qmhandle/Manifest | 1 | ||||
| -rw-r--r-- | net-mail/qmhandle/metadata.xml | 16 | ||||
| -rw-r--r-- | net-mail/qmhandle/qmhandle-1.3.2.ebuild | 32 |
3 files changed, 49 insertions, 0 deletions
diff --git a/net-mail/qmhandle/Manifest b/net-mail/qmhandle/Manifest new file mode 100644 index 000000000000..0f1e145cb4c1 --- /dev/null +++ b/net-mail/qmhandle/Manifest @@ -0,0 +1 @@ +DIST qmhandle-1.3.2.tar.gz 15423 BLAKE2B 92a97404fb495b83329e6a7b6dd83140e5b73f2dfd6a6999d546a7fc2dfdf302d52e0a5ae67a8415e012f972688283b2cafc9538aeca41608a05b3c9d91b58f3 SHA512 ec6bb344f4d345e4a59ab3acb336a5a76a22c07a9eccac1e1f178b2a96f83afb9a4d669f16f960c254cc203745db96027ef9e6181ea8a16b0bff5e86141ce779 diff --git a/net-mail/qmhandle/metadata.xml b/net-mail/qmhandle/metadata.xml new file mode 100644 index 000000000000..074b86cd89de --- /dev/null +++ b/net-mail/qmhandle/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>robbat2@gentoo.org</email> + <name>Robin H. Johnson</name> + </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> + <upstream> + <remote-id type="sourceforge">qmhandle</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/net-mail/qmhandle/qmhandle-1.3.2.ebuild b/net-mail/qmhandle/qmhandle-1.3.2.ebuild new file mode 100644 index 000000000000..2775b27533dc --- /dev/null +++ b/net-mail/qmhandle/qmhandle-1.3.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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="" + +RDEPEND="virtual/qmail + dev-lang/perl + sys-process/psmisc +" +DEPEND="" + +src_prepare() { + sed \ + -e 's|/usr/local/bin/svc|/usr/bin/svc|g' \ + -e 's|/service/qmail-deliver|/var/qmail/supervise/qmail-send|g' \ + -i qmHandle || die "Fixing qmHandle failed" + eapply_user +} + +src_install() { + dodoc README HISTORY + dobin qmHandle +} |
