summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadoslaw Stachowiak <radek@gentoo.org>2005-08-27 14:00:59 +0000
committerRadoslaw Stachowiak <radek@gentoo.org>2005-08-27 14:00:59 +0000
commit240fb8e36257c1d614aac817e19e876878709d45 (patch)
tree6cee56066ce5700ff233bdebd9cebd900b611e94 /app-arch/lzma
parentfixed bug #103605, removed unnecesary old versions. (diff)
downloadgentoo-2-240fb8e36257c1d614aac817e19e876878709d45.tar.gz
gentoo-2-240fb8e36257c1d614aac817e19e876878709d45.tar.bz2
gentoo-2-240fb8e36257c1d614aac817e19e876878709d45.zip
intial version closed #76627 thanks to Bruce Guenter.
(Portage version: 1.589-cvs)
Diffstat (limited to 'app-arch/lzma')
-rw-r--r--app-arch/lzma/ChangeLog10
-rw-r--r--app-arch/lzma/Manifest3
-rw-r--r--app-arch/lzma/files/digest-lzma-4.271
-rw-r--r--app-arch/lzma/lzma-4.27.ebuild37
-rw-r--r--app-arch/lzma/metadata.xml8
5 files changed, 59 insertions, 0 deletions
diff --git a/app-arch/lzma/ChangeLog b/app-arch/lzma/ChangeLog
new file mode 100644
index 000000000000..01a38524f7d2
--- /dev/null
+++ b/app-arch/lzma/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-arch/lzma
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma/ChangeLog,v 1.1 2005/08/27 14:00:59 radek Exp $
+
+*lzma-4.27 (27 Aug 2005)
+
+ 27 Aug 2005; Radoslaw Stachowiak <radek@gentoo.org> +metadata.xml,
+ +lzma-4.27.ebuild:
+ intial version closed
+
diff --git a/app-arch/lzma/Manifest b/app-arch/lzma/Manifest
new file mode 100644
index 000000000000..e601c82c0de3
--- /dev/null
+++ b/app-arch/lzma/Manifest
@@ -0,0 +1,3 @@
+MD5 20047e5a3759146a7e1adf65b2bcf3e7 lzma-4.27.ebuild 679
+MD5 66daf69a44c4ec8add00f66d8ee0661d metadata.xml 221
+MD5 c54f04beb8ef3a94a20c6c415b347814 files/digest-lzma-4.27 60
diff --git a/app-arch/lzma/files/digest-lzma-4.27 b/app-arch/lzma/files/digest-lzma-4.27
new file mode 100644
index 000000000000..88fd2ffcff8d
--- /dev/null
+++ b/app-arch/lzma/files/digest-lzma-4.27
@@ -0,0 +1 @@
+MD5 8e99976772e28c6fa3c5d9a2fb82ca50 lzma427.tar.bz2 161477
diff --git a/app-arch/lzma/lzma-4.27.ebuild b/app-arch/lzma/lzma-4.27.ebuild
new file mode 100644
index 000000000000..a8c67ffd60de
--- /dev/null
+++ b/app-arch/lzma/lzma-4.27.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2005 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.1 2005/08/27 14:00:59 radek 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="~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/metadata.xml b/app-arch/lzma/metadata.xml
new file mode 100644
index 000000000000..eb56bf3495be
--- /dev/null
+++ b/app-arch/lzma/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>radek@gentoo.org</email>
+</maintainer>
+</pkgmetadata>