diff options
Diffstat (limited to 'app-misc/toilet/toilet-0.1-r1.ebuild')
-rw-r--r-- | app-misc/toilet/toilet-0.1-r1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/app-misc/toilet/toilet-0.1-r1.ebuild b/app-misc/toilet/toilet-0.1-r1.ebuild deleted file mode 100644 index beb98dc3cc00..000000000000 --- a/app-misc/toilet/toilet-0.1-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/toilet/toilet-0.1-r1.ebuild,v 1.4 2009/07/11 00:23:51 chainsaw Exp $ - -inherit autotools eutils - -DESCRIPTION="The Other Implementations letters. Figlet replacement." -HOMEPAGE="http://libcaca.zoy.org/toilet.html" -SRC_URI="http://libcaca.zoy.org/files/${P}.tar.gz" - -LICENSE="WTFPL-2" -SLOT="0" -KEYWORDS="amd64 arm ~ppc ~sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/libcaca-0.99_beta16" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-asneeded-and-cflags-2.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc ChangeLog NEWS README TODO -} |