diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-05-31 16:35:33 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-05-31 16:35:33 +0000 |
commit | 6505bbf6bc7778fdfabb1e54cac36775925134e7 (patch) | |
tree | e5abc444dda9c0cd42bbe49fd399590c41d1d824 /x11-plugins/autoprofile | |
parent | Version bump for a security vulnerability; closes bug #52043. (diff) | |
download | historical-6505bbf6bc7778fdfabb1e54cac36775925134e7.tar.gz historical-6505bbf6bc7778fdfabb1e54cac36775925134e7.tar.bz2 historical-6505bbf6bc7778fdfabb1e54cac36775925134e7.zip |
Version bump: 2.06 only works with gaim-0.78
Diffstat (limited to 'x11-plugins/autoprofile')
-rw-r--r-- | x11-plugins/autoprofile/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/autoprofile/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/autoprofile/autoprofile-2.06.ebuild | 34 | ||||
-rw-r--r-- | x11-plugins/autoprofile/files/digest-autoprofile-2.06 | 1 |
4 files changed, 44 insertions, 2 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..031e6bc6b6c9 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 679c417b3fd914e530a3a78dc84deff6 ChangeLog 583 MD5 c1a2d7f113e28668f770c363bd5e761f metadata.xml 224 +MD5 20479c0e399bf0db307e335aab0462a9 autoprofile-2.06.ebuild 951 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 |