From: "Jauhien Piatlicki" <piatlicki@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/g-sorcery:master commit in: /, bin/
Date: Fri, 19 Jul 2013 16:20:11 +0000 (UTC) [thread overview]
Message-ID: <1374250780.4ab605ba171c4bd31556a17b1e65e00f18de4528.jauhien@gentoo> (raw)
commit: 4ab605ba171c4bd31556a17b1e65e00f18de4528
Author: Jauhien Piatlicki (jauhien) <piatlicki <AT> gmail <DOT> com>
AuthorDate: Fri Jul 19 16:19:40 2013 +0000
Commit: Jauhien Piatlicki <piatlicki <AT> gmail <DOT> com>
CommitDate: Fri Jul 19 16:19:40 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=4ab605ba
install CTAN backend
---
bin/gs-ctan | 3 +++
setup.py | 11 +++++++----
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/bin/gs-ctan b/bin/gs-ctan
new file mode 100755
index 0000000..7b1612d
--- /dev/null
+++ b/bin/gs-ctan
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+g-sorcery gs-ctan $@
diff --git a/setup.py b/setup.py
index 1353926..aa8e660 100644
--- a/setup.py
+++ b/setup.py
@@ -7,11 +7,14 @@ setup(name = 'g-sorcery',
description = 'g-sorcery framework for automated ebuild generators',
author = 'Jauhien Piatlicki',
author_email = 'piatlicki@gmail.com',
- packages = ['g_sorcery', 'g_elpa'],
- package_data = {'g_elpa': ['data/*']},
- scripts = ['bin/g-sorcery', 'bin/g-elpa'],
+ packages = ['g_sorcery', 'g_elpa', 'gs_ctan'],
+ package_data = {'g_elpa': ['data/*'],
+ 'gs_ctan': ['data/*']},
+ scripts = ['bin/g-sorcery', 'bin/g-elpa', 'bin/gs-ctan'],
data_files = [('/etc/g-sorcery/', ['g-elpa.json']),
+ ('/etc/g-sorcery/', ['gs-ctan.json']),
('/etc/g-sorcery/', ['g-sorcery.cfg']),
- ('/etc/layman/overlays/', ['g-elpa-overlays.xml'])],
+ ('/etc/layman/overlays/', ['g-elpa-overlays.xml']),
+ ('/etc/layman/overlays/', ['gs-ctan-overlays.xml'])],
license = 'GPL',
)
reply other threads:[~2013-07-19 16:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1374250780.4ab605ba171c4bd31556a17b1e65e00f18de4528.jauhien@gentoo \
--to=piatlicki@gmail.com \
--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