summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2005-11-14 19:18:04 +0000
committerDon Seiler <rizzo@gentoo.org>2005-11-14 19:18:04 +0000
commit9717a95faa830e07addac079a8363f7902eb09ab (patch)
treed551a3557150ae0a138f51c4698178f0874f06a5 /x11-plugins
parentVersion bump. Closes bug #111271 (diff)
downloadgentoo-2-9717a95faa830e07addac079a8363f7902eb09ab.tar.gz
gentoo-2-9717a95faa830e07addac079a8363f7902eb09ab.tar.bz2
gentoo-2-9717a95faa830e07addac079a8363f7902eb09ab.zip
Change install loc for gaim-latex lib. Bug #112381
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gaim-latex/ChangeLog7
-rw-r--r--x11-plugins/gaim-latex/Manifest2
-rw-r--r--x11-plugins/gaim-latex/files/digest-gaim-latex-0.3-r11
-rw-r--r--x11-plugins/gaim-latex/gaim-latex-0.3-r1.ebuild31
4 files changed, 40 insertions, 1 deletions
diff --git a/x11-plugins/gaim-latex/ChangeLog b/x11-plugins/gaim-latex/ChangeLog
index 7961fb4fcce5..d7acb66753ee 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.4 2005/09/08 10:03:47 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-latex/ChangeLog,v 1.5 2005/11/14 19:18:03 rizzo Exp $
+
+*gaim-latex-0.3-r1 (14 Nov 2005)
+
+ 14 Nov 2005; Don Seiler <rizzo@gentoo.org> +gaim-latex-0.3-r1.ebuild:
+ Change install loc for gaim-latex lib. Bug #112381
08 Sep 2005; Simon Stelling <blubb@gentoo.org> gaim-latex-0.3.ebuild:
add ~amd64, add -fPIC, make multilib-strict aware: bug 103538
diff --git a/x11-plugins/gaim-latex/Manifest b/x11-plugins/gaim-latex/Manifest
index 067bf9e975d2..e171aba9560d 100644
--- a/x11-plugins/gaim-latex/Manifest
+++ b/x11-plugins/gaim-latex/Manifest
@@ -1,4 +1,6 @@
MD5 2433f4bb901a7eea7e066fc8ede340d7 ChangeLog 775
+MD5 4a02c9b992516d047a3494f2b90e2ad1 gaim-latex-0.3-r1.ebuild 784
MD5 bab3872b102b8d67b9f9655b4b51811a metadata.xml 218
MD5 e002155083035d2ca44079677aac531e gaim-latex-0.3.ebuild 779
MD5 f64061875de9ea65564ed4a5081f2324 files/digest-gaim-latex-0.3 66
+MD5 f64061875de9ea65564ed4a5081f2324 files/digest-gaim-latex-0.3-r1 66
diff --git a/x11-plugins/gaim-latex/files/digest-gaim-latex-0.3-r1 b/x11-plugins/gaim-latex/files/digest-gaim-latex-0.3-r1
new file mode 100644
index 000000000000..07bfb206080a
--- /dev/null
+++ b/x11-plugins/gaim-latex/files/digest-gaim-latex-0.3-r1
@@ -0,0 +1 @@
+MD5 e0ff7686b3e40a8f2e456785b0557a29 gaim-latex-0.3.tar.bz2 12903
diff --git a/x11-plugins/gaim-latex/gaim-latex-0.3-r1.ebuild b/x11-plugins/gaim-latex/gaim-latex-0.3-r1.ebuild
new file mode 100644
index 000000000000..f81fada0ec15
--- /dev/null
+++ b/x11-plugins/gaim-latex/gaim-latex-0.3-r1.ebuild
@@ -0,0 +1,31 @@
+# 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.3-r1.ebuild,v 1.1 2005/11/14 19:18:03 rizzo 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
+}