diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-21 08:17:49 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-21 08:17:49 +0000 |
commit | f02c687ec2a5d6159d847b0d993b2ba5071464db (patch) | |
tree | 9fb0852cf3f8affc1272f7b847c49e46419f1d7d /dev-libs/zthread | |
parent | repoman: whitespace cleanup (Manifest recommit) (diff) | |
download | gentoo-2-f02c687ec2a5d6159d847b0d993b2ba5071464db.tar.gz gentoo-2-f02c687ec2a5d6159d847b0d993b2ba5071464db.tar.bz2 gentoo-2-f02c687ec2a5d6159d847b0d993b2ba5071464db.zip |
QA - inherit eutils, add IUSE, correct header.
Diffstat (limited to 'dev-libs/zthread')
-rw-r--r-- | dev-libs/zthread/zthread-1.5.3.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/zthread/zthread-2.2.10-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/zthread/zthread-2.3.1.ebuild | 3 |
3 files changed, 8 insertions, 3 deletions
diff --git a/dev-libs/zthread/zthread-1.5.3.ebuild b/dev-libs/zthread/zthread-1.5.3.ebuild index 5fe8b0a028d6..82f9d59d2683 100644 --- a/dev-libs/zthread/zthread-1.5.3.ebuild +++ b/dev-libs/zthread/zthread-1.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-1.5.3.ebuild,v 1.14 2004/06/03 16:39:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-1.5.3.ebuild,v 1.15 2004/06/21 08:17:49 kloeri Exp $ DESCRIPTION="platform-independent object-oriented threading architecture" HOMEPAGE="http://www.cs.buffalo.edu/~crahen/projects/zthread/" @@ -8,6 +8,7 @@ SRC_URI="mirror://sourceforge/zthread/ZThread-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" +IUSE="" KEYWORDS="x86 sparc" DEPEND="virtual/glibc" diff --git a/dev-libs/zthread/zthread-2.2.10-r1.ebuild b/dev-libs/zthread/zthread-2.2.10-r1.ebuild index 4a639540489c..87a442af2d9a 100644 --- a/dev-libs/zthread/zthread-2.2.10-r1.ebuild +++ b/dev-libs/zthread/zthread-2.2.10-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.2.10-r1.ebuild,v 1.5 2004/06/19 13:31:36 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.2.10-r1.ebuild,v 1.6 2004/06/21 08:17:49 kloeri Exp $ + +inherit eutils DESCRIPTION="a platform-independent object-oriented threading architecture" HOMEPAGE="http://www.cs.buffalo.edu/~crahen/projects/zthread/" @@ -8,6 +10,7 @@ SRC_URI="mirror://sourceforge/zthread/ZThread-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" +IUSE="" KEYWORDS="x86 ~sparc ~ppc ~alpha ~mips ~hppa" DEPEND="virtual/glibc" diff --git a/dev-libs/zthread/zthread-2.3.1.ebuild b/dev-libs/zthread/zthread-2.3.1.ebuild index 56ec64fe0026..0295a4144927 100644 --- a/dev-libs/zthread/zthread-2.3.1.ebuild +++ b/dev-libs/zthread/zthread-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.3.1.ebuild,v 1.5 2004/06/21 08:17:49 kloeri Exp $ DESCRIPTION="a platform-independent object-oriented threading architecture" HOMEPAGE="http://www.cs.buffalo.edu/~crahen/projects/zthread/" @@ -8,6 +8,7 @@ SRC_URI="mirror://sourceforge/zthread/ZThread-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" +IUSE="" KEYWORDS="~x86 ~sparc ~ppc alpha ~mips ~hppa ~amd64" DEPEND="virtual/glibc" |