rpms/wl-kmod/devel - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/wl-kmod/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsp15836/rpms/wl-kmod/devel
Log Message:
Directory /cvs/free/rpms/wl-kmod/devel added to the repository
12 years, 9 months
rpms/wl-kmod - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/wl-kmod
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsp15836/rpms/wl-kmod
Log Message:
Directory /cvs/free/rpms/wl-kmod added to the repository
12 years, 9 months
rpms/winki/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/winki/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsd15724/rpms/winki/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module winki
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: winki
# $Id: Makefile,v 1.1 2012/02/14 18:35:23 laxathom Exp $
NAME := winki
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 ---
12 years, 9 months
rpms/winki Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/winki
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsd15724/rpms/winki
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module winki
--- NEW FILE Makefile ---
# Top level Makefile for module winki
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 ---
12 years, 9 months
rpms/winki/devel - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/winki/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsd15724/rpms/winki/devel
Log Message:
Directory /cvs/free/rpms/winki/devel added to the repository
12 years, 9 months
rpms/winki - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/winki
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsd15724/rpms/winki
Log Message:
Directory /cvs/free/rpms/winki added to the repository
12 years, 9 months
rpms/vice/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/vice/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsP15678/rpms/vice/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module vice
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: vice
# $Id: Makefile,v 1.1 2012/02/14 18:35:20 laxathom Exp $
NAME := vice
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 ---
12 years, 9 months
rpms/vice/devel - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/vice/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsP15678/rpms/vice/devel
Log Message:
Directory /cvs/free/rpms/vice/devel added to the repository
12 years, 9 months
rpms/vice Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/vice
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsP15678/rpms/vice
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module vice
--- NEW FILE Makefile ---
# Top level Makefile for module vice
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 ---
12 years, 9 months
rpms/vice - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/vice
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsP15678/rpms/vice
Log Message:
Directory /cvs/free/rpms/vice added to the repository
12 years, 9 months