]> Pileus Git - ~andy/sunrise/commitdiff
media-gfx/mcomix: New ebuild for bug #365849
authorMoritz Brunner <moritz.brunner@gmx.org>
Wed, 5 Oct 2011 20:08:13 +0000 (20:08 +0000)
committerMoritz Brunner <moritz.brunner@gmx.org>
Wed, 5 Oct 2011 20:08:13 +0000 (20:08 +0000)
svn path=/sunrise/; revision=12423

media-gfx/mcomix/ChangeLog [new file with mode: 0644]
media-gfx/mcomix/Manifest [new file with mode: 0644]
media-gfx/mcomix/mcomix-0.94.ebuild [new file with mode: 0644]
media-gfx/mcomix/metadata.xml [new file with mode: 0644]

diff --git a/media-gfx/mcomix/ChangeLog b/media-gfx/mcomix/ChangeLog
new file mode 100644 (file)
index 0000000..f9ed5de
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for media-gfx/mcomix
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  05 Oct 2011; Moritz Brunner <moritz.brunner@gmx.org> +mcomix-0.94.ebuild,
+  +metadata.xml:
+  New ebuild for bug #365849
+
diff --git a/media-gfx/mcomix/Manifest b/media-gfx/mcomix/Manifest
new file mode 100644 (file)
index 0000000..2c82019
--- /dev/null
@@ -0,0 +1,4 @@
+DIST mcomix-0.94.tar.bz2 418993 RMD160 bed45722d999010e06c0c9564012867e4f90d0bf SHA1 7074bfbeeedcf499a03d8b934e295f7a555b45f1 SHA256 1b4d272674480347a0b22f71273b6a1c9944f5ad3334aa5eeb8af557f6565223
+EBUILD mcomix-0.94.ebuild 772 RMD160 def69f5f83df4a52c2c5b906f319dc3f3ef2bf62 SHA1 6a003a4e8e806c111448f0d21e4d636f4a12b528 SHA256 9506ab8f23a130d80055354f81e39bd6d9c0bb637ef5b5a716a78d91486bec45
+MISC ChangeLog 240 RMD160 11d836b65d6e8d4c2799fcbdbbeb4b827afe6b1f SHA1 95a71b4da1f78d898af0e759fc4c92a75e8602c8 SHA256 561c3a9d43ff292f191c35247f5ef26de381ac4281c1a6850774d11427ad836b
+MISC metadata.xml 706 RMD160 ad9ca9e2470d01a341cc6d35415185e58dcc3be0 SHA1 2b1a5ce2614bfea15bfa3473a3615126033d35cd SHA256 d95e1e061eb24f59064c7b7ff026bb371028a9a31b50a0a826d782c3d179d9bd
diff --git a/media-gfx/mcomix/mcomix-0.94.ebuild b/media-gfx/mcomix/mcomix-0.94.ebuild
new file mode 100644 (file)
index 0000000..da057a6
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+PYTHON_DEPEND="2:2.5"
+
+inherit python distutils
+
+DESCRIPTION="Fork of Comix, a GTK image viewer specifically designed to handle comic books"
+HOMEPAGE="http://mcomix.sourceforge.net"
+SRC_URI="mirror://sourceforge/mcomix/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-python/pygtk-2.14
+       >=dev-python/imaging-1.1.5
+       dev-python/setuptools"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+       elog "To extract archives on-the-fly, the corresponding applications from app-arch are required."
+       elog "app-arch/unrar for rar archives, app-arch/p7zip for 7z archives, and app-arch/lha"
+       elog "for lha archives are supported."
+}
diff --git a/media-gfx/mcomix/metadata.xml b/media-gfx/mcomix/metadata.xml
new file mode 100644 (file)
index 0000000..850472c
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+       <longdescription>MComix is an image viewer specifically designed to handle comic books, but also serves as a generic viewer. It reads images either directly or in various archive formats. MComix is a fork of <pkg>media-gfx/comix</pkg>, and aims to add bug fixes and stability improvements after Comix development came to a halt in late 2009.</longdescription>
+       <upstream>
+               <maintainer><email>oddegamra@gmx.org</email></maintainer>
+               <remote-id type="sourceforge">mcomix</remote-id>
+       </upstream>
+</pkgmetadata>