diff options
author | 2005-07-07 16:05:48 +0000 | |
---|---|---|
committer | 2005-07-07 16:05:48 +0000 | |
commit | bc6d8b839a798762a2c2181d92b1563a592ae603 (patch) | |
tree | 1e7398d0e1e3c47eaec2090e9b7bfb5cac2a24f7 /net-im/psi | |
parent | Marked stable on x86. (diff) | |
download | historical-bc6d8b839a798762a2c2181d92b1563a592ae603.tar.gz historical-bc6d8b839a798762a2c2181d92b1563a592ae603.tar.bz2 historical-bc6d8b839a798762a2c2181d92b1563a592ae603.zip |
stable on x86 and amd64
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/psi/Manifest | 14 | ||||
-rw-r--r-- | net-im/psi/psi-0.9.3-r4.ebuild | 6 |
3 files changed, 21 insertions, 5 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog index 1d2f08157763..183736f3e683 100644 --- a/net-im/psi/ChangeLog +++ b/net-im/psi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/psi # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.72 2005/07/02 16:40:17 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.73 2005/07/07 16:05:48 humpback Exp $ + + 07 Jul 2005; Gustavo Felisberto <humpback@gentoo.org>; + psi-0.9.3-r4.ebuild: + Stabble on x86 and AMD64 02 Jul 2005; Gustavo Felisberto <humpback@gentoo.org>; psi-0.9.3-r1.ebuild, psi-0.9.3-r2.ebuild, psi-0.9.3-r3.ebuild, diff --git a/net-im/psi/Manifest b/net-im/psi/Manifest index fcb5dd4529f0..c5a47f77287f 100644 --- a/net-im/psi/Manifest +++ b/net-im/psi/Manifest @@ -1,8 +1,11 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 1769f596b6946b498e6f5850a4d5ed6f psi-0.9.3-r2.ebuild 9431 -MD5 f38e90fa54dda44314f90eab410504d2 psi-0.9.3-r4.ebuild 9036 +MD5 192d270c90cc31a050ed9cf4587e2212 psi-0.9.3-r4.ebuild 9123 MD5 12c2c3a9493d869049a357f863646c88 psi-0.9.3-r1.ebuild 8145 MD5 303d49d1d74fe87961051612047246bc psi-0.9.3-r3.ebuild 9830 -MD5 98bd300fe98072b8ad161d13f46e978e ChangeLog 9428 +MD5 1f8cd4cb33b8fcdcc330d8e3503fa518 ChangeLog 9536 MD5 9b91ead14acbf0da98d3b33e75c67e79 metadata.xml 306 MD5 fc8fae7a49b592b4f2c2914c21494c11 files/digest-psi-0.9.3-r1 1924 MD5 db2a4c5b68dbb0147392a4657f2dbc92 files/digest-psi-0.9.3-r2 2132 @@ -16,3 +19,10 @@ MD5 5fa629c5177a7b1c5090428e22b7ec30 files/psi-emergency.png 295 MD5 76f5cc28b75698adddaa068e5f4593f5 files/psi-pathfix.patch 462 MD5 893421922de588e6a40fbe8357976279 files/psi-reverse_trayicon.patch 937 MD5 1c741813b6d820d43475058dbfab3100 files/psi-desktop.patch 492 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCzVMB8zY1VwezZiERAuxAAJ4oRHhpN27HdppgOQKuSL4cZSOh2gCfSddv +Fjp0gsAurmTr+nj4W8zPIYc= +=NU1V +-----END PGP SIGNATURE----- diff --git a/net-im/psi/psi-0.9.3-r4.ebuild b/net-im/psi/psi-0.9.3-r4.ebuild index 77756e53f7e1..d3d698ed6931 100644 --- a/net-im/psi/psi-0.9.3-r4.ebuild +++ b/net-im/psi/psi-0.9.3-r4.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/net-im/psi/psi-0.9.3-r4.ebuild,v 1.6 2005/07/02 16:40:17 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r4.ebuild,v 1.7 2005/07/07 16:05:48 humpback Exp $ inherit eutils @@ -48,7 +48,9 @@ SRC_URI="mirror://sourceforge/psi/${MY_P}.tar.bz2 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +#Amd64 devs: I now have a x86 and amd64 boxes so I can now test +#and mark on both arches +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86" #After final relase we do not need this S="${WORKDIR}/${MY_P}" |