diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-10-07 20:23:34 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-10-07 20:23:34 +0000 |
commit | fe06173bef3c2bcc60585dcd3a335f7aff5ebfa4 (patch) | |
tree | 9bfbb43681c3463ed147eaaafbf05ea74988ffe6 /media-gfx | |
parent | dev-libs/jansson: Version bump (diff) | |
download | sunrise-fe06173bef3c2bcc60585dcd3a335f7aff5ebfa4.tar.gz sunrise-fe06173bef3c2bcc60585dcd3a335f7aff5ebfa4.tar.bz2 sunrise-fe06173bef3c2bcc60585dcd3a335f7aff5ebfa4.zip |
media-gfx/ mcomix: Moved to gx86 by dirtyepic
svn path=/sunrise/; revision=12433
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/mcomix/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/mcomix/Manifest | 4 | ||||
-rw-r--r-- | media-gfx/mcomix/mcomix-0.94.ebuild | 28 | ||||
-rw-r--r-- | media-gfx/mcomix/metadata.xml | 10 |
4 files changed, 0 insertions, 50 deletions
diff --git a/media-gfx/mcomix/ChangeLog b/media-gfx/mcomix/ChangeLog deleted file mode 100644 index f9ed5dea9..000000000 --- a/media-gfx/mcomix/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# 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 deleted file mode 100644 index 2c820194e..000000000 --- a/media-gfx/mcomix/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index da057a634..000000000 --- a/media-gfx/mcomix/mcomix-0.94.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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 deleted file mode 100644 index 850472c95..000000000 --- a/media-gfx/mcomix/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?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> |