Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

16 commits

Author SHA1 Message Date
Till Maas
063afc191f 2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. 2014-06-04 19:24:57 +02:00
Dennis Gilmore
c3faece18a - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-02 19:48:46 -05:00
Dennis Gilmore
c818ff946c - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 10:33:01 -06:00
Dennis Gilmore
0ac0dd6674 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 11:01:01 -05:00
Dennis Gilmore
4161a46c56 - Rebuilt for c++ ABI breakage 2012-02-28 11:44:07 -06:00
Dennis Gilmore
40d7bb2350 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 15:17:03 -06:00
Dennis Gilmore
5e3df12794 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 19:12:56 -06:00
Fedora Release Engineering
df4b176641 dist-git conversion 2010-07-28 10:00:18 +00:00
Bill Nottingham
48c5540f3e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:39:48 +00:00
Jesse Keating
f1f43a076b - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 16:52:50 +00:00
Nicolas Chauvet
14d7cadd0b Fix for gcc44 2009-03-04 16:40:20 +00:00
Jesse Keating
b52d239c56 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 01:07:03 +00:00
Nicolas Chauvet
b95c732729 - Rebuild for gcc43 2008-02-09 14:20:01 +00:00
Nicolas Chauvet
30a724c12c Fixes for gcc43 2008-01-04 16:43:00 +00:00
Nicolas Chauvet
1c6f141a76 Update to 0.3 2008-01-03 00:08:43 +00:00
Nicolas Chauvet
ad1c4b3bdf Initial import 2007-09-13 10:31:33 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

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

1
dead.package Normal file
View file

@ -0,0 +1 @@
2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear.

View file