diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-05-07 14:06:18 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-05-07 14:06:18 +0000 |
commit | 63653a258f71831cbccba321a5ec5eaa2d0cd61f (patch) | |
tree | 8c0cfc523a8a61a0d0ef60d1bfad610ae4e1d524 /dev-libs/pth | |
parent | version cleanup (diff) | |
download | gentoo-2-63653a258f71831cbccba321a5ec5eaa2d0cd61f.tar.gz gentoo-2-63653a258f71831cbccba321a5ec5eaa2d0cd61f.tar.bz2 gentoo-2-63653a258f71831cbccba321a5ec5eaa2d0cd61f.zip |
stable amd64
(Portage version: 2.1_pre10-r3)
Diffstat (limited to 'dev-libs/pth')
-rw-r--r-- | dev-libs/pth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/pth/files/digest-pth-1.4.0 | 2 | ||||
-rw-r--r-- | dev-libs/pth/pth-2.0.3.ebuild | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index f31af6b95be4..a90ba90f78cb 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/pth # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.37 2006/03/28 22:08:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.38 2006/05/07 14:06:18 blubb Exp $ + + 07 May 2006; Simon Stelling <blubb@gentoo.org> pth-2.0.3.ebuild: + stable on amd64 28 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> +files/pth-2.0.6-ldflags.patch, pth-2.0.6.ebuild: diff --git a/dev-libs/pth/files/digest-pth-1.4.0 b/dev-libs/pth/files/digest-pth-1.4.0 index e6f1c2c5cce2..4a3cc154476f 100644 --- a/dev-libs/pth/files/digest-pth-1.4.0 +++ b/dev-libs/pth/files/digest-pth-1.4.0 @@ -1 +1,3 @@ MD5 146314a4c90067f20bc807e0e261fc31 pth-1.4.0.tar.gz 444799 +RMD160 2db9ab2a0746d8184111c1cdfd90017f2d5357b0 pth-1.4.0.tar.gz 444799 +SHA256 c01357021b9222caf1fbfaa9b0dd2db612e6d341252b08c029f8e74af75f4a9a pth-1.4.0.tar.gz 444799 diff --git a/dev-libs/pth/pth-2.0.3.ebuild b/dev-libs/pth/pth-2.0.3.ebuild index 082ec16976c2..e4c9a7c9f118 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 +# Copyright 1999-2006 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.10 2005/09/10 12:09:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.3.ebuild,v 1.11 2006/05/07 14:06:18 blubb Exp $ inherit eutils fixheadtails @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc-macos ppc64 ~s390 ~sparc ~x86" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc-macos ppc64 ~s390 ~sparc ~x86" IUSE="" DEPEND="" |