unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
From: Eric Wong <e@80x24.org>
To: meta@public-inbox.org
Cc: Eric Wong <e@80x24.org>
Subject: [PATCH 1/2] move scripts to script/ directory
Date: Thu,  3 Mar 2016 03:38:37 +0000	[thread overview]
Message-ID: <20160303033838.24778-2-e@80x24.org> (raw)
In-Reply-To: <20160303033838.24778-1-e@80x24.org>

This seems to match more closely with what is expected of Perl
packages based on how blib is used.  Hopefully makes the top-level
source tree less cluttered and things easier-to-find.
---
 MANIFEST                      | 7 ++++---
 Makefile.PL                   | 2 +-
 ssoma => script/ssoma         | 0
 ssoma-mda => script/ssoma-mda | 0
 ssoma-rm => script/ssoma-rm   | 0
 5 files changed, 5 insertions(+), 4 deletions(-)
 rename ssoma => script/ssoma (100%)
 rename ssoma-mda => script/ssoma-mda (100%)
 rename ssoma-rm => script/ssoma-rm (100%)

diff --git a/MANIFEST b/MANIFEST
index ebfbe09..f610ad8 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,6 @@
 .gitignore
 COPYING
+Documentation/.gitignore
 Documentation/include.mk
 Documentation/ssoma-mda.pod
 Documentation/ssoma-rm.pod
@@ -16,9 +17,9 @@ lib/Ssoma/GitIndexInfo.pm
 lib/Ssoma/IMAP.pm
 lib/Ssoma/MDA.pm
 lib/Ssoma/Remover.pm
-ssoma
-ssoma-mda
-ssoma-rm
+script/ssoma
+script/ssoma-mda
+script/ssoma-rm
 t/all.t
 t/extractor.t
 t/git.t
diff --git a/Makefile.PL b/Makefile.PL
index 6316423..bf30ad0 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,7 +11,7 @@ WriteMakefile(
 	VERSION => '0.1.0',
 	AUTHOR => 'Eric Wong <e@80x24.org>',
 	ABSTRACT => 'some sort of mail archiver',
-	EXE_FILES => [qw/ssoma-mda ssoma ssoma-rm/],
+	EXE_FILES => [ map { "script/$_" } qw/ssoma-mda ssoma ssoma-rm/],
 	PREREQ_PM => {
 		# Keep this sorted and synced to the INSTALL document
 		'Digest::SHA' => 0,
diff --git a/ssoma b/script/ssoma
similarity index 100%
rename from ssoma
rename to script/ssoma
diff --git a/ssoma-mda b/script/ssoma-mda
similarity index 100%
rename from ssoma-mda
rename to script/ssoma-mda
diff --git a/ssoma-rm b/script/ssoma-rm
similarity index 100%
rename from ssoma-rm
rename to script/ssoma-rm
-- 
EW


  reply	other threads:[~2016-03-03  3:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-03  3:38 [ssoma PATCH 0/2] minor build fixes Eric Wong
2016-03-03  3:38 ` Eric Wong [this message]
2016-03-03  3:38 ` [PATCH 2/2] build: make syntax check target Eric Wong

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

  List information: https://public-inbox.org/README

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

  git send-email \
    --in-reply-to=20160303033838.24778-2-e@80x24.org \
    --to=e@80x24.org \
    --cc=meta@public-inbox.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).