summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-03-02 19:49:12 +0000
committerDon Seiler <rizzo@gentoo.org>2004-03-02 19:49:12 +0000
commit76093603886e8cc353f66c32d2a7e110683e2d08 (patch)
tree719f96b7f38b332d61cd5f2afba73b4053f1536f /net-im/gaim-snpp
parentAdding debug USE flag (Manifest recommit) (diff)
downloadgentoo-2-76093603886e8cc353f66c32d2a7e110683e2d08.tar.gz
gentoo-2-76093603886e8cc353f66c32d2a7e110683e2d08.tar.bz2
gentoo-2-76093603886e8cc353f66c32d2a7e110683e2d08.zip
Initial import
Diffstat (limited to 'net-im/gaim-snpp')
-rw-r--r--net-im/gaim-snpp/ChangeLog10
-rw-r--r--net-im/gaim-snpp/Manifest2
-rw-r--r--net-im/gaim-snpp/files/digest-gaim-snpp-0.1.0_beta1
-rw-r--r--net-im/gaim-snpp/gaim-snpp-0.1.0_beta.ebuild33
-rw-r--r--net-im/gaim-snpp/metadata.xml10
5 files changed, 56 insertions, 0 deletions
diff --git a/net-im/gaim-snpp/ChangeLog b/net-im/gaim-snpp/ChangeLog
new file mode 100644
index 000000000000..8499f88a65a9
--- /dev/null
+++ b/net-im/gaim-snpp/ChangeLog
@@ -0,0 +1,10 @@
+# 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.1 2004/03/02 19:49:12 rizzo Exp $
+
+*gaim-snpp-0.1.0_beta (02 Mar 2004)
+
+ 02 Mar 2004; Don Seiler <rizzo@gentoo.org>; gaim-snpp-0.1.0_beta.ebuild,
+ metadata.xml:
+ Initial import.
+
diff --git a/net-im/gaim-snpp/Manifest b/net-im/gaim-snpp/Manifest
new file mode 100644
index 000000000000..8687be342a14
--- /dev/null
+++ b/net-im/gaim-snpp/Manifest
@@ -0,0 +1,2 @@
+MD5 626fe66d8d7e3e819192544a2d3c6561 gaim-snpp-0.1.0_beta.ebuild 778
+MD5 3faaf76cd7e55c40e3c6a8ebee4afdce files/digest-gaim-snpp-0.1.0_beta 72
diff --git a/net-im/gaim-snpp/files/digest-gaim-snpp-0.1.0_beta b/net-im/gaim-snpp/files/digest-gaim-snpp-0.1.0_beta
new file mode 100644
index 000000000000..36000d3d5d13
--- /dev/null
+++ b/net-im/gaim-snpp/files/digest-gaim-snpp-0.1.0_beta
@@ -0,0 +1 @@
+MD5 b5f39e99f76ee465f4b6cfb19d5c75ef gaim-snpp-0.1.0-beta.tar.gz 304392
diff --git a/net-im/gaim-snpp/gaim-snpp-0.1.0_beta.ebuild b/net-im/gaim-snpp/gaim-snpp-0.1.0_beta.ebuild
new file mode 100644
index 000000000000..6f3c95554e0d
--- /dev/null
+++ b/net-im/gaim-snpp/gaim-snpp-0.1.0_beta.ebuild
@@ -0,0 +1,33 @@
+# 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.1.0_beta.ebuild,v 1.1 2004/03/02 19:49:12 rizzo Exp $
+
+MY_PV=${PV/_/-}
+DESCRIPTION="gaim-snpp is an SNPP protocol plug-in for Gaim"
+HOMEPAGE="http://gaim-snpp.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz"
+RESTRICT="nomirror"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="debug"
+
+DEPEND=">=net-im/gaim-0.75-r8"
+#RDEPEND=""
+
+S=${WORKDIR}/${PN}-${MY_PV}
+
+src_compile() {
+ local myconf
+ myconf=`use_enable debug`
+ myconf="${myconf} --with-gaim=/usr/include/gaim"
+
+ econf ${myconf} || die "econf failure"
+ emake || die "emake failure"
+}
+
+src_install() {
+ einstall || die "einstall failure"
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS PROTOCOL README VERSION
+}
diff --git a/net-im/gaim-snpp/metadata.xml b/net-im/gaim-snpp/metadata.xml
new file mode 100644
index 000000000000..d6b5cd1ea28d
--- /dev/null
+++ b/net-im/gaim-snpp/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-im</herd>
+<maintainer>
+ <email>rizzo@gentoo.org</email>
+ <description>I am the author of gaim-snpp</description>
+</maintainer>
+<longdescription>gaim-snpp is a protocol plug-in for Gaim that allows sending messages to pager servers (like qpage) via the Simple Network Paging Protocol ("SNPP" - RFC 1861).</longdescription>
+</pkgmetadata>