rpms/proas/devel - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/proas/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsB14094/rpms/proas/devel
Log Message:
Directory /cvs/free/rpms/proas/devel added to the repository
12 years, 9 months
rpms/proas - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/proas
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsB14094/rpms/proas
Log Message:
Directory /cvs/free/rpms/proas added to the repository
12 years, 9 months
rpms/plus4emu/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/plus4emu/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsr14040/rpms/plus4emu/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module plus4emu
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: plus4emu
# $Id: Makefile,v 1.1 2012/02/14 18:33:38 laxathom Exp $
NAME := plus4emu
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/plus4emu Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/plus4emu
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsr14040/rpms/plus4emu
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module plus4emu
--- NEW FILE Makefile ---
# Top level Makefile for module plus4emu
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/plus4emu/devel - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/plus4emu/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsr14040/rpms/plus4emu/devel
Log Message:
Directory /cvs/free/rpms/plus4emu/devel added to the repository
12 years, 9 months
rpms/plus4emu - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/plus4emu
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsr14040/rpms/plus4emu
Log Message:
Directory /cvs/free/rpms/plus4emu added to the repository
12 years, 9 months
rpms/php-pecl-pdflib/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/php-pecl-pdflib/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsL13995/rpms/php-pecl-pdflib/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module php-pecl-pdflib
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: php-pecl-pdflib
# $Id: Makefile,v 1.1 2012/02/14 18:33:35 laxathom Exp $
NAME := php-pecl-pdflib
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/php-pecl-pdflib Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/php-pecl-pdflib
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsL13995/rpms/php-pecl-pdflib
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module php-pecl-pdflib
--- NEW FILE Makefile ---
# Top level Makefile for module php-pecl-pdflib
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/php-pecl-pdflib - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/php-pecl-pdflib
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsL13995/rpms/php-pecl-pdflib
Log Message:
Directory /cvs/free/rpms/php-pecl-pdflib added to the repository
12 years, 9 months
rpms/php-pecl-pdflib/devel - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/php-pecl-pdflib/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/tmpcvsL13995/rpms/php-pecl-pdflib/devel
Log Message:
Directory /cvs/free/rpms/php-pecl-pdflib/devel added to the repository
12 years, 9 months