diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-04-03 22:22:51 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-04-03 22:22:51 +0000 |
commit | 28ce8d12c6828989aba132a6d2a2b2c3dbd963a5 (patch) | |
tree | b6279feb6429d9a32c1e3f259a247e8710c34026 /net-misc/kphone | |
parent | version bump (diff) | |
download | historical-28ce8d12c6828989aba132a6d2a2b2c3dbd963a5.tar.gz historical-28ce8d12c6828989aba132a6d2a2b2c3dbd963a5.tar.bz2 historical-28ce8d12c6828989aba132a6d2a2b2c3dbd963a5.zip |
Back to sparc & ppc stable
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-misc/kphone')
-rw-r--r-- | net-misc/kphone/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/kphone/Manifest | 14 | ||||
-rw-r--r-- | net-misc/kphone/kphone-4.2.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/net-misc/kphone/ChangeLog b/net-misc/kphone/ChangeLog index 1f167602883d..a5f3fbf0f95c 100644 --- a/net-misc/kphone/ChangeLog +++ b/net-misc/kphone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/kphone # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.36 2006/04/01 11:42:25 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.37 2006/04/03 22:22:50 gustavoz Exp $ + + 03 Apr 2006; Gustavo Zacarias <gustavoz@gentoo.org> kphone-4.2.ebuild: + Back to sparc & ppc stable 01 Apr 2006; Carsten Lohrke <carlo@gentoo.org> +files/kphone-4.2-gcc4.diff, kphone-4.2.ebuild: diff --git a/net-misc/kphone/Manifest b/net-misc/kphone/Manifest index 8cd8aa4d7c16..f2ed94f955bb 100644 --- a/net-misc/kphone/Manifest +++ b/net-misc/kphone/Manifest @@ -1,4 +1,7 @@ -MD5 52458db945543cd97f6d5404801b00a1 ChangeLog 4749 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 fb42a41f24ff6235b49c64c0c6369dad ChangeLog 4855 MD5 2ac98b4c3bd182f4d422edead25c56d9 files/digest-kphone-4.1.0 64 MD5 c96af639b76079a8a65e634df2154fb8 files/digest-kphone-4.1.1 64 MD5 021fac998cd116c8390408634abaf994 files/digest-kphone-4.2 62 @@ -7,5 +10,12 @@ MD5 ce59ccd7de9e3fb78d4ab5bb40b0d283 files/kphone-4.1.1-gcc34.patch 456 MD5 aa1742f0c810c439d129b6e2d08a2f42 files/kphone-4.2-gcc4.diff 960 MD5 79a9d63d5116f9fd85489f5b0464cfdb kphone-4.1.0.ebuild 933 MD5 34e862915786f759ee014aa4aab3d0b9 kphone-4.1.1.ebuild 1031 -MD5 03289f6ce6e46e7f300863bce4850f1c kphone-4.2.ebuild 1040 +MD5 af646ec7a417940c2b44ccb081ba0ae5 kphone-4.2.ebuild 1041 MD5 70f06600556327dcfbc31fa03f610042 metadata.xml 155 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.2-ecc0.1.6 (GNU/Linux) + +iD8DBQFEMaBTKRy60XGEcJIRAgRaAJ4lG0A5EfBW3c067WxIZHKJ4STTjgCgg5IW +I2BOJeN++lh4GnZj4L/XN3Q= +=0aAJ +-----END PGP SIGNATURE----- diff --git a/net-misc/kphone/kphone-4.2.ebuild b/net-misc/kphone/kphone-4.2.ebuild index 320fa45de89b..6dd899e223e6 100644 --- a/net-misc/kphone/kphone-4.2.ebuild +++ b/net-misc/kphone/kphone-4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-4.2.ebuild,v 1.5 2006/04/01 11:42:25 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-4.2.ebuild,v 1.6 2006/04/03 22:22:51 gustavoz Exp $ inherit qt3 eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.wirlab.net/kphone/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ppc sparc ~x86" IUSE="alsa debug jack" S=${WORKDIR}/${PN} |