summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-06-01 03:20:27 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-06-01 03:20:27 +0000
commita75e740b1d243d0f742b4d628685b2feb743b809 (patch)
tree00fb4606c92bc3e543cd0656f7b160c5fc3aa658 /x11-libs/libXres
parentVersion bump for security bug #471098. (diff)
downloadgentoo-2-a75e740b1d243d0f742b4d628685b2feb743b809.tar.gz
gentoo-2-a75e740b1d243d0f742b4d628685b2feb743b809.tar.bz2
gentoo-2-a75e740b1d243d0f742b4d628685b2feb743b809.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/libXres')
-rw-r--r--x11-libs/libXres/ChangeLog11
-rw-r--r--x11-libs/libXres/libXres-1.0.7.ebuild18
2 files changed, 26 insertions, 3 deletions
diff --git a/x11-libs/libXres/ChangeLog b/x11-libs/libXres/ChangeLog
index fa5b62b6874b..52e5bf75fc09 100644
--- a/x11-libs/libXres/ChangeLog
+++ b/x11-libs/libXres/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libXres
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXres/ChangeLog,v 1.71 2012/08/26 18:41:38 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXres/ChangeLog,v 1.72 2013/06/01 03:20:27 chithanh Exp $
+
+*libXres-1.0.7 (01 Jun 2013)
+
+ 01 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +libXres-1.0.7.ebuild:
+ Version bump for security bug #471098.
26 Aug 2012; Raúl Porcel <armin76@gentoo.org> libXres-1.0.6.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #419473
@@ -266,4 +272,3 @@
08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+libXres-0.99.0.ebuild:
Initial commit for modular X.
-
diff --git a/x11-libs/libXres/libXres-1.0.7.ebuild b/x11-libs/libXres/libXres-1.0.7.ebuild
new file mode 100644
index 000000000000..cc2e7a5408c2
--- /dev/null
+++ b/x11-libs/libXres/libXres-1.0.7.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/libXres/libXres-1.0.7.ebuild,v 1.1 2013/06/01 03:20:27 chithanh Exp $
+
+EAPI=5
+inherit xorg-2
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/lib/libXRes"
+DESCRIPTION="X.Org XRes library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-proto/xextproto
+ x11-proto/resourceproto"
+DEPEND="${RDEPEND}"