diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-06-01 03:16:29 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-06-01 03:16:29 +0000 |
commit | 95b931bb4904e4bbf351c9e4d2a3ca8b247038f4 (patch) | |
tree | d86b74b1c25f84bf549bb4261505525dd24a9f46 /x11-libs/libdmx | |
parent | Unmask xorg's synaptics, wacom, qxl on hardened/linux/uclibc/amd64 (diff) | |
download | gentoo-2-95b931bb4904e4bbf351c9e4d2a3ca8b247038f4.tar.gz gentoo-2-95b931bb4904e4bbf351c9e4d2a3ca8b247038f4.tar.bz2 gentoo-2-95b931bb4904e4bbf351c9e4d2a3ca8b247038f4.zip |
Version bump for security bug #471098.
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/libdmx')
-rw-r--r-- | x11-libs/libdmx/ChangeLog | 11 | ||||
-rw-r--r-- | x11-libs/libdmx/libdmx-1.1.3.ebuild | 16 |
2 files changed, 24 insertions, 3 deletions
diff --git a/x11-libs/libdmx/ChangeLog b/x11-libs/libdmx/ChangeLog index 05c34ccff37e..e81d64cd937c 100644 --- a/x11-libs/libdmx/ChangeLog +++ b/x11-libs/libdmx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libdmx -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdmx/ChangeLog,v 1.53 2012/08/26 18:54:13 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdmx/ChangeLog,v 1.54 2013/06/01 03:16:29 chithanh Exp $ + +*libdmx-1.1.3 (01 Jun 2013) + + 01 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libdmx-1.1.3.ebuild: + Version bump for security bug #471098. 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> libdmx-1.1.2.ebuild: alpha/ia64/s390/sh/sparc stable wrt #419473 @@ -188,4 +194,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +libdmx-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-libs/libdmx/libdmx-1.1.3.ebuild b/x11-libs/libdmx/libdmx-1.1.3.ebuild new file mode 100644 index 000000000000..6261f9777b72 --- /dev/null +++ b/x11-libs/libdmx/libdmx-1.1.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdmx/libdmx-1.1.3.ebuild,v 1.1 2013/06/01 03:16:29 chithanh Exp $ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="X.Org dmx library" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + >=x11-proto/dmxproto-2.3 + x11-proto/xextproto" +DEPEND="${RDEPEND}" |