summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-11-25 18:00:03 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-11-25 18:00:03 +0000
commit4aea1e53565f2673bb7dbe6718024c73eedc8345 (patch)
treefaeffb3ba3df900c0e9d2989b8b5f6b66c146556 /app-arch/unace/unace-1.2b-r1.ebuild
parentAdd upstream patch which fixes build when LINGUAS is empty, bug #492460. (diff)
downloadgentoo-2-4aea1e53565f2673bb7dbe6718024c73eedc8345.tar.gz
gentoo-2-4aea1e53565f2673bb7dbe6718024c73eedc8345.tar.bz2
gentoo-2-4aea1e53565f2673bb7dbe6718024c73eedc8345.zip
Security cleanup, wrt bug #81958
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-arch/unace/unace-1.2b-r1.ebuild')
-rw-r--r--app-arch/unace/unace-1.2b-r1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-arch/unace/unace-1.2b-r1.ebuild b/app-arch/unace/unace-1.2b-r1.ebuild
deleted file mode 100644
index f0fc0927be76..000000000000
--- a/app-arch/unace/unace-1.2b-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/unace-1.2b-r1.ebuild,v 1.14 2007/09/17 01:09:44 jer Exp $
-
-inherit eutils
-
-DESCRIPTION="ACE unarchiver"
-HOMEPAGE="http://www.winace.com/"
-SRC_URI="http://wilma.vub.ac.be/~pdewacht/${P}.tar.gz"
-
-LICENSE="GPL-2" #92846
-SLOT="1"
-KEYWORDS="~alpha amd64 hppa ppc ppc64 s390 x86"
-IUSE=""
-
-DEPEND=""
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- cp unix/makefile .
- cp unix/gccmaked .
- epatch "${FILESDIR}"/unace-1.2b-CAN-2005-0160-CAN-2005-0161.patch
- epatch "${FILESDIR}"/unace-1.2b-64bit.patch
-}
-
-src_compile() {
- sed -i \
- -e "s/^CFLAGS = -O.*/CFLAGS = -Wall ${CFLAGS}/g" \
- -e "s/-DCASEINSENSE//g" \
- makefile
-
- emake dep || die
- emake || die
-}
-
-src_install() {
- dobin unace || die
- dodoc readme.txt changes.log
-}