diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-08-06 14:40:20 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-08-06 14:40:20 +0000 |
commit | 1d7061d66daae736400eeb2ca9bcb4e12eb32883 (patch) | |
tree | ddde17a9f6583e3101c80e31efeac4510f24722b | |
parent | Patch from Stu Tomlinson for gaim-0.81 (diff) | |
download | historical-1d7061d66daae736400eeb2ca9bcb4e12eb32883.tar.gz historical-1d7061d66daae736400eeb2ca9bcb4e12eb32883.tar.bz2 historical-1d7061d66daae736400eeb2ca9bcb4e12eb32883.zip |
Stable on x86, only works for 0.80
-rw-r--r-- | x11-plugins/guifications/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/guifications/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/guifications/guifications-1.10.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/x11-plugins/guifications/ChangeLog b/x11-plugins/guifications/ChangeLog index ed944efc4a24..891951b06746 100644 --- a/x11-plugins/guifications/ChangeLog +++ b/x11-plugins/guifications/ChangeLog @@ -1,6 +1,9 @@ # 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.4 2004/08/06 14:39:29 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.5 2004/08/06 14:40:20 rizzo Exp $ + + 06 Aug 2004; Don Seiler <rizzo@gentoo.org> guifications-1.10.ebuild: + Stable on x86, only works for 0.80 *guifications-1.10-r1 (06 Aug 2004) diff --git a/x11-plugins/guifications/Manifest b/x11-plugins/guifications/Manifest index b77318b5b2b6..b515dffcdda1 100644 --- a/x11-plugins/guifications/Manifest +++ b/x11-plugins/guifications/Manifest @@ -1,7 +1,7 @@ MD5 f29b5699e3073bdee1df8baca8bbbf21 guifications-1.10-r1.ebuild 899 -MD5 3c8c6275be7c958004ec9508b18464e4 ChangeLog 1718 +MD5 de9d8eafabda10bb27800d21786f8945 ChangeLog 1827 MD5 8d08e9a7e45330b731e02aadc8acb6fc metadata.xml 354 -MD5 139dade462d53ac69fa5729d57b7bc7e guifications-1.10.ebuild 796 +MD5 17e74802107a37acb6ced74f3d154c0f guifications-1.10.ebuild 794 MD5 1ebdb44cf39382ae8d55a23cfdfb5bad files/gf-1.10-gaim-0.81.patch 635 MD5 93f037460f3ffe26723099b62ca68afa files/digest-guifications-1.10 69 MD5 93f037460f3ffe26723099b62ca68afa files/digest-guifications-1.10-r1 69 diff --git a/x11-plugins/guifications/guifications-1.10.ebuild b/x11-plugins/guifications/guifications-1.10.ebuild index f4854c5dd366..8df9345554be 100644 --- a/x11-plugins/guifications/guifications-1.10.ebuild +++ b/x11-plugins/guifications/guifications-1.10.ebuild @@ -1,6 +1,6 @@ # 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-1.10.ebuild,v 1.1 2004/07/19 13:41:29 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-1.10.ebuild,v 1.2 2004/08/06 14:40:20 rizzo Exp $ DESCRIPTION="Guifications are graphical notification plugin for the open source instant message client gaim" HOMEPAGE="http://guifications.sourceforge.net" @@ -8,10 +8,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="debug" -DEPEND=">=net-im/gaim-0.80" +DEPEND="~net-im/gaim-0.80" #RDEPEND="" src_compile() { |