diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-04-28 07:42:55 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-04-28 08:02:35 +0000 |
commit | ab5c743c9c1e423d6963be3aed0b01ebd60b4186 (patch) | |
tree | 95269232730a09536318350d5f0154b62819c39e /app-arch/lzma | |
parent | app-arch/lzma: EAPI 6 bump. (diff) | |
download | gentoo-ab5c743c9c1e423d6963be3aed0b01ebd60b4186.tar.gz gentoo-ab5c743c9c1e423d6963be3aed0b01ebd60b4186.tar.bz2 gentoo-ab5c743c9c1e423d6963be3aed0b01ebd60b4186.zip |
app-arch/lzma: Clean up old.
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-arch/lzma')
-rw-r--r-- | app-arch/lzma/Manifest | 1 | ||||
-rw-r--r-- | app-arch/lzma/lzma-9.20.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/app-arch/lzma/Manifest b/app-arch/lzma/Manifest index 4b20ed24b36c..cb4268cb4bc7 100644 --- a/app-arch/lzma/Manifest +++ b/app-arch/lzma/Manifest @@ -1,2 +1 @@ DIST lzma-9.20.tar.bz2 534077 SHA256 8ac221acdca8b6f6dd110120763af42b3707363752fc04e63c7bbff76774a445 SHA512 1c495530834107430a675fb48c006093edc301ec7a2c2f273efd62ff260f3056503bb2c3ddef63e82f5ff04b1347381055cf6cacd59eee9d451c4d841c13cd35 WHIRLPOOL 5ae0d8ece9d3d753ee3efa1b6422c15698a7f20d3783381cac7c5e10422ab532919018f44bac3050329745474c34b1115bc2006e70f4c6287600b89edca99db2 -DIST lzma920.tar.bz2 534077 SHA256 8ac221acdca8b6f6dd110120763af42b3707363752fc04e63c7bbff76774a445 SHA512 1c495530834107430a675fb48c006093edc301ec7a2c2f273efd62ff260f3056503bb2c3ddef63e82f5ff04b1347381055cf6cacd59eee9d451c4d841c13cd35 WHIRLPOOL 5ae0d8ece9d3d753ee3efa1b6422c15698a7f20d3783381cac7c5e10422ab532919018f44bac3050329745474c34b1115bc2006e70f4c6287600b89edca99db2 diff --git a/app-arch/lzma/lzma-9.20.ebuild b/app-arch/lzma/lzma-9.20.ebuild deleted file mode 100644 index f9ecd55aacc1..000000000000 --- a/app-arch/lzma/lzma-9.20.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit toolchain-funcs - -MY_P="${PN}${PV//.}" -DESCRIPTION="LZMA Stream Compressor from the SDK" -HOMEPAGE="http://www.7-zip.org/sdk.html" -SRC_URI="mirror://sourceforge/sevenzip/${MY_P}.tar.bz2" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="doc" - -S=${WORKDIR} - -src_compile() { - cd CPP/7zip/Bundles/LzmaCon - emake -f makefile.gcc \ - CXX="$(tc-getCXX) ${CXXFLAGS} ${CPPFLAGS}" \ - CXX_C="$(tc-getCC) ${CFLAGS} ${CPPFLAGS}" \ - || die "Make failed" -} - -src_install() { - newbin CPP/7zip/Bundles/LzmaCon/lzma lzmacon || die - dodoc lzma.txt history.txt - use doc && dodoc 7zC.txt 7zFormat.txt Methods.txt -} - -pkg_postinst() { - einfo "The lzma binary is now 'lzmacon' to avoid xz-utils conflicts #218459" -} |