diff options
Diffstat (limited to 'app-text/deplate/deplate-0.8.5.ebuild')
-rw-r--r-- | app-text/deplate/deplate-0.8.5.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/app-text/deplate/deplate-0.8.5.ebuild b/app-text/deplate/deplate-0.8.5.ebuild deleted file mode 100644 index 4bd2027e4b81..000000000000 --- a/app-text/deplate/deplate-0.8.5.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/deplate/deplate-0.8.5.ebuild,v 1.2 2013/05/04 04:57:02 naota Exp $ - -EAPI=5 - -USE_RUBY="ruby19" - -inherit ruby-fakegem - -DESCRIPTION="Deplate convert wiki-like markup to latex, docbook, html, or html-slides" -HOMEPAGE="http://deplate.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86-fbsd" -IUSE="" - -all_ruby_prepare() { - rm bin/deplate.bat || die -} |