summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-03-19 01:52:44 +0000
committerTim Harder <radhermit@gentoo.org>2012-03-19 01:52:44 +0000
commit51e625a79d4497e51f6704fbffd6496c8395658f (patch)
treef4dbe32c70414444881a368ec97fadac2e5863bf /app-arch/lzip/lzip-1.10.ebuild
parentRemove old. (diff)
downloadgentoo-2-51e625a79d4497e51f6704fbffd6496c8395658f.tar.gz
gentoo-2-51e625a79d4497e51f6704fbffd6496c8395658f.tar.bz2
gentoo-2-51e625a79d4497e51f6704fbffd6496c8395658f.zip
Remove old.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/lzip/lzip-1.10.ebuild')
-rw-r--r--app-arch/lzip/lzip-1.10.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-arch/lzip/lzip-1.10.ebuild b/app-arch/lzip/lzip-1.10.ebuild
deleted file mode 100644
index 7d70f1bff887..000000000000
--- a/app-arch/lzip/lzip-1.10.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lzip/lzip-1.10.ebuild,v 1.5 2011/02/11 18:14:53 xarthisius Exp $
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="lossless data compressor based on the LZMA algorithm"
-HOMEPAGE="http://www.nongnu.org/lzip/lzip.html"
-SRC_URI="http://download.savannah.gnu.org/releases-noredirect/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.9-build.patch
- tc-export CC CXX
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS README NEWS ChangeLog
-}