Compare commits

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

16 commits

Author SHA1 Message Date
Till Maas
7ad4be37e4 2016-05-19: Retired orphaned package, because it was orphaned for
more than six weeks.
2016-05-19 22:50:35 +02:00
Fedora Release Engineering
898aac8929 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 02:33:59 +00:00
Dennis Gilmore
d8969fb27b - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 01:50:26 +00:00
6548c1da47 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 07:32:37 +00:00
Dennis Gilmore
8c0942524c - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 22:18:50 -05:00
Dennis Gilmore
0cf48ff618 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 00:57:13 -05:00
Dennis Gilmore
88c451863f - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 20:39:00 -06:00
Dennis Gilmore
bff13fbf06 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 21:27:29 -05:00
Dennis Gilmore
d48f0ed5ab - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 01:45:43 -06:00
Dennis Gilmore
6b51712fa6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 18:58:14 -06:00
Fedora Release Engineering
8c560e6074 dist-git conversion 2010-07-29 14:54:09 +00:00
8c8359ff23 Delete mistakenly committed files. 2010-07-07 01:43:41 +00:00
Bill Nottingham
c8af73531c Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:19 +00:00
Jesse Keating
cf8f68504a - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 06:44:25 +00:00
Jesse Keating
dc39909951 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 23:48:41 +00:00
1a3b62d171 initial import into devel 2008-06-13 09:36:39 +00:00
4 changed files with 3 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: vaspview
# $Id$
NAME := vaspview
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 @@
2016-05-19: Retired orphaned package, because it was orphaned for
more than six weeks.

View file