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
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')
-rw-r--r--net-mail/maildirtree/ChangeLog11
-rw-r--r--net-mail/maildirtree/Manifest14
-rw-r--r--net-mail/maildirtree/files/digest-maildirtree-0.61
-rw-r--r--net-mail/maildirtree/maildirtree-0.6.ebuild16
-rw-r--r--net-mail/maildirtree/metadata.xml10
5 files changed, 52 insertions, 0 deletions
diff --git a/net-mail/maildirtree/ChangeLog b/net-mail/maildirtree/ChangeLog
new file mode 100644
index 000000000000..23af04c5224d
--- /dev/null
+++ b/net-mail/maildirtree/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for net-mail/maildirtree
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/maildirtree/ChangeLog,v 1.1 2004/11/17 21:23:29 ticho Exp $
+
+*maildirtree-0.6 (17 Nov 2004)
+
+ 17 Nov 2004; Andrej Kacian <ticho@gentoo.org> +metadata.xml,
+ +maildirtree-0.6.ebuild:
+ Initial import. Closes #71414, ebuild submitted by Gudleik Rasch
+ <gudleik@rastamatra.org>.
+
diff --git a/net-mail/maildirtree/Manifest b/net-mail/maildirtree/Manifest
new file mode 100644
index 000000000000..0960c77ad1ea
--- /dev/null
+++ b/net-mail/maildirtree/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 ac4bf14796e53cc5eb63d6a4657e82f4 ChangeLog 430
+MD5 59ccfa4bfe28c69c562a5efc2eba7668 maildirtree-0.6.ebuild 539
+MD5 54614362530048f21a127e4a200cf571 metadata.xml 345
+MD5 f30b820e08352ae221ae9a5316bcac6e files/digest-maildirtree-0.6 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBm8Fm10xuJSrg3/sRAlRtAJ9x+elfiy73CguV8RS5OgWJFjw8IQCeO/bT
+p0O+RikVtIixyZPdwio51W0=
+=vFuW
+-----END PGP SIGNATURE-----
diff --git a/net-mail/maildirtree/files/digest-maildirtree-0.6 b/net-mail/maildirtree/files/digest-maildirtree-0.6
new file mode 100644
index 000000000000..03a10b4d155f
--- /dev/null
+++ b/net-mail/maildirtree/files/digest-maildirtree-0.6
@@ -0,0 +1 @@
+MD5 bc9ab667c3fcde39ec030bc223a2a888 maildirtree-0.6.tar.gz 52569
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
+}
diff --git a/net-mail/maildirtree/metadata.xml b/net-mail/maildirtree/metadata.xml
new file mode 100644
index 000000000000..48f09d7e6adb
--- /dev/null
+++ b/net-mail/maildirtree/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>net-mail</herd>
+ <maintainer>
+ <email>ticho@gentoo.org</email>
+ <name>Andrej Kacian</name>
+ </maintainer>
+ <longdescription>A utility that prints trees of Courier-style Maildirs.</longdescription>
+</pkgmetadata>