Compare commits
32 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0467a8cef | ||
|
|
30052804a5 | ||
|
|
98cec6291c | ||
|
|
388b4d5f23 | ||
|
|
5e36300fa3 | ||
| 2f352f3430 | |||
|
|
fd3c554ae6 | ||
|
|
3dda68b257 | ||
|
|
07dc860a6b | ||
|
|
9182c0d476 | ||
|
|
4857f91152 | ||
|
|
ca0332cf46 | ||
|
|
a408b62e73 | ||
| f509e87175 | |||
|
|
747069de9a | ||
|
|
9a8d7e1e20 | ||
|
|
e93520cc38 | ||
| aeecaf2d95 | |||
|
|
61ad3b6d4e | ||
|
|
2b5993eeac | ||
|
|
e63b6f723a | ||
|
|
80851b64c0 | ||
|
|
2a7b04e7ac | ||
|
|
79d7f0d1f3 | ||
|
|
9d4dd70417 | ||
|
|
019b4d4141 | ||
|
|
e470a88dad | ||
|
|
0b28ec71b1 | ||
|
|
fd07af4491 | ||
|
|
724cd88568 | ||
|
|
63c8428c68 | ||
|
|
0e8038df52 |
4 changed files with 3 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xpaint
|
||||
# $Id$
|
||||
NAME := xpaint
|
||||
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 $$d/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
3
dead.package
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
2016-07-06: Retired orphaned package, because it was orphaned for
|
||||
more than six weeks.
|
||||
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue