summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/mimeo/Manifest4
-rw-r--r--x11-misc/mimeo/mimeo-2013.4.ebuild31
-rw-r--r--x11-misc/mimeo/mimeo-2013.7.24.ebuild31
3 files changed, 0 insertions, 66 deletions
diff --git a/x11-misc/mimeo/Manifest b/x11-misc/mimeo/Manifest
deleted file mode 100644
index 6077dc2..0000000
--- a/x11-misc/mimeo/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST mimeo-2013.4.tar.xz 20252 SHA256 7c4fbe8ffbc68d9bce426ba4fa13695a5e5ca0b5e5212610e44b5f4b4c5bc380 SHA512 95615034c2f4cdf38376b72559bf31f6974e6027dd095313fc71b62371990d902e03946203a1409ea320c80b69d0053b8bb3d1462b957720e4d18d074918a2a9 WHIRLPOOL 8f00a1db0db66353b67e804c372e4beef85b63d4034468670cfad895093bc45a5a8372a93f2eab3fd881d2381919d6f888c1fafda76f587babaddf8a04db38e3
-DIST mimeo-2013.7.24.tar.xz 20568 SHA256 3e3fdd491bb2eeca74af66976d0a14eb102948ece35447217e6a894b97281958 SHA512 056dbc2219e13f21bf8db3076c346d2638bc42a48d2573dec9632c9148f7c33db1dd24c151965b66ee13cb4039aeaa17c271902b21aa86e09c209728c3cb3e46 WHIRLPOOL 9898230c97475b3796d6fae47a6553a23c118eb85252633b0824fae60019194a7311583de63c9399e81f53db5e83c96eb052a14efca291d5bcabc9f73428a476
-EBUILD mimeo-2013.4.ebuild 569 SHA256 c22ac449981ab010e67b2751906ebe0139e12320470e2afd841ec393d3c995db SHA512 9be8d94933112f449606ac2d7d13968bc260eace5ab44c2a3300768866482a8ebcd68660a86375e86566e50d3d1e541d6e797505bdfff751c737c0737095b9d2 WHIRLPOOL 560c11306617eb8881b30742476daa47deab7040436eb72122b863b792aeaf464fb94a5e7d8ea284e73dcd4abaee84e9190b93165147913d93da4357cf4673b7
-EBUILD mimeo-2013.7.24.ebuild 569 SHA256 c22ac449981ab010e67b2751906ebe0139e12320470e2afd841ec393d3c995db SHA512 9be8d94933112f449606ac2d7d13968bc260eace5ab44c2a3300768866482a8ebcd68660a86375e86566e50d3d1e541d6e797505bdfff751c737c0737095b9d2 WHIRLPOOL 560c11306617eb8881b30742476daa47deab7040436eb72122b863b792aeaf464fb94a5e7d8ea284e73dcd4abaee84e9190b93165147913d93da4357cf4673b7
diff --git a/x11-misc/mimeo/mimeo-2013.4.ebuild b/x11-misc/mimeo/mimeo-2013.4.ebuild
deleted file mode 100644
index 940077b..0000000
--- a/x11-misc/mimeo/mimeo-2013.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-PYTHON_DEPEND="2"
-
-inherit distutils python
-
-DESCRIPTION="Open files using MIME-type associations."
-HOMEPAGE="http://xyne.archlinux.ca/projects/mimeo"
-SRC_URI="http://xyne.archlinux.ca/projects/mimeo/src/${P}.tar.xz"
-
-LICENSE="GPL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="sys-apps/file"
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_install() {
- python_convert_shebangs -r 2 .
- distutils_src_install
-
- dobin ${PN}
-}
diff --git a/x11-misc/mimeo/mimeo-2013.7.24.ebuild b/x11-misc/mimeo/mimeo-2013.7.24.ebuild
deleted file mode 100644
index 940077b..0000000
--- a/x11-misc/mimeo/mimeo-2013.7.24.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-PYTHON_DEPEND="2"
-
-inherit distutils python
-
-DESCRIPTION="Open files using MIME-type associations."
-HOMEPAGE="http://xyne.archlinux.ca/projects/mimeo"
-SRC_URI="http://xyne.archlinux.ca/projects/mimeo/src/${P}.tar.xz"
-
-LICENSE="GPL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="sys-apps/file"
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_install() {
- python_convert_shebangs -r 2 .
- distutils_src_install
-
- dobin ${PN}
-}