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
commiteb6c1186c48511a2e4770ea6d75946380655b30c (patch)
tree76ada7f2182e8cb98341a5f00ccd9c1053a3bee9 /net-im/librvp
parentMark 3.4.3 stable on ia64 (diff)
downloadhistorical-eb6c1186c48511a2e4770ea6d75946380655b30c.tar.gz
historical-eb6c1186c48511a2e4770ea6d75946380655b30c.tar.bz2
historical-eb6c1186c48511a2e4770ea6d75946380655b30c.zip
Version bump
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-im/librvp')
-rw-r--r--net-im/librvp/ChangeLog7
-rw-r--r--net-im/librvp/Manifest4
-rw-r--r--net-im/librvp/files/digest-librvp-0.71
-rw-r--r--net-im/librvp/librvp-0.7.ebuild19
4 files changed, 29 insertions, 2 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..ea46256c38e0 100644
--- a/net-im/librvp/Manifest
+++ b/net-im/librvp/Manifest
@@ -1,4 +1,6 @@
-MD5 079ce7d14d9ee0c530c6b89779046fe7 ChangeLog 370
+MD5 ae4d95c5929c97a39c8189aaada46b93 ChangeLog 480
MD5 7ba6403025abd291f23f92f8cb0615a3 files/digest-librvp-0.4 62
+MD5 7b090f85ad00616da324334fce413bc1 files/digest-librvp-0.7 62
MD5 c1310b09a5ebe1998b16eaf94aaa7a31 librvp-0.4.ebuild 644
+MD5 8bc802758c75fd9b07f1a648e6cf5b72 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
+}