summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-08-24 16:05:31 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-08-24 16:05:31 +0000
commit20ec148ae69d88e253c48a69f69ea47a729b8db8 (patch)
treee950bc8582f0ca727723c3ca294c82944eb81f70 /x11-libs/xcb-util
parentadd games-rpg/sacred-gold to the list (diff)
downloadgentoo-2-20ec148ae69d88e253c48a69f69ea47a729b8db8.tar.gz
gentoo-2-20ec148ae69d88e253c48a69f69ea47a729b8db8.tar.bz2
gentoo-2-20ec148ae69d88e253c48a69f69ea47a729b8db8.zip
Version bumped.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/xcb-util')
-rw-r--r--x11-libs/xcb-util/ChangeLog8
-rw-r--r--x11-libs/xcb-util/xcb-util-0.2.ebuild32
-rw-r--r--x11-libs/xcb-util/xcb-util-0.3.0.ebuild34
-rw-r--r--x11-libs/xcb-util/xcb-util-0.3.6.ebuild (renamed from x11-libs/xcb-util/xcb-util-0.2.1.ebuild)10
4 files changed, 13 insertions, 71 deletions
diff --git a/x11-libs/xcb-util/ChangeLog b/x11-libs/xcb-util/ChangeLog
index c19fe5abedc5..ca4a701e3fe5 100644
--- a/x11-libs/xcb-util/ChangeLog
+++ b/x11-libs/xcb-util/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/xcb-util
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.39 2009/07/22 14:10:40 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.40 2009/08/24 16:05:31 matsuu Exp $
+
+*xcb-util-0.3.6 (24 Aug 2009)
+
+ 24 Aug 2009; MATSUU Takuto <matsuu@gentoo.org> -xcb-util-0.2.ebuild,
+ -xcb-util-0.2.1.ebuild, -xcb-util-0.3.0.ebuild, +xcb-util-0.3.6.ebuild:
+ Version bumped. Removed old versions.
22 Jul 2009; Joseph Jezak <josejx@gentoo.org> xcb-util-0.3.3.ebuild:
Marked ppc stable for bug #276011.
diff --git a/x11-libs/xcb-util/xcb-util-0.2.ebuild b/x11-libs/xcb-util/xcb-util-0.2.ebuild
deleted file mode 100644
index bff92d34f0ed..000000000000
--- a/x11-libs/xcb-util/xcb-util-0.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.2.ebuild,v 1.15 2009/05/05 07:25:28 ssuominen Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X C-language Bindings sample implementations"
-HOMEPAGE="http://xcb.freedesktop.org/"
-SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
-
-IUSE=""
-LICENSE="X11"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-
-RDEPEND=">=x11-libs/libxcb-1"
-DEPEND="${RDEPEND}
- >=dev-util/gperf-3
- x11-proto/xproto"
-
-pkg_postinst() {
- x-modular_pkg_postinst
-
- echo
- ewarn "Library names have changed since earlier versions of xcb-util;"
- ewarn "you must rebuild packages that have linked against <xcb-util-0.2."
- einfo "Using 'revdep-rebuild' from app-portage/gentoolkit is highly"
- einfo "recommended."
- epause 5
-}
diff --git a/x11-libs/xcb-util/xcb-util-0.3.0.ebuild b/x11-libs/xcb-util/xcb-util-0.3.0.ebuild
deleted file mode 100644
index 6da4db0082ba..000000000000
--- a/x11-libs/xcb-util/xcb-util-0.3.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.0.ebuild,v 1.2 2008/12/07 11:34:19 vapier Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X C-language Bindings sample implementations"
-HOMEPAGE="http://xcb.freedesktop.org/"
-SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
-
-LICENSE="X11"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="test"
-
-RDEPEND=">=x11-libs/libxcb-1"
-DEPEND="${RDEPEND}
- >=dev-util/gperf-3.0.1
- dev-util/pkgconfig
- x11-proto/xproto
- test? ( >=dev-libs/check-0.9.4 )"
-
-pkg_postinst() {
- x-modular_pkg_postinst
-
- echo
- ewarn "Library names have changed since earlier versions of xcb-util;"
- ewarn "you must rebuild packages that have linked against <xcb-util-0.3.0."
- einfo "Using 'revdep-rebuild' from app-portage/gentoolkit is highly"
- einfo "recommended."
- epause 5
-}
diff --git a/x11-libs/xcb-util/xcb-util-0.2.1.ebuild b/x11-libs/xcb-util/xcb-util-0.3.6.ebuild
index 482141cd9bd4..c8ef1ea76094 100644
--- a/x11-libs/xcb-util/xcb-util-0.2.1.ebuild
+++ b/x11-libs/xcb-util/xcb-util-0.3.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.2.1.ebuild,v 1.2 2009/03/27 17:05:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.6.ebuild,v 1.1 2009/08/24 16:05:31 matsuu Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -15,10 +15,12 @@ LICENSE="X11"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="test"
-RDEPEND=">=x11-libs/libxcb-1"
+RDEPEND=">=x11-libs/libxcb-1.4"
DEPEND="${RDEPEND}
>=dev-util/gperf-3.0.1
- x11-proto/xproto
+ dev-util/pkgconfig
+ >=x11-proto/xproto-7.0.8
+ >=x11-proto/xcb-proto-1.5
test? ( >=dev-libs/check-0.9.4 )"
pkg_postinst() {
@@ -26,7 +28,7 @@ pkg_postinst() {
echo
ewarn "Library names have changed since earlier versions of xcb-util;"
- ewarn "you must rebuild packages that have linked against <xcb-util-0.2."
+ ewarn "you must rebuild packages that have linked against <xcb-util-0.3.0."
einfo "Using 'revdep-rebuild' from app-portage/gentoolkit is highly"
einfo "recommended."
epause 5