summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-04-30 22:05:08 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-04-30 22:05:08 +0000
commit8d654c61f51b90eea314b9e5858226ba9afc458b (patch)
treebea62b324209cd22c8c35d7f1aa9de0ddf0c750d /app-arch
parentBump to 4.65, incorporating small changes from Tim Harder. Fixes #265712 (diff)
downloadgentoo-2-8d654c61f51b90eea314b9e5858226ba9afc458b.tar.gz
gentoo-2-8d654c61f51b90eea314b9e5858226ba9afc458b.tar.bz2
gentoo-2-8d654c61f51b90eea314b9e5858226ba9afc458b.zip
Remove old
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/lzma/ChangeLog6
-rw-r--r--app-arch/lzma/lzma-4.27.ebuild36
-rw-r--r--app-arch/lzma/lzma-4.43.ebuild32
-rw-r--r--app-arch/lzma/lzma-4.57.ebuild32
4 files changed, 5 insertions, 101 deletions
diff --git a/app-arch/lzma/ChangeLog b/app-arch/lzma/ChangeLog
index d33e203f1347..3d527c42da34 100644
--- a/app-arch/lzma/ChangeLog
+++ b/app-arch/lzma/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-arch/lzma
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma/ChangeLog,v 1.13 2009/04/30 22:03:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma/ChangeLog,v 1.14 2009/04/30 22:05:08 patrick Exp $
+
+ 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -lzma-4.27.ebuild,
+ -lzma-4.43.ebuild, -lzma-4.57.ebuild:
+ Remove old
*lzma-4.65 (30 Apr 2009)
diff --git a/app-arch/lzma/lzma-4.27.ebuild b/app-arch/lzma/lzma-4.27.ebuild
deleted file mode 100644
index 6fd5119c5970..000000000000
--- a/app-arch/lzma/lzma-4.27.ebuild
+++ /dev/null
@@ -1,36 +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/lzma-4.27.ebuild,v 1.6 2008/01/26 18:45:51 grobian Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="LZMA Stream Compressor from the SDK"
-HOMEPAGE="http://www.7-zip.org/sdk.html"
-SRC_URI="mirror://sourceforge/sevenzip/${PN}427.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~mips ~x86"
-IUSE="doc"
-
-src_unpack() {
- mkdir "${S}"
- cd "${S}"
- unpack ${A}
-}
-
-src_compile() {
- cd SRC/7zip/Compress/LZMA_Alone
- emake -f makefile.gcc \
- CXX="$(tc-getCXX) ${CXXFLAGS}" \
- CXX_C="$(tc-getCC) ${CFLAGS}" \
- || die "Make failed"
-}
-
-src_install() {
- dobin SRC/7zip/Compress/LZMA_Alone/lzma
- if use doc; then
- dodoc *.txt
- dohtml *.html
- fi
-}
diff --git a/app-arch/lzma/lzma-4.43.ebuild b/app-arch/lzma/lzma-4.43.ebuild
deleted file mode 100644
index bf1a72a49efa..000000000000
--- a/app-arch/lzma/lzma-4.43.ebuild
+++ /dev/null
@@ -1,32 +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/lzma-4.43.ebuild,v 1.5 2008/01/26 18:45:51 grobian Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="LZMA Stream Compressor from the SDK"
-HOMEPAGE="http://www.7-zip.org/sdk.html"
-SRC_URI="mirror://sourceforge/sevenzip/${PN}443.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
-IUSE="doc"
-
-RDEPEND="!app-arch/lzma-utils"
-
-S=${WORKDIR}
-
-src_compile() {
- cd C/7zip/Compress/LZMA_Alone
- emake -f makefile.gcc \
- CXX="$(tc-getCXX) ${CXXFLAGS}" \
- CXX_C="$(tc-getCC) ${CFLAGS}" \
- || die "Make failed"
-}
-
-src_install() {
- dobin C/7zip/Compress/LZMA_Alone/lzma || die
- dodoc history.txt
- use doc && dodoc 7zC.txt 7zFormat.txt lzma.txt Methods.txt
-}
diff --git a/app-arch/lzma/lzma-4.57.ebuild b/app-arch/lzma/lzma-4.57.ebuild
deleted file mode 100644
index f31b2c6dbb84..000000000000
--- a/app-arch/lzma/lzma-4.57.ebuild
+++ /dev/null
@@ -1,32 +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/lzma-4.57.ebuild,v 1.4 2008/05/11 19:44:38 solar Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="LZMA Stream Compressor from the SDK"
-HOMEPAGE="http://www.7-zip.org/sdk.html"
-SRC_URI="mirror://sourceforge/sevenzip/${PN}457.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~arm ~amd64 ~ia64 ~mips ~sparc ~x86"
-IUSE="doc"
-
-RDEPEND="!app-arch/lzma-utils"
-
-S=${WORKDIR}
-
-src_compile() {
- cd CPP/7zip/Compress/LZMA_Alone
- emake -f makefile.gcc \
- CXX="$(tc-getCXX) ${CXXFLAGS}" \
- CXX_C="$(tc-getCC) ${CFLAGS}" \
- || die "Make failed"
-}
-
-src_install() {
- dobin CPP/7zip/Compress/LZMA_Alone/lzma || die
- dodoc history.txt
- use doc && dodoc 7zC.txt 7zFormat.txt lzma.txt Methods.txt
-}