diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-09-23 14:27:33 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-09-23 14:27:33 +0000 |
commit | e6d8ca0f7336a76739e035d41c4795f943117eb2 (patch) | |
tree | b3a7604af909451bfc90405bbf9e5195d5abb337 /x11-plugins/autoprofile | |
parent | Stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-e6d8ca0f7336a76739e035d41c4795f943117eb2.tar.gz gentoo-2-e6d8ca0f7336a76739e035d41c4795f943117eb2.tar.bz2 gentoo-2-e6d8ca0f7336a76739e035d41c4795f943117eb2.zip |
Version bump, works with 1.0.0
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.10.ebuild | 23 | ||||
-rw-r--r-- | x11-plugins/autoprofile/files/digest-autoprofile-2.10 | 1 |
4 files changed, 33 insertions, 2 deletions
diff --git a/x11-plugins/autoprofile/ChangeLog b/x11-plugins/autoprofile/ChangeLog index f8786be3d260..69284975a842 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.14 2004/09/13 20:07:59 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/ChangeLog,v 1.15 2004/09/23 14:27:33 rizzo Exp $ + +*autoprofile-2.10 (23 Sep 2004) + + 23 Sep 2004; Don Seiler <rizzo@gentoo.org> +autoprofile-2.10.ebuild: + Version bump, works with 1.0.0 *autoprofile-2.09 (13 Sep 2004) diff --git a/x11-plugins/autoprofile/Manifest b/x11-plugins/autoprofile/Manifest index 4760b3f85ab9..aa8a138734a6 100644 --- a/x11-plugins/autoprofile/Manifest +++ b/x11-plugins/autoprofile/Manifest @@ -1,8 +1,10 @@ MD5 346846e8271ce1192beb924059901aa7 ChangeLog 2051 +MD5 5716fb38bd97518fbe89fa4afcf162bb autoprofile-2.08.ebuild 726 MD5 0f73efcafa73cc44e7b324089eebbc3a autoprofile-2.07.ebuild 806 MD5 c1a2d7f113e28668f770c363bd5e761f metadata.xml 224 -MD5 5716fb38bd97518fbe89fa4afcf162bb autoprofile-2.08.ebuild 726 MD5 b810e7d93cf7399dcdae007f7cd63538 autoprofile-2.09.ebuild 729 +MD5 f8773300657260d097c16dcb12bd133b autoprofile-2.10.ebuild 708 MD5 f877efd401252e198e83ab46bdc1099a files/digest-autoprofile-2.08 67 MD5 24400273a9593ad638ea5f52b4686fcf files/digest-autoprofile-2.07 67 MD5 256b74f4249d98eb0d5f92215a8877ac files/digest-autoprofile-2.09 67 +MD5 9f9da3e76cfe1523d4a7af98bf241abd files/digest-autoprofile-2.10 67 diff --git a/x11-plugins/autoprofile/autoprofile-2.10.ebuild b/x11-plugins/autoprofile/autoprofile-2.10.ebuild new file mode 100644 index 000000000000..3e10dfa0666f --- /dev/null +++ b/x11-plugins/autoprofile/autoprofile-2.10.ebuild @@ -0,0 +1,23 @@ +# 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.10.ebuild,v 1.1 2004/09/23 14:27:33 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-1.0.0" + +src_compile() { + emake || die +} + +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.10 b/x11-plugins/autoprofile/files/digest-autoprofile-2.10 new file mode 100644 index 000000000000..448cb209a1f6 --- /dev/null +++ b/x11-plugins/autoprofile/files/digest-autoprofile-2.10 @@ -0,0 +1 @@ +MD5 e4012bedeaf3160f1ae5fba9025f882e autoprofile-2.10.tar.gz 55867 |