diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-06-15 14:36:35 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-06-15 14:36:35 +0000 |
commit | e4a8a87000449093c03c5505a6759c927b60cd5d (patch) | |
tree | 3f6df88418d4517ea568763f471c81d390d73203 /x11-plugins | |
parent | Modified to use vmware-any-any-update70 and closign bug #53928. (diff) | |
download | historical-e4a8a87000449093c03c5505a6759c927b60cd5d.tar.gz historical-e4a8a87000449093c03c5505a6759c927b60cd5d.tar.bz2 historical-e4a8a87000449093c03c5505a6759c927b60cd5d.zip |
Version bump
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/autoprofile/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/autoprofile/Manifest | 8 | ||||
-rw-r--r-- | x11-plugins/autoprofile/autoprofile-2.07.ebuild | 34 | ||||
-rw-r--r-- | x11-plugins/autoprofile/files/digest-autoprofile-2.07 | 1 |
4 files changed, 46 insertions, 4 deletions
diff --git a/x11-plugins/autoprofile/ChangeLog b/x11-plugins/autoprofile/ChangeLog index 2a8bbbca78fe..5b15dd935fde 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.3 2004/06/03 14:29:12 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/ChangeLog,v 1.4 2004/06/15 14:36:35 rizzo Exp $ + +*autoprofile-2.07 (15 Jun 2004) + + 15 Jun 2004; Don Seiler <rizzo@gentoo.org> +autoprofile-2.07.ebuild: + Version bump 03 Jun 2004; David Holm <dholm@gentoo.org> autoprofile-2.06.ebuild: Added to ~ppc. diff --git a/x11-plugins/autoprofile/Manifest b/x11-plugins/autoprofile/Manifest index e93ff6b9ceac..e3d1005f6847 100644 --- a/x11-plugins/autoprofile/Manifest +++ b/x11-plugins/autoprofile/Manifest @@ -1,6 +1,8 @@ -MD5 d52d20c938b047d708f01744dfcfca0d ChangeLog 671 -MD5 54e211634f06cbb4ec56e5a699992178 autoprofile-2.04.ebuild 966 +MD5 b2e5a77cc21d576305dc99f7d1f1541c ChangeLog 790 +MD5 5a620712ed7d274fc23222d39c5a4bb5 autoprofile-2.04.ebuild 965 +MD5 96d91b78a92c4ff97de2eb7108327771 autoprofile-2.06.ebuild 955 MD5 c1a2d7f113e28668f770c363bd5e761f metadata.xml 224 -MD5 46cecaa7a2c4a07304931dd45ec21411 autoprofile-2.06.ebuild 956 +MD5 a2ba573a7bce6ad9d2097461149d0225 autoprofile-2.07.ebuild 955 MD5 6234e853a543f41c5cbe981bcc3747c2 files/digest-autoprofile-2.04 67 MD5 0cfb66c90df920702eaef161eb39bac1 files/digest-autoprofile-2.06 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..86b1a4794a42 --- /dev/null +++ b/x11-plugins/autoprofile/autoprofile-2.07.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.07.ebuild,v 1.1 2004/06/15 14:36:35 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 ~ppc" +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.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 |