[arch-commits] Commit in unace/repos (20 files)

Felix Yan fyan at nymeria.archlinux.org
Mon Jul 7 03:00:43 UTC 2014


    Date: Monday, July 7, 2014 @ 05:00:42
  Author: fyan
Revision: 115253

archrelease: copy trunk to community-i686, community-x86_64

Added:
  unace/repos/community-i686/01-makefiles.dpatch
    (from rev 115252, unace/trunk/01-makefiles.dpatch)
  unace/repos/community-i686/04-64bit.dpatch
    (from rev 115252, unace/trunk/04-64bit.dpatch)
  unace/repos/community-i686/ChangeLog
    (from rev 115252, unace/trunk/ChangeLog)
  unace/repos/community-i686/PKGBUILD
    (from rev 115252, unace/trunk/PKGBUILD)
  unace/repos/community-i686/unace.install
    (from rev 115252, unace/trunk/unace.install)
  unace/repos/community-x86_64/01-makefiles.dpatch
    (from rev 115252, unace/trunk/01-makefiles.dpatch)
  unace/repos/community-x86_64/04-64bit.dpatch
    (from rev 115252, unace/trunk/04-64bit.dpatch)
  unace/repos/community-x86_64/ChangeLog
    (from rev 115252, unace/trunk/ChangeLog)
  unace/repos/community-x86_64/PKGBUILD
    (from rev 115252, unace/trunk/PKGBUILD)
  unace/repos/community-x86_64/unace.install
    (from rev 115252, unace/trunk/unace.install)
Deleted:
  unace/repos/community-i686/01-makefiles.dpatch
  unace/repos/community-i686/04-64bit.dpatch
  unace/repos/community-i686/ChangeLog
  unace/repos/community-i686/PKGBUILD
  unace/repos/community-i686/unace.install
  unace/repos/community-x86_64/01-makefiles.dpatch
  unace/repos/community-x86_64/04-64bit.dpatch
  unace/repos/community-x86_64/ChangeLog
  unace/repos/community-x86_64/PKGBUILD
  unace/repos/community-x86_64/unace.install

--------------------------------------+
 /01-makefiles.dpatch                 |  104 ++++++++++++++
 /04-64bit.dpatch                     |  238 +++++++++++++++++++++++++++++++++
 /ChangeLog                           |   18 ++
 /PKGBUILD                            |   70 +++++++++
 /unace.install                       |   28 +++
 community-i686/01-makefiles.dpatch   |   52 -------
 community-i686/04-64bit.dpatch       |  119 ----------------
 community-i686/ChangeLog             |    9 -
 community-i686/PKGBUILD              |   35 ----
 community-i686/unace.install         |   14 -
 community-x86_64/01-makefiles.dpatch |   52 -------
 community-x86_64/04-64bit.dpatch     |  119 ----------------
 community-x86_64/ChangeLog           |    9 -
 community-x86_64/PKGBUILD            |   35 ----
 community-x86_64/unace.install       |   14 -
 15 files changed, 458 insertions(+), 458 deletions(-)

Deleted: community-i686/01-makefiles.dpatch
===================================================================
--- community-i686/01-makefiles.dpatch	2014-07-07 02:59:44 UTC (rev 115252)
+++ community-i686/01-makefiles.dpatch	2014-07-07 03:00:42 UTC (rev 115253)
@@ -1,52 +0,0 @@
-#!/bin/sh /usr/share/dpatch/dpatch-run
-## 01-makefiles.dpatch by Fabian Greffrath <fabian at debian-unofficial.org>
-##
-## DP: Fix upstream makefiles
-
- at DPATCH@
-
-diff -Nru unace-nonfree-2.5.orig/base.mk unace-nonfree-2.5/base.mk
---- unace-nonfree-2.5.orig/base.mk	2003-11-27 20:16:20.000000000 +0100
-+++ unace-nonfree-2.5/base.mk	2006-01-31 09:33:04.000000000 +0100
-@@ -427,9 +427,7 @@
- ##############################################################################
- 
- ifndef ISWMAKE
--include $(MAKE_DIR)baseace.mk
- include $(MAKE_DIR)baseuace.mk
- else
--!include $(MAKE_DIR)baseace.mk
- !include $(MAKE_DIR)baseuace.mk
- endif
-diff -Nru unace-nonfree-2.5.orig/makefile unace-nonfree-2.5/makefile
---- unace-nonfree-2.5.orig/makefile	2003-11-24 00:24:24.000000000 +0100
-+++ unace-nonfree-2.5/makefile	2006-01-31 09:40:17.000000000 +0100
-@@ -18,6 +18,6 @@
- INCLDIR 	= //usr/include
- 
--DEFINES		= -D__LINUX__ -D__unix__ -D__GCC__ -D__HAS_IO_H__
-+DEFINES		= -D__LINUX__ -D__unix__ -D__GCC__ -U__HAS_IO_H__
- 
- ifdef DEBUG
- LSWITCHES	=
-@@ -47,7 +47,7 @@
-   $(APPS_UNACEEXE_CFILES)
- 
- unace: $(UNACEEXELIN_CFILES)
--	gcc $(LSWITCHES) -Wl,-lncurses -static -I$(INCLDIR) -I$(INCLSYSDIR) -I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
-+	gcc $(LSWITCHES) -Wl,-lncurses -I$(INCLDIR) -idirafter $(INCLSYSDIR) -I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
- ifndef DEBUG
- 	tar cfvz linunace25.tgz unace file_id.diz licence
- 	#sh linpack.sh
-diff -Nru unace-nonfree-2.5.orig/unace.mk unace-nonfree-2.5/unace.mk
---- unace-nonfree-2.5.orig/unace.mk	2003-11-27 20:17:46.000000000 +0100
-+++ unace-nonfree-2.5/unace.mk	2006-01-31 09:33:21.000000000 +0100
-@@ -27,8 +27,6 @@
- 
- ifndef ISWMAKE
- include $(MAKE_DIR)unaceexe.mk
--include $(MAKE_DIR)unacedll.mk
- else
- !include $(MAKE_DIR)unaceexe.mk
--!include $(MAKE_DIR)unacedll.mk
- endif

Copied: unace/repos/community-i686/01-makefiles.dpatch (from rev 115252, unace/trunk/01-makefiles.dpatch)
===================================================================
--- community-i686/01-makefiles.dpatch	                        (rev 0)
+++ community-i686/01-makefiles.dpatch	2014-07-07 03:00:42 UTC (rev 115253)
@@ -0,0 +1,52 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 01-makefiles.dpatch by Fabian Greffrath <fabian at debian-unofficial.org>
+##
+## DP: Fix upstream makefiles
+
+ at DPATCH@
+
+diff -Nru unace-nonfree-2.5.orig/base.mk unace-nonfree-2.5/base.mk
+--- unace-nonfree-2.5.orig/base.mk	2003-11-27 20:16:20.000000000 +0100
++++ unace-nonfree-2.5/base.mk	2006-01-31 09:33:04.000000000 +0100
+@@ -427,9 +427,7 @@
+ ##############################################################################
+ 
+ ifndef ISWMAKE
+-include $(MAKE_DIR)baseace.mk
+ include $(MAKE_DIR)baseuace.mk
+ else
+-!include $(MAKE_DIR)baseace.mk
+ !include $(MAKE_DIR)baseuace.mk
+ endif
+diff -Nru unace-nonfree-2.5.orig/makefile unace-nonfree-2.5/makefile
+--- unace-nonfree-2.5.orig/makefile	2003-11-24 00:24:24.000000000 +0100
++++ unace-nonfree-2.5/makefile	2006-01-31 09:40:17.000000000 +0100
+@@ -18,6 +18,6 @@
+ INCLDIR 	= //usr/include
+ 
+-DEFINES		= -D__LINUX__ -D__unix__ -D__GCC__ -D__HAS_IO_H__
++DEFINES		= -D__LINUX__ -D__unix__ -D__GCC__ -U__HAS_IO_H__
+ 
+ ifdef DEBUG
+ LSWITCHES	=
+@@ -47,7 +47,7 @@
+   $(APPS_UNACEEXE_CFILES)
+ 
+ unace: $(UNACEEXELIN_CFILES)
+-	gcc $(LSWITCHES) -Wl,-lncurses -static -I$(INCLDIR) -I$(INCLSYSDIR) -I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
++	gcc $(LSWITCHES) -Wl,-lncurses -I$(INCLDIR) -idirafter $(INCLSYSDIR) -I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
+ ifndef DEBUG
+ 	tar cfvz linunace25.tgz unace file_id.diz licence
+ 	#sh linpack.sh
+diff -Nru unace-nonfree-2.5.orig/unace.mk unace-nonfree-2.5/unace.mk
+--- unace-nonfree-2.5.orig/unace.mk	2003-11-27 20:17:46.000000000 +0100
++++ unace-nonfree-2.5/unace.mk	2006-01-31 09:33:21.000000000 +0100
+@@ -27,8 +27,6 @@
+ 
+ ifndef ISWMAKE
+ include $(MAKE_DIR)unaceexe.mk
+-include $(MAKE_DIR)unacedll.mk
+ else
+ !include $(MAKE_DIR)unaceexe.mk
+-!include $(MAKE_DIR)unacedll.mk
+ endif

Deleted: community-i686/04-64bit.dpatch
===================================================================
--- community-i686/04-64bit.dpatch	2014-07-07 02:59:44 UTC (rev 115252)
+++ community-i686/04-64bit.dpatch	2014-07-07 03:00:42 UTC (rev 115253)
@@ -1,119 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 04-64bit.dpatch by Michael Karcher
-## <debian at mkarcher.dialup.fu-berlin.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Replace declare.h by a generic stdint based version.
-
- at DPATCH@
-diff -urNad unace-nonfree-2.5~/source/base/all/declare.h unace-nonfree-2.5/source/base/all/declare.h
---- unace-nonfree-2.5~/source/base/all/declare.h	2007-11-06 00:11:47.000000000 +0100
-+++ unace-nonfree-2.5/source/base/all/declare.h	2007-11-06 00:13:18.498574104 +0100
-@@ -7,76 +7,47 @@
- #ifndef _DECLARE_H_INCLUDED
- #define _DECLARE_H_INCLUDED
- 
--#if !defined(__OS2__) && !defined(_WINDOWS_)
--  typedef int             BOOL;
--
--  typedef char               CHAR;
--  typedef unsigned char      UCHAR;
--  typedef UCHAR             *PUCHAR;
--  typedef char              *PSZ;
--
--  typedef short              SHORT;
--  typedef unsigned short     USHORT;
--  typedef USHORT            *PUSHORT;
--
--  typedef long               LONG;
--  typedef unsigned long      ULONG;
--
--  typedef ULONG             *PULONG;
--
--  typedef int                INT;
--  typedef unsigned int       UINT;
--  typedef unsigned int      *PUINT;
-+#include <stdint.h>
- 
--  typedef CHAR              *LPSTR;
--#endif
-+typedef int             BOOL;
-+typedef BOOL           *PBOOL;
- 
--#if __WATCOMC__==1060
--  typedef long               __int64[2];
--  typedef __int64            LONGLONG;
--  typedef LONGLONG          *PLONGLONG;
--  typedef __int64            ULONGLONG;
--  typedef ULONGLONG          DWORDLONG;
--#else
--  #if !defined(_WINDOWS_)
--    #if !defined(__WATCOMC__) && !defined(__int64)
--      #define __int64  long long
--    #endif
-+typedef char               CHAR;
-+typedef CHAR              *PCHAR;
-+typedef unsigned char      UCHAR;
-+typedef UCHAR             *PUCHAR;
-+typedef signed char        SCHAR;
-+typedef CHAR              *PSZ;
-+typedef CHAR              *LPSTR;
- 
--    typedef __int64            LONGLONG;
--    typedef LONGLONG          *PLONGLONG;
--    typedef unsigned __int64   ULONGLONG;
--    typedef ULONGLONG          DWORDLONG;
--  #endif
--#endif
-+typedef int                INT;
-+typedef INT               *PINT;
-+typedef unsigned int       UINT;
-+typedef unsigned int      *PUINT;
- 
-+typedef int16_t            SHORT;
-+typedef SHORT             *PSHORT;
-+typedef uint16_t           USHORT;
-+typedef USHORT            *PUSHORT;
- 
--#if !defined(_WINDOWS_)
--  typedef BOOL           *PBOOL;
--  typedef INT            *PINT;
--#endif
-+typedef int32_t            LONG;
-+typedef LONG              *PLONG;
-+typedef uint32_t           ULONG;
-+typedef ULONG             *PULONG;
- 
--#if !defined(__wtypes_h__)
--  typedef void           *PVOID;
--  typedef CHAR           *PCHAR;
--  typedef SHORT          *PSHORT;
--  typedef LONG           *PLONG;
--  typedef ULONGLONG      *PULONGLONG;
--#endif
-+typedef int64_t            LONGLONG;
-+typedef LONGLONG          *PLONGLONG;
-+typedef uint64_t           ULONGLONG;
-+typedef ULONGLONG         *PULONGLONG;
- 
--#if defined(_GNU_H_WINDOWS32_BASE)
--  typedef LONGLONG  	  ULONGLONG;
--  typedef ULONGLONG      *PULONGLONG;
--#endif
-+typedef void              *PVOID;
- 
--typedef signed char     SCHAR;
-+/* Dear ACE team, please clean your code to remove the following types */
-+typedef LONGLONG           __int64;
-+typedef ULONGLONG          DWORDLONG;
- 
- #ifndef NULL
-- #if defined(__SMALL__) || defined(__MEDIUM__) || defined(__386__) || defined(__AXP__) || defined(__PPC__)
--  #define NULL   0
-- #else
--  #define NULL   0L
-- #endif
-+#include <stdlib.h>
- #endif
- 
- 

Copied: unace/repos/community-i686/04-64bit.dpatch (from rev 115252, unace/trunk/04-64bit.dpatch)
===================================================================
--- community-i686/04-64bit.dpatch	                        (rev 0)
+++ community-i686/04-64bit.dpatch	2014-07-07 03:00:42 UTC (rev 115253)
@@ -0,0 +1,119 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04-64bit.dpatch by Michael Karcher
+## <debian at mkarcher.dialup.fu-berlin.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Replace declare.h by a generic stdint based version.
+
+ at DPATCH@
+diff -urNad unace-nonfree-2.5~/source/base/all/declare.h unace-nonfree-2.5/source/base/all/declare.h
+--- unace-nonfree-2.5~/source/base/all/declare.h	2007-11-06 00:11:47.000000000 +0100
++++ unace-nonfree-2.5/source/base/all/declare.h	2007-11-06 00:13:18.498574104 +0100
+@@ -7,76 +7,47 @@
+ #ifndef _DECLARE_H_INCLUDED
+ #define _DECLARE_H_INCLUDED
+ 
+-#if !defined(__OS2__) && !defined(_WINDOWS_)
+-  typedef int             BOOL;
+-
+-  typedef char               CHAR;
+-  typedef unsigned char      UCHAR;
+-  typedef UCHAR             *PUCHAR;
+-  typedef char              *PSZ;
+-
+-  typedef short              SHORT;
+-  typedef unsigned short     USHORT;
+-  typedef USHORT            *PUSHORT;
+-
+-  typedef long               LONG;
+-  typedef unsigned long      ULONG;
+-
+-  typedef ULONG             *PULONG;
+-
+-  typedef int                INT;
+-  typedef unsigned int       UINT;
+-  typedef unsigned int      *PUINT;
++#include <stdint.h>
+ 
+-  typedef CHAR              *LPSTR;
+-#endif
++typedef int             BOOL;
++typedef BOOL           *PBOOL;
+ 
+-#if __WATCOMC__==1060
+-  typedef long               __int64[2];
+-  typedef __int64            LONGLONG;
+-  typedef LONGLONG          *PLONGLONG;
+-  typedef __int64            ULONGLONG;
+-  typedef ULONGLONG          DWORDLONG;
+-#else
+-  #if !defined(_WINDOWS_)
+-    #if !defined(__WATCOMC__) && !defined(__int64)
+-      #define __int64  long long
+-    #endif
++typedef char               CHAR;
++typedef CHAR              *PCHAR;
++typedef unsigned char      UCHAR;
++typedef UCHAR             *PUCHAR;
++typedef signed char        SCHAR;
++typedef CHAR              *PSZ;
++typedef CHAR              *LPSTR;
+ 
+-    typedef __int64            LONGLONG;
+-    typedef LONGLONG          *PLONGLONG;
+-    typedef unsigned __int64   ULONGLONG;
+-    typedef ULONGLONG          DWORDLONG;
+-  #endif
+-#endif
++typedef int                INT;
++typedef INT               *PINT;
++typedef unsigned int       UINT;
++typedef unsigned int      *PUINT;
+ 
++typedef int16_t            SHORT;
++typedef SHORT             *PSHORT;
++typedef uint16_t           USHORT;
++typedef USHORT            *PUSHORT;
+ 
+-#if !defined(_WINDOWS_)
+-  typedef BOOL           *PBOOL;
+-  typedef INT            *PINT;
+-#endif
++typedef int32_t            LONG;
++typedef LONG              *PLONG;
++typedef uint32_t           ULONG;
++typedef ULONG             *PULONG;
+ 
+-#if !defined(__wtypes_h__)
+-  typedef void           *PVOID;
+-  typedef CHAR           *PCHAR;
+-  typedef SHORT          *PSHORT;
+-  typedef LONG           *PLONG;
+-  typedef ULONGLONG      *PULONGLONG;
+-#endif
++typedef int64_t            LONGLONG;
++typedef LONGLONG          *PLONGLONG;
++typedef uint64_t           ULONGLONG;
++typedef ULONGLONG         *PULONGLONG;
+ 
+-#if defined(_GNU_H_WINDOWS32_BASE)
+-  typedef LONGLONG  	  ULONGLONG;
+-  typedef ULONGLONG      *PULONGLONG;
+-#endif
++typedef void              *PVOID;
+ 
+-typedef signed char     SCHAR;
++/* Dear ACE team, please clean your code to remove the following types */
++typedef LONGLONG           __int64;
++typedef ULONGLONG          DWORDLONG;
+ 
+ #ifndef NULL
+- #if defined(__SMALL__) || defined(__MEDIUM__) || defined(__386__) || defined(__AXP__) || defined(__PPC__)
+-  #define NULL   0
+- #else
+-  #define NULL   0L
+- #endif
++#include <stdlib.h>
+ #endif
+ 
+ 

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2014-07-07 02:59:44 UTC (rev 115252)
+++ community-i686/ChangeLog	2014-07-07 03:00:42 UTC (rev 115253)
@@ -1,9 +0,0 @@
-2008-04-04  Eric Belanger  <eric at archlinux.org>
-
-	* unace-2.5-5.1
-	* fixed seg faults on x86_64
-
-2007-05-28 Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-	* unace-2.5-5
-	moved in [community]
-	now it's built from source (from debian)

Copied: unace/repos/community-i686/ChangeLog (from rev 115252, unace/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2014-07-07 03:00:42 UTC (rev 115253)
@@ -0,0 +1,9 @@
+2008-04-04  Eric Belanger  <eric at archlinux.org>
+
+	* unace-2.5-5.1
+	* fixed seg faults on x86_64
+
+2007-05-28 Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+	* unace-2.5-5
+	moved in [community]
+	now it's built from source (from debian)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-07 02:59:44 UTC (rev 115252)
+++ community-i686/PKGBUILD	2014-07-07 03:00:42 UTC (rev 115253)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: lowercase
-
-pkgname=unace
-pkgver=2.5
-pkgrel=7
-pkgdesc="An extraction tool for the proprietary ace archive format"
-arch=('i686' 'x86_64')
-url="http://www.winace.com/"
-license=("custom")
-depends=(ncurses)
-install=unace.install
-source=(http://ftp.debian.org/debian/pool/non-free/u/unace-nonfree/unace-nonfree_2.5.orig.tar.gz \
-        01-makefiles.dpatch 04-64bit.dpatch)
-md5sums=('59013e74e5ac2ee15c1e92026ec1e3cc' '6a1498f24d6430723acf556e0d1cc72b'\
-         'c46de484cf5dc0e04c342062139a8aaf')
-sha1sums=('f658f03aa6f663c1a90af85e3e8c6e7ef12adb42'
-          '83b2b84223072b6f456d7255c80bec4e01572be0'
-          'cccd98f1b99218ec69f27425b56b44d23c75eb1e')
-
-build() {
-  cd ${srcdir}/unace-$pkgver
-
-  patch -p1 < ../01-makefiles.dpatch
-  [ "$CARCH" = "x86_64" ] && (patch -p1 < ../04-64bit.dpatch)
-  make
-}
-
-package() {
-  cd ${srcdir}/unace-$pkgver
-
-  install -D -m755 unace ${pkgdir}/usr/bin/unace
-  install -D -m644 licence ${pkgdir}/usr/share/licenses/unace/license
-}

Copied: unace/repos/community-i686/PKGBUILD (from rev 115252, unace/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-07 03:00:42 UTC (rev 115253)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: lowercase
+
+pkgname=unace
+pkgver=2.5
+pkgrel=8
+pkgdesc="An extraction tool for the proprietary ace archive format"
+arch=('i686' 'x86_64')
+url="http://www.winace.com/"
+license=("custom")
+depends=(ncurses)
+install=unace.install
+source=(http://ftp.debian.org/debian/pool/non-free/u/unace-nonfree/unace-nonfree_2.5.orig.tar.gz \
+        01-makefiles.dpatch 04-64bit.dpatch)
+md5sums=('59013e74e5ac2ee15c1e92026ec1e3cc' '6a1498f24d6430723acf556e0d1cc72b'\
+         'c46de484cf5dc0e04c342062139a8aaf')
+sha1sums=('f658f03aa6f663c1a90af85e3e8c6e7ef12adb42'
+          '83b2b84223072b6f456d7255c80bec4e01572be0'
+          'cccd98f1b99218ec69f27425b56b44d23c75eb1e')
+
+build() {
+  cd ${srcdir}/unace-$pkgver
+
+  patch -p1 < ../01-makefiles.dpatch
+  [ "$CARCH" = "x86_64" ] && (patch -p1 < ../04-64bit.dpatch)
+  make
+}
+
+package() {
+  cd ${srcdir}/unace-$pkgver
+
+  install -D -m755 unace ${pkgdir}/usr/bin/unace
+  install -D -m644 licence ${pkgdir}/usr/share/licenses/unace/license
+}

Deleted: community-i686/unace.install
===================================================================
--- community-i686/unace.install	2014-07-07 02:59:44 UTC (rev 115252)
+++ community-i686/unace.install	2014-07-07 03:00:42 UTC (rev 115253)
@@ -1,14 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-
-cat << EOM
-
-==> unace post-install message:
-==> to use this software, you have to accept the Public UnAce Licence,
-==> ( it's in /usr/share/licenses/unace/license )
-==> otherwise, remove this package!
-
-EOM
-
-}
-

Copied: unace/repos/community-i686/unace.install (from rev 115252, unace/trunk/unace.install)
===================================================================
--- community-i686/unace.install	                        (rev 0)
+++ community-i686/unace.install	2014-07-07 03:00:42 UTC (rev 115253)
@@ -0,0 +1,14 @@
+# arg 1:  the new package version
+post_install() {
+
+cat << EOM
+
+==> unace post-install message:
+==> to use this software, you have to accept the Public UnAce Licence,
+==> ( it's in /usr/share/licenses/unace/license )
+==> otherwise, remove this package!
+
+EOM
+
+}
+

Deleted: community-x86_64/01-makefiles.dpatch
===================================================================
--- community-x86_64/01-makefiles.dpatch	2014-07-07 02:59:44 UTC (rev 115252)
+++ community-x86_64/01-makefiles.dpatch	2014-07-07 03:00:42 UTC (rev 115253)
@@ -1,52 +0,0 @@
-#!/bin/sh /usr/share/dpatch/dpatch-run
-## 01-makefiles.dpatch by Fabian Greffrath <fabian at debian-unofficial.org>
-##
-## DP: Fix upstream makefiles
-
- at DPATCH@
-
-diff -Nru unace-nonfree-2.5.orig/base.mk unace-nonfree-2.5/base.mk
---- unace-nonfree-2.5.orig/base.mk	2003-11-27 20:16:20.000000000 +0100
-+++ unace-nonfree-2.5/base.mk	2006-01-31 09:33:04.000000000 +0100
-@@ -427,9 +427,7 @@
- ##############################################################################
- 
- ifndef ISWMAKE
--include $(MAKE_DIR)baseace.mk
- include $(MAKE_DIR)baseuace.mk
- else
--!include $(MAKE_DIR)baseace.mk
- !include $(MAKE_DIR)baseuace.mk
- endif
-diff -Nru unace-nonfree-2.5.orig/makefile unace-nonfree-2.5/makefile
---- unace-nonfree-2.5.orig/makefile	2003-11-24 00:24:24.000000000 +0100
-+++ unace-nonfree-2.5/makefile	2006-01-31 09:40:17.000000000 +0100
-@@ -18,6 +18,6 @@
- INCLDIR 	= //usr/include
- 
--DEFINES		= -D__LINUX__ -D__unix__ -D__GCC__ -D__HAS_IO_H__
-+DEFINES		= -D__LINUX__ -D__unix__ -D__GCC__ -U__HAS_IO_H__
- 
- ifdef DEBUG
- LSWITCHES	=
-@@ -47,7 +47,7 @@
-   $(APPS_UNACEEXE_CFILES)
- 
- unace: $(UNACEEXELIN_CFILES)
--	gcc $(LSWITCHES) -Wl,-lncurses -static -I$(INCLDIR) -I$(INCLSYSDIR) -I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
-+	gcc $(LSWITCHES) -Wl,-lncurses -I$(INCLDIR) -idirafter $(INCLSYSDIR) -I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
- ifndef DEBUG
- 	tar cfvz linunace25.tgz unace file_id.diz licence
- 	#sh linpack.sh
-diff -Nru unace-nonfree-2.5.orig/unace.mk unace-nonfree-2.5/unace.mk
---- unace-nonfree-2.5.orig/unace.mk	2003-11-27 20:17:46.000000000 +0100
-+++ unace-nonfree-2.5/unace.mk	2006-01-31 09:33:21.000000000 +0100
-@@ -27,8 +27,6 @@
- 
- ifndef ISWMAKE
- include $(MAKE_DIR)unaceexe.mk
--include $(MAKE_DIR)unacedll.mk
- else
- !include $(MAKE_DIR)unaceexe.mk
--!include $(MAKE_DIR)unacedll.mk
- endif

Copied: unace/repos/community-x86_64/01-makefiles.dpatch (from rev 115252, unace/trunk/01-makefiles.dpatch)
===================================================================
--- community-x86_64/01-makefiles.dpatch	                        (rev 0)
+++ community-x86_64/01-makefiles.dpatch	2014-07-07 03:00:42 UTC (rev 115253)
@@ -0,0 +1,52 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 01-makefiles.dpatch by Fabian Greffrath <fabian at debian-unofficial.org>
+##
+## DP: Fix upstream makefiles
+
+ at DPATCH@
+
+diff -Nru unace-nonfree-2.5.orig/base.mk unace-nonfree-2.5/base.mk
+--- unace-nonfree-2.5.orig/base.mk	2003-11-27 20:16:20.000000000 +0100
++++ unace-nonfree-2.5/base.mk	2006-01-31 09:33:04.000000000 +0100
+@@ -427,9 +427,7 @@
+ ##############################################################################
+ 
+ ifndef ISWMAKE
+-include $(MAKE_DIR)baseace.mk
+ include $(MAKE_DIR)baseuace.mk
+ else
+-!include $(MAKE_DIR)baseace.mk
+ !include $(MAKE_DIR)baseuace.mk
+ endif
+diff -Nru unace-nonfree-2.5.orig/makefile unace-nonfree-2.5/makefile
+--- unace-nonfree-2.5.orig/makefile	2003-11-24 00:24:24.000000000 +0100
++++ unace-nonfree-2.5/makefile	2006-01-31 09:40:17.000000000 +0100
+@@ -18,6 +18,6 @@
+ INCLDIR 	= //usr/include
+ 
+-DEFINES		= -D__LINUX__ -D__unix__ -D__GCC__ -D__HAS_IO_H__
++DEFINES		= -D__LINUX__ -D__unix__ -D__GCC__ -U__HAS_IO_H__
+ 
+ ifdef DEBUG
+ LSWITCHES	=
+@@ -47,7 +47,7 @@
+   $(APPS_UNACEEXE_CFILES)
+ 
+ unace: $(UNACEEXELIN_CFILES)
+-	gcc $(LSWITCHES) -Wl,-lncurses -static -I$(INCLDIR) -I$(INCLSYSDIR) -I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
++	gcc $(LSWITCHES) -Wl,-lncurses -I$(INCLDIR) -idirafter $(INCLSYSDIR) -I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
+ ifndef DEBUG
+ 	tar cfvz linunace25.tgz unace file_id.diz licence
+ 	#sh linpack.sh
+diff -Nru unace-nonfree-2.5.orig/unace.mk unace-nonfree-2.5/unace.mk
+--- unace-nonfree-2.5.orig/unace.mk	2003-11-27 20:17:46.000000000 +0100
++++ unace-nonfree-2.5/unace.mk	2006-01-31 09:33:21.000000000 +0100
+@@ -27,8 +27,6 @@
+ 
+ ifndef ISWMAKE
+ include $(MAKE_DIR)unaceexe.mk
+-include $(MAKE_DIR)unacedll.mk
+ else
+ !include $(MAKE_DIR)unaceexe.mk
+-!include $(MAKE_DIR)unacedll.mk
+ endif

Deleted: community-x86_64/04-64bit.dpatch
===================================================================
--- community-x86_64/04-64bit.dpatch	2014-07-07 02:59:44 UTC (rev 115252)
+++ community-x86_64/04-64bit.dpatch	2014-07-07 03:00:42 UTC (rev 115253)
@@ -1,119 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 04-64bit.dpatch by Michael Karcher
-## <debian at mkarcher.dialup.fu-berlin.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Replace declare.h by a generic stdint based version.
-
- at DPATCH@
-diff -urNad unace-nonfree-2.5~/source/base/all/declare.h unace-nonfree-2.5/source/base/all/declare.h
---- unace-nonfree-2.5~/source/base/all/declare.h	2007-11-06 00:11:47.000000000 +0100
-+++ unace-nonfree-2.5/source/base/all/declare.h	2007-11-06 00:13:18.498574104 +0100
-@@ -7,76 +7,47 @@
- #ifndef _DECLARE_H_INCLUDED
- #define _DECLARE_H_INCLUDED
- 
--#if !defined(__OS2__) && !defined(_WINDOWS_)
--  typedef int             BOOL;
--
--  typedef char               CHAR;
--  typedef unsigned char      UCHAR;
--  typedef UCHAR             *PUCHAR;
--  typedef char              *PSZ;
--
--  typedef short              SHORT;
--  typedef unsigned short     USHORT;
--  typedef USHORT            *PUSHORT;
--
--  typedef long               LONG;
--  typedef unsigned long      ULONG;
--
--  typedef ULONG             *PULONG;
--
--  typedef int                INT;
--  typedef unsigned int       UINT;
--  typedef unsigned int      *PUINT;
-+#include <stdint.h>
- 
--  typedef CHAR              *LPSTR;
--#endif
-+typedef int             BOOL;
-+typedef BOOL           *PBOOL;
- 
--#if __WATCOMC__==1060
--  typedef long               __int64[2];
--  typedef __int64            LONGLONG;
--  typedef LONGLONG          *PLONGLONG;
--  typedef __int64            ULONGLONG;
--  typedef ULONGLONG          DWORDLONG;
--#else
--  #if !defined(_WINDOWS_)
--    #if !defined(__WATCOMC__) && !defined(__int64)
--      #define __int64  long long
--    #endif
-+typedef char               CHAR;
-+typedef CHAR              *PCHAR;
-+typedef unsigned char      UCHAR;
-+typedef UCHAR             *PUCHAR;
-+typedef signed char        SCHAR;
-+typedef CHAR              *PSZ;
-+typedef CHAR              *LPSTR;
- 
--    typedef __int64            LONGLONG;
--    typedef LONGLONG          *PLONGLONG;
--    typedef unsigned __int64   ULONGLONG;
--    typedef ULONGLONG          DWORDLONG;
--  #endif
--#endif
-+typedef int                INT;
-+typedef INT               *PINT;
-+typedef unsigned int       UINT;
-+typedef unsigned int      *PUINT;
- 
-+typedef int16_t            SHORT;
-+typedef SHORT             *PSHORT;
-+typedef uint16_t           USHORT;
-+typedef USHORT            *PUSHORT;
- 
--#if !defined(_WINDOWS_)
--  typedef BOOL           *PBOOL;
--  typedef INT            *PINT;
--#endif
-+typedef int32_t            LONG;
-+typedef LONG              *PLONG;
-+typedef uint32_t           ULONG;
-+typedef ULONG             *PULONG;
- 
--#if !defined(__wtypes_h__)
--  typedef void           *PVOID;
--  typedef CHAR           *PCHAR;
--  typedef SHORT          *PSHORT;
--  typedef LONG           *PLONG;
--  typedef ULONGLONG      *PULONGLONG;
--#endif
-+typedef int64_t            LONGLONG;
-+typedef LONGLONG          *PLONGLONG;
-+typedef uint64_t           ULONGLONG;
-+typedef ULONGLONG         *PULONGLONG;
- 
--#if defined(_GNU_H_WINDOWS32_BASE)
--  typedef LONGLONG  	  ULONGLONG;
--  typedef ULONGLONG      *PULONGLONG;
--#endif
-+typedef void              *PVOID;
- 
--typedef signed char     SCHAR;
-+/* Dear ACE team, please clean your code to remove the following types */
-+typedef LONGLONG           __int64;
-+typedef ULONGLONG          DWORDLONG;
- 
- #ifndef NULL
-- #if defined(__SMALL__) || defined(__MEDIUM__) || defined(__386__) || defined(__AXP__) || defined(__PPC__)
--  #define NULL   0
-- #else
--  #define NULL   0L
-- #endif
-+#include <stdlib.h>
- #endif
- 
- 

Copied: unace/repos/community-x86_64/04-64bit.dpatch (from rev 115252, unace/trunk/04-64bit.dpatch)
===================================================================
--- community-x86_64/04-64bit.dpatch	                        (rev 0)
+++ community-x86_64/04-64bit.dpatch	2014-07-07 03:00:42 UTC (rev 115253)
@@ -0,0 +1,119 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04-64bit.dpatch by Michael Karcher
+## <debian at mkarcher.dialup.fu-berlin.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Replace declare.h by a generic stdint based version.
+
+ at DPATCH@
+diff -urNad unace-nonfree-2.5~/source/base/all/declare.h unace-nonfree-2.5/source/base/all/declare.h
+--- unace-nonfree-2.5~/source/base/all/declare.h	2007-11-06 00:11:47.000000000 +0100
++++ unace-nonfree-2.5/source/base/all/declare.h	2007-11-06 00:13:18.498574104 +0100
+@@ -7,76 +7,47 @@
+ #ifndef _DECLARE_H_INCLUDED
+ #define _DECLARE_H_INCLUDED
+ 
+-#if !defined(__OS2__) && !defined(_WINDOWS_)
+-  typedef int             BOOL;
+-
+-  typedef char               CHAR;
+-  typedef unsigned char      UCHAR;
+-  typedef UCHAR             *PUCHAR;
+-  typedef char              *PSZ;
+-
+-  typedef short              SHORT;
+-  typedef unsigned short     USHORT;
+-  typedef USHORT            *PUSHORT;
+-
+-  typedef long               LONG;
+-  typedef unsigned long      ULONG;
+-
+-  typedef ULONG             *PULONG;
+-
+-  typedef int                INT;
+-  typedef unsigned int       UINT;
+-  typedef unsigned int      *PUINT;
++#include <stdint.h>
+ 
+-  typedef CHAR              *LPSTR;
+-#endif
++typedef int             BOOL;
++typedef BOOL           *PBOOL;
+ 
+-#if __WATCOMC__==1060
+-  typedef long               __int64[2];
+-  typedef __int64            LONGLONG;
+-  typedef LONGLONG          *PLONGLONG;
+-  typedef __int64            ULONGLONG;
+-  typedef ULONGLONG          DWORDLONG;
+-#else
+-  #if !defined(_WINDOWS_)
+-    #if !defined(__WATCOMC__) && !defined(__int64)
+-      #define __int64  long long
+-    #endif
++typedef char               CHAR;
++typedef CHAR              *PCHAR;
++typedef unsigned char      UCHAR;
++typedef UCHAR             *PUCHAR;
++typedef signed char        SCHAR;
++typedef CHAR              *PSZ;
++typedef CHAR              *LPSTR;
+ 
+-    typedef __int64            LONGLONG;
+-    typedef LONGLONG          *PLONGLONG;
+-    typedef unsigned __int64   ULONGLONG;
+-    typedef ULONGLONG          DWORDLONG;
+-  #endif
+-#endif
++typedef int                INT;
++typedef INT               *PINT;
++typedef unsigned int       UINT;
++typedef unsigned int      *PUINT;
+ 
++typedef int16_t            SHORT;
++typedef SHORT             *PSHORT;
++typedef uint16_t           USHORT;
++typedef USHORT            *PUSHORT;
+ 
+-#if !defined(_WINDOWS_)
+-  typedef BOOL           *PBOOL;
+-  typedef INT            *PINT;
+-#endif
++typedef int32_t            LONG;
++typedef LONG              *PLONG;
++typedef uint32_t           ULONG;
++typedef ULONG             *PULONG;
+ 
+-#if !defined(__wtypes_h__)
+-  typedef void           *PVOID;
+-  typedef CHAR           *PCHAR;
+-  typedef SHORT          *PSHORT;
+-  typedef LONG           *PLONG;
+-  typedef ULONGLONG      *PULONGLONG;
+-#endif
++typedef int64_t            LONGLONG;
++typedef LONGLONG          *PLONGLONG;
++typedef uint64_t           ULONGLONG;
++typedef ULONGLONG         *PULONGLONG;
+ 
+-#if defined(_GNU_H_WINDOWS32_BASE)
+-  typedef LONGLONG  	  ULONGLONG;
+-  typedef ULONGLONG      *PULONGLONG;
+-#endif
++typedef void              *PVOID;
+ 
+-typedef signed char     SCHAR;
++/* Dear ACE team, please clean your code to remove the following types */
++typedef LONGLONG           __int64;
++typedef ULONGLONG          DWORDLONG;
+ 
+ #ifndef NULL
+- #if defined(__SMALL__) || defined(__MEDIUM__) || defined(__386__) || defined(__AXP__) || defined(__PPC__)
+-  #define NULL   0
+- #else
+-  #define NULL   0L
+- #endif
++#include <stdlib.h>
+ #endif
+ 
+ 

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2014-07-07 02:59:44 UTC (rev 115252)
+++ community-x86_64/ChangeLog	2014-07-07 03:00:42 UTC (rev 115253)
@@ -1,9 +0,0 @@
-2008-04-04  Eric Belanger  <eric at archlinux.org>
-
-	* unace-2.5-5.1
-	* fixed seg faults on x86_64
-
-2007-05-28 Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-	* unace-2.5-5
-	moved in [community]
-	now it's built from source (from debian)

Copied: unace/repos/community-x86_64/ChangeLog (from rev 115252, unace/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2014-07-07 03:00:42 UTC (rev 115253)
@@ -0,0 +1,9 @@
+2008-04-04  Eric Belanger  <eric at archlinux.org>
+
+	* unace-2.5-5.1
+	* fixed seg faults on x86_64
+
+2007-05-28 Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+	* unace-2.5-5
+	moved in [community]
+	now it's built from source (from debian)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-07 02:59:44 UTC (rev 115252)
+++ community-x86_64/PKGBUILD	2014-07-07 03:00:42 UTC (rev 115253)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: lowercase
-
-pkgname=unace
-pkgver=2.5
-pkgrel=7
-pkgdesc="An extraction tool for the proprietary ace archive format"
-arch=('i686' 'x86_64')
-url="http://www.winace.com/"
-license=("custom")
-depends=(ncurses)
-install=unace.install
-source=(http://ftp.debian.org/debian/pool/non-free/u/unace-nonfree/unace-nonfree_2.5.orig.tar.gz \
-        01-makefiles.dpatch 04-64bit.dpatch)
-md5sums=('59013e74e5ac2ee15c1e92026ec1e3cc' '6a1498f24d6430723acf556e0d1cc72b'\
-         'c46de484cf5dc0e04c342062139a8aaf')
-sha1sums=('f658f03aa6f663c1a90af85e3e8c6e7ef12adb42'
-          '83b2b84223072b6f456d7255c80bec4e01572be0'
-          'cccd98f1b99218ec69f27425b56b44d23c75eb1e')
-
-build() {
-  cd ${srcdir}/unace-$pkgver
-
-  patch -p1 < ../01-makefiles.dpatch
-  [ "$CARCH" = "x86_64" ] && (patch -p1 < ../04-64bit.dpatch)
-  make
-}
-
-package() {
-  cd ${srcdir}/unace-$pkgver
-
-  install -D -m755 unace ${pkgdir}/usr/bin/unace
-  install -D -m644 licence ${pkgdir}/usr/share/licenses/unace/license
-}

Copied: unace/repos/community-x86_64/PKGBUILD (from rev 115252, unace/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-07 03:00:42 UTC (rev 115253)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: lowercase
+
+pkgname=unace
+pkgver=2.5
+pkgrel=8
+pkgdesc="An extraction tool for the proprietary ace archive format"
+arch=('i686' 'x86_64')
+url="http://www.winace.com/"
+license=("custom")
+depends=(ncurses)
+install=unace.install
+source=(http://ftp.debian.org/debian/pool/non-free/u/unace-nonfree/unace-nonfree_2.5.orig.tar.gz \
+        01-makefiles.dpatch 04-64bit.dpatch)
+md5sums=('59013e74e5ac2ee15c1e92026ec1e3cc' '6a1498f24d6430723acf556e0d1cc72b'\
+         'c46de484cf5dc0e04c342062139a8aaf')
+sha1sums=('f658f03aa6f663c1a90af85e3e8c6e7ef12adb42'
+          '83b2b84223072b6f456d7255c80bec4e01572be0'
+          'cccd98f1b99218ec69f27425b56b44d23c75eb1e')
+
+build() {
+  cd ${srcdir}/unace-$pkgver
+
+  patch -p1 < ../01-makefiles.dpatch
+  [ "$CARCH" = "x86_64" ] && (patch -p1 < ../04-64bit.dpatch)
+  make
+}
+
+package() {
+  cd ${srcdir}/unace-$pkgver
+
+  install -D -m755 unace ${pkgdir}/usr/bin/unace
+  install -D -m644 licence ${pkgdir}/usr/share/licenses/unace/license
+}

Deleted: community-x86_64/unace.install
===================================================================
--- community-x86_64/unace.install	2014-07-07 02:59:44 UTC (rev 115252)
+++ community-x86_64/unace.install	2014-07-07 03:00:42 UTC (rev 115253)
@@ -1,14 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-
-cat << EOM
-
-==> unace post-install message:
-==> to use this software, you have to accept the Public UnAce Licence,
-==> ( it's in /usr/share/licenses/unace/license )
-==> otherwise, remove this package!
-
-EOM
-
-}
-

Copied: unace/repos/community-x86_64/unace.install (from rev 115252, unace/trunk/unace.install)
===================================================================
--- community-x86_64/unace.install	                        (rev 0)
+++ community-x86_64/unace.install	2014-07-07 03:00:42 UTC (rev 115253)
@@ -0,0 +1,14 @@
+# arg 1:  the new package version
+post_install() {
+
+cat << EOM
+
+==> unace post-install message:
+==> to use this software, you have to accept the Public UnAce Licence,
+==> ( it's in /usr/share/licenses/unace/license )
+==> otherwise, remove this package!
+
+EOM
+
+}
+




More information about the arch-commits mailing list