public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/g-sorcery:master commit in: /, bin/
@ 2013-07-19 16:20 Jauhien Piatlicki
  0 siblings, 0 replies; only message in thread
From: Jauhien Piatlicki @ 2013-07-19 16:20 UTC (permalink / raw
  To: gentoo-commits

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',
       )


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-19 16:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-19 16:20 [gentoo-commits] proj/g-sorcery:master commit in: /, bin/ Jauhien Piatlicki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox