diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-04 01:38:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-04 01:38:38 +0000 |
commit | 416f3a7b91d774ebf55da8084379af0eb5e65055 (patch) | |
tree | 2b32cd5645e1fd4473246cf6e1c40f6179f47969 /net-p2p/dctc/files | |
parent | minor cleanups (diff) | |
download | historical-416f3a7b91d774ebf55da8084379af0eb5e65055.tar.gz historical-416f3a7b91d774ebf55da8084379af0eb5e65055.tar.bz2 historical-416f3a7b91d774ebf55da8084379af0eb5e65055.zip |
Version bump/trimming of old ebuilds
Diffstat (limited to 'net-p2p/dctc/files')
-rw-r--r-- | net-p2p/dctc/files/dctc-0.83.7-gcc-2.95.patch | 14 | ||||
-rw-r--r-- | net-p2p/dctc/files/digest-dctc-0.83.1 | 1 | ||||
-rw-r--r-- | net-p2p/dctc/files/digest-dctc-0.83.2 | 1 | ||||
-rw-r--r-- | net-p2p/dctc/files/digest-dctc-0.83.5 | 1 | ||||
-rw-r--r-- | net-p2p/dctc/files/digest-dctc-0.83.7 | 1 |
5 files changed, 15 insertions, 3 deletions
diff --git a/net-p2p/dctc/files/dctc-0.83.7-gcc-2.95.patch b/net-p2p/dctc/files/dctc-0.83.7-gcc-2.95.patch new file mode 100644 index 000000000000..a066e3fd8e56 --- /dev/null +++ b/net-p2p/dctc/files/dctc-0.83.7-gcc-2.95.patch @@ -0,0 +1,14 @@ +--- src/userinfo.c.orig 2002-11-03 20:29:02.000000000 -0500 ++++ src/userinfo.c 2002-11-03 20:28:21.000000000 -0500 +@@ -99,10 +99,10 @@ + + if(idx!=-1) + { +- printf("doing: %d\n",idx); + /* 1) the entry already exists, just update it */ + /* 2) the entry does not exist but there is free space to add it */ + LMP_UINFO *udp=&(((LMP_UINFO*)(local_dctc_user_info_lmp->mapped_addr))[idx]); ++ printf("doing: %d\n",idx); + udp->entry_is_busy=1; /* we set it to 1 because it can be an add or an update */ + strncpy_max(udp->nickname,nickname,UINFO_NICK_SIZE); + sscanf(usize,"%lld",&(udp->share_size)); diff --git a/net-p2p/dctc/files/digest-dctc-0.83.1 b/net-p2p/dctc/files/digest-dctc-0.83.1 deleted file mode 100644 index 2c52aafdd6cb..000000000000 --- a/net-p2p/dctc/files/digest-dctc-0.83.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c42e2712dab06a3b6a7fd9800215c495 dctc-0.83.1.tar.gz 227166 diff --git a/net-p2p/dctc/files/digest-dctc-0.83.2 b/net-p2p/dctc/files/digest-dctc-0.83.2 deleted file mode 100644 index 38232c52b44c..000000000000 --- a/net-p2p/dctc/files/digest-dctc-0.83.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 70d0d6131223b98a34c814ecacd83b5e dctc-0.83.2.tar.gz 247537 diff --git a/net-p2p/dctc/files/digest-dctc-0.83.5 b/net-p2p/dctc/files/digest-dctc-0.83.5 deleted file mode 100644 index d75497acc094..000000000000 --- a/net-p2p/dctc/files/digest-dctc-0.83.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 5e691001fa203e3ca0ae30a9137d56fd dctc-0.83.5.tar.gz 247418 diff --git a/net-p2p/dctc/files/digest-dctc-0.83.7 b/net-p2p/dctc/files/digest-dctc-0.83.7 new file mode 100644 index 000000000000..187a984827c6 --- /dev/null +++ b/net-p2p/dctc/files/digest-dctc-0.83.7 @@ -0,0 +1 @@ +MD5 ce1d35ffd24d6b0b929ba08f81f7098f dctc-0.83.7.tar.gz 251657 |