diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-06-18 14:17:08 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-06-18 14:17:08 +0000 |
commit | 0e29ccfc83247c74966e311d742560d6e33a665e (patch) | |
tree | 4ba47be7baf075d9518c813d7b7d9a309bfc14d3 /x11-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-0e29ccfc83247c74966e311d742560d6e33a665e.tar.gz gentoo-2-0e29ccfc83247c74966e311d742560d6e33a665e.tar.bz2 gentoo-2-0e29ccfc83247c74966e311d742560d6e33a665e.zip |
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXrender/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXrender/libXrender-0.9.8.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/x11-libs/libXrender/ChangeLog b/x11-libs/libXrender/ChangeLog index 86d2b22adc05..c5ac04fa7483 100644 --- a/x11-libs/libXrender/ChangeLog +++ b/x11-libs/libXrender/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXrender # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrender/ChangeLog,v 1.92 2013/02/26 15:24:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrender/ChangeLog,v 1.93 2013/06/18 14:17:08 chithanh Exp $ + +*libXrender-0.9.8 (18 Jun 2013) + + 18 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libXrender-0.9.8.ebuild: + Version bump. *libXrender-0.9.7-r1 (26 Feb 2013) diff --git a/x11-libs/libXrender/libXrender-0.9.8.ebuild b/x11-libs/libXrender/libXrender-0.9.8.ebuild new file mode 100644 index 000000000000..112bd277efa4 --- /dev/null +++ b/x11-libs/libXrender/libXrender-0.9.8.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrender/libXrender-0.9.8.ebuild,v 1.1 2013/06/18 14:17:08 chithanh Exp $ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org Xrender library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="x11-libs/libX11[${MULTILIB_USEDEP}] + >=x11-proto/renderproto-0.9.3[${MULTILIB_USEDEP}] + x11-proto/xproto[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" |