rpms/warsow-data - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/warsow-data
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsP26513/rpms/warsow-data
Log Message:
Directory /cvs/nonfree/rpms/warsow-data added to the repository
11 years, 6 months
rpms/warsow/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/warsow/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsm25010/rpms/warsow/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module warsow
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: warsow
# $Id: Makefile,v 1.1 2013/05/19 10:51:14 kwizart Exp $
NAME := warsow
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 ---
11 years, 6 months
rpms/warsow Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/warsow
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsm25010/rpms/warsow
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module warsow
--- NEW FILE Makefile ---
# Top level Makefile for module warsow
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 ---
11 years, 6 months
rpms/warsow/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/warsow/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsm25010/rpms/warsow/devel
Log Message:
Directory /cvs/nonfree/rpms/warsow/devel added to the repository
11 years, 6 months
rpms/warsow - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/warsow
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsm25010/rpms/warsow
Log Message:
Directory /cvs/nonfree/rpms/warsow added to the repository
11 years, 6 months
rpms/assaultcube/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/assaultcube/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsR23326/rpms/assaultcube/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module assaultcube
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: assaultcube
# $Id: Makefile,v 1.1 2013/05/19 10:48:09 kwizart Exp $
NAME := assaultcube
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 ---
11 years, 6 months
rpms/assaultcube/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/assaultcube/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsR23326/rpms/assaultcube/devel
Log Message:
Directory /cvs/nonfree/rpms/assaultcube/devel added to the repository
11 years, 6 months
rpms/assaultcube Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/assaultcube
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsR23326/rpms/assaultcube
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module assaultcube
--- NEW FILE Makefile ---
# Top level Makefile for module assaultcube
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 ---
11 years, 6 months
rpms/assaultcube - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/assaultcube
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsR23326/rpms/assaultcube
Log Message:
Directory /cvs/nonfree/rpms/assaultcube added to the repository
11 years, 6 months
rpms/abuse/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/abuse/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsi22928/rpms/abuse/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module abuse
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: abuse
# $Id: Makefile,v 1.1 2013/05/19 10:42:03 kwizart Exp $
NAME := abuse
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 ---
11 years, 6 months