summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/unrar-gpl')
-rw-r--r--app-arch/unrar-gpl/ChangeLog9
-rw-r--r--app-arch/unrar-gpl/files/digest-unrar-gpl-0.0.11
-rw-r--r--app-arch/unrar-gpl/metadata.xml8
-rw-r--r--app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild24
4 files changed, 42 insertions, 0 deletions
diff --git a/app-arch/unrar-gpl/ChangeLog b/app-arch/unrar-gpl/ChangeLog
new file mode 100644
index 000000000000..6dc72e555046
--- /dev/null
+++ b/app-arch/unrar-gpl/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-arch/unrar-gpl
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar-gpl/ChangeLog,v 1.1 2004/12/13 12:09:22 hanno Exp $
+
+*unrar-gpl-0.0.1 (13 Dec 2004)
+
+ 13 Dec 2004; Hanno Boeck <hanno@gentoo.org> +unrar-gpl-0.0.1.ebuild:
+ Initial commit, GPL-version of unrar.
+
diff --git a/app-arch/unrar-gpl/files/digest-unrar-gpl-0.0.1 b/app-arch/unrar-gpl/files/digest-unrar-gpl-0.0.1
new file mode 100644
index 000000000000..381bf556bc24
--- /dev/null
+++ b/app-arch/unrar-gpl/files/digest-unrar-gpl-0.0.1
@@ -0,0 +1 @@
+MD5 ac284a6739e3b8c794e7f9e8c20ed8f8 unrar_0.0.1.orig.tar.gz 315463
diff --git a/app-arch/unrar-gpl/metadata.xml b/app-arch/unrar-gpl/metadata.xml
new file mode 100644
index 000000000000..1eedcfe34a1c
--- /dev/null
+++ b/app-arch/unrar-gpl/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>hanno@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild b/app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild
new file mode 100644
index 000000000000..f3cfafa2a428
--- /dev/null
+++ b/app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild,v 1.1 2004/12/13 12:09:22 hanno Exp $
+
+inherit eutils
+DESCRIPTION="Free rar unpacker"
+HOMEPAGE="http://ftp.debian.org/debian/pool/main/u/unrar/"
+SRC_URI="mirror://debian/pool/main/u/unrar/unrar_${PV}.orig.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="!app-arch/unrar"
+S=${WORKDIR}/unrar-${PV}
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ einstall || die
+ dodoc AUTHORS README INSTALL todo
+}