diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-12-08 16:28:31 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-12-08 16:28:31 +0000 |
commit | 47d214282d23f66039e418143124abc74b6fc282 (patch) | |
tree | ecfd88bcc7f2ed50f1f570c5e5fdfbc093da4e4d /x11-plugins/gaim-assistant | |
parent | Adding configure flags enabling custom buddies and conversations (Manifest re... (diff) | |
download | gentoo-2-47d214282d23f66039e418143124abc74b6fc282.tar.gz gentoo-2-47d214282d23f66039e418143124abc74b6fc282.tar.bz2 gentoo-2-47d214282d23f66039e418143124abc74b6fc282.zip |
Initial add, closes bug #73750. Thanks to Yuri Vasilevski
Diffstat (limited to 'x11-plugins/gaim-assistant')
-rw-r--r-- | x11-plugins/gaim-assistant/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/gaim-assistant/Manifest | 3 | ||||
-rw-r--r-- | x11-plugins/gaim-assistant/files/digest-gaim-assistant-0.07 | 1 | ||||
-rw-r--r-- | x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild | 29 | ||||
-rw-r--r-- | x11-plugins/gaim-assistant/metadata.xml | 8 |
5 files changed, 51 insertions, 0 deletions
diff --git a/x11-plugins/gaim-assistant/ChangeLog b/x11-plugins/gaim-assistant/ChangeLog new file mode 100644 index 000000000000..40c5c7736330 --- /dev/null +++ b/x11-plugins/gaim-assistant/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-plugins/gaim-assistant +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-assistant/ChangeLog,v 1.1 2004/12/08 16:28:31 rizzo Exp $ + +*gaim-assistant-0.07 (08 Dec 2004) + + 08 Dec 2004; Don Seiler <rizzo@gentoo.org> +metadata.xml, + +gaim-assistant-0.07.ebuild: + Initial add, closes bug #73750. Thanks to Yuri Vasilevski + diff --git a/x11-plugins/gaim-assistant/Manifest b/x11-plugins/gaim-assistant/Manifest new file mode 100644 index 000000000000..95576c2aef8d --- /dev/null +++ b/x11-plugins/gaim-assistant/Manifest @@ -0,0 +1,3 @@ +MD5 772dce3497d3125e130d268b63273b24 metadata.xml 226 +MD5 1f1ab30fafd9518cbf55174f2301ee43 gaim-assistant-0.07.ebuild 723 +MD5 41c7a475ead4d1c352bb8f46ffc0c507 files/digest-gaim-assistant-0.07 71 diff --git a/x11-plugins/gaim-assistant/files/digest-gaim-assistant-0.07 b/x11-plugins/gaim-assistant/files/digest-gaim-assistant-0.07 new file mode 100644 index 000000000000..e65ffc357c67 --- /dev/null +++ b/x11-plugins/gaim-assistant/files/digest-gaim-assistant-0.07 @@ -0,0 +1 @@ +MD5 fb9319ca22a5e5146237bc3edfbab0b8 gaim-assistant-0.07.tar.gz 208869 diff --git a/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild b/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild new file mode 100644 index 000000000000..5e880d16b948 --- /dev/null +++ b/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild,v 1.1 2004/12/08 16:28:31 rizzo Exp $ + +inherit eutils + +DESCRIPTION="Gaim Assistant is a plugin to Gaim that will allow you to forward messages to a different screen name should you become away." +HOMEPAGE="http://gaim-assistant.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="" + +#S=${WORKDIR}/${P} + +src_compile() { + econf || die + emake || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README TODO +} diff --git a/x11-plugins/gaim-assistant/metadata.xml b/x11-plugins/gaim-assistant/metadata.xml new file mode 100644 index 000000000000..04ee15b1638d --- /dev/null +++ b/x11-plugins/gaim-assistant/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-im</herd> +<maintainer> + <email>gaim-bugs@gentoo.org</email> +</maintainer> +</pkgmetadata> |