diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-01-22 21:03:59 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-01-22 21:03:59 +0000 |
commit | 6bbc2a0ddd0ed5fb15d2c14ff39bef50912476fc (patch) | |
tree | 305012fdc63c21227f4364babd6c3c7ab8a3d9f3 /dev-libs/pth | |
parent | Updated vim7 snapshot. (diff) | |
download | historical-6bbc2a0ddd0ed5fb15d2c14ff39bef50912476fc.tar.gz historical-6bbc2a0ddd0ed5fb15d2c14ff39bef50912476fc.tar.bz2 historical-6bbc2a0ddd0ed5fb15d2c14ff39bef50912476fc.zip |
Marking stable on IA64; bug #72897.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'dev-libs/pth')
-rw-r--r-- | dev-libs/pth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/pth/Manifest | 8 | ||||
-rw-r--r-- | dev-libs/pth/pth-2.0.3.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index 23a951bd9449..6a44b60330aa 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/pth # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.25 2005/01/22 09:41:13 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.26 2005/01/22 21:03:59 plasmaroo Exp $ + + 22 Jan 2005; <plasmaroo@gentoo.org> pth-2.0.3.ebuild: + Marking stable on IA64; bug #72897. 22 Jan 2005; Scott W Taylor <swtaylor@gentoo.org> pth-2.0.3.ebuild: pth_p.h was being built wrong from other locales. closes bug 78749 diff --git a/dev-libs/pth/Manifest b/dev-libs/pth/Manifest index 615d48bd67a4..8cb580a32060 100644 --- a/dev-libs/pth/Manifest +++ b/dev-libs/pth/Manifest @@ -1,8 +1,8 @@ -MD5 1653c02c5abf5795fefde2f616286528 pth-1.4.0.ebuild 656 -MD5 ec870506fee931e3ae4250c693cbce55 pth-1.4.1.ebuild 654 -MD5 bb634db592e7a3e9e05795e1180b0814 ChangeLog 3055 +MD5 1d598960a2ed17c89b11b5aaf9497106 ChangeLog 3151 MD5 566cf4f89e44670d0aba4a745913d748 metadata.xml 224 -MD5 f65b9f0b511cadb41a7cd1957d31ee1c pth-2.0.3.ebuild 874 +MD5 dc01a5f3330a2acfd063b76962457c82 pth-2.0.3.ebuild 874 +MD5 ec870506fee931e3ae4250c693cbce55 pth-1.4.1.ebuild 654 +MD5 1653c02c5abf5795fefde2f616286528 pth-1.4.0.ebuild 656 MD5 5a8d84760fa717b03ba0a74fdcda84a2 files/digest-pth-1.4.0 61 MD5 1bfd642d99d813a259564df018c7f6dd files/digest-pth-1.4.1 61 MD5 b2b42d9f7e85e829667e5cec706c44fe files/digest-pth-2.0.3 61 diff --git a/dev-libs/pth/pth-2.0.3.ebuild b/dev-libs/pth/pth-2.0.3.ebuild index d4c6428353e6..29431a75d228 100644 --- a/dev-libs/pth/pth-2.0.3.ebuild +++ b/dev-libs/pth/pth-2.0.3.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/dev-libs/pth/pth-2.0.3.ebuild,v 1.2 2005/01/22 09:41:13 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.3.ebuild,v 1.3 2005/01/22 21:03:59 plasmaroo Exp $ inherit fixheadtails @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~sparc ~x86 ~ppc64" +KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc-macos ~sparc ~x86 ~ppc64" IUSE="" DEPEND="virtual/libc" |