media-gfx/mcomix: Remove old.
authorRyan Hill <rhill@gentoo.org>
Wed, 15 Jun 2016 02:43:37 +0000 (20:43 -0600)
committerRyan Hill <rhill@gentoo.org>
Wed, 15 Jun 2016 02:43:37 +0000 (20:43 -0600)
Package-Manager: portage-2.3.0_rc1
Signed-off-by: Ryan Hill <rhill@gentoo.org>
media-gfx/mcomix/Manifest
media-gfx/mcomix/mcomix-1.00-r1.ebuild [deleted file]
media-gfx/mcomix/mcomix-1.01.ebuild [deleted file]

index 54fab4697234eae53180fc2b833ed340b1cd57c8..21414ecdfe9459bab4eea0eb94932db3f31deb4b 100644 (file)
@@ -1,3 +1 @@
-DIST mcomix-1.00.tar.bz2 527779 SHA256 d8453109a297153f67fdc898d822fa57057d575b71ed857e538da9a7426f0cde SHA512 9fc975afa92ad7130fe0d39058463cf26f8a9415257869e45e4cf83fae5e2bd8f4f264821046fcf425ee3729ec3dacfa59cd52342055a6246cf0b61b866f09b1 WHIRLPOOL 6aed2176904d5f12cd66e7f6f41fc23914d5a81cd514242a209994222b7ee1d18ceca4367e78f8a61bb6edbec559d0da94165f4db841c44840d6d768ba700f14
-DIST mcomix-1.01.tar.bz2 543293 SHA256 da333d0bce5157fc8e15d13de6d9ce46b1c35692aa510cb20d6b2230f7c2774c SHA512 d31ed5d851c761d9680643df5c5bac1af817c61b49455bfd887381e0d7651593f9fb70fdbdb7533ae7bb6f8a203f0cabcbfdcce8a9681aa1d9ceaa3a411c1e70 WHIRLPOOL eb57890b612341d9920894b757c2eed8d1b6e8d31c911f2d7aff33a76c7cc2d1c3f5ebf3bfe96945fc0fa3ad612c369e6d96517b200ead3679559be69924329a
 DIST mcomix-1.2.1.tar.bz2 571128 SHA256 7e43159dc585bc9bc31970a44bd2b4e42c303660c4c8cf7f0eda413a6f72fa3b SHA512 efa4d57edc3a48d9e711767fb3e233ef9b334ff8ba467999e572e60ed747a4ee4aa420c8aa7788b16d7eb6e0901d454d6a405fcec47a8c74098a49491e915cd0 WHIRLPOOL cabebccb5793bdd78686c22448688826bc4ba7b9e422e3aa712f0930b8e8029721cf48bbe4e8d06e34c8f76515785ff259d08a7021e60beb1719c9b35d356619
diff --git a/media-gfx/mcomix/mcomix-1.00-r1.ebuild b/media-gfx/mcomix/mcomix-1.00-r1.ebuild
deleted file mode 100644 (file)
index 303312b..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 eutils fdo-mime
-
-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=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-       >=dev-python/pygtk-2.14[${PYTHON_USEDEP}]
-       virtual/jpeg
-       dev-python/pillow[${PYTHON_USEDEP}]
-       x11-libs/gdk-pixbuf
-       !media-gfx/comix"
-
-DOCS=( ChangeLog README )
-
-pkg_postinst() {
-       fdo-mime_mime_database_update
-       fdo-mime_desktop_database_update
-       echo
-       elog "Additional packages are required to open most common comic files:"
-       elog
-       elog "    cbr: app-arch/unrar"
-       elog "    cbz: app-arch/unzip"
-       elog
-       elog "You can also add support for 7z or LHA archives by installing"
-       elog "app-arch/p7zip or app-arch/lha."
-       echo
-}
-
-pkg_postrm() {
-       fdo-mime_mime_database_update
-       fdo-mime_desktop_database_update
-}
diff --git a/media-gfx/mcomix/mcomix-1.01.ebuild b/media-gfx/mcomix/mcomix-1.01.ebuild
deleted file mode 100644 (file)
index e2a27e7..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 eutils fdo-mime
-
-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=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-       >=dev-python/pygtk-2.14[${PYTHON_USEDEP}]
-       virtual/jpeg
-       dev-python/pillow[${PYTHON_USEDEP}]
-       x11-libs/gdk-pixbuf
-       !media-gfx/comix"
-
-DOCS=( ChangeLog README )
-
-pkg_postinst() {
-       fdo-mime_mime_database_update
-       fdo-mime_desktop_database_update
-       echo
-       elog "Additional packages are required to open the most common comic archives:"
-       elog
-       elog "    cbr: app-arch/unrar"
-       elog "    cbz: app-arch/unzip"
-       elog
-       elog "You can also add support for 7z or LHA archives by installing"
-       elog "app-arch/p7zip or app-arch/lha. Install app-text/mupdf for"
-       elog "pdf support."
-       echo
-}
-
-pkg_postrm() {
-       fdo-mime_mime_database_update
-       fdo-mime_desktop_database_update
-}