diff options
Diffstat (limited to 'app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild')
-rw-r--r-- | app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild b/app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild deleted file mode 100644 index 6c6b44157..000000000 --- a/app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils fdo-mime - -DESCRIPTION="A launcher and desktop association for Microsoft Windows *.URL (text/x-uri) files" -HOMEPAGE="http://bugs.launchpad.net/ubuntu/+source/mime-support/+bug/185165/comments/12" -SRC_URI="http://launchpadlibrarian.net/20406796/mswinurl_launcher.py" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-util/desktop-file-utils" -RDEPEND="dev-lang/python" - -src_install() { - dobin "${DISTDIR}"/${PN}.py || die - domenu "${FILESDIR}/${PN}.desktop" || die -} - -pkg_postinst() { - fdo-mime_desktop_database_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update -} |