summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKathryn Kulick <gothgirl@gentoo.org>2006-07-06 12:59:24 +0000
committerKathryn Kulick <gothgirl@gentoo.org>2006-07-06 12:59:24 +0000
commit6fd81ff68578187d066de056e8b2ca619f872c06 (patch)
tree524459a299fbc6b75667728e5c8e7533f0d71d6c /x11-plugins
parentFixed JDK dependency for 3.0.1. (diff)
downloadgentoo-2-6fd81ff68578187d066de056e8b2ca619f872c06.tar.gz
gentoo-2-6fd81ff68578187d066de056e8b2ca619f872c06.tar.bz2
gentoo-2-6fd81ff68578187d066de056e8b2ca619f872c06.zip
version bump
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gaim-latex/ChangeLog9
-rw-r--r--x11-plugins/gaim-latex/files/digest-gaim-latex-0.43
-rw-r--r--x11-plugins/gaim-latex/gaim-latex-0.4.ebuild32
3 files changed, 42 insertions, 2 deletions
diff --git a/x11-plugins/gaim-latex/ChangeLog b/x11-plugins/gaim-latex/ChangeLog
index d7acb66753ee..3ac9fe42d41f 100644
--- a/x11-plugins/gaim-latex/ChangeLog
+++ b/x11-plugins/gaim-latex/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/gaim-latex
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-latex/ChangeLog,v 1.5 2005/11/14 19:18:03 rizzo Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-latex/ChangeLog,v 1.6 2006/07/06 12:59:24 gothgirl Exp $
+
+*gaim-latex-0.4 (06 Jul 2006)
+
+ 06 Jul 2006; gothgirl <gothgirl@gentoo.org> +gaim-latex-0.4.ebuild:
+ Version bump
*gaim-latex-0.3-r1 (14 Nov 2005)
diff --git a/x11-plugins/gaim-latex/files/digest-gaim-latex-0.4 b/x11-plugins/gaim-latex/files/digest-gaim-latex-0.4
new file mode 100644
index 000000000000..28b03ffbd42f
--- /dev/null
+++ b/x11-plugins/gaim-latex/files/digest-gaim-latex-0.4
@@ -0,0 +1,3 @@
+MD5 32284c9ee0f92c7e000aedcc192ba4e6 gaim-latex-0.4.tar.bz2 19449
+RMD160 d9608157754a5a695c092f09420ee28410da6a29 gaim-latex-0.4.tar.bz2 19449
+SHA256 4e85802164aa8a964c8becb01f5ba59e3a9e745a6b3621031f805a5d5780dbee gaim-latex-0.4.tar.bz2 19449
diff --git a/x11-plugins/gaim-latex/gaim-latex-0.4.ebuild b/x11-plugins/gaim-latex/gaim-latex-0.4.ebuild
new file mode 100644
index 000000000000..a129673c8f22
--- /dev/null
+++ b/x11-plugins/gaim-latex/gaim-latex-0.4.ebuild
@@ -0,0 +1,32 @@
+
+# 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.1 2006/07/06 12:59:24 gothgirl 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)" install PREFIX=${D}/usr \
+ || die "make install failed"
+ dodoc README CHANGELOG COPYING TODO
+}