rpms/compat-python24-elementtree/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24-elementtree/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsp26486/rpms/compat-python24-elementtree/devel
Log Message:
Directory /cvs/free/rpms/compat-python24-elementtree/devel added to the repository
16 years, 4 months
rpms/compat-python24-elementtree - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24-elementtree
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsp26486/rpms/compat-python24-elementtree
Log Message:
Directory /cvs/free/rpms/compat-python24-elementtree added to the repository
16 years, 4 months
rpms/compat-python24/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsX26311/rpms/compat-python24/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module compat-python24
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: compat-python24
# $Id: Makefile,v 1.1 2008/07/22 16:48:38 thl Exp $
NAME := compat-python24
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 $$/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)
--- NEW FILE sources ---
16 years, 4 months
rpms/compat-python24 Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsX26311/rpms/compat-python24
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module compat-python24
--- NEW FILE Makefile ---
# Top level Makefile for module compat-python24
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
16 years, 4 months
rpms/compat-python24 - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsX26311/rpms/compat-python24
Log Message:
Directory /cvs/free/rpms/compat-python24 added to the repository
16 years, 4 months
rpms/compat-python24/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsX26311/rpms/compat-python24/devel
Log Message:
Directory /cvs/free/rpms/compat-python24/devel added to the repository
16 years, 4 months
rpms/compat-plone Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-plone
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsN26136/rpms/compat-plone
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module compat-plone
--- NEW FILE Makefile ---
# Top level Makefile for module compat-plone
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
16 years, 4 months
rpms/compat-plone/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-plone/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsN26136/rpms/compat-plone/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module compat-plone
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: compat-plone
# $Id: Makefile,v 1.1 2008/07/22 16:48:30 thl Exp $
NAME := compat-plone
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 $$/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)
--- NEW FILE sources ---
16 years, 4 months
rpms/compat-plone/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-plone/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsN26136/rpms/compat-plone/devel
Log Message:
Directory /cvs/free/rpms/compat-plone/devel added to the repository
16 years, 4 months
rpms/compat-plone - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-plone
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsN26136/rpms/compat-plone
Log Message:
Directory /cvs/free/rpms/compat-plone added to the repository
16 years, 4 months