public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Raschbacher" <lordvan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/lordvan:master commit in: net-mail/dbmail/
Date: Sun, 10 Jun 2012 20:48:59 +0000 (UTC)	[thread overview]
Message-ID: <1339361327.6743845fd41b4c247c1f1509ad88970b5e1bccf9.lordvan@gentoo> (raw)

commit:     6743845fd41b4c247c1f1509ad88970b5e1bccf9
Author:     Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 20:48:47 2012 +0000
Commit:     Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 20:48:47 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/lordvan.git;a=commit;h=6743845f

more dodoc -r

---
 net-mail/dbmail/Manifest            |    2 +-
 net-mail/dbmail/dbmail-3.0.2.ebuild |   20 +++++++++++---------
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/net-mail/dbmail/Manifest b/net-mail/dbmail/Manifest
index e458950..fabf451 100644
--- a/net-mail/dbmail/Manifest
+++ b/net-mail/dbmail/Manifest
@@ -3,6 +3,6 @@ AUX dbmail-lmtpd.initd 730 RMD160 c0d1d8dee950e7e30deddd5df9772881154430db SHA1
 AUX dbmail-pop3d.initd 730 RMD160 f8376e0dfa1a721cd4d99b3797f92c4c30285fd8 SHA1 35c6b6e2f40e42b61e3add7f4f4d5f231904c851 SHA256 2b1ee1f7491e6fb94f0d9a6a1424ff3cba66b2880d6bc1d50f008da8be0a7c52
 AUX dbmail-timsieved.initd 716 RMD160 563e506fd21e97bc722aee4b0ccfe59846713440 SHA1 b1f93ac69a423d3a43cc1d5ffc942f58b60d6877 SHA256 c92cd221b37391703ec7aaff2eb3b33ed2b9b699a281f318f54ba6efd6e69224
 DIST dbmail-3.0.2.tar.gz 867560 RMD160 fce9e859f64b22954488d0ed30f3f2affe8e7309 SHA1 1e8edee116c5db5e4d82ccf9290af26f4af42cd3 SHA256 139558f4fa3e0f460d688f6d29318366cc3f40dd570a1a29484bb580d0190c3e
-EBUILD dbmail-3.0.2.ebuild 4515 RMD160 55cea27c8c66aaf191becd8c133b6303d71b2ea8 SHA1 f3dd6fdd9e4dbdc206e7d6f79d7fe07def9bd76b SHA256 b9c74335054e53775625e288dfd51586ba38f02ed49846f3dc817cc843e0598f
+EBUILD dbmail-3.0.2.ebuild 4561 RMD160 b056ee8017bff97da552e15f207c2fca665a1a66 SHA1 5ff599f03395a0dedab154dc179274c74109df75 SHA256 3d8071f648304970319e78f23b2a540f45578351301118e4dfbaa7c77d0e5a33
 MISC ChangeLog 8839 RMD160 773edc7d1fafa1f867c934f7c13c090b734dff2b SHA1 f6e182025ea9e3549bcfd58c4d5a69eb290df5a0 SHA256 c4452216e5a125fbeb5e35a934ef5405d14e5d27edbc06a5017c2d697f752693
 MISC metadata.xml 548 RMD160 70d498d197a7e68c8caa91e704a1e5890f0deb11 SHA1 1af05ee599488561298f8d6cff3d71a0032c0040 SHA256 44a8967070c748d01cf091dc9102c31a4b49c1de45387a244991fa8e1bf09056

diff --git a/net-mail/dbmail/dbmail-3.0.2.ebuild b/net-mail/dbmail/dbmail-3.0.2.ebuild
index 8fe0f3e..a2781ca 100644
--- a/net-mail/dbmail/dbmail-3.0.2.ebuild
+++ b/net-mail/dbmail/dbmail-3.0.2.ebuild
@@ -54,20 +54,22 @@ src_install() {
 
 	dodoc AUTHORS BUGS ChangeLog README* INSTALL NEWS THANKS UPGRADING
 
-	docinto sql/mysql
-	dodoc sql/mysql/*
-	docinto sql/postgresql
-	dodoc sql/postgresql/*
-	docinto sql/sqlite
-	dodoc sql/sqlite/*
-	docinto test-scripts
-	dodoc test-scripts/*
+#	docinto sql/mysql
+#	dodoc sql/mysql/*
+#	docinto sql/postgresql
+#	dodoc sql/postgresql/*
+#	docinto sql/sqlite
+#	dodoc sql/sqlite/*
+#	docinto test-scripts
+#	dodoc test-scripts/*
 #	docinto contrib/sql2sql
 #	dodoc contrib/sql2sql/*
 #	docinto contrib/mailbox2dbmail
 #	dodoc contrib/mailbox2dbmail/README
 #	docinto contrib
 #	dodoc contrib/dbmailclient.php
+	dodoc -r sql
+	dodoc -r test-scripts
 	dodoc -r contrib
 	## TODO: install other contrib stuff
 
@@ -86,7 +88,7 @@ src_install() {
 
 	dobin contrib/mailbox2dbmail/mailbox2dbmail
 	doman contrib/mailbox2dbmail/mailbox2dbmail.1
-	doman man/*.{1,5,8}
+	#doman man/*.{1,5,8}
 
 	# ldap schema
 	if use ldap; then



             reply	other threads:[~2012-06-10 20:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-10 20:48 Thomas Raschbacher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-11-04 18:11 [gentoo-commits] dev/lordvan:master commit in: net-mail/dbmail/ Thomas Raschbacher
2013-11-04 18:07 Thomas Raschbacher
2013-11-04 18:06 Thomas Raschbacher
2013-10-10  8:26 Thomas Raschbacher
2013-09-30 12:04 Thomas Raschbacher
2012-08-13  7:35 Thomas Raschbacher
2012-08-13  6:51 Thomas Raschbacher
2012-08-13  6:37 Thomas Raschbacher
2012-08-13  6:22 Thomas Raschbacher
2012-06-10 21:04 Thomas Raschbacher
2012-06-10 20:59 Thomas Raschbacher
2012-06-10 20:51 Thomas Raschbacher
2012-06-10 20:45 Thomas Raschbacher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1339361327.6743845fd41b4c247c1f1509ad88970b5e1bccf9.lordvan@gentoo \
    --to=lordvan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox