rpms/psb-kmod/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/psb-kmod/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsU20984/rpms/psb-kmod/devel
Log Message:
Directory /cvs/nonfree/rpms/psb-kmod/devel added to the repository
15 years, 3 months
rpms/psb-kmod - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/psb-kmod
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsU20984/rpms/psb-kmod
Log Message:
Directory /cvs/nonfree/rpms/psb-kmod added to the repository
15 years, 3 months
rpms/psb-firmware/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/psb-firmware/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsy20467/rpms/psb-firmware/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module psb-firmware
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: psb-firmware
# $Id: Makefile,v 1.1 2009/09/24 15:22:32 thl Exp $
NAME := psb-firmware
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 ---
15 years, 3 months
rpms/psb-firmware Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/psb-firmware
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsy20467/rpms/psb-firmware
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module psb-firmware
--- NEW FILE Makefile ---
# Top level Makefile for module psb-firmware
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 ---
15 years, 3 months
rpms/psb-firmware/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/psb-firmware/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsy20467/rpms/psb-firmware/devel
Log Message:
Directory /cvs/nonfree/rpms/psb-firmware/devel added to the repository
15 years, 3 months
rpms/psb-firmware - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/psb-firmware
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsy20467/rpms/psb-firmware
Log Message:
Directory /cvs/nonfree/rpms/psb-firmware added to the repository
15 years, 3 months
rpms/libdrm-poulsbo/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/libdrm-poulsbo/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsI20258/rpms/libdrm-poulsbo/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module libdrm-poulsbo
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: libdrm-poulsbo
# $Id: Makefile,v 1.1 2009/09/24 15:21:49 thl Exp $
NAME := libdrm-poulsbo
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 ---
15 years, 3 months
rpms/libdrm-poulsbo Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/libdrm-poulsbo
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsI20258/rpms/libdrm-poulsbo
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module libdrm-poulsbo
--- NEW FILE Makefile ---
# Top level Makefile for module libdrm-poulsbo
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 ---
15 years, 3 months
rpms/libdrm-poulsbo/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/libdrm-poulsbo/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsI20258/rpms/libdrm-poulsbo/devel
Log Message:
Directory /cvs/nonfree/rpms/libdrm-poulsbo/devel added to the repository
15 years, 3 months
rpms/libdrm-poulsbo - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/libdrm-poulsbo
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsI20258/rpms/libdrm-poulsbo
Log Message:
Directory /cvs/nonfree/rpms/libdrm-poulsbo added to the repository
15 years, 3 months