summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Glover <jmglov@gentoo.org>2006-03-25 04:38:03 +0000
committerJosh Glover <jmglov@gentoo.org>2006-03-25 04:38:03 +0000
commit55cdd1c2accf6de30cb0fe7ac67b0e04e63aac23 (patch)
tree0e514855615cde995a38e90b148db747125342a6 /net-im/librvp
parentMark 3.4.3 stable on ia64 (diff)
downloadgentoo-2-55cdd1c2accf6de30cb0fe7ac67b0e04e63aac23.tar.gz
gentoo-2-55cdd1c2accf6de30cb0fe7ac67b0e04e63aac23.tar.bz2
gentoo-2-55cdd1c2accf6de30cb0fe7ac67b0e04e63aac23.zip
Version bump
(Portage version: 2.0.54)
Diffstat (limited to 'net-im/librvp')
-rw-r--r--net-im/librvp/ChangeLog7
-rw-r--r--net-im/librvp/Manifest2
-rw-r--r--net-im/librvp/files/digest-librvp-0.71
-rw-r--r--net-im/librvp/librvp-0.7.ebuild19
4 files changed, 28 insertions, 1 deletions
diff --git a/net-im/librvp/ChangeLog b/net-im/librvp/ChangeLog
index 94971966c2c1..21d6ae9d5a66 100644
--- a/net-im/librvp/ChangeLog
+++ b/net-im/librvp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/librvp
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/librvp/ChangeLog,v 1.1 2006/01/25 12:55:31 jmglov Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/librvp/ChangeLog,v 1.2 2006/03/25 04:38:03 jmglov Exp $
+
+*librvp-0.7 (25 Mar 2006)
+
+ 25 Mar 2006; Josh Glover <jmglov@gentoo.org> +librvp-0.7.ebuild:
+ Version bump
*librvp-0.4 (25 Jan 2006)
diff --git a/net-im/librvp/Manifest b/net-im/librvp/Manifest
index d3bcffb66abf..da7c479d66cc 100644
--- a/net-im/librvp/Manifest
+++ b/net-im/librvp/Manifest
@@ -1,4 +1,6 @@
MD5 079ce7d14d9ee0c530c6b89779046fe7 ChangeLog 370
MD5 7ba6403025abd291f23f92f8cb0615a3 files/digest-librvp-0.4 62
+MD5 7b090f85ad00616da324334fce413bc1 files/digest-librvp-0.7 62
MD5 c1310b09a5ebe1998b16eaf94aaa7a31 librvp-0.4.ebuild 644
+MD5 c1310b09a5ebe1998b16eaf94aaa7a31 librvp-0.7.ebuild 644
MD5 b48dde997da291581e39233da164b638 metadata.xml 475
diff --git a/net-im/librvp/files/digest-librvp-0.7 b/net-im/librvp/files/digest-librvp-0.7
new file mode 100644
index 000000000000..66bc304fb57c
--- /dev/null
+++ b/net-im/librvp/files/digest-librvp-0.7
@@ -0,0 +1 @@
+MD5 bbb23652abf72734aa224caea088ed32 librvp-0.7.tar.gz 469871
diff --git a/net-im/librvp/librvp-0.7.ebuild b/net-im/librvp/librvp-0.7.ebuild
new file mode 100644
index 000000000000..6f95c7070541
--- /dev/null
+++ b/net-im/librvp/librvp-0.7.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/librvp/librvp-0.7.ebuild,v 1.1 2006/03/25 04:38:03 jmglov Exp $
+
+DESCRIPTION="An RVP (Microsoft Exchange Instant Messaging) plugin for Gaim 1.0 and upward"
+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="~x86"
+IUSE=""
+
+DEPEND=">=net-im/gaim-1.0.0"
+
+src_install() {
+ make install DESTDIR=${D} || die "install failure"
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README rvp_protocol.txt
+}