diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-04-15 15:13:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-04-15 15:13:10 +0000 |
commit | 59e787744e0a8e93a7d666c2e2e4fd5a8b22ab35 (patch) | |
tree | d0677f6e6e133e9bf8393d518e049f94e239fb55 /app-arch | |
parent | Version bump (diff) | |
download | gentoo-2-59e787744e0a8e93a7d666c2e2e4fd5a8b22ab35.tar.gz gentoo-2-59e787744e0a8e93a7d666c2e2e4fd5a8b22ab35.tar.bz2 gentoo-2-59e787744e0a8e93a7d666c2e2e4fd5a8b22ab35.zip |
update debian patchset
(Portage version: 2.2_pre5)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unace/files/unace-2.5-build.patch | 34 | ||||
-rw-r--r-- | app-arch/unace/unace-2.5-r1.ebuild | 5 |
2 files changed, 2 insertions, 37 deletions
diff --git a/app-arch/unace/files/unace-2.5-build.patch b/app-arch/unace/files/unace-2.5-build.patch deleted file mode 100644 index 48197407b4fb..000000000000 --- a/app-arch/unace/files/unace-2.5-build.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- makefile -+++ makefile -@@ -14,17 +14,16 @@ - SRCSsl = $(BASIC_DIR)source - SRCS = $(SRCSsl)/
-
-+ifdef SYSINC
- INCLSYSDIR = //usr/include/sys
- INCLDIR = //usr/include
--
--DEFINES = -D__LINUX__ -D__unix__ -D__GCC__ -U__HAS_IO_H__
--
--ifdef DEBUG
--LSWITCHES =
-+INCLS = -I$(INCLDIR) -idirafter $(INCLSYSDIR)
- else
--LSWITCHES = -Wl,-s
-+INCLS =
- endif
-
-+DEFINES = -D__LINUX__ -D__unix__ -D__GCC__ -U__HAS_IO_H__
-+
- ##############################################################################
- all: unace - -@@ -47,7 +46,7 @@ - $(APPS_UNACEEXE_CFILES)
-
- unace: $(UNACEEXELIN_CFILES)
-- $(CC) $(CFLAGS) $(LSWITCHES) -I$(INCLDIR) -idirafter $(INCLSYSDIR) -I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace -+ $(CC) $(CFLAGS) $(LDFLAGS) $(INCLS) -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 --git a/app-arch/unace/unace-2.5-r1.ebuild b/app-arch/unace/unace-2.5-r1.ebuild index 93741800bc7b..0f5e9148eba0 100644 --- a/app-arch/unace/unace-2.5-r1.ebuild +++ b/app-arch/unace/unace-2.5-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/unace-2.5-r1.ebuild,v 1.5 2008/04/05 23:31:49 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/unace-2.5-r1.ebuild,v 1.6 2008/04/15 15:13:09 vapier Exp $ inherit eutils toolchain-funcs -DEB_VER="4" +DEB_VER="5" DESCRIPTION="ACE unarchiver" HOMEPAGE="http://www.winace.com/" SRC_URI="mirror://debian/pool/non-free/u/unace-nonfree/unace-nonfree_${PV}.orig.tar.gz @@ -25,7 +25,6 @@ src_unpack() { for p in $(<unace-nonfree-${PV}/debian/patches/00list) ; do epatch unace-nonfree-${PV}/debian/patches/${p}.dpatch done - epatch "${FILESDIR}"/${P}-build.patch tc-export CC } |