summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/ewd/ChangeLog8
-rw-r--r--dev-libs/ewd/ewd-0.0.1.20030220-r1.ebuild37
-rw-r--r--dev-libs/ewd/files/digest-ewd-0.0.1.20030220-r11
-rw-r--r--dev-libs/libdshconfig/ChangeLog8
-rw-r--r--dev-libs/libdshconfig/files/digest-libdshconfig-0.20.7-r11
-rw-r--r--dev-libs/libdshconfig/libdshconfig-0.20.7-r1.ebuild25
-rw-r--r--dev-libs/pilot-link/ChangeLog14
-rw-r--r--dev-libs/pilot-link/files/digest-pilot-link-0.11.5-r21
-rw-r--r--dev-libs/pilot-link/files/digest-pilot-link-0.11.7-r11
-rw-r--r--dev-libs/pilot-link/pilot-link-0.11.5-r2.ebuild98
-rw-r--r--dev-libs/pilot-link/pilot-link-0.11.7-r1.ebuild70
-rw-r--r--dev-libs/popt/ChangeLog7
-rw-r--r--dev-libs/popt/files/digest-popt-1.7-r11
-rw-r--r--dev-libs/popt/popt-1.7-r1.ebuild29
-rw-r--r--dev-libs/vdk/ChangeLog7
-rw-r--r--dev-libs/vdk/files/digest-vdk-2.0.2-r11
-rw-r--r--dev-libs/vdk/vdk-2.0.2-r1.ebuild38
-rw-r--r--dev-libs/zthread/ChangeLog7
-rw-r--r--dev-libs/zthread/files/digest-zthread-2.2.10-r11
-rw-r--r--dev-libs/zthread/zthread-2.2.10-r1.ebuild31
20 files changed, 380 insertions, 6 deletions
diff --git a/dev-libs/ewd/ChangeLog b/dev-libs/ewd/ChangeLog
index f2b9d94804bb..0dbc6835b60c 100644
--- a/dev-libs/ewd/ChangeLog
+++ b/dev-libs/ewd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/ewd
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ewd/ChangeLog,v 1.2 2003/03/11 15:37:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ewd/ChangeLog,v 1.3 2003/03/20 13:32:44 vladimir Exp $
+
+*ewd-0.0.1.20030220-r1 (20 Mar 2003)
+
+ 20 Mar 2003; Graham Forest <vladimir@gentoo.org>
+ ewd-0.0.1.20030220-r1.ebuild:
+ Removed usage of pic USE flag
*ewd-0.0.1.20030220 (20 Feb 2003)
diff --git a/dev-libs/ewd/ewd-0.0.1.20030220-r1.ebuild b/dev-libs/ewd/ewd-0.0.1.20030220-r1.ebuild
new file mode 100644
index 000000000000..22b60caea376
--- /dev/null
+++ b/dev-libs/ewd/ewd-0.0.1.20030220-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ewd/ewd-0.0.1.20030220-r1.ebuild,v 1.1 2003/03/20 13:32:44 vladimir Exp $
+
+DESCRIPTION="library providing thread-safe basic data structures like hashes, lists and trees"
+HOMEPAGE="http://www.enlightenment.org/pages/ewd.html"
+SRC_URI="mirror://gentoo/${P}.tar.bz2
+ http://wh0rd.tk/gentoo/distfiles/${P}.tar.bz2"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~alpha"
+IUSE=""
+
+DEPEND="virtual/glibc
+ sys-devel/gcc"
+
+S=${WORKDIR}/${PN}
+
+pkg_setup() {
+ # the stupid gettextize script prevents non-interactive mode, so we hax it
+ cp `which gettextize` ${T} || die "could not copy gettextize"
+ cp ${T}/gettextize ${T}/gettextize.old
+ sed -e 's:read dummy < /dev/tty::' ${T}/gettextize.old > ${T}/gettextize
+}
+
+src_compile() {
+ env PATH="${T}:${PATH}" WANT_AUTOCONF_2_5=1 NOCONFIGURE=yes ./autogen.sh || die
+ econf --with-gnu-ld || die
+ emake || die
+}
+
+src_install() {
+ make install DESTDIR=${D} || die
+ dodoc AUTHORS ChangeLog NEWS README
+ dohtml -r doc
+}
diff --git a/dev-libs/ewd/files/digest-ewd-0.0.1.20030220-r1 b/dev-libs/ewd/files/digest-ewd-0.0.1.20030220-r1
new file mode 100644
index 000000000000..6d6defbc73c7
--- /dev/null
+++ b/dev-libs/ewd/files/digest-ewd-0.0.1.20030220-r1
@@ -0,0 +1 @@
+MD5 45e617e89ed0b754e603c22a315a9427 ewd-0.0.1.20030220.tar.bz2 50848
diff --git a/dev-libs/libdshconfig/ChangeLog b/dev-libs/libdshconfig/ChangeLog
index c11983bc966e..5337553c277c 100644
--- a/dev-libs/libdshconfig/ChangeLog
+++ b/dev-libs/libdshconfig/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libdshconfig
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdshconfig/ChangeLog,v 1.2 2003/02/12 06:04:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdshconfig/ChangeLog,v 1.3 2003/03/20 13:32:44 vladimir Exp $
+
+*libdshconfig-0.20.7-r1 (20 Mar 2003)
+
+ 20 Mar 2003; Graham Forest <vladimir@gentoo.org>
+ libdshconfig-0.20.7-r1.ebuild:
+ Removed usage of pic USE flag
*libdshconfig-0.20.7 (23 Nov 2002)
diff --git a/dev-libs/libdshconfig/files/digest-libdshconfig-0.20.7-r1 b/dev-libs/libdshconfig/files/digest-libdshconfig-0.20.7-r1
new file mode 100644
index 000000000000..d57d00ffac41
--- /dev/null
+++ b/dev-libs/libdshconfig/files/digest-libdshconfig-0.20.7-r1
@@ -0,0 +1 @@
+MD5 40b079c9fd827f5f3d9e964e19d8f82d libdshconfig-0.20.7.tar.gz 192008
diff --git a/dev-libs/libdshconfig/libdshconfig-0.20.7-r1.ebuild b/dev-libs/libdshconfig/libdshconfig-0.20.7-r1.ebuild
new file mode 100644
index 000000000000..650244a9322e
--- /dev/null
+++ b/dev-libs/libdshconfig/libdshconfig-0.20.7-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdshconfig/libdshconfig-0.20.7-r1.ebuild,v 1.1 2003/03/20 13:32:44 vladimir Exp $
+
+DESCRIPTION="Library for parsing dsh.style configuration files"
+SRC_URI="http://www.netfort.gr.jp/~dancer/software/downloads/${P}.tar.gz"
+HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/downloads/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
+RDEPEND="net-misc/openssh"
+
+src_compile() {
+ local myconf="--with-gnu-ld"
+ econf ${myconf}
+
+ make || die
+}
+
+src_install() {
+ make install DESTDIR=${D} || die
+}
diff --git a/dev-libs/pilot-link/ChangeLog b/dev-libs/pilot-link/ChangeLog
index 058e90b45846..fd1c836d4a2f 100644
--- a/dev-libs/pilot-link/ChangeLog
+++ b/dev-libs/pilot-link/ChangeLog
@@ -1,6 +1,18 @@
# ChangeLog for dev-libs/pilot-link
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/ChangeLog,v 1.15 2003/02/12 06:08:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/ChangeLog,v 1.16 2003/03/20 13:32:44 vladimir Exp $
+
+*pilot-link-0.11.5-r2 (20 Mar 2003)
+
+ 20 Mar 2003; Graham Forest <vladimir@gentoo.org>
+ pilot-link-0.11.5-r2.ebuild, pilot-link-0.11.7-r1.ebuild:
+ Removed usage of pic USE flag
+
+*pilot-link-0.11.7-r1 (20 Mar 2003)
+
+ 20 Mar 2003; Graham Forest <vladimir@gentoo.org>
+ pilot-link-0.11.7-r1.ebuild:
+ Removed usage of pic USE flag
*pilot-link-0.11.7 (16 Jan 2003)
diff --git a/dev-libs/pilot-link/files/digest-pilot-link-0.11.5-r2 b/dev-libs/pilot-link/files/digest-pilot-link-0.11.5-r2
new file mode 100644
index 000000000000..9e6b741ec15a
--- /dev/null
+++ b/dev-libs/pilot-link/files/digest-pilot-link-0.11.5-r2
@@ -0,0 +1 @@
+MD5 f7e9d73959d9e1d998837e93d03c58e7 pilot-link-0.11.5.tar.bz2 635370
diff --git a/dev-libs/pilot-link/files/digest-pilot-link-0.11.7-r1 b/dev-libs/pilot-link/files/digest-pilot-link-0.11.7-r1
new file mode 100644
index 000000000000..00219f911363
--- /dev/null
+++ b/dev-libs/pilot-link/files/digest-pilot-link-0.11.7-r1
@@ -0,0 +1 @@
+MD5 7d06c1101707125b1e385dbd3cd7ce91 pilot-link-0.11.7.tar.bz2 669470
diff --git a/dev-libs/pilot-link/pilot-link-0.11.5-r2.ebuild b/dev-libs/pilot-link/pilot-link-0.11.5-r2.ebuild
new file mode 100644
index 000000000000..b892e08ce52b
--- /dev/null
+++ b/dev-libs/pilot-link/pilot-link-0.11.5-r2.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.11.5-r2.ebuild,v 1.1 2003/03/20 13:32:44 vladimir Exp $
+
+inherit perl-module
+
+DESCRIPTION="suite of tools for moving data between a Palm device and a desktop"
+
+SRC_URI="http://pilot-link.org/source/${P}.tar.bz2"
+HOMEPAGE="http://www.pilot-link.org/"
+
+SLOT="0"
+LICENSE="GPL-2 | LGPL-2"
+KEYWORDS="x86 ~ppc ~sparc "
+IUSE="perl java tcltk python png readline"
+
+DEPEND="virtual/glibc
+ sys-libs/ncurses
+ perl? ( dev-lang/perl )
+ java? ( virtual/jre )
+ tcltk? ( dev-lang/tcl dev-tcltk/itcl dev-lang/tk )
+ python? ( dev-lang/python )
+ png? ( media-libs/libpng )
+ readline? ( sys-libs/readline )"
+
+src_compile() {
+# Fix up perl bindings to install the "Gentoo" way
+# http://gnu-designs.com/bugs/view_bug_page.php?f_id=259
+ use perl && patch -p1 < ${FILESDIR}/perlpatch.diff
+
+ local myconf="--with-gnu-ld --includedir=/usr/include/libpisock"
+
+ use java \
+ && myconf="${myconf} --with-java=yes" \
+ || myconf="${myconf} --with-java=no"
+
+ use perl \
+ && myconf="${myconf} --with-perl=yes" \
+ || myconf="${myconf} --with-perl=no"
+
+ use python \
+ && myconf="${myconf} --with-python=yes" \
+ || myconf="${myconf} --with-python=no"
+
+ use tcltk \
+ && myconf="${myconf} --with-tcl=yes --with-itcl=yes --with-tk=yes" \
+ || myconf="${myconf} --with-tcl=no --with-itcl=no --with-tk=no"
+
+ use png && myconf="${myconf} --with-libpng=/usr"
+
+ use readline \
+ && myconf="${myconf} --with-readline=yes" \
+ || myconf="${myconf} --with-readline=no"
+
+# make configure script:
+# - look for ncurses rather than termcap
+# http://gnu-designs.com/bugs/view_bug_page.php?f_id=381
+# - link png check with more libraries
+# http://gnu-designs.com/bugs/view_bug_page.php?f_id=380
+ cp configure configure.old
+ sed -e 's:-ltermcap:-lncurses:' \
+ -e 's:-lpng:-lpng -lz -lstdc++:' \
+ configure.old > configure
+
+# fix pilot-debug.c
+# http://gnu-designs.com/bugs/view_bug_page.php?f_id=129
+ cp src/pilot-debug.c src/pilot-debug.c.old
+ sed -e 's:TCL_MINOR_VERSION <4:TCL_MINOR_VERSION <3:' \
+ src/pilot-debug.c.old > src/pilot-debug.c
+
+ econf ${myconf}
+
+# so python doesnt violate sandbox
+# http://gnu-designs.com/bugs/view_bug_page.php?f_id=382
+ cp bindings/Makefile bindings/Makefile.old
+ sed -e 's:--prefix=$(prefix):--prefix=$(prefix) --root=$(DESTDIR):' \
+ bindings/Makefile.old > bindings/Makefile
+
+# java fails w/emake
+ make || die
+
+ if [ `use perl` ] ; then
+ cd ${S}/bindings/Perl
+ perl-module_src_prep
+ perl-module_src_compile
+ fi
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ dodoc ChangeLog README doc/README* doc/TODO NEWS AUTHORS
+
+ if [ `use perl` ] ; then
+ cd ${S}/bindings/Perl
+ perl-module_src_install
+ fi
+}
diff --git a/dev-libs/pilot-link/pilot-link-0.11.7-r1.ebuild b/dev-libs/pilot-link/pilot-link-0.11.7-r1.ebuild
new file mode 100644
index 000000000000..4d83bd750820
--- /dev/null
+++ b/dev-libs/pilot-link/pilot-link-0.11.7-r1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.11.7-r1.ebuild,v 1.1 2003/03/20 13:32:44 vladimir Exp $
+
+inherit perl-module
+
+DESCRIPTION="suite of tools for moving data between a Palm device and a desktop"
+SRC_URI="http://pilot-link.org/source/${P}.tar.bz2"
+HOMEPAGE="http://www.pilot-link.org/"
+
+SLOT="0"
+LICENSE="GPL-2 | LGPL-2"
+KEYWORDS="~x86 ~ppc ~sparc"
+IUSE="perl java tcltk python png readline"
+
+DEPEND="virtual/glibc
+ sys-libs/ncurses
+ perl? ( dev-lang/perl )
+ java? ( virtual/jre )
+ tcltk? ( dev-lang/tcl dev-tcltk/itcl dev-lang/tk )
+ python? ( dev-lang/python )
+ png? ( media-libs/libpng )
+ readline? ( sys-libs/readline )"
+
+src_compile() {
+ local myconf="--with-gnu-ld --includedir=/usr/include/libpisock"
+
+ use java \
+ && myconf="${myconf} --with-java=yes" \
+ || myconf="${myconf} --with-java=no"
+
+ use perl \
+ && myconf="${myconf} --with-perl=yes" \
+ || myconf="${myconf} --with-perl=no"
+
+ use python \
+ && myconf="${myconf} --with-python=yes" \
+ || myconf="${myconf} --with-python=no"
+
+ use tcltk \
+ && myconf="${myconf} --with-tcl=yes --with-itcl=yes --with-tk=yes" \
+ || myconf="${myconf} --with-tcl=no --with-itcl=no --with-tk=no"
+
+ use png && myconf="${myconf} --with-libpng=/usr"
+
+ use readline \
+ && myconf="${myconf} --with-readline=yes" \
+ || myconf="${myconf} --with-readline=no"
+
+ econf ${myconf} || die
+ # java fails w/emake
+ make || die
+
+ if [ `use perl` ] ; then
+ cd ${S}/bindings/Perl
+ perl-module_src_prep
+ perl-module_src_compile
+ fi
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ dodoc ChangeLog README doc/README* doc/TODO NEWS AUTHORS
+
+ if [ `use perl` ] ; then
+ cd ${S}/bindings/Perl
+ perl-module_src_install
+ fi
+}
diff --git a/dev-libs/popt/ChangeLog b/dev-libs/popt/ChangeLog
index bad680770622..8c6dfcc8f6e2 100644
--- a/dev-libs/popt/ChangeLog
+++ b/dev-libs/popt/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/popt
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.14 2003/03/09 21:43:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.15 2003/03/20 13:32:44 vladimir Exp $
+
+*popt-1.7-r1 (20 Mar 2003)
+
+ 20 Mar 2003; Graham Forest <vladimir@gentoo.org> popt-1.7-r1.ebuild:
+ Removed usage of pic USE flag
21 Feb 2003; Zach Welch <zwelch@gentoo.org> :
Added arm to keywords.
diff --git a/dev-libs/popt/files/digest-popt-1.7-r1 b/dev-libs/popt/files/digest-popt-1.7-r1
new file mode 100644
index 000000000000..17dff8c8f3c9
--- /dev/null
+++ b/dev-libs/popt/files/digest-popt-1.7-r1
@@ -0,0 +1 @@
+MD5 5988e7aeb0ae4dac8d83561265984cc9 popt-1.7.tar.gz 574549
diff --git a/dev-libs/popt/popt-1.7-r1.ebuild b/dev-libs/popt/popt-1.7-r1.ebuild
new file mode 100644
index 000000000000..4a3ca66d32bd
--- /dev/null
+++ b/dev-libs/popt/popt-1.7-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.7-r1.ebuild,v 1.1 2003/03/20 13:32:44 vladimir Exp $
+
+inherit libtool
+
+DESCRIPTION="Parse Options - Command line parser"
+SRC_URI="ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/${P}.tar.gz"
+HOMEPAGE="http://www.rpm.org/"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa arm"
+IUSE="nls"
+
+DEPEND="nls? ( sys-devel/gettext )"
+
+src_compile() {
+ elibtoolize
+ local myconf="--with-gnu-ld"
+ use nls || myconf="${myconf} --disable-nls"
+ econf ${myconf}
+ make || die
+}
+
+src_install() {
+ einstall
+ dodoc ABOUT-NLS CHANGES README
+}
diff --git a/dev-libs/vdk/ChangeLog b/dev-libs/vdk/ChangeLog
index 6024a539f8a4..9fad8017424f 100644
--- a/dev-libs/vdk/ChangeLog
+++ b/dev-libs/vdk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/vdk
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/vdk/ChangeLog,v 1.4 2003/02/12 06:10:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/vdk/ChangeLog,v 1.5 2003/03/20 13:32:44 vladimir Exp $
+
+*vdk-2.0.2-r1 (20 Mar 2003)
+
+ 20 Mar 2003; Graham Forest <vladimir@gentoo.org> vdk-2.0.2-r1.ebuild:
+ Removed usage of pic USE flag
*vdk-2.0.2 (12 Aug 2002)
diff --git a/dev-libs/vdk/files/digest-vdk-2.0.2-r1 b/dev-libs/vdk/files/digest-vdk-2.0.2-r1
new file mode 100644
index 000000000000..66f80f8d5c24
--- /dev/null
+++ b/dev-libs/vdk/files/digest-vdk-2.0.2-r1
@@ -0,0 +1 @@
+MD5 ed312dbb897056c39a299c944710f4df vdk-2.0.2.tar.gz 920055
diff --git a/dev-libs/vdk/vdk-2.0.2-r1.ebuild b/dev-libs/vdk/vdk-2.0.2-r1.ebuild
new file mode 100644
index 000000000000..a88f4545969d
--- /dev/null
+++ b/dev-libs/vdk/vdk-2.0.2-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/vdk/vdk-2.0.2-r1.ebuild,v 1.1 2003/03/20 13:32:44 vladimir Exp $
+
+inherit eutils
+
+DESCRIPTION="The Visual Development Kit used by VDK Builder"
+SRC_URI="mirror://sourceforge/vdkbuilder/${P}.tar.gz"
+HOMEPAGE="http://vdkbuilder.sourceforge.net/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ~ppc ~alpha ~sparc ~hppa ~mips ~arm"
+IUSE="nls gnome"
+
+DEPEND="dev-libs/atk
+ x11-libs/pango
+ dev-libs/glib
+ dev-util/pkgconfig
+ >=x11-libs/gtk+-2.0.3
+ gnome? ( gnome-base/libgnome )"
+# app-doc/doxygen"
+
+src_compile() {
+ epatch ${FILESDIR}/${P}-makefile.in.patch
+
+ econf \
+ --with-gnu-ld \
+ `use_enable nls` \
+ `use_enable gnome` \
+ || die "econf failed"
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO
+}
diff --git a/dev-libs/zthread/ChangeLog b/dev-libs/zthread/ChangeLog
index 561e72024d75..2f546d53a3a8 100644
--- a/dev-libs/zthread/ChangeLog
+++ b/dev-libs/zthread/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/zthread
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/ChangeLog,v 1.6 2003/02/12 06:10:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/ChangeLog,v 1.7 2003/03/20 13:32:44 vladimir Exp $
+
+*zthread-2.2.10-r1 (20 Mar 2003)
+
+ 20 Mar 2003; Graham Forest <vladimir@gentoo.org> zthread-2.2.10-r1.ebuild:
+ Removed usage of pic USE flag
*zthread-2.2.10 (12 Jan 2003)
diff --git a/dev-libs/zthread/files/digest-zthread-2.2.10-r1 b/dev-libs/zthread/files/digest-zthread-2.2.10-r1
new file mode 100644
index 000000000000..cfc48cbfc494
--- /dev/null
+++ b/dev-libs/zthread/files/digest-zthread-2.2.10-r1
@@ -0,0 +1 @@
+MD5 fa2641bdb6e0d3ef1d11b72cdd5a8d57 ZThread-2.2.10.tar.gz 490080
diff --git a/dev-libs/zthread/zthread-2.2.10-r1.ebuild b/dev-libs/zthread/zthread-2.2.10-r1.ebuild
new file mode 100644
index 000000000000..2c6165301100
--- /dev/null
+++ b/dev-libs/zthread/zthread-2.2.10-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2003 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.1 2003/03/20 13:32:44 vladimir Exp $
+
+DESCRIPTION="A Platform-Independent Object-Oriented Threading Architecture"
+SRC_URI="mirror://sourceforge/zthread/ZThread-${PV}.tar.gz"
+HOMEPAGE="http://www.cs.buffalo.edu/~crahen/projects/zthread/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~sparc ~ppc ~alpha ~mips ~hppa"
+IUSE=""
+
+DEPEND="virtual/glibc"
+
+S=${WORKDIR}/ZThread-${PV}
+
+src_compile() {
+ local myconf="--with-gnu-ld"
+ [ "${DEBUGBUILD}" ] \
+ && myconf="--enable-debug=yes" \
+ || myconf="--enable-debug=no"
+
+ econf ${myconf} || die "./configure failed"
+ emake || die
+}
+
+src_install() {
+ einstall || die
+ dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS TODO THANK.YOU
+}