diff options
author | Don Seiler <rizzo@gentoo.org> | 2005-02-11 15:14:52 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2005-02-11 15:14:52 +0000 |
commit | c64eb78bdf5aaa04937b27c48096aefcc53ab114 (patch) | |
tree | 9f44c1f7a9797b38ef4c0076b48fceed4e3ebd9e /x11-plugins | |
parent | Marked as stable. (diff) | |
download | gentoo-2-c64eb78bdf5aaa04937b27c48096aefcc53ab114.tar.gz gentoo-2-c64eb78bdf5aaa04937b27c48096aefcc53ab114.tar.bz2 gentoo-2-c64eb78bdf5aaa04937b27c48096aefcc53ab114.zip |
Version bump
(Portage version: 2.0.51.16)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/guifications/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/guifications/Manifest | 16 | ||||
-rw-r--r-- | x11-plugins/guifications/files/digest-guifications-2.9 | 1 | ||||
-rw-r--r-- | x11-plugins/guifications/guifications-2.9.ebuild | 28 |
4 files changed, 39 insertions, 13 deletions
diff --git a/x11-plugins/guifications/ChangeLog b/x11-plugins/guifications/ChangeLog index d347fb1fa08d..98d1c77d4ada 100644 --- a/x11-plugins/guifications/ChangeLog +++ b/x11-plugins/guifications/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/guifications # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.27 2005/02/07 20:41:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.28 2005/02/11 15:14:52 rizzo Exp $ + +*guifications-2.9 (11 Feb 2005) + + 11 Feb 2005; Don Seiler <rizzo@gentoo.org> +guifications-2.9.ebuild: + Version bump 07 Feb 2005; Gustavo Zacarias <gustavoz@gentoo.org> guifications-2.8.ebuild: Stable on sparc diff --git a/x11-plugins/guifications/Manifest b/x11-plugins/guifications/Manifest index 4adeeab4e513..9c4a99708431 100644 --- a/x11-plugins/guifications/Manifest +++ b/x11-plugins/guifications/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 8dc0b638c3cc0a38869bb371c605dda6 guifications-2.6.ebuild 836 MD5 c3f3e7d16a4d174984a22d93ea80a48b ChangeLog 4563 MD5 8d08e9a7e45330b731e02aadc8acb6fc metadata.xml 354 MD5 fa2790ed399bfce44981c6acabafddc3 guifications-2.8.ebuild 836 -MD5 8dc0b638c3cc0a38869bb371c605dda6 guifications-2.6.ebuild 836 -MD5 bce0aae492d550fb0e1763ac9a05e046 files/digest-guifications-2.8 69 +MD5 9effb1b3549cb4e527b09b1033b7b653 guifications-2.9.ebuild 838 MD5 84647f96430d1bc05402a280fa68fded files/digest-guifications-2.6 69 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCB9J7KRy60XGEcJIRAi54AKClYSGWK4C3Yhn1MZf831XokaymtQCeLS8M -AD50GkyxxcmIjHz40mPr7Ow= -=w/7K ------END PGP SIGNATURE----- +MD5 bce0aae492d550fb0e1763ac9a05e046 files/digest-guifications-2.8 69 +MD5 55e796d90681a8ce054d5acf10beb9a9 files/digest-guifications-2.9 69 diff --git a/x11-plugins/guifications/files/digest-guifications-2.9 b/x11-plugins/guifications/files/digest-guifications-2.9 new file mode 100644 index 000000000000..1a54c81aeb2a --- /dev/null +++ b/x11-plugins/guifications/files/digest-guifications-2.9 @@ -0,0 +1 @@ +MD5 5c3d0df36bba798e1ac2e11c13303dfb guifications-2.9.tar.bz2 589837 diff --git a/x11-plugins/guifications/guifications-2.9.ebuild b/x11-plugins/guifications/guifications-2.9.ebuild new file mode 100644 index 000000000000..e0fca6597e12 --- /dev/null +++ b/x11-plugins/guifications/guifications-2.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.9.ebuild,v 1.1 2005/02/11 15:14:52 rizzo Exp $ + +DESCRIPTION="Guifications are graphical notification plugin for the open source instant message client gaim" +HOMEPAGE="http://guifications.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc" +IUSE="debug" + +DEPEND=">=net-im/gaim-1.0.0" +#RDEPEND="" + +src_compile() { + local myconf + myconf=`use_enable debug` + + econf ${myconf} || die "econf failure" + emake || die "emake failure" +} + +src_install() { + make install DESTDIR=${D} || die "make install failure" + dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO VERSION +} |