diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-09-01 21:01:23 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-09-01 21:01:23 +0000 |
commit | fcc3d80f79bd06f4e5db078495e46d62413427e6 (patch) | |
tree | 2e15cea72486c8c6c9c57e18a41fc766c9b4cc4d /x11-plugins/autoprofile | |
parent | Increase default buffer size, fixing segfault thanks to Adam Hixson <chixson@... (diff) | |
download | gentoo-2-fcc3d80f79bd06f4e5db078495e46d62413427e6.tar.gz gentoo-2-fcc3d80f79bd06f4e5db078495e46d62413427e6.tar.bz2 gentoo-2-fcc3d80f79bd06f4e5db078495e46d62413427e6.zip |
Version bump
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.08.ebuild | 19 | ||||
-rw-r--r-- | x11-plugins/autoprofile/files/digest-autoprofile-2.08 | 1 |
4 files changed, 29 insertions, 2 deletions
diff --git a/x11-plugins/autoprofile/ChangeLog b/x11-plugins/autoprofile/ChangeLog index ec8506d7cd43..9747e8304594 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.10 2004/08/08 01:00:02 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/ChangeLog,v 1.11 2004/09/01 21:01:23 rizzo Exp $ + +*autoprofile-2.08 (01 Sep 2004) + + 01 Sep 2004; Don Seiler <rizzo@gentoo.org> +autoprofile-2.08.ebuild: + Version bump 08 Aug 2004; Tom Martin <slarti@gentoo.org> autoprofile-2.07.ebuild: Typo in DESCRIPTION: messanger -> messenger. Bug 59717. diff --git a/x11-plugins/autoprofile/Manifest b/x11-plugins/autoprofile/Manifest index 1340982f3a9f..bdb6ff4eb942 100644 --- a/x11-plugins/autoprofile/Manifest +++ b/x11-plugins/autoprofile/Manifest @@ -1,4 +1,6 @@ -MD5 6b7d560b48cad8edc7d062419c86e8a8 autoprofile-2.07.ebuild 788 MD5 2399fb01559aa2e003eb636a70df902d ChangeLog 1402 +MD5 804ce190c7ea9f49673212785c1707c5 autoprofile-2.08.ebuild 788 +MD5 6b7d560b48cad8edc7d062419c86e8a8 autoprofile-2.07.ebuild 788 MD5 c1a2d7f113e28668f770c363bd5e761f metadata.xml 224 +MD5 f877efd401252e198e83ab46bdc1099a files/digest-autoprofile-2.08 67 MD5 24400273a9593ad638ea5f52b4686fcf files/digest-autoprofile-2.07 67 diff --git a/x11-plugins/autoprofile/autoprofile-2.08.ebuild b/x11-plugins/autoprofile/autoprofile-2.08.ebuild new file mode 100644 index 000000000000..0b846fee9804 --- /dev/null +++ b/x11-plugins/autoprofile/autoprofile-2.08.ebuild @@ -0,0 +1,19 @@ +# 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.08.ebuild,v 1.1 2004/09/01 21:01:23 rizzo Exp $ + +DESCRIPTION="AutoProfile is a fully-featured profile manager for the popular instant messenger 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.82" + +src_install() { + dodir /usr/lib/gaim + make install PREFIX=${D}/usr || die "make install failed" + + dodoc COPYING CHANGELOG INSTALL README TODO +} diff --git a/x11-plugins/autoprofile/files/digest-autoprofile-2.08 b/x11-plugins/autoprofile/files/digest-autoprofile-2.08 new file mode 100644 index 000000000000..bbe0cefa0865 --- /dev/null +++ b/x11-plugins/autoprofile/files/digest-autoprofile-2.08 @@ -0,0 +1 @@ +MD5 2e22ee2cb22ef2e0974254e26e2d578b autoprofile-2.08.tar.gz 54908 |