summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2005-01-06 18:58:19 +0000
committerDon Seiler <rizzo@gentoo.org>2005-01-06 18:58:19 +0000
commitbe23744fa2fd9551b982f502bca2b7df0e7a7cd0 (patch)
tree31ce4b102244874b5429841782a3cfaa5c1ec1d8 /x11-plugins/gaim-assistant
parentremove obsolete ebuilds (Manifest recommit) (diff)
downloadgentoo-2-be23744fa2fd9551b982f502bca2b7df0e7a7cd0.tar.gz
gentoo-2-be23744fa2fd9551b982f502bca2b7df0e7a7cd0.tar.bz2
gentoo-2-be23744fa2fd9551b982f502bca2b7df0e7a7cd0.zip
Version bump. Closes 76883, thanks Jason Williams
Diffstat (limited to 'x11-plugins/gaim-assistant')
-rw-r--r--x11-plugins/gaim-assistant/ChangeLog9
-rw-r--r--x11-plugins/gaim-assistant/Manifest2
-rw-r--r--x11-plugins/gaim-assistant/files/digest-gaim-assistant-0.091
-rw-r--r--x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild4
-rw-r--r--x11-plugins/gaim-assistant/gaim-assistant-0.09.ebuild29
5 files changed, 41 insertions, 4 deletions
diff --git a/x11-plugins/gaim-assistant/ChangeLog b/x11-plugins/gaim-assistant/ChangeLog
index 40c5c7736330..eae073193100 100644
--- a/x11-plugins/gaim-assistant/ChangeLog
+++ b/x11-plugins/gaim-assistant/ChangeLog
@@ -1,6 +1,11 @@
# 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 $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-assistant/ChangeLog,v 1.2 2005/01/06 18:58:19 rizzo Exp $
+
+*gaim-assistant-0.09 (06 Jan 2005)
+
+ 06 Jan 2005; Don Seiler <rizzo@gentoo.org> +gaim-assistant-0.09.ebuild:
+ Version bump. Closes 76883, thanks Jason Williams
*gaim-assistant-0.07 (08 Dec 2004)
diff --git a/x11-plugins/gaim-assistant/Manifest b/x11-plugins/gaim-assistant/Manifest
index 058328ccbe7c..4f58a9d5cde5 100644
--- a/x11-plugins/gaim-assistant/Manifest
+++ b/x11-plugins/gaim-assistant/Manifest
@@ -1,4 +1,6 @@
MD5 772dce3497d3125e130d268b63273b24 metadata.xml 226
MD5 fce871cc6fb4655c04bc18996e54e62c gaim-assistant-0.07.ebuild 736
MD5 db0ab14a9a39751ef5a88fc9712665a9 ChangeLog 413
+MD5 fce871cc6fb4655c04bc18996e54e62c gaim-assistant-0.09.ebuild 736
MD5 41c7a475ead4d1c352bb8f46ffc0c507 files/digest-gaim-assistant-0.07 71
+MD5 873aa3023da3afb8f248c3eec0ae2b52 files/digest-gaim-assistant-0.09 71
diff --git a/x11-plugins/gaim-assistant/files/digest-gaim-assistant-0.09 b/x11-plugins/gaim-assistant/files/digest-gaim-assistant-0.09
new file mode 100644
index 000000000000..5dfe0f33f81d
--- /dev/null
+++ b/x11-plugins/gaim-assistant/files/digest-gaim-assistant-0.09
@@ -0,0 +1 @@
+MD5 53353fe34d0ed49bfe37b6dc0b96f728 gaim-assistant-0.09.tar.gz 210617
diff --git a/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild b/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild
index 5e880d16b948..a1f8ad6a24b4 100644
--- a/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild
+++ b/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild,v 1.2 2005/01/06 18:58:19 rizzo Exp $
inherit eutils
diff --git a/x11-plugins/gaim-assistant/gaim-assistant-0.09.ebuild b/x11-plugins/gaim-assistant/gaim-assistant-0.09.ebuild
new file mode 100644
index 000000000000..da69342641cd
--- /dev/null
+++ b/x11-plugins/gaim-assistant/gaim-assistant-0.09.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 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.09.ebuild,v 1.1 2005/01/06 18:58:19 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
+}