diff options
author | Peter Weller <welp@gentoo.org> | 2008-05-29 21:46:08 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2008-05-29 21:46:08 +0000 |
commit | eebd94dc35cc44d3d701f72084b74167652a4789 (patch) | |
tree | e4904198dd739551b0a8f7d4fcf5749d9689226b /app-i18n/unicode-data | |
parent | Update SRC_URI (#218657). (diff) | |
download | historical-eebd94dc35cc44d3d701f72084b74167652a4789.tar.gz historical-eebd94dc35cc44d3d701f72084b74167652a4789.tar.bz2 historical-eebd94dc35cc44d3d701f72084b74167652a4789.zip |
Bug 223973
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-i18n/unicode-data')
-rw-r--r-- | app-i18n/unicode-data/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/unicode-data/Manifest | 4 | ||||
-rw-r--r-- | app-i18n/unicode-data/unicode-data-5.2.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-i18n/unicode-data/ChangeLog b/app-i18n/unicode-data/ChangeLog index 17fac2d78a77..03834a684c84 100644 --- a/app-i18n/unicode-data/ChangeLog +++ b/app-i18n/unicode-data/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/unicode-data # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/ChangeLog,v 1.3 2008/05/29 18:15:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/ChangeLog,v 1.4 2008/05/29 21:46:08 welp Exp $ + + 29 May 2008; <welp@gentoo.org> unicode-data-5.2.0.ebuild: + Bug 223973 29 May 2008; Jeroen Roovers <jer@gentoo.org> unicode-data-5.2.0.ebuild: Marked ~hppa (bug #223973). diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest index 61e5695110b5..9e40dc8dc629 100644 --- a/app-i18n/unicode-data/Manifest +++ b/app-i18n/unicode-data/Manifest @@ -1,4 +1,4 @@ DIST unicode-data-5.2.0.tar.lzma 4954314 RMD160 701ad02f0952565e10b3c30034236da13daf7ab8 SHA1 90f075e389668c947ac0e124a84388ff42714426 SHA256 5cbaeac2452990d841f58008d4850b3d0140f6bc809182f7764285a35bb51cac -EBUILD unicode-data-5.2.0.ebuild 598 RMD160 7e50b172a73f6c3f5fb7efb7cc63c5aae706e260 SHA1 46620ea5d743126d71bd6ad2f71bdd60d30a2142 SHA256 76cfe6c6c2397a4d2195fdff3eb27cc1412eb3639d0dcabaec46a914bf03fa91 -MISC ChangeLog 605 RMD160 f8d9fa0500611e5e4ffe8f417f20b29448d86768 SHA1 17a4fb9fcb34c07b3e216c4171700317828dad07 SHA256 f1204e778b45b5a80701720129928ca6db1c0de33df79b429a98b565d4372673 +EBUILD unicode-data-5.2.0.ebuild 606 RMD160 a623fc182e8fa1b93a8f99c74a3e9e3d1092d1bc SHA1 21268ab8e299cc170d981cca7952ea363ac0dbef SHA256 f5963daccd0d48395a4d4df645048a53962c3e2ff89841ac8ee27b36f135d791 +MISC ChangeLog 680 RMD160 7af9584a20a5d9e24f1a231d55c48756a2b7fd5d SHA1 31c97d620c65ebc54a028107d474002fa0c90071 SHA256 a34e777344371cbbba6e7af313380e1d717e8d8f7b8b470dbf3c0ec96d163a01 MISC metadata.xml 323 RMD160 216908389d996f85d4a678ba8092221013f38370 SHA1 72d3f1c7b980f2aa1f20bce9b1a16dadacaf611d SHA256 ea10a530cbc3d9d0f00bb8b6b549414ed66c2d7c171b3804a7c9b44edfdcacb4 diff --git a/app-i18n/unicode-data/unicode-data-5.2.0.ebuild b/app-i18n/unicode-data/unicode-data-5.2.0.ebuild index 78c536ea01d1..f80a2e41302c 100644 --- a/app-i18n/unicode-data/unicode-data-5.2.0.ebuild +++ b/app-i18n/unicode-data/unicode-data-5.2.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/unicode-data-5.2.0.ebuild,v 1.3 2008/05/29 18:15:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/unicode-data-5.2.0.ebuild,v 1.4 2008/05/29 21:46:08 welp Exp $ DESCRIPTION="Unicode data from unicode.org" HOMEPAGE="http://unicode.org/" SRC_URI="mirror://gentoo/unicode-data-5.2.0.tar.lzma" LICENSE="unicode" SLOT="0" -KEYWORDS="~hppa ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" IUSE="" DEPEND="app-arch/lzma-utils" |