diff options
Diffstat (limited to 'net-p2p/smet2html/smet2html-0.1.ebuild')
-rw-r--r-- | net-p2p/smet2html/smet2html-0.1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-p2p/smet2html/smet2html-0.1.ebuild b/net-p2p/smet2html/smet2html-0.1.ebuild deleted file mode 100644 index ac90dbab6419..000000000000 --- a/net-p2p/smet2html/smet2html-0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Convert eDonkey2000 server.met to html" -HOMEPAGE="http://ed2k-tools.sourceforge.net/${PN}.shtml" -SRC_URI="mirror://sourceforge/ed2k-tools/${P}.tar.gz" -RESTRICT="mirror" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc x86" -IUSE="" - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${A} - cd ${S} - - sed -i -e "s:gcc -Wall:gcc ${CFLAGS} -Wall:g" ${S}/Makefile -} - -src_compile() { - make || die "make failed" -} - -src_install() { - dobin smet2html -} |