summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/lzma-utils/files/lzma-utils-4.32.4-gcc-4.3.patch13
-rw-r--r--app-arch/lzma-utils/lzma-utils-4.32.3.ebuild23
-rw-r--r--app-arch/lzma-utils/lzma-utils-4.32.4.ebuild29
3 files changed, 0 insertions, 65 deletions
diff --git a/app-arch/lzma-utils/files/lzma-utils-4.32.4-gcc-4.3.patch b/app-arch/lzma-utils/files/lzma-utils-4.32.4-gcc-4.3.patch
deleted file mode 100644
index 417a81141cb8..000000000000
--- a/app-arch/lzma-utils/files/lzma-utils-4.32.4-gcc-4.3.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://bugs.gentoo.org/207338
-http://sourceforge.net/forum/forum.php?thread_id=1922427&forum_id=708858
-
---- lzma-4.32.4/src/lzma/lzmp.cpp
-+++ lzma-4.32.4/src/lzma/lzmp.cpp
-@@ -30,6 +30,7 @@
- #include <cstdio>
- #include <cstring>
- #include <climits>
-+#include <cstdlib>
-
- #include <string>
- using std::string;
diff --git a/app-arch/lzma-utils/lzma-utils-4.32.3.ebuild b/app-arch/lzma-utils/lzma-utils-4.32.3.ebuild
deleted file mode 100644
index 330e467784e3..000000000000
--- a/app-arch/lzma-utils/lzma-utils-4.32.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma-utils/lzma-utils-4.32.3.ebuild,v 1.8 2008/01/26 07:22:48 drac Exp $
-
-inherit eutils
-
-DESCRIPTION="LZMA interface made easy"
-HOMEPAGE="http://tukaani.org/lzma/"
-SRC_URI="http://tukaani.org/lzma/lzma-${PV/_}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-RDEPEND="!app-arch/lzma"
-
-S=${WORKDIR}/lzma-${PV/_}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS
-}
diff --git a/app-arch/lzma-utils/lzma-utils-4.32.4.ebuild b/app-arch/lzma-utils/lzma-utils-4.32.4.ebuild
deleted file mode 100644
index 611dde454b07..000000000000
--- a/app-arch/lzma-utils/lzma-utils-4.32.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma-utils/lzma-utils-4.32.4.ebuild,v 1.8 2008/03/07 13:21:48 coldwind Exp $
-
-inherit eutils
-
-DESCRIPTION="LZMA interface made easy"
-HOMEPAGE="http://tukaani.org/lzma/"
-SRC_URI="http://tukaani.org/lzma/lzma-${PV/_}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="!app-arch/lzma"
-
-S=${WORKDIR}/lzma-${PV/_}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gcc-4.3.patch #207338
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README THANKS
-}