summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-11-17 21:23:29 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-11-17 21:23:29 +0000
commit4a49cf2dceb0add9bee3a198939c3c953896b0d7 (patch)
treee1451e1cc0199c04233e00c075173620bfe19bd5 /net-mail/maildirtree/maildirtree-0.6.ebuild
parentrepoman: Fix leading whitespace (diff)
downloadhistorical-4a49cf2dceb0add9bee3a198939c3c953896b0d7.tar.gz
historical-4a49cf2dceb0add9bee3a198939c3c953896b0d7.tar.bz2
historical-4a49cf2dceb0add9bee3a198939c3c953896b0d7.zip
Initial import, closes #71414.
Diffstat (limited to 'net-mail/maildirtree/maildirtree-0.6.ebuild')
-rw-r--r--net-mail/maildirtree/maildirtree-0.6.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-mail/maildirtree/maildirtree-0.6.ebuild b/net-mail/maildirtree/maildirtree-0.6.ebuild
new file mode 100644
index 000000000000..7cf6c3c84b38
--- /dev/null
+++ b/net-mail/maildirtree/maildirtree-0.6.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/maildirtree/maildirtree-0.6.ebuild,v 1.1 2004/11/17 21:23:29 ticho Exp $
+
+DESCRIPTION="A utility that prints trees of Courier-style Maildirs."
+HOMEPAGE="http://triplehelix.org/~joshk/${PN}"
+SRC_URI="http://triplehelix.org/~joshk/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+src_install() {
+ make DESTDIR=${D} install
+ dodoc COPYING ChangeLog INSTALL README TODO
+}