diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-07-06 18:43:52 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-07-06 18:43:52 +0000 |
commit | 22cafd16f69a5f46493031ce233e4795cba8259f (patch) | |
tree | b84b163bed4f05d528294172f95e5b68b4a0bb53 /x11-plugins/autoprofile | |
parent | Version bump, upstream removed old files (diff) | |
download | historical-22cafd16f69a5f46493031ce233e4795cba8259f.tar.gz historical-22cafd16f69a5f46493031ce233e4795cba8259f.tar.bz2 historical-22cafd16f69a5f46493031ce233e4795cba8259f.zip |
Re-adding 2.07 since it works with 0.79. Closes Bug #56257
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.07.ebuild | 29 | ||||
-rw-r--r-- | x11-plugins/autoprofile/files/digest-autoprofile-2.07 | 1 |
4 files changed, 39 insertions, 2 deletions
diff --git a/x11-plugins/autoprofile/ChangeLog b/x11-plugins/autoprofile/ChangeLog index c75df05439ab..8357f8ef5fe0 100644 --- a/x11-plugins/autoprofile/ChangeLog +++ b/x11-plugins/autoprofile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/autoprofile # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/ChangeLog,v 1.8 2004/06/29 16:55:14 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/ChangeLog,v 1.9 2004/07/06 18:43:52 rizzo Exp $ + +*autoprofile-2.07 (06 Jul 2004) + + 06 Jul 2004; Don Seiler <rizzo@gentoo.org> +autoprofile-2.07.ebuild: + Re-adding 2.07 since it works with 0.79. Closes Bug #56257 29 Jun 2004; David Holm <dholm@gentoo.org> autoprofile-2.04.ebuild: Added to ~ppc again, why was it removed? diff --git a/x11-plugins/autoprofile/Manifest b/x11-plugins/autoprofile/Manifest index fbd4a8300728..cde7c91004de 100644 --- a/x11-plugins/autoprofile/Manifest +++ b/x11-plugins/autoprofile/Manifest @@ -1,4 +1,6 @@ -MD5 86c5ccc0da182b9ab8d9ba9f4e8c4905 ChangeLog 1103 +MD5 2937a545d1af115df3bb4201c820482d ChangeLog 1270 MD5 aa5d5670eab97e5b2ec925303cadef3d autoprofile-2.04.ebuild 962 +MD5 861a9e774c37499f57fbafd90ff2b9f6 autoprofile-2.07.ebuild 786 MD5 c1a2d7f113e28668f770c363bd5e761f metadata.xml 224 MD5 6234e853a543f41c5cbe981bcc3747c2 files/digest-autoprofile-2.04 67 +MD5 24400273a9593ad638ea5f52b4686fcf files/digest-autoprofile-2.07 67 diff --git a/x11-plugins/autoprofile/autoprofile-2.07.ebuild b/x11-plugins/autoprofile/autoprofile-2.07.ebuild new file mode 100644 index 000000000000..60549a02876b --- /dev/null +++ b/x11-plugins/autoprofile/autoprofile-2.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/autoprofile/autoprofile-2.07.ebuild,v 1.4 2004/07/06 18:43:52 rizzo Exp $ + +DESCRIPTION=" AutoProfile is a fully-featured profile manager for the popular instant messanger client Gaim." +HOMEPAGE="http://hkn.eecs.berkeley.edu/~casey/autoprofile/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" +DEPEND="~net-im/gaim-0.79" + +src_unpack() { + unpack ${A} + cd ${S} + sed -i -e 's:PREFIX = /usr/local:PREFIX = '${D}'/usr:g' Makefile +} + +src_compile() { + emake || die +} + +src_install() { + insinto /usr/lib/gaim + doins autoprofile.so + + dodoc COPYING CHANGELOG FORTUNE INSTALL README TODO +} diff --git a/x11-plugins/autoprofile/files/digest-autoprofile-2.07 b/x11-plugins/autoprofile/files/digest-autoprofile-2.07 new file mode 100644 index 000000000000..fdd8a6cf81d2 --- /dev/null +++ b/x11-plugins/autoprofile/files/digest-autoprofile-2.07 @@ -0,0 +1 @@ +MD5 f3a3d06fbb8e6de39137ca8aa7243ac4 autoprofile-2.07.tar.gz 43614 |