summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-05-31 16:35:33 +0000
committerDon Seiler <rizzo@gentoo.org>2004-05-31 16:35:33 +0000
commit096d6e44c2e2ae0ef665724adf6dfe6b251e2eef (patch)
tree6f3f1530e57d435cd954c64122e80b39191e2c87 /x11-plugins/autoprofile
parentVersion bump for a security vulnerability; closes bug #52043. (diff)
downloadgentoo-2-096d6e44c2e2ae0ef665724adf6dfe6b251e2eef.tar.gz
gentoo-2-096d6e44c2e2ae0ef665724adf6dfe6b251e2eef.tar.bz2
gentoo-2-096d6e44c2e2ae0ef665724adf6dfe6b251e2eef.zip
Version bump: 2.06 only works with gaim-0.78
Diffstat (limited to 'x11-plugins/autoprofile')
-rw-r--r--x11-plugins/autoprofile/ChangeLog7
-rw-r--r--x11-plugins/autoprofile/Manifest2
-rw-r--r--x11-plugins/autoprofile/autoprofile-2.06.ebuild34
-rw-r--r--x11-plugins/autoprofile/files/digest-autoprofile-2.061
4 files changed, 43 insertions, 1 deletions
diff --git a/x11-plugins/autoprofile/ChangeLog b/x11-plugins/autoprofile/ChangeLog
index 06ce4a545407..0f5baea6f0dc 100644
--- a/x11-plugins/autoprofile/ChangeLog
+++ b/x11-plugins/autoprofile/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/autoprofile
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/ChangeLog,v 1.1 2004/05/26 02:52:18 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/ChangeLog,v 1.2 2004/05/31 16:35:33 rizzo Exp $
+
+*autoprofile-2.06 (31 May 2004)
+
+ 31 May 2004; Don Seiler <rizzo@gentoo.org>; +autoprofile-2.06.ebuild:
+ Version bump: 2.06 only works with gaim-0.78
*autoprofile-2.04 (25 May 2004)
diff --git a/x11-plugins/autoprofile/Manifest b/x11-plugins/autoprofile/Manifest
index b5ed43ec47af..dbeefaba2fd5 100644
--- a/x11-plugins/autoprofile/Manifest
+++ b/x11-plugins/autoprofile/Manifest
@@ -1,4 +1,6 @@
MD5 54e211634f06cbb4ec56e5a699992178 autoprofile-2.04.ebuild 966
MD5 f83d74d22e15a4a1ce4489a908699fb0 ChangeLog 430
MD5 c1a2d7f113e28668f770c363bd5e761f metadata.xml 224
+MD5 88b37d1f45ef1a1fce126a765755aa09 autoprofile-2.06.ebuild 949
MD5 6234e853a543f41c5cbe981bcc3747c2 files/digest-autoprofile-2.04 67
+MD5 0cfb66c90df920702eaef161eb39bac1 files/digest-autoprofile-2.06 67
diff --git a/x11-plugins/autoprofile/autoprofile-2.06.ebuild b/x11-plugins/autoprofile/autoprofile-2.06.ebuild
new file mode 100644
index 000000000000..5ebb5041247b
--- /dev/null
+++ b/x11-plugins/autoprofile/autoprofile-2.06.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.06.ebuild,v 1.1 2004/05/31 16:35:33 rizzo Exp $
+
+DESCRIPTION="Gaim plugin that creates away messages and profiles using dynamic components."
+HOMEPAGE="http://hkn.eecs.berkeley.edu/~casey/autoprofile/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="~net-im/gaim-0.78"
+#RDEPEND=""
+
+#S=${WORKDIR}/${P}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -i -e 's:PREFIX = /usr/local:PREFIX = '${D}'/usr:g' Makefile
+ #sed -i -e 's:GTK_PREFIX = $(PREFIX):GTK_PREFIX = /usr:g' Makefile
+ #sed -i -e 's:GAIM_TOP2 = ../gaim:GAIM_TOP2 = /usr/include/gaim:g' Makefile
+}
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ insinto /usr/lib/gaim
+ doins autoprofile.so
+
+ dodoc COPYING CHANGELOG COPYRIGHT INSTALL README TODO
+}
diff --git a/x11-plugins/autoprofile/files/digest-autoprofile-2.06 b/x11-plugins/autoprofile/files/digest-autoprofile-2.06
new file mode 100644
index 000000000000..65c58756c40b
--- /dev/null
+++ b/x11-plugins/autoprofile/files/digest-autoprofile-2.06
@@ -0,0 +1 @@
+MD5 18152813af975af45b7cee6d5ea8962e autoprofile-2.06.tar.gz 42943