rpms/xorg-x11-drv-nvidia-173xx - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-173xx
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvse14528/rpms/xorg-x11-drv-nvidia-173xx
Log Message:
Directory /cvs/nonfree/rpms/xorg-x11-drv-nvidia-173xx added to the repository
16 years, 4 months
rpms/nvidia-173xx-kmod/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsl14478/rpms/nvidia-173xx-kmod/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module nvidia-173xx-kmod
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: nvidia-173xx-kmod
# $Id: Makefile,v 1.1 2008/11/07 09:15:50 thl Exp $
NAME := nvidia-173xx-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 ---
16 years, 4 months
rpms/nvidia-173xx-kmod Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsl14478/rpms/nvidia-173xx-kmod
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module nvidia-173xx-kmod
--- NEW FILE Makefile ---
# Top level Makefile for module nvidia-173xx-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 ---
16 years, 4 months
rpms/nvidia-173xx-kmod/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsl14478/rpms/nvidia-173xx-kmod/devel
Log Message:
Directory /cvs/nonfree/rpms/nvidia-173xx-kmod/devel added to the repository
16 years, 4 months
rpms/nvidia-173xx-kmod - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsl14478/rpms/nvidia-173xx-kmod
Log Message:
Directory /cvs/nonfree/rpms/nvidia-173xx-kmod added to the repository
16 years, 4 months
rpms/broadcom-wl/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/broadcom-wl/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsc13743/rpms/broadcom-wl/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module broadcom-wl
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: broadcom-wl
# $Id: Makefile,v 1.1 2008/11/07 09:05:45 thl Exp $
NAME := broadcom-wl
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/broadcom-wl Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/broadcom-wl
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsc13743/rpms/broadcom-wl
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module broadcom-wl
--- NEW FILE Makefile ---
# Top level Makefile for module broadcom-wl
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/broadcom-wl/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/broadcom-wl/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsc13743/rpms/broadcom-wl/devel
Log Message:
Directory /cvs/nonfree/rpms/broadcom-wl/devel added to the repository
16 years, 4 months
rpms/broadcom-wl - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/broadcom-wl
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsc13743/rpms/broadcom-wl
Log Message:
Directory /cvs/nonfree/rpms/broadcom-wl added to the repository
16 years, 4 months
rpms/wl-kmod/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/wl-kmod/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvss13231/rpms/wl-kmod/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module wl-kmod
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: wl-kmod
# $Id: Makefile,v 1.1 2008/11/07 09:01:26 thl Exp $
NAME := wl-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 ---
16 years, 4 months