diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-04 02:51:52 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-04 02:51:52 +0000 |
commit | f891c903aa412e90f2a7a87eb3bc89da88654990 (patch) | |
tree | cf7aa743b9d9eac810189a080cd50aa038b2952d /x11-libs | |
parent | Version bump (diff) | |
download | gentoo-2-f891c903aa412e90f2a7a87eb3bc89da88654990.tar.gz gentoo-2-f891c903aa412e90f2a7a87eb3bc89da88654990.tar.bz2 gentoo-2-f891c903aa412e90f2a7a87eb3bc89da88654990.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXdamage/ChangeLog | 11 | ||||
-rw-r--r-- | x11-libs/libXdamage/libXdamage-1.1.4.ebuild | 17 |
2 files changed, 25 insertions, 3 deletions
diff --git a/x11-libs/libXdamage/ChangeLog b/x11-libs/libXdamage/ChangeLog index 5ac50443d6e1..3b7e9963328c 100644 --- a/x11-libs/libXdamage/ChangeLog +++ b/x11-libs/libXdamage/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXdamage -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/ChangeLog,v 1.62 2012/05/06 00:12:43 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/ChangeLog,v 1.63 2013/01/04 02:51:52 chithanh Exp $ + +*libXdamage-1.1.4 (04 Jan 2013) + + 04 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libXdamage-1.1.4.ebuild: + Version bump. 06 May 2012; Alexis Ballier <aballier@gentoo.org> libXdamage-1.1.3.ebuild: keyword ~amd64-fbsd @@ -250,4 +256,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +libXdamage-1.0.1.ebuild: Initial commit for modular X. - diff --git a/x11-libs/libXdamage/libXdamage-1.1.4.ebuild b/x11-libs/libXdamage/libXdamage-1.1.4.ebuild new file mode 100644 index 000000000000..996995da2d83 --- /dev/null +++ b/x11-libs/libXdamage/libXdamage-1.1.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/libXdamage-1.1.4.ebuild,v 1.1 2013/01/04 02:51:52 chithanh Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="X.Org Xdamage library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~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}" |