diff options
author | Don Seiler <rizzo@gentoo.org> | 2005-02-10 19:20:38 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2005-02-10 19:20:38 +0000 |
commit | 485535632f279c82056222f84ea5a5b2840fcb2f (patch) | |
tree | e2bc13490dc45d4eb6915530cc1925678b915208 /net-im/gaim-bnet | |
parent | Unmasking vmware-workstation. (diff) | |
download | gentoo-2-485535632f279c82056222f84ea5a5b2840fcb2f.tar.gz gentoo-2-485535632f279c82056222f84ea5a5b2840fcb2f.tar.bz2 gentoo-2-485535632f279c82056222f84ea5a5b2840fcb2f.zip |
Initial release
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-im/gaim-bnet')
-rw-r--r-- | net-im/gaim-bnet/ChangeLog | 10 | ||||
-rw-r--r-- | net-im/gaim-bnet/Manifest | 3 | ||||
-rw-r--r-- | net-im/gaim-bnet/files/digest-gaim-bnet-0.1.0 | 1 | ||||
-rw-r--r-- | net-im/gaim-bnet/gaim-bnet-0.1.0.ebuild | 22 | ||||
-rw-r--r-- | net-im/gaim-bnet/metadata.xml | 10 |
5 files changed, 46 insertions, 0 deletions
diff --git a/net-im/gaim-bnet/ChangeLog b/net-im/gaim-bnet/ChangeLog new file mode 100644 index 000000000000..23199567c5b2 --- /dev/null +++ b/net-im/gaim-bnet/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-im/gaim-bnet +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-bnet/ChangeLog,v 1.1 2005/02/10 19:20:38 rizzo Exp $ + +*gaim-bnet-0.1.0 (10 Feb 2005) + + 10 Feb 2005; Don Seiler <rizzo@gentoo.org> +metadata.xml, + +gaim-bnet-0.1.0.ebuild: + Initial release + diff --git a/net-im/gaim-bnet/Manifest b/net-im/gaim-bnet/Manifest new file mode 100644 index 000000000000..e705b9fc5f52 --- /dev/null +++ b/net-im/gaim-bnet/Manifest @@ -0,0 +1,3 @@ +MD5 93cf3aa0ca51018a2b5dc5d49730009e gaim-bnet-0.1.0.ebuild 630 +MD5 a2cde0bdf1d687c8cfcafe500daa018e metadata.xml 473 +MD5 f29601d12415e4e113a2eaab7a6b3500 files/digest-gaim-bnet-0.1.0 67 diff --git a/net-im/gaim-bnet/files/digest-gaim-bnet-0.1.0 b/net-im/gaim-bnet/files/digest-gaim-bnet-0.1.0 new file mode 100644 index 000000000000..f998e83f76b2 --- /dev/null +++ b/net-im/gaim-bnet/files/digest-gaim-bnet-0.1.0 @@ -0,0 +1 @@ +MD5 7b66086b9791551eadb26ab6f464233f gaim-bnet-0.1.0.tar.gz 468721 diff --git a/net-im/gaim-bnet/gaim-bnet-0.1.0.ebuild b/net-im/gaim-bnet/gaim-bnet-0.1.0.ebuild new file mode 100644 index 000000000000..4321c24de94c --- /dev/null +++ b/net-im/gaim-bnet/gaim-bnet-0.1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-bnet/gaim-bnet-0.1.0.ebuild,v 1.1 2005/02/10 19:20:38 rizzo Exp $ + +inherit debug + +DESCRIPTION="gaim-bnet is an Battle.net chat protocol plug-in for Gaim" +HOMEPAGE="http://gaim-bnet.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=net-im/gaim-1.0.0" +#RDEPEND="" + +src_install() { + make install DESTDIR=${D} || die "install failure" + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION +} diff --git a/net-im/gaim-bnet/metadata.xml b/net-im/gaim-bnet/metadata.xml new file mode 100644 index 000000000000..d6b5cd1ea28d --- /dev/null +++ b/net-im/gaim-bnet/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> |