diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-10-01 20:11:30 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-10-01 20:11:30 +0000 |
commit | c46af17ebbc68e08749e23c2151c128b4b51d2bc (patch) | |
tree | c3935d723056a7cffaadc2633d31eda75e415058 /dev-libs | |
parent | sandbox issues (diff) | |
download | historical-c46af17ebbc68e08749e23c2151c128b4b51d2bc.tar.gz historical-c46af17ebbc68e08749e23c2151c128b4b51d2bc.tar.bz2 historical-c46af17ebbc68e08749e23c2151c128b4b51d2bc.zip |
new bugfix release
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/pth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/pth/files/digest-pth-1.4.0 | 1 | ||||
-rw-r--r-- | dev-libs/pth/files/digest-pth-1.4.1 | 1 | ||||
-rw-r--r-- | dev-libs/pth/pth-1.4.1.ebuild (renamed from dev-libs/pth/pth-1.4.0.ebuild) | 4 |
4 files changed, 8 insertions, 4 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index f4ef24a26211..763d24b56d5f 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/pth # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.1 2002/02/01 21:53:11 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.2 2002/10/01 20:11:30 verwilst Exp $ + +*pth-1.4.1 (1 Okt 2002); Bart Verwilst <verwilst@gentoo.org>: + + New version, bugfix release *pth-1.4.0 (1 Feb 2002) diff --git a/dev-libs/pth/files/digest-pth-1.4.0 b/dev-libs/pth/files/digest-pth-1.4.0 deleted file mode 100644 index e6f1c2c5cce2..000000000000 --- a/dev-libs/pth/files/digest-pth-1.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 146314a4c90067f20bc807e0e261fc31 pth-1.4.0.tar.gz 444799 diff --git a/dev-libs/pth/files/digest-pth-1.4.1 b/dev-libs/pth/files/digest-pth-1.4.1 new file mode 100644 index 000000000000..7d128d1f234b --- /dev/null +++ b/dev-libs/pth/files/digest-pth-1.4.1 @@ -0,0 +1 @@ +MD5 d17cb02b5580baeac50d1005ff46ddbc pth-1.4.1.tar.gz 446287 diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.1.ebuild index 50e238d5551b..7cbda72aa018 100644 --- a/dev-libs/pth/pth-1.4.0.ebuild +++ b/dev-libs/pth/pth-1.4.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.5 2002/08/14 11:52:28 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.1 2002/10/01 20:11:30 verwilst Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU Portable Threads" -SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-1.4.0.tar.gz" +SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-1.4.1.tar.gz" HOMEPAGE="http://www.gnu.org/software/pth/" SLOT="0" |