Compare commits
32 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
16e0de30df | ||
|
|
bf5c2728c8 | ||
|
|
d3533ce58f | ||
|
|
c4db22f2d9 | ||
|
|
63ffbe9340 | ||
|
|
821d4eb080 | ||
|
|
31a453398f | ||
|
|
5b4fbcc8f2 | ||
|
|
a6ce5b4533 | ||
|
|
e66b07b689 | ||
|
|
d3b89a9d82 | ||
|
|
0d2399810e | ||
|
|
25a12d4d8d | ||
|
|
a10978927b | ||
|
|
4ef7200d15 | ||
|
|
1593e93ae7 | ||
|
|
14ac099060 | ||
|
|
c529feb8ed | ||
|
|
39ec6347d2 | ||
|
|
a0c91a7f67 | ||
|
|
acd02f946f | ||
|
|
e1bf354ab7 | ||
|
|
aded6344c9 | ||
|
|
2643b1d27d | ||
|
|
a4e63d78a2 | ||
|
|
a3206efc83 | ||
|
|
b68b98fafa | ||
|
|
f68b62494a | ||
|
|
b8f33474aa | ||
|
|
7b295975b1 | ||
|
|
9fd7fb4a62 | ||
|
|
921d660de9 |
5 changed files with 7 additions and 21 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
valide-20101105svn609.tar.xz
|
||||
/valide-20100901svn686.tar.xz
|
||||
/valadoc.py
|
||||
/valide-0.7.0.tar.gz
|
||||
/valide-20100904svn689.tar.xz
|
||||
/valide-20100923bzr557.tar.xz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: valide
|
||||
# $Id$
|
||||
NAME := valide
|
||||
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
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
This package was retired due to no active owner on 2011-02-23
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue