summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2007-06-18 23:30:06 +0000
committerOlivier Crête <tester@gentoo.org>2007-06-18 23:30:06 +0000
commit466999c10ba11967100a9dcae523cd32baffb779 (patch)
tree6180ed865a754642dd799439f9bc1cda52f33421 /net-im/librvp
parentbug 177224 (diff)
downloadgentoo-2-466999c10ba11967100a9dcae523cd32baffb779.tar.gz
gentoo-2-466999c10ba11967100a9dcae523cd32baffb779.tar.bz2
gentoo-2-466999c10ba11967100a9dcae523cd32baffb779.zip
Version bump, ported to net-im/pidgin
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-im/librvp')
-rw-r--r--net-im/librvp/ChangeLog8
-rw-r--r--net-im/librvp/files/digest-librvp-0.9.63
-rw-r--r--net-im/librvp/librvp-0.9.6.ebuild30
-rw-r--r--net-im/librvp/metadata.xml2
4 files changed, 41 insertions, 2 deletions
diff --git a/net-im/librvp/ChangeLog b/net-im/librvp/ChangeLog
index 416a345745e0..54b9756d1f0e 100644
--- a/net-im/librvp/ChangeLog
+++ b/net-im/librvp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-im/librvp
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/librvp/ChangeLog,v 1.4 2007/05/14 06:17:58 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/librvp/ChangeLog,v 1.5 2007/06/18 23:30:06 tester Exp $
+
+*librvp-0.9.6 (19 Jun 2007)
+
+ 19 Jun 2007; Olivier Crête <tester@gentoo.org> metadata.xml,
+ +librvp-0.9.6.ebuild:
+ Version bump, ported to net-im/pidgin
14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
add <herd>no-herd</herd>
diff --git a/net-im/librvp/files/digest-librvp-0.9.6 b/net-im/librvp/files/digest-librvp-0.9.6
new file mode 100644
index 000000000000..ee40aff7e4a2
--- /dev/null
+++ b/net-im/librvp/files/digest-librvp-0.9.6
@@ -0,0 +1,3 @@
+MD5 8550b8e128e094fce0fc9deee4d47c39 librvp-0.9.6.tar.gz 464935
+RMD160 4c6aa4cda55a30860c2aa638fb15e360bac3097a librvp-0.9.6.tar.gz 464935
+SHA256 c57747cd3c3628ff189ce1f30c3a027ad2a0f222cc7615a259124e646fb488e0 librvp-0.9.6.tar.gz 464935
diff --git a/net-im/librvp/librvp-0.9.6.ebuild b/net-im/librvp/librvp-0.9.6.ebuild
new file mode 100644
index 000000000000..51bccf36dd1b
--- /dev/null
+++ b/net-im/librvp/librvp-0.9.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/librvp/librvp-0.9.6.ebuild,v 1.1 2007/06/18 23:30:06 tester Exp $
+
+inherit multilib
+
+DESCRIPTION="An RVP (Microsoft Exchange Instant Messaging) plugin for Pidgin"
+HOMEPAGE="http://www.waider.ie/hacks/workshop/c/rvp/"
+SRC_URI="http://www.waider.ie/hacks/workshop/c/rvp/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="net-im/pidgin"
+
+src_compile() {
+
+ econf --with-gaim-plugin-dir=/usr/$(get_libdir)/pidgin \
+ --with-gaim-data-dir=/usr/share/pixmaps/pidgin \
+ || die "configure failed"
+
+ emake || die "make failure"
+}
+
+src_install() {
+ make install DESTDIR=${D} || die "install failure"
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README rvp_protocol.txt
+}
diff --git a/net-im/librvp/metadata.xml b/net-im/librvp/metadata.xml
index 80e2e966ec87..3a0d9f86a81a 100644
--- a/net-im/librvp/metadata.xml
+++ b/net-im/librvp/metadata.xml
@@ -8,7 +8,7 @@
</maintainer>
<longdescription>
This is an RVP (Microsoft Exchange Instant Messaging) plugin for
- Gaim 1.0 and upward. It's based on some work done at Lucent and
+ Gaim 1.x and Pidgin. It's based on some work done at Lucent and
available through http://www.bell-labs.com/project/wwexptools/
</longdescription>
</pkgmetadata>