New.
authorRyan Hill <rhill@gentoo.org>
Thu, 6 Oct 2011 03:12:40 +0000 (03:12 +0000)
committerRyan Hill <rhill@gentoo.org>
Thu, 6 Oct 2011 03:12:40 +0000 (03:12 +0000)
Package-Manager: portage-2.2.0_alpha61/cvs/Linux x86_64

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..acc27b8
--- /dev/null
@@ -0,0 +1,10 @@
+# ChangeLog for media-gfx/mcomix
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/mcomix/ChangeLog,v 1.1 2011/10/06 03:12:40 dirtyepic Exp $
+
+*mcomix-0.94 (06 Oct 2011)
+
+  06 Oct 2011; Ryan Hill <dirtyepic@gentoo.org> +mcomix-0.94.ebuild,
+  +metadata.xml:
+  New.
+
diff --git a/media-gfx/mcomix/Manifest b/media-gfx/mcomix/Manifest
new file mode 100644 (file)
index 0000000..1afd144
--- /dev/null
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST mcomix-0.94.tar.bz2 418993 RMD160 bed45722d999010e06c0c9564012867e4f90d0bf SHA1 7074bfbeeedcf499a03d8b934e295f7a555b45f1 SHA256 1b4d272674480347a0b22f71273b6a1c9944f5ad3334aa5eeb8af557f6565223
+EBUILD mcomix-0.94.ebuild 1003 RMD160 0c61cda6abb3e8ffd1790ab58fe9bb55c979b69f SHA1 fb69e1913d047e733c4ccf16f1c7b7f29d86a35a SHA256 e21a1830dee2e2a69d50c3b2090eb53c06340c70cfec9e5114a16e7c36c06e3a
+MISC ChangeLog 330 RMD160 a2daa1a1e5d78cbf504a6b64ce3f50cbb2a6710b SHA1 9be01078bb81a6ffc7011c8802d636515d05a5e4 SHA256 6ea7275da7bd8378032d38c72e58b164594304538da51a758e7ab1ffd802c2dd
+MISC metadata.xml 337 RMD160 b17ddf221ddd7e4e0481a04eab57f3bf86746373 SHA1 b0b1c95485c98863ba3c0a1406ce03f7b06c873f SHA256 92c0b06fd5fbf2c880247e339fc040dd24e59e10e3ab57c0b9c2c980ddde8293
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iEYEARECAAYFAk6NHwAACgkQiqiDRvmkBmLjVwCgq75NEJvI7EwNWdn8US11+XjF
+iMoAoMmWC4LIXTD+MRdfiDTgHNvGXx/y
+=h/Vu
+-----END PGP SIGNATURE-----
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..3ea3bdb
--- /dev/null
@@ -0,0 +1,39 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/mcomix/mcomix-0.94.ebuild,v 1.1 2011/10/06 03:12:40 dirtyepic Exp $
+
+EAPI="3"
+
+PYTHON_DEPEND="2:2.6"
+SUPPORT_PYTHON_ABIS=1
+
+inherit distutils python
+
+DESCRIPTION="A fork of comix, a GTK image viewer for comic book archives."
+HOMEPAGE="http://mcomix.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="rar"
+
+RDEPEND="
+       app-arch/unzip
+       dev-python/pysqlite
+       >=dev-python/imaging-1.1.5
+       >=dev-python/pygtk-2.12
+       rar? ( || ( app-arch/unrar app-arch/rar ) )
+       !media-gfx/comix"
+# TODO - if libunrar ever becomes available (bug #177402)
+# we need it for passworded cbr archives
+
+RESTRICT_PYTHON_ABIS="3.*"
+
+src_install() {
+       distutils_src_install
+       insinto /etc/gconf/schemas/
+       doins "${S}"/mime/comicbook.schemas || die
+       dobin "${S}"/mime/comicthumb || die
+       dodoc ChangeLog README || die
+}
diff --git a/media-gfx/mcomix/metadata.xml b/media-gfx/mcomix/metadata.xml
new file mode 100644 (file)
index 0000000..d506646
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>graphics</herd>
+<maintainer>
+    <email>dirtyepic@gentoo.org</email>
+    <name>Ryan Hill</name>
+</maintainer>
+<use>
+       <flag name='rar'>
+               Enable support for rar (.cbr) archives
+       </flag>
+</use>
+</pkgmetadata>