rpms/xorg-x11-drv-nvidia-304xx/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsC29440/rpms/xorg-x11-drv-nvidia-304xx/devel
Log Message:
Directory /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/devel added to the repository
11 years, 6 months
rpms/xorg-x11-drv-nvidia-304xx Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsC29440/rpms/xorg-x11-drv-nvidia-304xx
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module xorg-x11-drv-nvidia-304xx
--- NEW FILE Makefile ---
# Top level Makefile for module xorg-x11-drv-nvidia-304xx
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/xorg-x11-drv-nvidia-304xx - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsC29440/rpms/xorg-x11-drv-nvidia-304xx
Log Message:
Directory /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx added to the repository
11 years, 6 months
rpms/nvidia-304xx-kmod/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsx27611/rpms/nvidia-304xx-kmod/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module nvidia-304xx-kmod
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: nvidia-304xx-kmod
# $Id: Makefile,v 1.1 2013/05/19 10:54:36 kwizart Exp $
NAME := nvidia-304xx-kmod
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/nvidia-304xx-kmod Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsx27611/rpms/nvidia-304xx-kmod
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module nvidia-304xx-kmod
--- NEW FILE Makefile ---
# Top level Makefile for module nvidia-304xx-kmod
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/nvidia-304xx-kmod/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsx27611/rpms/nvidia-304xx-kmod/devel
Log Message:
Directory /cvs/nonfree/rpms/nvidia-304xx-kmod/devel added to the repository
11 years, 6 months
rpms/nvidia-304xx-kmod - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsx27611/rpms/nvidia-304xx-kmod
Log Message:
Directory /cvs/nonfree/rpms/nvidia-304xx-kmod added to the repository
11 years, 6 months
rpms/warsow-data/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/warsow-data/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsP26513/rpms/warsow-data/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module warsow-data
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: warsow-data
# $Id: Makefile,v 1.1 2013/05/19 10:53:22 kwizart Exp $
NAME := warsow-data
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-data 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-data
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsP26513/rpms/warsow-data
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module warsow-data
--- NEW FILE Makefile ---
# Top level Makefile for module warsow-data
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-data/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/warsow-data/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsP26513/rpms/warsow-data/devel
Log Message:
Directory /cvs/nonfree/rpms/warsow-data/devel added to the repository
11 years, 6 months