rpms/vboxgtk/devel dead.package,NONE,1.1
by Hicham HAOUARI
Author: hicham
Update of /cvs/free/rpms/vboxgtk/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30799
Added Files:
dead.package
Log Message:
Retire the package
--- NEW FILE dead.package ---
It is time to retire this package :
- Upstream is dead
- Broken API compatibility with current VirtualBox-OSE-3.1.x
14 years, 6 months
rpms/rpmfusion-package-config-smart/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/rpmfusion-package-config-smart/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/rpms/tmpcvsE21709/rpms/rpmfusion-package-config-smart/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module rpmfusion-package-config-smart
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: rpmfusion-package-config-smart
# $Id: Makefile,v 1.1 2010/04/30 20:23:51 kwizart Exp $
NAME := rpmfusion-package-config-smart
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 ---
14 years, 6 months
rpms/rpmfusion-package-config-smart Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/rpmfusion-package-config-smart
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/rpms/tmpcvsE21709/rpms/rpmfusion-package-config-smart
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module rpmfusion-package-config-smart
--- NEW FILE Makefile ---
# Top level Makefile for module rpmfusion-package-config-smart
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 ---
14 years, 6 months
rpms/rpmfusion-package-config-smart/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/rpmfusion-package-config-smart/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/rpms/tmpcvsE21709/rpms/rpmfusion-package-config-smart/devel
Log Message:
Directory /cvs/free/rpms/rpmfusion-package-config-smart/devel added to the repository
14 years, 6 months