diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-09-13 20:07:59 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-09-13 20:07:59 +0000 |
commit | d102e883778f25dd5d918cdc300ea94b32f66f23 (patch) | |
tree | b222a9563f6cf5865a93079618d3f1428c90e72c /x11-plugins | |
parent | Added a snapshot. Renamed previous ebuild and marked it stable. (Manifest rec... (diff) | |
download | gentoo-2-d102e883778f25dd5d918cdc300ea94b32f66f23.tar.gz gentoo-2-d102e883778f25dd5d918cdc300ea94b32f66f23.tar.bz2 gentoo-2-d102e883778f25dd5d918cdc300ea94b32f66f23.zip |
Version bump
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/autoprofile/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/autoprofile/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/autoprofile/autoprofile-2.09.ebuild | 23 | ||||
-rw-r--r-- | x11-plugins/autoprofile/files/digest-autoprofile-2.09 | 1 |
4 files changed, 33 insertions, 2 deletions
diff --git a/x11-plugins/autoprofile/ChangeLog b/x11-plugins/autoprofile/ChangeLog index 3a0c453462df..f8786be3d260 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.13 2004/09/03 12:05:53 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/ChangeLog,v 1.14 2004/09/13 20:07:59 rizzo Exp $ + +*autoprofile-2.09 (13 Sep 2004) + + 13 Sep 2004; Don Seiler <rizzo@gentoo.org> +autoprofile-2.09.ebuild: + Version bump 03 Sep 2004; Don Seiler <rizzo@gentoo.org> autoprofile-2.08.ebuild: Adding explicit emake call for Bug #62650 diff --git a/x11-plugins/autoprofile/Manifest b/x11-plugins/autoprofile/Manifest index d15a2f1f0323..1bf86fb9d88d 100644 --- a/x11-plugins/autoprofile/Manifest +++ b/x11-plugins/autoprofile/Manifest @@ -1,6 +1,8 @@ MD5 0592813c13700a9d3c7e998185e58a6c ChangeLog 1931 +MD5 ba8ef892f7b24e279ab278a98b8e4d8a autoprofile-2.08.ebuild 706 MD5 843a501ed1037f4428d07ef914a09d47 autoprofile-2.07.ebuild 789 MD5 c1a2d7f113e28668f770c363bd5e761f metadata.xml 224 -MD5 ba8ef892f7b24e279ab278a98b8e4d8a autoprofile-2.08.ebuild 706 +MD5 7e3dbf865f0249bd3232b663e50af731 autoprofile-2.09.ebuild 707 MD5 f877efd401252e198e83ab46bdc1099a files/digest-autoprofile-2.08 67 MD5 24400273a9593ad638ea5f52b4686fcf files/digest-autoprofile-2.07 67 +MD5 256b74f4249d98eb0d5f92215a8877ac files/digest-autoprofile-2.09 67 diff --git a/x11-plugins/autoprofile/autoprofile-2.09.ebuild b/x11-plugins/autoprofile/autoprofile-2.09.ebuild new file mode 100644 index 000000000000..e550fb910bc0 --- /dev/null +++ b/x11-plugins/autoprofile/autoprofile-2.09.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.09.ebuild,v 1.1 2004/09/13 20:07:59 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.1" + +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.09 b/x11-plugins/autoprofile/files/digest-autoprofile-2.09 new file mode 100644 index 000000000000..624b6ccf8abf --- /dev/null +++ b/x11-plugins/autoprofile/files/digest-autoprofile-2.09 @@ -0,0 +1 @@ +MD5 8efadef85b68a9b103ce861aac654738 autoprofile-2.09.tar.gz 55327 |