diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-20 21:22:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-20 21:22:27 +0000 |
commit | 20007e971a038772430586c0690d5442f9604366 (patch) | |
tree | 6ae3f4976d38047f791b45837c4c86791f37e3e8 /dev-libs | |
parent | repoman (diff) | |
download | gentoo-2-20007e971a038772430586c0690d5442f9604366.tar.gz gentoo-2-20007e971a038772430586c0690d5442f9604366.tar.bz2 gentoo-2-20007e971a038772430586c0690d5442f9604366.zip |
repoman
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/pth/pth-1.4.0.ebuild | 18 | ||||
-rw-r--r-- | dev-libs/pth/pth-1.4.1.ebuild | 18 |
2 files changed, 12 insertions, 24 deletions
diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.0.ebuild index 11c98a86b8f2..ca7624539ae8 100644 --- a/dev-libs/pth/pth-1.4.0.ebuild +++ b/dev-libs/pth/pth-1.4.0.ebuild @@ -1,24 +1,18 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.10 2003/11/25 03:32:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.11 2004/02/20 21:22:27 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="GNU Portable Threads" -SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-${PV}.tar.gz" HOMEPAGE="http://www.gnu.org/software/pth/" +SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-${PV}.tar.gz" -SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 sparc ~alpha" +SLOT="0" +KEYWORDS="x86 ppc sparc ~alpha" DEPEND="virtual/glibc" -src_compile() { - econf || die - emake || die -} - src_install() { einstall || die - dodoc ANNOUNCE AUTHORS COPYING ChangeLog NEWS README THANKS USERS + dodoc ANNOUNCE AUTHORS ChangeLog NEWS README THANKS USERS } diff --git a/dev-libs/pth/pth-1.4.1.ebuild b/dev-libs/pth/pth-1.4.1.ebuild index de5be48117fc..d6bc4d68882c 100644 --- a/dev-libs/pth/pth-1.4.1.ebuild +++ b/dev-libs/pth/pth-1.4.1.ebuild @@ -1,24 +1,18 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.5 2003/03/05 04:40:15 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.6 2004/02/20 21:22:27 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="GNU Portable Threads" -SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-1.4.1.tar.gz" HOMEPAGE="http://www.gnu.org/software/pth/" +SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-1.4.1.tar.gz" -SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 sparc ~ppc" +SLOT="0" +KEYWORDS="x86 ppc sparc" DEPEND="virtual/glibc" -src_compile() { - econf || die - emake || die -} - src_install() { einstall || die - dodoc ANNOUNCE AUTHORS COPYING ChangeLog NEWS README THANKS USERS + dodoc ANNOUNCE AUTHORS ChangeLog NEWS README THANKS USERS } |