diff options
author | David Holm <dholm@gentoo.org> | 2004-07-22 23:40:25 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-07-22 23:40:25 +0000 |
commit | 562e28edda4b0788de79c2de596f36bea9ed2842 (patch) | |
tree | 4ecb55550b0cd954b915a16a9bdc71dd86f1434d /app-crypt/wxchecksums | |
parent | fix #57952. (diff) | |
download | historical-562e28edda4b0788de79c2de596f36bea9ed2842.tar.gz historical-562e28edda4b0788de79c2de596f36bea9ed2842.tar.bz2 historical-562e28edda4b0788de79c2de596f36bea9ed2842.zip |
Added to ~ppc
Diffstat (limited to 'app-crypt/wxchecksums')
-rw-r--r-- | app-crypt/wxchecksums/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/wxchecksums/Manifest | 4 | ||||
-rw-r--r-- | app-crypt/wxchecksums/wxchecksums-1.1.2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/wxchecksums/ChangeLog b/app-crypt/wxchecksums/ChangeLog index 23b76e68f041..2771b48cb30e 100644 --- a/app-crypt/wxchecksums/ChangeLog +++ b/app-crypt/wxchecksums/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/wxchecksums # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/wxchecksums/ChangeLog,v 1.1 2004/07/22 17:34:53 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/wxchecksums/ChangeLog,v 1.2 2004/07/22 23:40:25 dholm Exp $ + + 23 Jul 2004; David Holm <dholm@gentoo.org> wxchecksums-1.1.2.ebuild: + Added to ~ppc. *wxchecksums-1.1.2 (22 Jul 2004) diff --git a/app-crypt/wxchecksums/Manifest b/app-crypt/wxchecksums/Manifest index aa95f97180c9..de688ca0b94a 100644 --- a/app-crypt/wxchecksums/Manifest +++ b/app-crypt/wxchecksums/Manifest @@ -1,4 +1,4 @@ -MD5 595ce73bd5bb6d39c1a45fda9308f623 wxchecksums-1.1.2.ebuild 1089 +MD5 bac28a23ed2c89f64a3a117517416d31 ChangeLog 498 MD5 4fca175f747a090fd2b7b8ce22fbc06d metadata.xml 162 -MD5 2e6f3a6fed276cbb44a14d9aca9b1310 ChangeLog 414 +MD5 efe01ec7d9586bc66a7caaa0104e1ac4 wxchecksums-1.1.2.ebuild 1089 MD5 3ff5120527e3f2c0509b5f774b672040 files/digest-wxchecksums-1.1.2 74 diff --git a/app-crypt/wxchecksums/wxchecksums-1.1.2.ebuild b/app-crypt/wxchecksums/wxchecksums-1.1.2.ebuild index 5cf8f168bfc0..f6cffa5e281a 100644 --- a/app-crypt/wxchecksums/wxchecksums-1.1.2.ebuild +++ b/app-crypt/wxchecksums/wxchecksums-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/wxchecksums/wxchecksums-1.1.2.ebuild,v 1.1 2004/07/22 17:34:53 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/wxchecksums/wxchecksums-1.1.2.ebuild,v 1.2 2004/07/22 23:40:25 dholm Exp $ MY_P="wxChecksums-${PV}" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/wxchecksums/${MY_P}-src.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="doc" RDEPEND=">=x11-libs/wxGTK-2.4.1-r1" |