diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-11-24 15:28:13 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-11-24 15:28:13 +0000 |
commit | dc2a0d2db3cbcdcc2560fc7582252c774fde8e05 (patch) | |
tree | 2645b4728055e07852d9cfddc4f5c48986075414 /x11-plugins/guifications | |
parent | Force ncurses linking #71420. (Manifest recommit) (diff) | |
download | gentoo-2-dc2a0d2db3cbcdcc2560fc7582252c774fde8e05.tar.gz gentoo-2-dc2a0d2db3cbcdcc2560fc7582252c774fde8e05.tar.bz2 gentoo-2-dc2a0d2db3cbcdcc2560fc7582252c774fde8e05.zip |
Version bump
Diffstat (limited to 'x11-plugins/guifications')
-rw-r--r-- | x11-plugins/guifications/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/guifications/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/guifications/files/digest-guifications-2.5 | 1 | ||||
-rw-r--r-- | x11-plugins/guifications/guifications-2.5.ebuild | 28 |
4 files changed, 37 insertions, 1 deletions
diff --git a/x11-plugins/guifications/ChangeLog b/x11-plugins/guifications/ChangeLog index 64db04b9353f..da8f5527e430 100644 --- a/x11-plugins/guifications/ChangeLog +++ b/x11-plugins/guifications/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/guifications # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.21 2004/10/25 18:47:38 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.22 2004/11/24 15:28:13 rizzo Exp $ + +*guifications-2.5 (24 Nov 2004) + + 24 Nov 2004; Don Seiler <rizzo@gentoo.org> +guifications-2.5.ebuild: + Version bump 25 Oct 2004; Gustavo Zacarias <gustavoz@gentoo.org> guifications-2.4.ebuild: Stable on sparc diff --git a/x11-plugins/guifications/Manifest b/x11-plugins/guifications/Manifest index 3a550f3569a5..8a95a9c49165 100644 --- a/x11-plugins/guifications/Manifest +++ b/x11-plugins/guifications/Manifest @@ -1,4 +1,6 @@ +MD5 cc3d857b0d0a318f870d5aea6254fb7f guifications-2.5.ebuild 838 MD5 f3b34c1cb0a800a5e6e7165846658825 ChangeLog 3887 MD5 8d08e9a7e45330b731e02aadc8acb6fc metadata.xml 354 MD5 b92a2d3c7169e139b5c3c4fad78ddc64 guifications-2.4.ebuild 836 +MD5 0b297312072d95b19a7f432ddf8229a2 files/digest-guifications-2.5 69 MD5 6457d3da0d2cf1d829248cc157c8d336 files/digest-guifications-2.4 69 diff --git a/x11-plugins/guifications/files/digest-guifications-2.5 b/x11-plugins/guifications/files/digest-guifications-2.5 new file mode 100644 index 000000000000..8a2b030e8584 --- /dev/null +++ b/x11-plugins/guifications/files/digest-guifications-2.5 @@ -0,0 +1 @@ +MD5 c882a223b37813f3807c6f5d62948c96 guifications-2.5.tar.bz2 554199 diff --git a/x11-plugins/guifications/guifications-2.5.ebuild b/x11-plugins/guifications/guifications-2.5.ebuild new file mode 100644 index 000000000000..d49bea4e84d2 --- /dev/null +++ b/x11-plugins/guifications/guifications-2.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.5.ebuild,v 1.1 2004/11/24 15:28:13 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 +} |