diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-02-12 16:02:16 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-02-12 16:02:16 +0000 |
commit | 8f548cc6222eaa24ce800e0e556a280f8df8e05e (patch) | |
tree | 5a7b527b93189196ab39d3d27f4614ab8c5ef91f /net-mail/queue-repair/queue-repair-0.9.0.ebuild | |
parent | Allow clean compilation on some systems (closes bug #122486). (diff) | |
download | gentoo-2-8f548cc6222eaa24ce800e0e556a280f8df8e05e.tar.gz gentoo-2-8f548cc6222eaa24ce800e0e556a280f8df8e05e.tar.bz2 gentoo-2-8f548cc6222eaa24ce800e0e556a280f8df8e05e.zip |
Imported, ebuild by me.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-mail/queue-repair/queue-repair-0.9.0.ebuild')
-rw-r--r-- | net-mail/queue-repair/queue-repair-0.9.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-mail/queue-repair/queue-repair-0.9.0.ebuild b/net-mail/queue-repair/queue-repair-0.9.0.ebuild new file mode 100644 index 000000000000..3cceb127e359 --- /dev/null +++ b/net-mail/queue-repair/queue-repair-0.9.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-repair/queue-repair-0.9.0.ebuild,v 1.1 2006/02/12 16:02:16 hansmi Exp $ + +inherit eutils + +DESCRIPTION="A toolkit for dealing with the qmail queue directory structure" +HOMEPAGE="http://pyropus.ca/software/queue-repair/" +SRC_URI="http://pyropus.ca/software/queue-repair/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~sparc ~ppc ~mips ~hppa" +IUSE="" + +src_compile() { + : +} + +src_install () { + insinto /usr/bin + newbin queue_repair.py queue-repair.py || die + dosym /usr/bin/queue-repair.py /usr/bin/queue-repair || die + dodoc BLURB TODO CHANGELOG || die +} |