diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-04-06 12:58:54 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-04-06 12:58:54 +0000 |
commit | 7b693a6adf104114b4b099fe3305b8faffd3a506 (patch) | |
tree | 4518a82ecf17df993d6e0dea9ad305af653d9d1a /sys-power/cpudyn | |
parent | create CTARGET-cpp names as well (diff) | |
download | historical-7b693a6adf104114b4b099fe3305b8faffd3a506.tar.gz historical-7b693a6adf104114b4b099fe3305b8faffd3a506.tar.bz2 historical-7b693a6adf104114b4b099fe3305b8faffd3a506.zip |
Added ~ppc64
Package-Manager: portage-2.0.54
Diffstat (limited to 'sys-power/cpudyn')
-rw-r--r-- | sys-power/cpudyn/ChangeLog | 7 | ||||
-rw-r--r-- | sys-power/cpudyn/Manifest | 16 | ||||
-rw-r--r-- | sys-power/cpudyn/cpudyn-1.0.1.ebuild | 6 |
3 files changed, 11 insertions, 18 deletions
diff --git a/sys-power/cpudyn/ChangeLog b/sys-power/cpudyn/ChangeLog index 3bbe98d9dddf..f8b068147e7b 100644 --- a/sys-power/cpudyn/ChangeLog +++ b/sys-power/cpudyn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/cpudyn -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpudyn/ChangeLog,v 1.3 2005/07/13 23:08:39 smithj Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpudyn/ChangeLog,v 1.4 2006/04/06 12:58:54 corsair Exp $ + + 06 Apr 2006; Markus Rothe <corsair@gentoo.org> cpudyn-1.0.1.ebuild: + Added ~ppc64 *cpudyn-1.0.1 (13 Jul 2005) diff --git a/sys-power/cpudyn/Manifest b/sys-power/cpudyn/Manifest index 5b20e4f5517e..36e93d9ccb0a 100644 --- a/sys-power/cpudyn/Manifest +++ b/sys-power/cpudyn/Manifest @@ -1,20 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 1e51f793ac2f295cc1f813cb0b868540 ChangeLog 3080 +MD5 afff45ff5b3627fd00b1e4d6a35d79cb ChangeLog 3167 MD5 18abb76d31091908c6f015dbebc75ba3 cpudyn-0.99.0.ebuild 1073 +MD5 c0582e442047eadb4ba5955eb1d8930b cpudyn-1.0.1.ebuild 996 MD5 9801250e630185f8ba2de8d0b3afe083 cpudyn-1.0.ebuild 988 -MD5 19fd766bac8e110b4620363a1ace26dd metadata.xml 159 -MD5 9c0a878c48d407913eafec5d677e8cfe cpudyn-1.0.1.ebuild 988 MD5 1d3f888c7c5af12d57517e8c7ebb27d8 files/cpudyn-0.99.0-init_conf_updates.patch 816 MD5 a555aa867e558b85dc95e17ac5fa65c5 files/cpudyn.init 3047 MD5 14510794829fd0435f8342da60c5ba46 files/digest-cpudyn-0.99.0 61 MD5 18c8ec21370d4ce089720fe94de89e6c files/digest-cpudyn-1.0 58 MD5 abe82c7bde2f6417bc160fad9e31d163 files/digest-cpudyn-1.0.1 60 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC1Z8Kl5AvwDPiUowRAokJAJ9SK8poc+6nEzaizxkcYiqO7Ea4MACggDxg -ouGr3P5VcuB6dKxNk4K1DIA= -=7YQZ ------END PGP SIGNATURE----- +MD5 19fd766bac8e110b4620363a1ace26dd metadata.xml 159 diff --git a/sys-power/cpudyn/cpudyn-1.0.1.ebuild b/sys-power/cpudyn/cpudyn-1.0.1.ebuild index df37d89241c1..93ddf3ea356b 100644 --- a/sys-power/cpudyn/cpudyn-1.0.1.ebuild +++ b/sys-power/cpudyn/cpudyn-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpudyn/cpudyn-1.0.1.ebuild,v 1.1 2005/07/13 23:08:39 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpudyn/cpudyn-1.0.1.ebuild,v 1.2 2006/04/06 12:58:54 corsair Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://mnm.uib.es/~gallir/${PN}/download/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" S=${WORKDIR}/${PN} |