diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-09 12:41:48 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-09 12:41:48 +0000 |
commit | cacd96ca30c32ab2d10d4503d7959a0f5003b72a (patch) | |
tree | bb059d494028cba45826b00829bd2a86fa1018ef /x11-libs/libXdamage | |
parent | Version bump. Drop old. (diff) | |
download | gentoo-2-cacd96ca30c32ab2d10d4503d7959a0f5003b72a.tar.gz gentoo-2-cacd96ca30c32ab2d10d4503d7959a0f5003b72a.tar.bz2 gentoo-2-cacd96ca30c32ab2d10d4503d7959a0f5003b72a.zip |
Version bump. Drop old.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXdamage')
-rw-r--r-- | x11-libs/libXdamage/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXdamage/libXdamage-1.1.1.ebuild | 25 | ||||
-rw-r--r-- | x11-libs/libXdamage/libXdamage-1.1.3.ebuild | 17 |
3 files changed, 24 insertions, 26 deletions
diff --git a/x11-libs/libXdamage/ChangeLog b/x11-libs/libXdamage/ChangeLog index a8242c776ea5..490043099acf 100644 --- a/x11-libs/libXdamage/ChangeLog +++ b/x11-libs/libXdamage/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXdamage # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/ChangeLog,v 1.51 2010/01/19 20:05:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/ChangeLog,v 1.52 2010/06/09 12:41:48 scarabeus Exp $ + +*libXdamage-1.1.3 (09 Jun 2010) + + 09 Jun 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -libXdamage-1.1.1.ebuild, +libXdamage-1.1.3.ebuild: + Version bump. Drop old. 19 Jan 2010; Raúl Porcel <armin76@gentoo.org> libXdamage-1.1.2.ebuild: s390 stable wrt #294958 diff --git a/x11-libs/libXdamage/libXdamage-1.1.1.ebuild b/x11-libs/libXdamage/libXdamage-1.1.1.ebuild deleted file mode 100644 index 26cd49127637..000000000000 --- a/x11-libs/libXdamage/libXdamage-1.1.1.ebuild +++ /dev/null @@ -1,25 +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/libXdamage/libXdamage-1.1.1.ebuild,v 1.12 2009/05/05 07:05:11 ssuominen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org Xdamage library" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXfixes - >=x11-proto/damageproto-1.1 - x11-proto/xproto" -DEPEND="${RDEPEND}" - -pkg_postinst() { - x-modular_pkg_postinst - - ewarn "Compositing managers may stop working." - ewarn "To fix them, recompile xorg-server." -} diff --git a/x11-libs/libXdamage/libXdamage-1.1.3.ebuild b/x11-libs/libXdamage/libXdamage-1.1.3.ebuild new file mode 100644 index 000000000000..8a0ce07da7d2 --- /dev/null +++ b/x11-libs/libXdamage/libXdamage-1.1.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/libXdamage-1.1.3.ebuild,v 1.1 2010/06/09 12:41:48 scarabeus Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="X.Org Xdamage 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 ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXfixes + >=x11-proto/damageproto-1.1 + x11-proto/xproto" +DEPEND="${RDEPEND}" |