summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-12-14 11:11:27 +0000
committerRémi Cardona <remi@gentoo.org>2009-12-14 11:11:27 +0000
commita293bd442a9b38d7a5627d2e188b7a9e7bd60471 (patch)
tree99c6ca66fd7934feca1df9cdd767c796d8eeae1a /x11-libs
parentAdd mask for app-editors/emacs-vcs, preparing for package move. (diff)
downloadgentoo-2-a293bd442a9b38d7a5627d2e188b7a9e7bd60471.tar.gz
gentoo-2-a293bd442a9b38d7a5627d2e188b7a9e7bd60471.tar.bz2
gentoo-2-a293bd442a9b38d7a5627d2e188b7a9e7bd60471.zip
x11-libs/xcb-util: drop old ebuilds, change LICENSE to MIT
(Portage version: 2.2_rc59/cvs/Linux i686)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/xcb-util/ChangeLog6
-rw-r--r--x11-libs/xcb-util/xcb-util-0.3.3.ebuild3
-rw-r--r--x11-libs/xcb-util/xcb-util-0.3.4.ebuild34
-rw-r--r--x11-libs/xcb-util/xcb-util-0.3.5.ebuild35
-rw-r--r--x11-libs/xcb-util/xcb-util-0.3.6.ebuild3
5 files changed, 7 insertions, 74 deletions
diff --git a/x11-libs/xcb-util/ChangeLog b/x11-libs/xcb-util/ChangeLog
index 5ad95bea40c8..5c72f66a78b8 100644
--- a/x11-libs/xcb-util/ChangeLog
+++ b/x11-libs/xcb-util/ChangeLog
@@ -1,6 +1,10 @@
# 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.45 2009/10/26 21:05:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.46 2009/12/14 11:11:27 remi Exp $
+
+ 14 Dec 2009; Rémi Cardona <remi@gentoo.org> xcb-util-0.3.3.ebuild,
+ -xcb-util-0.3.4.ebuild, -xcb-util-0.3.5.ebuild, xcb-util-0.3.6.ebuild:
+ drop old ebuilds, change LICENSE to MIT
26 Oct 2009; Jeroen Roovers <jer@gentoo.org> xcb-util-0.3.6.ebuild:
Stable for HPPA (bug #282290).
diff --git a/x11-libs/xcb-util/xcb-util-0.3.3.ebuild b/x11-libs/xcb-util/xcb-util-0.3.3.ebuild
index 1303ed1964d1..8c5566c528b7 100644
--- a/x11-libs/xcb-util/xcb-util-0.3.3.ebuild
+++ b/x11-libs/xcb-util/xcb-util-0.3.3.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.3.3.ebuild,v 1.9 2009/07/22 14:10:40 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.3.ebuild,v 1.10 2009/12/14 11:11:27 remi Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -11,7 +11,6 @@ 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"
diff --git a/x11-libs/xcb-util/xcb-util-0.3.4.ebuild b/x11-libs/xcb-util/xcb-util-0.3.4.ebuild
deleted file mode 100644
index 8ee1901c1c83..000000000000
--- a/x11-libs/xcb-util/xcb-util-0.3.4.ebuild
+++ /dev/null
@@ -1,34 +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.3.4.ebuild,v 1.1 2009/04/20 15:11:24 matsuu 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.3.5.ebuild b/x11-libs/xcb-util/xcb-util-0.3.5.ebuild
deleted file mode 100644
index 6b1b536775e4..000000000000
--- a/x11-libs/xcb-util/xcb-util-0.3.5.ebuild
+++ /dev/null
@@ -1,35 +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.3.5.ebuild,v 1.2 2009/06/10 23:41:29 matsuu 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.2"
-DEPEND="${RDEPEND}
- >=dev-util/gperf-3.0.1
- dev-util/pkgconfig
- >=x11-proto/xproto-7.0.8
- >=x11-proto/xcb-proto-1.5
- 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.3.6.ebuild b/x11-libs/xcb-util/xcb-util-0.3.6.ebuild
index 5ce5831624f8..2dc3ab18b22a 100644
--- a/x11-libs/xcb-util/xcb-util-0.3.6.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.3.6.ebuild,v 1.6 2009/10/26 21:05:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.6.ebuild,v 1.7 2009/12/14 11:11:27 remi Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -11,7 +11,6 @@ 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"