diff options
-rw-r--r-- | app-misc/cbview/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/cbview/Manifest | 2 | ||||
-rw-r--r-- | app-misc/cbview/cbview-0.06.ebuild | 22 | ||||
-rw-r--r-- | app-misc/cbview/files/digest-cbview-0.06 | 1 |
4 files changed, 33 insertions, 0 deletions
diff --git a/app-misc/cbview/ChangeLog b/app-misc/cbview/ChangeLog new file mode 100644 index 000000000000..6a77761fc60e --- /dev/null +++ b/app-misc/cbview/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-misc/cbview +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/cbview/ChangeLog,v 1.1 2004/07/24 06:02:38 vapier Exp $ + +*cbview-0.06 (24 Jul 2004) + + 24 Jul 2004; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Arun Sen #53949. diff --git a/app-misc/cbview/Manifest b/app-misc/cbview/Manifest new file mode 100644 index 000000000000..e7e3b08f3341 --- /dev/null +++ b/app-misc/cbview/Manifest @@ -0,0 +1,2 @@ +MD5 bfba1df1d91609c84a93568bbb6ed9a7 cbview-0.06.ebuild 493 +MD5 fde0650b5954a7eec4e3ed4351ba68a1 files/digest-cbview-0.06 62 diff --git a/app-misc/cbview/cbview-0.06.ebuild b/app-misc/cbview/cbview-0.06.ebuild new file mode 100644 index 000000000000..91b71afc561c --- /dev/null +++ b/app-misc/cbview/cbview-0.06.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/cbview/cbview-0.06.ebuild,v 1.1 2004/07/24 06:02:38 vapier Exp $ + +DESCRIPTION="viewer/converter for CBR/CBZ comic book archives" +HOMEPAGE="http://elvine.org/code/cbview/" +SRC_URI="http://elvine.org/code/cbview/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-perl/gtk2-perl + dev-perl/String-ShellQuote + app-arch/unrar + app-arch/unzip" + +src_install() { + dobin cbview || die "Install failed" + dodoc README TODO +} diff --git a/app-misc/cbview/files/digest-cbview-0.06 b/app-misc/cbview/files/digest-cbview-0.06 new file mode 100644 index 000000000000..3c038793989f --- /dev/null +++ b/app-misc/cbview/files/digest-cbview-0.06 @@ -0,0 +1 @@ +MD5 6f101dbcecc6d70f59a4b8cec4152446 cbview-0.06.tar.gz 16351 |