diff options
Diffstat (limited to 'x11-plugins/gaim-latex/gaim-latex-0.4.ebuild')
-rw-r--r-- | x11-plugins/gaim-latex/gaim-latex-0.4.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-plugins/gaim-latex/gaim-latex-0.4.ebuild b/x11-plugins/gaim-latex/gaim-latex-0.4.ebuild deleted file mode 100644 index 6a3fdd587046..000000000000 --- a/x11-plugins/gaim-latex/gaim-latex-0.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-latex/gaim-latex-0.4.ebuild,v 1.3 2007/07/11 20:39:22 mr_bones_ Exp $ - -inherit flag-o-matic multilib - -DESCRIPTION="Gaim plugin that renders latex formulae" -HOMEPAGE="http://sourceforge.net/projects/gaim-latex" -SRC_URI="mirror://sourceforge/gaim-latex/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="net-im/gaim" -RDEPEND="virtual/tetex - media-gfx/imagemagick" - -src_compile() -{ - append-flags -fPIC - emake || die "emake failed" -} - -src_install() -{ - make LIB_INSTALL_DIR="${D}/usr/$(get_libdir)/gaim" install PREFIX=${D}/usr \ - || die "make install failed" - dodoc README CHANGELOG COPYING TODO -} |