summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-18 13:39:49 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-18 13:39:49 +0000
commite26e8dad5453120d338581667ce5737e24d1a03f (patch)
treec275ba99ac0793495f22fbbc3ae01ee8ac4e1a90 /dev-libs/libpthread-stubs
parentExplicitly allow video_cards_nouveau for libdrm until bug #364027 is fixed. (diff)
downloadgentoo-2-e26e8dad5453120d338581667ce5737e24d1a03f.tar.gz
gentoo-2-e26e8dad5453120d338581667ce5737e24d1a03f.tar.bz2
gentoo-2-e26e8dad5453120d338581667ce5737e24d1a03f.zip
Version bump to latest.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libpthread-stubs')
-rw-r--r--dev-libs/libpthread-stubs/ChangeLog8
-rw-r--r--dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild15
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-libs/libpthread-stubs/ChangeLog b/dev-libs/libpthread-stubs/ChangeLog
index 55752ebbcc20..9e5111d5cf8a 100644
--- a/dev-libs/libpthread-stubs/ChangeLog
+++ b/dev-libs/libpthread-stubs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libpthread-stubs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/ChangeLog,v 1.15 2011/02/06 12:39:02 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/ChangeLog,v 1.16 2011/04/18 13:39:49 scarabeus Exp $
+
+*libpthread-stubs-0.3 (18 Apr 2011)
+
+ 18 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ +libpthread-stubs-0.3.ebuild:
+ Version bump to latest.
06 Feb 2011; Mart Raudsepp <leio@gentoo.org> libpthread-stubs-0.1.ebuild:
Drop to ~mips
diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild b/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild
new file mode 100644
index 000000000000..aa19d4b5decf
--- /dev/null
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild,v 1.1 2011/04/18 13:39:49 scarabeus Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="Pthread functions stubs for platforms missing them"
+SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""