diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-11 21:04:46 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-11 21:04:46 +0000 |
commit | 97246614a7a8150deaa60641195fe7f3438a5d12 (patch) | |
tree | 92ece770c903818273e572ddb600d82de7f3ddc8 /x11-misc/trayer | |
parent | added support for blinkenlights, fixes #86776. we aladded support for blinken... (diff) | |
download | gentoo-2-97246614a7a8150deaa60641195fe7f3438a5d12.tar.gz gentoo-2-97246614a7a8150deaa60641195fe7f3438a5d12.tar.bz2 gentoo-2-97246614a7a8150deaa60641195fe7f3438a5d12.zip |
Stable on sparc
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-misc/trayer')
-rw-r--r-- | x11-misc/trayer/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/trayer/trayer-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/trayer/ChangeLog b/x11-misc/trayer/ChangeLog index 43f2e1cab8bc..3f30d19512e0 100644 --- a/x11-misc/trayer/ChangeLog +++ b/x11-misc/trayer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/trayer # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/ChangeLog,v 1.6 2005/04/10 11:57:12 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/ChangeLog,v 1.7 2005/04/11 21:03:23 gustavoz Exp $ + + 11 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> trayer-1.0.ebuild: + Stable on sparc 10 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> trayer-1.0.ebuild: Stable on ppc. diff --git a/x11-misc/trayer/trayer-1.0.ebuild b/x11-misc/trayer/trayer-1.0.ebuild index 156f6894edc5..95cc438ba35d 100644 --- a/x11-misc/trayer/trayer-1.0.ebuild +++ b/x11-misc/trayer/trayer-1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/trayer-1.0.ebuild,v 1.6 2005/04/10 11:57:12 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/trayer-1.0.ebuild,v 1.7 2005/04/11 21:03:23 gustavoz Exp $ DESCRIPTION="Lightweight GTK2-based systray for UNIX desktop" HOMEPAGE="http://fvwm-crystal.berlios.de/" SRC_URI="http://fvwm-crystal.berlios.de/files/versions/20050306/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~sparc ppc" +KEYWORDS="x86 sparc ppc" IUSE="" DEPEND=">=x11-libs/gtk+-2" |