Compare commits

...
Sign in to create a new pull request.

15 commits

Author SHA1 Message Date
Till Maas
adc9d86ece 2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks.
Reference: https://fedorahosted.org/epel/ticket/7
2014-12-17 22:35:03 +01:00
Fedora Release Engineering
3aedfa8c9c dist-git conversion 2010-07-29 15:08:38 +00:00
Shakthi Kannan
b47c2b6a28 Updated to 1.0.77 package. 2010-07-22 08:26:22 +00:00
Shakthi Kannan
40939bda34 Updated to 1.0.76 upstream package. 2010-06-12 15:07:31 +00:00
Shakthi Kannan
3d4a6c01d5 Updated to 1.0.75 upstream release. 2010-05-17 05:28:45 +00:00
Shakthi Kannan
cbd97627c7 Updated to 1.0.74 upstream package. 2010-04-05 11:49:50 +00:00
Shakthi Kannan
f77d1792b2 Updated to 1.0.72 upstream package. 2010-03-30 05:52:43 +00:00
Shakthi Kannan
072d921f9f Updated to upstream 1.0.67 package. 2009-12-04 19:36:53 +00:00
Bill Nottingham
ff513774cd Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:15:47 +00:00
Shakthi Kannan
ea81d0bc4a Updated to 1.0.65 package. 2009-11-09 18:07:07 +00:00
Shakthi Kannan
bfdafde6da Updated to vrq 1.0.63 package. 2009-10-25 11:42:55 +00:00
Shakthi Kannan
3dab176e41 Updated to 1.0.62 package. 2009-10-16 17:04:17 +00:00
Shakthi Kannan
176f3cd58f Updated to package 1.0.61. 2009-10-11 05:32:27 +00:00
Shakthi Kannan
eb72628d1a vrq first package. 2009-09-14 14:56:42 +00:00
d0cab48b13 Initialize branch EL-5 for vrq 2009-09-14 04:53:18 +00:00
4 changed files with 3 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: vrq
# $Id$
NAME := vrq
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)

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks.
Reference: https://fedorahosted.org/epel/ticket/7

View file