summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/mimeo/mimeo-2013.4.ebuild')
-rw-r--r--x11-misc/mimeo/mimeo-2013.4.ebuild31
1 files changed, 0 insertions, 31 deletions
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}
-}