dep-repository

Default repository for the dep dependency manager
git clone git://git.finwo.net/misc/dep-repository
Log | Files | Refs

commit 18d1dee8b548a6393eea1c67757d98870dca2d4f
parent 05908fb93bd947dc0192205e81a176583e82548a
Author: finwo <finwo@pm.me>
Date:   Tue,  5 Nov 2019 18:46:26 +0100

Removed old packages

Diffstat:
Dantirez/linenoise/20-Makefile | 2--
Dantirez/linenoise/config | 2--
Db-con/crypto-algorithms/20-Makefile | 2--
Db-con/crypto-algorithms/config | 2--
Dcdeps/cc-simple/01-Makefile | 4----
Dcdeps/cc-simple/30-Makefile | 1-
Dcdeps/cc-simple/60-Makefile | 8--------
Dcdeps/cc-simple/90-Makefile | 4----
Dcdeps/cc-simple/config | 2--
Dcdeps/tcpd/51-Makefile | 2--
Dcdeps/tcpd/config | 2--
Dclibs/sha1/20-Makefile | 2--
Dclibs/sha1/config | 2--
Dcofyc/argparse/20-Makefile | 2--
Dcofyc/argparse/config | 2--
15 files changed, 0 insertions(+), 39 deletions(-)

diff --git a/antirez/linenoise/20-Makefile b/antirez/linenoise/20-Makefile @@ -1,2 +0,0 @@ -SRC += $(filter-out %test.c,$(wildcard lib/antirez/linenoise/*.c)) -CFLAGS += -Ilib/antirez/linenoise diff --git a/antirez/linenoise/config b/antirez/linenoise/config @@ -1,2 +0,0 @@ -tarball=https://github.com/antirez/linenoise/archive/4a961c0108720741e2683868eb10495f015ee422.tar.gz -sha256=b2aa29de7480bf93fdd875a19800d5f087b7436ca77f27d0e2177232941e6938 diff --git a/b-con/crypto-algorithms/20-Makefile b/b-con/crypto-algorithms/20-Makefile @@ -1,2 +0,0 @@ -SRC += $(filter-out %test.c,$(wildcard lib/b-con/crypto-algorithms/*.c)) -CFLAGS += -Ilib/b-con/crypto-algorithms diff --git a/b-con/crypto-algorithms/config b/b-con/crypto-algorithms/config @@ -1,2 +0,0 @@ -tarball=https://github.com/b-con/crypto-algorithms/archive/cfbde48414baacf51fc7c74f275190881f037d32.tar.gz -sha256=525d7b38eb549e52b21f6fc5e21362b912d66912aa458a5e4819f9427fc8f477 diff --git a/cdeps/cc-simple/01-Makefile b/cdeps/cc-simple/01-Makefile @@ -1,4 +0,0 @@ -CC ?= $(shell which cc) -SRC := -SRC += $(wildcard src/*.c) -CFLAGS := diff --git a/cdeps/cc-simple/30-Makefile b/cdeps/cc-simple/30-Makefile @@ -1 +0,0 @@ -OBJS := $(SRC:.c=.o) diff --git a/cdeps/cc-simple/60-Makefile b/cdeps/cc-simple/60-Makefile @@ -1,8 +0,0 @@ -%.o: %.c - $(CC) -c $(CFLAGS) $*.c -o $*.o - $(CC) -MM $(CFLAGS) $*.c > $*.d - @mv -f $*.d $*.d.tmp - @sed -e 's|.*:|$*.o:|' < $*.d.tmp > $*.d - @sed -e 's/.*://' -e 's/\\$$//' < $*.d.tmp | fmt -1 | \ - sed -e 's/^ *//' -e 's/$$/:/' >> $*.d - @rm -f $*.d.tmp diff --git a/cdeps/cc-simple/90-Makefile b/cdeps/cc-simple/90-Makefile @@ -1,4 +0,0 @@ -.PHONY: clean -clean: - rm -f $(OBJS) - rm -f $(SRC:.c=.d) diff --git a/cdeps/cc-simple/config b/cdeps/cc-simple/config @@ -1,2 +0,0 @@ -tarball=https://github.com/cdeps/cc-simple/archive/aa6aee9be88fe4869786488203977fc7597ba503.tar.gz -sha256=3d74cab3f47f1a15312dfd3a7d1549187b1fbf7a7ffeebfcfdcf0f3c74676f90 diff --git a/cdeps/tcpd/51-Makefile b/cdeps/tcpd/51-Makefile @@ -1,2 +0,0 @@ -tcpd: - $(CC) -O3 lib/cdeps/tcpd/src/main.c -o tcpd diff --git a/cdeps/tcpd/config b/cdeps/tcpd/config @@ -1,2 +0,0 @@ -tarball=https://github.com/cdeps/tcpd/archive/9c1deef11c013becd02d4b0c301b308e830595b5.tar.gz -sha256=5dc1c7a05780242868a5c78cb71a82f300fa3eb81179ebe02db59eaf61817942 diff --git a/clibs/sha1/20-Makefile b/clibs/sha1/20-Makefile @@ -1,2 +0,0 @@ -SRC += lib/clibs/sha1/sha1.c -CFLAGS += -Ilib/clibs/sha1 diff --git a/clibs/sha1/config b/clibs/sha1/config @@ -1,2 +0,0 @@ -tarball=https://github.com/clibs/sha1/archive/d5b29e11ec4871b78b370e8e00bd0cd56d798dda.tar.gz -sha256=41ce3391b7e176c210e48f93192d10e435595b94f142f49a16dc3d197b9cc7e4 diff --git a/cofyc/argparse/20-Makefile b/cofyc/argparse/20-Makefile @@ -1,2 +0,0 @@ -SRC += $(filter-out %test.c,$(wildcard lib/cofyc/argparse/*.c)) -CFLAGS += -Ilib/cofyc/argparse diff --git a/cofyc/argparse/config b/cofyc/argparse/config @@ -1,2 +0,0 @@ -tarball=https://github.com/cofyc/argparse/archive/fafc503d23d077bda40c29e8a20ea74707452721.tar.gz -sha256=921e62748aaecf506173656e52961ed59975108bb29f97dde69b6268c498c468