summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-04 21:04:29 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-04 21:04:29 +0000
commit7e163d50d85d3d842d214b2a0de5b631caf03191 (patch)
treea4e4822d51f05ad80ecd2abd535bbf9e1aad4d92
parentVersion bump. (diff)
downloadhistorical-7e163d50d85d3d842d214b2a0de5b631caf03191.tar.gz
historical-7e163d50d85d3d842d214b2a0de5b631caf03191.tar.bz2
historical-7e163d50d85d3d842d214b2a0de5b631caf03191.zip
Version bump.
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
-rw-r--r--x11-libs/libFS/ChangeLog10
-rw-r--r--x11-libs/libFS/libFS-1.0.4.ebuild24
-rw-r--r--x11-libs/libICE/ChangeLog10
-rw-r--r--x11-libs/libICE/libICE-1.0.8.ebuild29
-rw-r--r--x11-libs/libSM/ChangeLog10
-rw-r--r--x11-libs/libSM/libSM-1.2.1.ebuild57
-rw-r--r--x11-libs/libXfont/ChangeLog10
-rw-r--r--x11-libs/libXfont/libXfont-1.4.5.ebuild33
-rw-r--r--x11-libs/libfontenc/ChangeLog10
-rw-r--r--x11-libs/libfontenc/libfontenc-1.1.1.ebuild19
-rw-r--r--x11-libs/libpciaccess/ChangeLog10
-rw-r--r--x11-libs/libpciaccess/libpciaccess-0.13.ebuild (renamed from x11-libs/libpciaccess/libpciaccess-0.12.902.ebuild)4
12 files changed, 212 insertions, 14 deletions
diff --git a/x11-libs/libFS/ChangeLog b/x11-libs/libFS/ChangeLog
index 9328a8361121..c0b3d60d7a35 100644
--- a/x11-libs/libFS/ChangeLog
+++ b/x11-libs/libFS/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libFS
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.50 2011/02/14 15:55:45 scarabeus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.51 2012/03/04 21:02:26 chithanh Exp $
+
+*libFS-1.0.4 (04 Mar 2012)
+
+ 04 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +libFS-1.0.4.ebuild:
+ Version bump.
14 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -libFS-1.0.2.ebuild:
old
diff --git a/x11-libs/libFS/libFS-1.0.4.ebuild b/x11-libs/libFS/libFS-1.0.4.ebuild
new file mode 100644
index 000000000000..f0e74ef836f7
--- /dev/null
+++ b/x11-libs/libFS/libFS-1.0.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.4.ebuild,v 1.1 2012/03/04 21:02:26 chithanh Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="X.Org FS library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="ipv6"
+
+RDEPEND="x11-libs/xtrans
+ x11-proto/xproto
+ x11-proto/fontsproto"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ xorg-2_pkg_setup
+
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable ipv6)
+ )
+}
diff --git a/x11-libs/libICE/ChangeLog b/x11-libs/libICE/ChangeLog
index 36f1cf8265d5..0212a20d55a9 100644
--- a/x11-libs/libICE/ChangeLog
+++ b/x11-libs/libICE/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libICE
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.79 2011/06/22 18:24:07 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.80 2012/03/04 21:02:50 chithanh Exp $
+
+*libICE-1.0.8 (04 Mar 2012)
+
+ 04 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +libICE-1.0.8.ebuild:
+ Version bump.
22 Jun 2011; Fabian Groffen <grobian@gentoo.org> libICE-1.0.7.ebuild:
Marked ~x64-macos, bug #371861
diff --git a/x11-libs/libICE/libICE-1.0.8.ebuild b/x11-libs/libICE/libICE-1.0.8.ebuild
new file mode 100644
index 000000000000..dfa52baaeab1
--- /dev/null
+++ b/x11-libs/libICE/libICE-1.0.8.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-1.0.8.ebuild,v 1.1 2012/03/04 21:02:50 chithanh Exp $
+
+EAPI=4
+
+XORG_DOC=doc
+inherit xorg-2
+
+DESCRIPTION="X.Org ICE library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE="ipv6"
+
+RDEPEND="x11-libs/xtrans
+ x11-proto/xproto"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ xorg-2_pkg_setup
+
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable ipv6)
+ $(use_enable doc docs)
+ $(use_enable doc specs)
+ $(use_with doc xmlto)
+ --without-fop
+ )
+}
diff --git a/x11-libs/libSM/ChangeLog b/x11-libs/libSM/ChangeLog
index 1936aa4f8871..fe588cd674dd 100644
--- a/x11-libs/libSM/ChangeLog
+++ b/x11-libs/libSM/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libSM
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.91 2011/12/19 09:13:17 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.92 2012/03/04 21:03:14 chithanh Exp $
+
+*libSM-1.2.1 (04 Mar 2012)
+
+ 04 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +libSM-1.2.1.ebuild:
+ Version bump.
19 Dec 2011; Fabian Groffen <grobian@gentoo.org> libSM-1.2.0.ebuild:
Drop no longer existing elibc_IRIX flag
diff --git a/x11-libs/libSM/libSM-1.2.1.ebuild b/x11-libs/libSM/libSM-1.2.1.ebuild
new file mode 100644
index 000000000000..0e5a936a3583
--- /dev/null
+++ b/x11-libs/libSM/libSM-1.2.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.1.ebuild,v 1.1 2012/03/04 21:03:14 chithanh Exp $
+
+EAPI=4
+
+XORG_DOC=doc
+inherit xorg-2
+
+DESCRIPTION="X.Org SM library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE="doc ipv6 +uuid"
+
+RDEPEND=">=x11-libs/libICE-1.0.5
+ x11-libs/xtrans
+ x11-proto/xproto
+ !elibc_FreeBSD? ( !elibc_SunOS? (
+ uuid? ( >=sys-apps/util-linux-2.16 )
+ ) )"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ local withuuid=$(use_with uuid libuuid)
+ xorg-2_pkg_setup
+
+ # do not use uuid even if available in libc (like on FreeBSD)
+ use uuid || export ac_cv_func_uuid_create=no
+
+ if use uuid ; then
+ case ${CHOST} in
+ *-solaris*|*-darwin*)
+ if [[ ! -d ${EROOT}usr/include/uuid ]] &&
+ [[ -d ${ROOT}usr/include/uuid ]]
+ then
+ # Solaris and Darwin have uuid provided by the host
+ # system. Since util-linux's version is based on this
+ # version, and on Darwin actually breaks host headers when
+ # installed, we can "pretend" for libSM we have libuuid
+ # installed, while in fact we don't
+ withuuid="--without-libuuid"
+ export HAVE_LIBUUID=yes
+ export LIBUUID_CFLAGS="-I${ROOT}usr/include/uuid"
+ # Darwin has uuid in libSystem
+ [[ ${CHOST} == *-solaris* ]] && export LIBUUID_LIBS="-luuid"
+ fi
+ ;;
+ esac
+ fi
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable ipv6)
+ $(use_enable doc docs)
+ $(use_with doc xmlto)
+ ${withuuid}
+ --without-fop
+ )
+}
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog
index 0c1bf6784185..12fd97631d4f 100644
--- a/x11-libs/libXfont/ChangeLog
+++ b/x11-libs/libXfont/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libXfont
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.154 2011/08/15 15:26:25 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.155 2012/03/04 21:03:40 chithanh Exp $
+
+*libXfont-1.4.5 (04 Mar 2012)
+
+ 04 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +libXfont-1.4.5.ebuild:
+ Version bump.
15 Aug 2011; Raúl Porcel <armin76@gentoo.org> libXfont-1.4.4.ebuild:
alpha/arm/ia64/s390/sh/sparc stable wrt #378797
diff --git a/x11-libs/libXfont/libXfont-1.4.5.ebuild b/x11-libs/libXfont/libXfont-1.4.5.ebuild
new file mode 100644
index 000000000000..adf675f8ce67
--- /dev/null
+++ b/x11-libs/libXfont/libXfont-1.4.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.5.ebuild,v 1.1 2012/03/04 21:03:40 chithanh Exp $
+
+EAPI=4
+
+XORG_DOC=doc
+inherit xorg-2
+
+DESCRIPTION="X.Org Xfont library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="ipv6"
+
+RDEPEND="x11-libs/xtrans
+ x11-libs/libfontenc
+ >=media-libs/freetype-2
+ app-arch/bzip2
+ x11-proto/xproto
+ x11-proto/fontsproto"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ xorg-2_pkg_setup
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable ipv6)
+ $(use_enable doc devel-docs)
+ $(use_with doc xmlto)
+ --with-bzip2
+ --without-fop
+ --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings"
+ )
+}
diff --git a/x11-libs/libfontenc/ChangeLog b/x11-libs/libfontenc/ChangeLog
index 088e6073b52f..d6cabb8186a2 100644
--- a/x11-libs/libfontenc/ChangeLog
+++ b/x11-libs/libfontenc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libfontenc
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.63 2011/02/14 14:39:15 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.64 2012/03/04 21:04:04 chithanh Exp $
+
+*libfontenc-1.1.1 (04 Mar 2012)
+
+ 04 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +libfontenc-1.1.1.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
libfontenc-1.1.0.ebuild:
diff --git a/x11-libs/libfontenc/libfontenc-1.1.1.ebuild b/x11-libs/libfontenc/libfontenc-1.1.1.ebuild
new file mode 100644
index 000000000000..5a79646a1184
--- /dev/null
+++ b/x11-libs/libfontenc/libfontenc-1.1.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.1.ebuild,v 1.1 2012/03/04 21:04:04 chithanh Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="X.Org fontenc library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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 ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+
+RDEPEND="sys-libs/zlib
+ x11-proto/xproto"
+DEPEND="${RDEPEND}"
+
+XORG_CONFIGURE_OPTIONS=(
+ --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings"
+)
diff --git a/x11-libs/libpciaccess/ChangeLog b/x11-libs/libpciaccess/ChangeLog
index 84c9b08652c1..f119630f7a50 100644
--- a/x11-libs/libpciaccess/ChangeLog
+++ b/x11-libs/libpciaccess/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libpciaccess
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.72 2011/12/19 01:39:15 chithanh Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.73 2012/03/04 21:04:29 chithanh Exp $
+
+*libpciaccess-0.13 (04 Mar 2012)
+
+ 04 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ -libpciaccess-0.12.902.ebuild, +libpciaccess-0.13.ebuild:
+ Version bump.
*libpciaccess-0.12.902 (19 Dec 2011)
diff --git a/x11-libs/libpciaccess/libpciaccess-0.12.902.ebuild b/x11-libs/libpciaccess/libpciaccess-0.13.ebuild
index 839d8151be95..d4e7f5353d90 100644
--- a/x11-libs/libpciaccess/libpciaccess-0.12.902.ebuild
+++ b/x11-libs/libpciaccess/libpciaccess-0.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.12.902.ebuild,v 1.1 2011/12/19 01:39:15 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.13.ebuild,v 1.1 2012/03/04 21:04:29 chithanh Exp $
EAPI=4
inherit xorg-2