[Checkins] SVN: zc.recipe.rhrc/trunk/ moved to github

Fred Drake cvs-admin at zope.org
Thu Apr 4 18:36:39 UTC 2013


Log message for revision 130185:
  moved to github

Changed:
  D   zc.recipe.rhrc/trunk/COPYRIGHT.txt
  D   zc.recipe.rhrc/trunk/LICENSE.txt
  A   zc.recipe.rhrc/trunk/MOVED_TO_GITHUB
  D   zc.recipe.rhrc/trunk/README.txt
  D   zc.recipe.rhrc/trunk/buildout.cfg
  D   zc.recipe.rhrc/trunk/setup.py
  D   zc.recipe.rhrc/trunk/src/

-=-
Deleted: zc.recipe.rhrc/trunk/COPYRIGHT.txt
===================================================================
--- zc.recipe.rhrc/trunk/COPYRIGHT.txt	2013-03-30 14:05:18 UTC (rev 130184)
+++ zc.recipe.rhrc/trunk/COPYRIGHT.txt	2013-04-04 18:36:38 UTC (rev 130185)
@@ -1 +0,0 @@
-Zope Foundation and Contributors
\ No newline at end of file

Deleted: zc.recipe.rhrc/trunk/LICENSE.txt
===================================================================
--- zc.recipe.rhrc/trunk/LICENSE.txt	2013-03-30 14:05:18 UTC (rev 130184)
+++ zc.recipe.rhrc/trunk/LICENSE.txt	2013-04-04 18:36:38 UTC (rev 130185)
@@ -1,44 +0,0 @@
-Zope Public License (ZPL) Version 2.1
-
-A copyright notice accompanies this license document that identifies the
-copyright holders.
-
-This license has been certified as open source. It has also been designated as
-GPL compatible by the Free Software Foundation (FSF).
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions in source code must retain the accompanying copyright
-notice, this list of conditions, and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the accompanying copyright
-notice, this list of conditions, and the following disclaimer in the
-documentation and/or other materials provided with the distribution.
-
-3. Names of the copyright holders must not be used to endorse or promote
-products derived from this software without prior written permission from the
-copyright holders.
-
-4. The right to distribute this software or to use it for any purpose does not
-give you the right to use Servicemarks (sm) or Trademarks (tm) of the
-copyright
-holders. Use of them is covered by separate agreement with the copyright
-holders.
-
-5. If any files are modified, you must cause the modified files to carry
-prominent notices stating that you changed the files and the date of any
-change.
-
-Disclaimer
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
-OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
-EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: zc.recipe.rhrc/trunk/MOVED_TO_GITHUB
===================================================================
--- zc.recipe.rhrc/trunk/MOVED_TO_GITHUB	                        (rev 0)
+++ zc.recipe.rhrc/trunk/MOVED_TO_GITHUB	2013-04-04 18:36:38 UTC (rev 130185)
@@ -0,0 +1 @@
+https://github.com/zopefoundation/zc.recipe.rhrc

Deleted: zc.recipe.rhrc/trunk/README.txt
===================================================================
--- zc.recipe.rhrc/trunk/README.txt	2013-03-30 14:05:18 UTC (rev 130184)
+++ zc.recipe.rhrc/trunk/README.txt	2013-04-04 18:36:38 UTC (rev 130185)
@@ -1,75 +0,0 @@
-*****************************************
-ZC Buildout recipe for Redhat RC scripts
-*****************************************
-
-This package provides a zc.buildout recipe for creating Red-Hat Linux
-compatible run-control scripts.
-
-.. contents::
-
-Changes
-*******
-
-1.4.2 (2012-12-20)
-==================
-
-Fixed: Errors were raised if stopping a run script failed during
-       uninstall.  This could cause a buildout to be wedged, because
-       you couldn't uninstall a broken/missing run script.
-
-
-1.4.1 (2012-08-31)
-==================
-
-Fixed: Processes weren't started on update.
-
-       In a perfect world, this wouldn't be necessary, as in the
-       update case, the process would already be running, however,
-       it's helpful to make sure the process is running by trying to
-       start it.
-
-1.4.0 (2012-05-18)
-==================
-
-- Added optional process-management support.  If requested, then run
-  scripts are run as part of install and uninstall.
-
-- Fixed: missing **test** dependency on ``zope.testing``
-
-1.3.0 (2010/05/26)
-==================
-
-New Features
-------------
-
-- A new independent-processes option causes multiple processes to be
-  restarted independently, rather then stoping all of the and the
-  starting all of them.
-
-Bugs Fixed
-----------
-
-- Generated run scripts had trailing whitespace.
-
-1.2.0 (2009/04/06)
-==================
-
-displays the name of the script being run
-for each script when it is started, stopped, or restarted
-
-1.1.0 (2008/02/01)
-==================
-
-Use the deployment name option (as provided by zc.recipe.deployment
-0.6.0 and later) if present when generating script names.
-
-Use the deployment rc-directory as the destination when a deployment
-is used.
-
-Use /sbin/chkconfig rather than chkconfig, as I'm told it is always in
-that location and rarely in anyone's path. :)
-
-1.0.0 (2008/01/15)
-==================
-
-Initial public release

Deleted: zc.recipe.rhrc/trunk/buildout.cfg
===================================================================
--- zc.recipe.rhrc/trunk/buildout.cfg	2013-03-30 14:05:18 UTC (rev 130184)
+++ zc.recipe.rhrc/trunk/buildout.cfg	2013-04-04 18:36:38 UTC (rev 130185)
@@ -1,9 +0,0 @@
-[buildout]
-parts = test
-develop = .
-
-[test]
-recipe = zc.recipe.testrunner ==1.3.0
-eggs = zc.recipe.rhrc [test]
-
-

Deleted: zc.recipe.rhrc/trunk/setup.py
===================================================================
--- zc.recipe.rhrc/trunk/setup.py	2013-03-30 14:05:18 UTC (rev 130184)
+++ zc.recipe.rhrc/trunk/setup.py	2013-04-04 18:36:38 UTC (rev 130185)
@@ -1,49 +0,0 @@
-import os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-long_description=(
-        read('README.txt')
-        + '\n' +
-        'Detailed Documentation\n'
-        '**********************\n'
-        + '\n' +
-        read('src', 'zc', 'recipe', 'rhrc', 'README.txt')
-        + '\n' +
-        'Download\n'
-        '**********************\n'
-        )
-
-entry_points = '''
-[zc.buildout]
-default=zc.recipe.rhrc:Recipe
-
-[zc.buildout.uninstall]
-default=zc.recipe.rhrc:uninstall
-'''
-
-name = 'zc.recipe.rhrc'
-setup(
-    name = name,
-    version = '0',
-    author = 'Jim Fulton',
-    author_email = 'jim at zope.com',
-    description = 'ZC Buildout recipe for Redhat RC scripts',
-    long_description = long_description,
-    license = 'ZPL 2.1',
-    keywords = 'buildout',
-
-    entry_points=entry_points,
-    packages = find_packages('src'),
-    namespace_packages = ['zc', 'zc.recipe'],
-    package_dir = {'': 'src'},
-    extras_require = dict(
-        test=[
-            'zc.buildout',
-            'zope.testing',
-            ]),
-    install_requires = 'setuptools',
-    zip_safe = False,
-    )



More information about the checkins mailing list