summaryrefslogtreecommitdiff
path: root/app-arch
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2014-05-08 15:55:58 +0400
committerGluzskiy Alexandr <sss123next@list.ru>2014-05-08 15:55:58 +0400
commitb9555e45e5bf69f4c47c7051fb46d5b670d2f2d2 (patch)
tree1cf7e28e34ea62fa25726bd8a5b9bb1a13da4b3a /app-arch
parente9787f754cd3c6974717b9b25c1d5df826fe1681 (diff)
deleted: app-admin/conky/Manifest
deleted: app-admin/conky/conky-9999.ebuild deleted: app-admin/ulogd/Manifest deleted: app-admin/ulogd/files deleted: app-admin/ulogd/ulogd-2.0.0_beta3.ebuild deleted: app-admin/ulogd/ulogd-9999.ebuild deleted: app-arch/lrzip/lrzip-0.603.ebuild deleted: app-emulation/playonlinux/playonlinux-9999.ebuild deleted: app-emulation/spice-protocol/spice-protocol-9999.ebuild deleted: app-emulation/spice/spice-9999.ebuild
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/lrzip/lrzip-0.603.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-arch/lrzip/lrzip-0.603.ebuild b/app-arch/lrzip/lrzip-0.603.ebuild
deleted file mode 100644
index ebecc55..0000000
--- a/app-arch/lrzip/lrzip-0.603.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.46.ebuild,v 1.1 2010/06/02 23:33:39 spatz Exp $
-
-DESCRIPTION="Long Range ZIP or Lzma RZIP"
-HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README"
-SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/lzo
- app-arch/bzip2
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- x86? ( dev-lang/nasm )
- virtual/perl-PodParser"
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-}