summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 14:47:35 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 14:47:35 +0000
commitb2a98c724a3b34e85eceda1dd39ae53999a5cf04 (patch)
tree79e4d9cccff113d6562a3196d3ffc5c42556946b /app-arch/rar
parentadded public domain non-license (diff)
downloadgentoo-2-b2a98c724a3b34e85eceda1dd39ae53999a5cf04.tar.gz
gentoo-2-b2a98c724a3b34e85eceda1dd39ae53999a5cf04.tar.bz2
gentoo-2-b2a98c724a3b34e85eceda1dd39ae53999a5cf04.zip
repoman'd
Diffstat (limited to 'app-arch/rar')
-rw-r--r--app-arch/rar/files/digest-rar-3.0_beta71
-rw-r--r--app-arch/rar/rar-3.0.ebuild10
-rw-r--r--app-arch/rar/rar-3.0_beta7.ebuild36
3 files changed, 4 insertions, 43 deletions
diff --git a/app-arch/rar/files/digest-rar-3.0_beta7 b/app-arch/rar/files/digest-rar-3.0_beta7
deleted file mode 100644
index 8a944d80c07a..000000000000
--- a/app-arch/rar/files/digest-rar-3.0_beta7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cdc10028fc0c20e043219e0d638a919a rarlinux-3.0.b7.tar.gz 503169
diff --git a/app-arch/rar/rar-3.0.ebuild b/app-arch/rar/rar-3.0.ebuild
index 81f7761cb7ee..82e51b20b669 100644
--- a/app-arch/rar/rar-3.0.ebuild
+++ b/app-arch/rar/rar-3.0.ebuild
@@ -1,17 +1,15 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.0.ebuild,v 1.4 2002/07/21 01:19:13 cardoe Exp $
-
-LICENSE="RAR"
+# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.0.ebuild,v 1.5 2002/07/25 14:47:35 seemant Exp $
S=${WORKDIR}/${PN}
-
MY_P=${PN}linux-${PV}
-SLOT="0"
DESCRIPTION="RAR compressor/uncompressor"
SRC_URI="http://www.rarlab.com/rar/${MY_P}.tar.gz"
-SLOT="0"
HOMEPAGE="http://www.rarsoft.com"
+
+SLOT="0"
+LICENSE="RAR"
KEYWORDS="x86"
RDEPEND="virtual/glibc"
diff --git a/app-arch/rar/rar-3.0_beta7.ebuild b/app-arch/rar/rar-3.0_beta7.ebuild
deleted file mode 100644
index 8c8df397e236..000000000000
--- a/app-arch/rar/rar-3.0_beta7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.0_beta7.ebuild,v 1.4 2002/07/21 01:19:13 cardoe Exp $
-
-LICENSE="RAR"
-
-S=${WORKDIR}/rar
-
-DESCRIPTION="RAR compressor/uncompressor"
-SRC_URI="http://www.rarlab.com/rar/rarlinux-${PV/_beta/.b}.tar.gz"
-SLOT="0"
-HOMEPAGE="http://www.rarsoft.com"
-KEYWORDS="x86"
-
-RDEPEND="virtual/glibc"
-
-src_install () {
- dodir /opt/${PN}
- for i in bin etc lib
- do
- dodir /opt/${PN}/${i}
- done
-
- exeinto /opt/${PN}/bin
- doexe rar unrar
- insinto /opt/${PN}/lib
- doins default.sfx
- insinto /opt/${PN}/etc
- doins rarfiles.lst
-
- dodoc *.{txt,diz}
-
- dodir /etc/env.d
- insinto /etc/env.d
- doins ${FILESDIR}/10rar
-}