Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopendaap/files/
Date: Wed, 28 Dec 2016 16:49:07
Message-Id: 1482943670.4185b0a1f28ca5154cea233149a3baca8c0029b9.gokturk@gentoo
1 commit: 4185b0a1f28ca5154cea233149a3baca8c0029b9
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Dec 28 16:06:51 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 16:47:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4185b0a1
7
8 media-libs/libopendaap: remove unused files
9
10 media-libs/libopendaap/files/libopendaap-0.2.3-types.h | 14 --------------
11 media-libs/libopendaap/files/libopendaap-0.3.0-types.h | 13 -------------
12 2 files changed, 27 deletions(-)
13
14 diff --git a/media-libs/libopendaap/files/libopendaap-0.2.3-types.h b/media-libs/libopendaap/files/libopendaap-0.2.3-types.h
15 deleted file mode 100644
16 index 25c2595..00000000
17 --- a/media-libs/libopendaap/files/libopendaap-0.2.3-types.h
18 +++ /dev/null
19 @@ -1,14 +0,0 @@
20 -diff -Naur libopendaap-0.2.3.orig/mDNS/mDNSClientAPI.h libopendaap-0.2.3/mDNS/mDNSClientAPI.h
21 ---- libopendaap-0.2.3.orig/mDNS/mDNSClientAPI.h 2004-04-13 00:05:11.000000000 -0700
22 -+++ libopendaap-0.2.3/mDNS/mDNSClientAPI.h 2004-10-05 12:58:19.996946514 -0700
23 -@@ -483,8 +483,8 @@
24 - typedef unsigned char mDNSu8;
25 - typedef signed short mDNSs16;
26 - typedef unsigned short mDNSu16;
27 --typedef signed long mDNSs32;
28 --typedef unsigned long mDNSu32;
29 -+typedef signed int mDNSs32;
30 -+typedef unsigned int mDNSu32;
31 -
32 - // To enforce useful type checking, we make mDNSInterfaceID be a pointer to a dummy struct
33 - // This way, mDNSInterfaceIDs can be assigned, and compared with each other, but not with other types
34
35 diff --git a/media-libs/libopendaap/files/libopendaap-0.3.0-types.h b/media-libs/libopendaap/files/libopendaap-0.3.0-types.h
36 deleted file mode 100644
37 index 6973f13..00000000
38 --- a/media-libs/libopendaap/files/libopendaap-0.3.0-types.h
39 +++ /dev/null
40 @@ -1,13 +0,0 @@
41 ---- libopendaap-0.3.0/mDNS/mDNSClientAPI.h.orig 2005-01-23 15:39:04.834290477 -0800
42 -+++ libopendaap-0.3.0/mDNS/mDNSClientAPI.h 2005-01-23 15:39:41.512250333 -0800
43 -@@ -483,8 +483,8 @@
44 - typedef unsigned char mDNSu8;
45 - typedef signed short mDNSs16;
46 - typedef unsigned short mDNSu16;
47 --typedef signed long mDNSs32;
48 --typedef unsigned long mDNSu32;
49 -+typedef signed int mDNSs32;
50 -+typedef unsigned int mDNSu32;
51 -
52 - // To enforce useful type checking, we make mDNSInterfaceID be a pointer to a dummy struct
53 - // This way, mDNSInterfaceIDs can be assigned, and compared with each other, but not with other types