From 4642dcb6bcf4fc468b5709383b54e896969bae4d Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Jan 06 2016 17:44:24 +0000 Subject: Remove files not used anymore --- diff --git a/Makefile b/Makefile deleted file mode 100644 index 235c0bf..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: python-configobj -# $Id$ -NAME := python-configobj -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/configobj-bsd-license.txt b/configobj-bsd-license.txt deleted file mode 100644 index 2a16af3..0000000 --- a/configobj-bsd-license.txt +++ /dev/null @@ -1,32 +0,0 @@ -Copyright (c) 2005-2014 -Michael Foord: fuzzyman AT voidspace DOT org DOT uk -Nicola Larosa: nico AT tekNico DOT net -Rob Dennis: rdennis AT gmail DOT com -Eli Courtwright: eli AT courtwright DOT org - -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted -provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this list of -conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, this list of -conditions and the following disclaimer in the documentation and/or other materials provided -with the distribution. - -3. Neither the name of the copyright holder nor the names of its contributors may be used to -endorse or promote products derived from this software without specific prior written -permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS 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 HOLDER OR -CONTRIBUTORS 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. - diff --git a/configobj-import-all-fix.patch b/configobj-import-all-fix.patch deleted file mode 100644 index 1fe30c7..0000000 --- a/configobj-import-all-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: configobj-4.7.2/validate.py -=================================================================== ---- configobj-4.7.2.orig/validate.py -+++ configobj-4.7.2/validate.py -@@ -160,7 +160,6 @@ __all__ = ( - 'is_ip_addr_list', - 'is_mixed_list', - 'is_option', -- '__docformat__', - ) - -