rpms/xorg-x11-drv-catalyst/devel - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/xorg-x11-drv-catalyst/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsj16139/rpms/xorg-x11-drv-catalyst/devel
Log Message:
Directory /cvs/free/rpms/xorg-x11-drv-catalyst/devel added to the repository
12 years, 9 months
rpms/xorg-x11-drv-catalyst - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/xorg-x11-drv-catalyst
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsj16139/rpms/xorg-x11-drv-catalyst
Log Message:
Directory /cvs/free/rpms/xorg-x11-drv-catalyst added to the repository
12 years, 9 months
rpms/xmms2-nonfree Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/xmms2-nonfree
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsB16094/rpms/xmms2-nonfree
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module xmms2-nonfree
--- NEW FILE Makefile ---
# Top level Makefile for module xmms2-nonfree
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/xmms2-nonfree/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/xmms2-nonfree/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsB16094/rpms/xmms2-nonfree/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module xmms2-nonfree
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: xmms2-nonfree
# $Id: Makefile,v 1.1 2012/02/14 18:35:38 laxathom Exp $
NAME := xmms2-nonfree
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/xmms2-nonfree/devel - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/xmms2-nonfree/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsB16094/rpms/xmms2-nonfree/devel
Log Message:
Directory /cvs/free/rpms/xmms2-nonfree/devel added to the repository
12 years, 9 months
rpms/xmms2-nonfree - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/xmms2-nonfree
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsB16094/rpms/xmms2-nonfree
Log Message:
Directory /cvs/free/rpms/xmms2-nonfree added to the repository
12 years, 9 months
rpms/xcpc/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/xcpc/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsT16040/rpms/xcpc/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module xcpc
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: xcpc
# $Id: Makefile,v 1.1 2012/02/14 18:35:35 laxathom Exp $
NAME := xcpc
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/xcpc Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/xcpc
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsT16040/rpms/xcpc
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module xcpc
--- NEW FILE Makefile ---
# Top level Makefile for module xcpc
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/xcpc/devel - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/xcpc/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsT16040/rpms/xcpc/devel
Log Message:
Directory /cvs/free/rpms/xcpc/devel added to the repository
12 years, 9 months
rpms/xcpc - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/xcpc
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsT16040/rpms/xcpc
Log Message:
Directory /cvs/free/rpms/xcpc added to the repository
12 years, 9 months