summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-10-11 22:20:56 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-10-11 22:20:56 +0200
commitdd36c5c89477f988c7b0e8ef2a5a88982a0965ec (patch)
treead4b4cf0c7c1cdb5d6a802569bf6dbe30ae18d66 /x11-libs/libXres
parentx11-libs/libXfont2: Version bump to 2.0.2 (diff)
downloadgentoo-dd36c5c89477f988c7b0e8ef2a5a88982a0965ec.tar.gz
gentoo-dd36c5c89477f988c7b0e8ef2a5a88982a0965ec.tar.bz2
gentoo-dd36c5c89477f988c7b0e8ef2a5a88982a0965ec.zip
x11-libs/libXres: Version bump to 1.2.0
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'x11-libs/libXres')
-rw-r--r--x11-libs/libXres/Manifest1
-rw-r--r--x11-libs/libXres/libXres-1.2.0.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-libs/libXres/Manifest b/x11-libs/libXres/Manifest
index 6e3bce04cb03..5b0bb6c7633e 100644
--- a/x11-libs/libXres/Manifest
+++ b/x11-libs/libXres/Manifest
@@ -1 +1,2 @@
DIST libXres-1.0.7.tar.bz2 282925 SHA256 26899054aa87f81b17becc68e8645b240f140464cf90c42616ebb263ec5fa0e5 SHA512 796a79ab694317910442cb10a936711df9dde95764eef11efb8dedc85114977e56409de2f640553f1ad492325df178b8cfbeaeec3f03bf084638c555e44292e0 WHIRLPOOL af59fcabab4f593b54c6a1cc9b03b5a59580e678f721e86836150091e1a30c7a29eaa7f19458cf3ce387ece8519c953639fb3fa8f0a89b5e1c2c6df6fce56ff4
+DIST libXres-1.2.0.tar.bz2 286635 SHA256 ff75c1643488e64a7cfbced27486f0f944801319c84c18d3bd3da6bf28c812d4 SHA512 8eb5a36b1f030eb4e27e676cc4befcc073da66a7bce2b39089314e1facb629d13b087bb53ca2c95fe5291857da7ff9f80c6ab28fb3e245eeb9e0344937900172 WHIRLPOOL b86a37c4db5ecb55542a550f0ab26c23da81bf0e1c2f8f8fe99dd21f08142f110e0864ddc8fa7d0099ca70f807513e3885d443141e89996383961c3b7ca17ed5
diff --git a/x11-libs/libXres/libXres-1.2.0.ebuild b/x11-libs/libXres/libXres-1.2.0.ebuild
new file mode 100644
index 000000000000..5bbead434986
--- /dev/null
+++ b/x11-libs/libXres/libXres-1.2.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit xorg-2
+
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/lib/libXRes.git"
+DESCRIPTION="X.Org XRes library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~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}"