diff options
author | Don Seiler <rizzo@gentoo.org> | 2005-06-16 13:50:30 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2005-06-16 13:50:30 +0000 |
commit | 68b36381278e0f54805566e0475e6f61c7be35a5 (patch) | |
tree | b8546cbd7936f19920bc18e66ee12df84d3b86c1 /x11-plugins | |
parent | Version bump, closes Bug #94995. Thanks to Claessens Xavier (diff) | |
download | gentoo-2-68b36381278e0f54805566e0475e6f61c7be35a5.tar.gz gentoo-2-68b36381278e0f54805566e0475e6f61c7be35a5.tar.bz2 gentoo-2-68b36381278e0f54805566e0475e6f61c7be35a5.zip |
Pruning obsolete versions
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gaim-latex/files/digest-gaim-latex-0.2 | 1 | ||||
-rw-r--r-- | x11-plugins/gaim-latex/gaim-latex-0.2.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/x11-plugins/gaim-latex/files/digest-gaim-latex-0.2 b/x11-plugins/gaim-latex/files/digest-gaim-latex-0.2 deleted file mode 100644 index 8d5c471c51da..000000000000 --- a/x11-plugins/gaim-latex/files/digest-gaim-latex-0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 e0534f789d56ab9282bede2a00c3859c gaim-latex-0.2.tar.gz 11588 diff --git a/x11-plugins/gaim-latex/gaim-latex-0.2.ebuild b/x11-plugins/gaim-latex/gaim-latex-0.2.ebuild deleted file mode 100644 index abe52bf8d919..000000000000 --- a/x11-plugins/gaim-latex/gaim-latex-0.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 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.2.ebuild,v 1.1 2005/05/10 14:59:23 rizzo Exp $ - -DESCRIPTION="Gaim plugin that renders latex formulae" -HOMEPAGE="http://sourceforge.net/projects/gaim-latex" -SRC_URI="mirror://sourceforge/gaim-latex/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="net-im/gaim" -RDEPEND="app-text/tetex - dev-tex/tex2im" - -src_compile() -{ - emake || die "emake failed" -} - -src_install() -{ - make install PREFIX=${D}/usr || die "make install failed" - dodoc README CHANGELOG COPYING TODO -} |