From 328e1816c892ba1256c9d752f7f2d0a26b63f6bd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Jul 28 2010 13:31:13 +0000 Subject: dist-git conversion --- diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 089c964..0000000 --- a/.cvsignore +++ /dev/null @@ -1,9 +0,0 @@ -egit-90b818e596660b813b6fcf68f1e9e9b62c615130.tar.gz -egit-fedd114bcb8ef859b9cc2152bf136a554dc54946.tar.gz -egit-3c268c8cc77a3ed3a50b47cf6354330a9416b726.tar.gz -egit-c8a5b04b88bfbafc63c54512f874a763ef9bba08.tar.gz -jgit-9c5c2e73ba21014e3a9427b8b27c3e62fe6d1c14.tar.gz -parallelip-egit-8c839d7ec7b884fba2e2a74321a057a58ea1114c.tar.bz2 -egit-b37b5b3088d6a749963edc3c5a07a743d7471263.tar.bz2 -egit-e49f576d207e3d31cdfc02cf57424d16e97ab6a9.tar.bz2 -egit-6b528445c3e543688b990e0a631c5f0238b02741.tar.bz2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..089c964 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +egit-90b818e596660b813b6fcf68f1e9e9b62c615130.tar.gz +egit-fedd114bcb8ef859b9cc2152bf136a554dc54946.tar.gz +egit-3c268c8cc77a3ed3a50b47cf6354330a9416b726.tar.gz +egit-c8a5b04b88bfbafc63c54512f874a763ef9bba08.tar.gz +jgit-9c5c2e73ba21014e3a9427b8b27c3e62fe6d1c14.tar.gz +parallelip-egit-8c839d7ec7b884fba2e2a74321a057a58ea1114c.tar.bz2 +egit-b37b5b3088d6a749963edc3c5a07a743d7471263.tar.bz2 +egit-e49f576d207e3d31cdfc02cf57424d16e97ab6a9.tar.bz2 +egit-6b528445c3e543688b990e0a631c5f0238b02741.tar.bz2 diff --git a/Makefile b/Makefile deleted file mode 100644 index 58622c3..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: eclipse-egit -# $Id: Makefile,v 1.1 2007/09/14 21:27:08 kevin Exp $ -NAME := eclipse-egit -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)