diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-12-10 15:48:46 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-12-10 15:48:46 +0000 |
commit | 887fce4dc2e895b6a2528d73a2ed40868c016951 (patch) | |
tree | 9e463c4337de63715f6f458b4b4244432cd51ff1 /x11-misc/wininfo | |
parent | tweaks (diff) | |
download | historical-887fce4dc2e895b6a2528d73a2ed40868c016951.tar.gz historical-887fce4dc2e895b6a2528d73a2ed40868c016951.tar.bz2 historical-887fce4dc2e895b6a2528d73a2ed40868c016951.zip |
Added ~amd64 keyword.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-misc/wininfo')
-rw-r--r-- | x11-misc/wininfo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/wininfo/Manifest | 14 | ||||
-rw-r--r-- | x11-misc/wininfo/wininfo-0.7.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/x11-misc/wininfo/ChangeLog b/x11-misc/wininfo/ChangeLog index 498e8d720fe2..55f2d6e605fd 100644 --- a/x11-misc/wininfo/ChangeLog +++ b/x11-misc/wininfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/wininfo # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.5 2005/11/02 21:30:49 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.6 2005/12/10 15:48:46 metalgod Exp $ + + 10 Dec 2005; Luis Medinas <metalgod@gentoo.org> wininfo-0.7.ebuild: + Added ~amd64 keyword. 02 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> wininfo-0.7.ebuild: Fixed dodoc not to install COPYING and/or INSTALL. diff --git a/x11-misc/wininfo/Manifest b/x11-misc/wininfo/Manifest index 17190f3c113d..e82fdc33329e 100644 --- a/x11-misc/wininfo/Manifest +++ b/x11-misc/wininfo/Manifest @@ -1,4 +1,14 @@ -MD5 f4fe35d4883ba930392d6bacbb3ea5c2 ChangeLog 734 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 d615037ee4ca3cb7222c92f729b0b0a2 ChangeLog 829 MD5 4b3ae60b69eaa061faa8bbf489d7658e files/digest-wininfo-0.7 63 MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173 -MD5 a67a174776b890caf6930a99e8a18e6a wininfo-0.7.ebuild 630 +MD5 a37e347513db46651d626b7ec0a82554 wininfo-0.7.ebuild 637 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDmvhgwUpWvClEHQoRArlHAJ9YM+lL8dERkbNIxKJu8JqPl8nizwCffw6t +vBIxp9m9ZZf0zjFADJzG50s= +=bR1q +-----END PGP SIGNATURE----- diff --git a/x11-misc/wininfo/wininfo-0.7.ebuild b/x11-misc/wininfo/wininfo-0.7.ebuild index b2aae2d77de5..b457ce017e76 100644 --- a/x11-misc/wininfo/wininfo-0.7.ebuild +++ b/x11-misc/wininfo/wininfo-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.6 2005/11/02 21:30:49 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.7 2005/12/10 15:48:46 metalgod Exp $ IUSE="" @@ -9,7 +9,7 @@ HOMEPAGE="http://freedesktop.org/Software/wininfo" SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~ppc x86" +KEYWORDS="~amd64 ~ppc x86" DEPEND="virtual/x11 >=x11-libs/gtk+-2" |