summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-04-23 12:16:38 +0000
committerDon Seiler <rizzo@gentoo.org>2004-04-23 12:16:38 +0000
commitde4eb85ae24b04c41749eeacf13eaea4f13dff7b (patch)
treeb08d6829f601952105e544d52d5b38f3a5397c7d /net-im
parentInitial import (Manifest recommit) (diff)
downloadgentoo-2-de4eb85ae24b04c41749eeacf13eaea4f13dff7b.tar.gz
gentoo-2-de4eb85ae24b04c41749eeacf13eaea4f13dff7b.tar.bz2
gentoo-2-de4eb85ae24b04c41749eeacf13eaea4f13dff7b.zip
Version bump
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim-snpp/ChangeLog7
-rw-r--r--net-im/gaim-snpp/Manifest2
-rw-r--r--net-im/gaim-snpp/files/digest-gaim-snpp-0.3.01
-rw-r--r--net-im/gaim-snpp/gaim-snpp-0.3.0.ebuild32
4 files changed, 41 insertions, 1 deletions
diff --git a/net-im/gaim-snpp/ChangeLog b/net-im/gaim-snpp/ChangeLog
index 84e588ee6c2d..0ebc916d0e0c 100644
--- a/net-im/gaim-snpp/ChangeLog
+++ b/net-im/gaim-snpp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/gaim-snpp
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-snpp/ChangeLog,v 1.4 2004/04/02 18:17:36 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-snpp/ChangeLog,v 1.5 2004/04/23 12:16:38 rizzo Exp $
+
+*gaim-snpp-0.3.0 (22 Apr 2004)
+
+ 22 Apr 2004; Don Seiler <rizzo@gentoo.org>; +gaim-snpp-0.3.0.ebuild:
+ Version bump
*gaim-snpp-0.2.0 (02 Apr 2004)
diff --git a/net-im/gaim-snpp/Manifest b/net-im/gaim-snpp/Manifest
index 5e475167ffac..88d8d437e8f6 100644
--- a/net-im/gaim-snpp/Manifest
+++ b/net-im/gaim-snpp/Manifest
@@ -1,6 +1,8 @@
MD5 162a8990fbfc70885c9628b5fe946181 gaim-snpp-0.1.0.ebuild 822
MD5 cb659f3952cd7e942401cca15caa9ee2 gaim-snpp-0.2.0.ebuild 822
+MD5 a03f82484ac3a072fc89b08ef5ecbb26 gaim-snpp-0.3.0.ebuild 852
MD5 74b9bb05ae272bf675e592e53660ac9c ChangeLog 696
MD5 a2cde0bdf1d687c8cfcafe500daa018e metadata.xml 473
MD5 0423b8a50679000f27417e7cc10aca44 files/digest-gaim-snpp-0.1.0 67
MD5 f85abb65316e62a53899464c18bb6445 files/digest-gaim-snpp-0.2.0 67
+MD5 c64e5a89b6fd4f2b27ec7f6c8b5b5dfe files/digest-gaim-snpp-0.3.0 67
diff --git a/net-im/gaim-snpp/files/digest-gaim-snpp-0.3.0 b/net-im/gaim-snpp/files/digest-gaim-snpp-0.3.0
new file mode 100644
index 000000000000..eae2a513b235
--- /dev/null
+++ b/net-im/gaim-snpp/files/digest-gaim-snpp-0.3.0
@@ -0,0 +1 @@
+MD5 578b2de605a755ae9b08cc6ed44679f8 gaim-snpp-0.3.0.tar.gz 305370
diff --git a/net-im/gaim-snpp/gaim-snpp-0.3.0.ebuild b/net-im/gaim-snpp/gaim-snpp-0.3.0.ebuild
new file mode 100644
index 000000000000..43abc04d1841
--- /dev/null
+++ b/net-im/gaim-snpp/gaim-snpp-0.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-snpp/gaim-snpp-0.3.0.ebuild,v 1.1 2004/04/23 12:16:38 rizzo Exp $
+
+use debug && inherit debug
+
+DESCRIPTION="gaim-snpp is an SNPP protocol plug-in for Gaim"
+HOMEPAGE="http://gaim-snpp.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="debug"
+
+DEPEND=">=net-im/gaim-0.77"
+#RDEPEND=""
+
+#S=${WORKDIR}/${P}
+
+src_compile() {
+ local myconf
+ myconf="${myconf} --with-gaim=/usr/include/gaim"
+
+ econf ${myconf} || die "econf failure"
+ emake || die "emake failure"
+}
+
+src_install() {
+ make install DESTDIR=${D} || die "install failure"
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS PROTOCOL README VERSION
+}