diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-04-05 21:17:31 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-04-05 21:17:31 +0100 |
commit | dc7cbdfa65fd814b3b9aa3c56257da201109e807 (patch) | |
tree | c85d72f6f31f21f178069c9d41d41a7c1ff4b362 /x11-libs/libxcb | |
parent | 0706fc6986773f4e4d391deff4ad5143c464ea4e (diff) |
gentoo resync : 05.04.2019
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/libxcb/libxcb-1.13.1.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/x11-libs/libxcb/Manifest b/x11-libs/libxcb/Manifest index ff04236d4b75..f82c6bc50de3 100644 --- a/x11-libs/libxcb/Manifest +++ b/x11-libs/libxcb/Manifest @@ -1,3 +1,3 @@ DIST libxcb-1.13.1.tar.bz2 506778 BLAKE2B eca685a21d40f664b611c0c8da845e3464126b101320a86db27ee4d87b85ac0ad1a41950281b7f0ecca06883c591571d059a913591b0281890b339f279b7af93 SHA512 763edff9572623674f75a858adc57b5c09591f508cc5d5093218e7bb047abdbe0a0108bd465419a8bf15c7dcdc85efdd2d4d9fd56605c41475d15dc992640c23 -EBUILD libxcb-1.13.1.ebuild 1469 BLAKE2B 4f5e7e5242d65494d1c52b4c26cb6c1cd9f8f66b9cc513609793ed648ef808758e90b2e49ee4a76ff574007d6d2b22a8be8079cde92813d91aa1bf0079906d88 SHA512 725acc3d795ed3286e66b2c9ea24e7c3236607039de6bd7777e86c47e62c081067c6dc1a634d5dbd453510ef6ec4cfbd4474c1549f8e166008e79514d0463298 +EBUILD libxcb-1.13.1.ebuild 1449 BLAKE2B 4a0d967f7eb985f3f565e6b688d11eeab072e344e1708433560e194d9fa802e98926626aadd1a23f9a1ff52b933ec70fa1ba8b809a4a3e86c4278fcae5a7b9c1 SHA512 5f4f44b90f7a4b05ff46077e84167e94b0cf5331d53d2e2ee745ad48015c0165084526f51046e689e9478f2999137c6453c22236ba405bcbc51cf9455cddad70 MISC metadata.xml 319 BLAKE2B 8dc76aaf5b8760a5b4a1b6785de5c77cac259c44ec88e41a02834e240cabb2037cf90117462c9aeadbd73502f63e8fdd1223e7dd07fdbfa11fee2c6eb6659cc2 SHA512 099359a62cca3897168fb9cbdb25f48feb8ca3524bde0c7f36b271059c84e567bba9fa6e47d999ba8effb2969e0a918bb52ede5e1a8737d9ff5a13a69f709a5e diff --git a/x11-libs/libxcb/libxcb-1.13.1.ebuild b/x11-libs/libxcb/libxcb-1.13.1.ebuild index 9bbbd758b0aa..2f4bf436ec4f 100644 --- a/x11-libs/libxcb/libxcb-1.13.1.ebuild +++ b/x11-libs/libxcb/libxcb-1.13.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,8 +11,7 @@ XORG_MULTILIB=yes inherit python-any-r1 xorg-2 DESCRIPTION="X C-language Bindings library" -HOMEPAGE="https://xcb.freedesktop.org/" -EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/libxcb.git" +HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb" [[ ${PV} != 9999* ]] && \ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2" |