public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxkbcommon/
Date: Sun, 20 May 2018 18:37:11 +0000 (UTC)	[thread overview]
Message-ID: <1526841212.830fb977eb27276491421b6f6fbf0acb2597a86b.mattst88@gentoo> (raw)

commit:     830fb977eb27276491421b6f6fbf0acb2597a86b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 18:33:32 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 20 18:33:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=830fb977

x11-libs/libxkbcommon: Drop old versions

 x11-libs/libxkbcommon/Manifest                  |  3 --
 x11-libs/libxkbcommon/libxkbcommon-0.6.0.ebuild | 38 ------------------------
 x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild | 39 -------------------------
 x11-libs/libxkbcommon/libxkbcommon-0.7.2.ebuild | 39 -------------------------
 4 files changed, 119 deletions(-)

diff --git a/x11-libs/libxkbcommon/Manifest b/x11-libs/libxkbcommon/Manifest
index aca7247a977..b469af14657 100644
--- a/x11-libs/libxkbcommon/Manifest
+++ b/x11-libs/libxkbcommon/Manifest
@@ -1,4 +1 @@
-DIST libxkbcommon-0.6.0.tar.xz 608700 BLAKE2B c82ce8dd9971e53161630d044b48fc5d11011d828ac20f5918a985a3c38c05e85ee3864610238d77a78b7295d7f95a074cec829767e31d1629d23cc8811ea539 SHA512 b70ff4b3b85f03cc2875622ccfa60ba6f1b86a07be90df8be73b867771dd08a85740df95fe8dfef2bacf4356a6dfc9c51523ec6ce60d197184860577b39586c4
-DIST libxkbcommon-0.7.1.tar.xz 622384 BLAKE2B f45c0a8f882504210e1fd7d4535643cb4245b3fdfedc03a73fd1c149ee32149431d1ae3f0a54a27a28dc05a70c6701c314f07f252da9363e5b8124f1b9f1c18d SHA512 9f209214d5d7f9334cabb2cd7e0d9b9b0392c1fae06b60e92a03398875399fe48754b543389f78b8b06dd28a86dfd440720e534bae309ca8ef882eb874dce4e1
-DIST libxkbcommon-0.7.2.tar.xz 630276 BLAKE2B df4f29be0583f40008b48077dc5d4c0de7bdf66fc5df6e6df723f59623cbc681578f40fa5240fbef62ea785aed049805b65bfce82eb6497a4eaa27660103a10e SHA512 4a06f9d719393a34689fdd74b0cce80af20e26cc5bd6e1b34fff4093a4f8f103704bdc54f0245b62903cdd7529cd8d59864924b9f4ddab314d152804da4da649
 DIST libxkbcommon-0.8.0.tar.xz 643456 BLAKE2B 37f8e8ccff63354dc37ec26091a7da28f5a1f05ca0656b03716cdcdbf3172344d600b3b2b646da309ea3e4f04bde1b1279c96b07c493266ec6489935177efbbc SHA512 ad64baa03685b72e1047f9fdfc95661acf5bace59280a95d3defaca73c91fb77c31ecde00b430726e3521ff90cf8dd93ecbc816c18be0971cb616e00b81cf163

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.6.0.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.6.0.ebuild
deleted file mode 100644
index 69ff6c0b442..00000000000
--- a/x11-libs/libxkbcommon/libxkbcommon-0.6.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_EAUTORECONF="yes"
-XORG_MULTILIB="yes"
-
-if [[ ${PV} = *9999* ]]; then
-	GIT_ECLASS="git-r3"
-	EXPERIMENTAL="true"
-	EGIT_REPO_URI="https://github.com/xkbcommon/${PN}"
-else
-	XORG_BASE_INDIVIDUAL_URI=""
-	SRC_URI="https://xkbcommon.org/download/${P}.tar.xz"
-fi
-
-inherit xorg-2 ${GIT_ECLASS}
-
-DESCRIPTION="X.Org xkbcommon library"
-HOMEPAGE="https://xkbcommon.org/"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="X doc test"
-
-DEPEND="sys-devel/bison
-	X? ( >=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb] )
-	>=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
-	>=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}]
-	doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-pkg_setup() {
-	XORG_CONFIGURE_OPTIONS=(
-		--with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb"
-		$(use X || use_enable X x11)
-		$(use_with doc doxygen)
-	)
-	xorg-2_pkg_setup
-}

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild
deleted file mode 100644
index ab4a07d9ac5..00000000000
--- a/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_MULTILIB="yes"
-
-if [[ ${PV} = *9999* ]]; then
-	GIT_ECLASS="git-r3"
-	EXPERIMENTAL="true"
-	EGIT_REPO_URI="https://github.com/xkbcommon/${PN}"
-else
-	XORG_BASE_INDIVIDUAL_URI=""
-	SRC_URI="https://xkbcommon.org/download/${P}.tar.xz"
-fi
-
-inherit xorg-2 ${GIT_ECLASS}
-
-DESCRIPTION="X.Org xkbcommon library"
-HOMEPAGE="https://xkbcommon.org/"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="X doc test"
-
-DEPEND="sys-devel/bison
-	X? (
-		>=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb]
-		>=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
-		>=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}]
-	)
-	doc? ( app-doc/doxygen )"
-RDEPEND="X? ( >=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb] )"
-
-pkg_setup() {
-	XORG_CONFIGURE_OPTIONS=(
-		--with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb"
-		$(use X || use_enable X x11)
-		$(use_with doc doxygen)
-	)
-	xorg-2_pkg_setup
-}

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.7.2.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.7.2.ebuild
deleted file mode 100644
index 0a4987e6ce5..00000000000
--- a/x11-libs/libxkbcommon/libxkbcommon-0.7.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_MULTILIB="yes"
-
-if [[ ${PV} = *9999* ]]; then
-	GIT_ECLASS="git-r3"
-	EXPERIMENTAL="true"
-	EGIT_REPO_URI="https://github.com/xkbcommon/${PN}"
-else
-	XORG_BASE_INDIVIDUAL_URI=""
-	SRC_URI="https://xkbcommon.org/download/${P}.tar.xz"
-fi
-
-inherit xorg-2 ${GIT_ECLASS}
-
-DESCRIPTION="X.Org xkbcommon library"
-HOMEPAGE="https://xkbcommon.org/"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="X doc test"
-
-DEPEND="sys-devel/bison
-	X? (
-		>=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb]
-		>=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
-		>=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}]
-	)
-	doc? ( app-doc/doxygen )"
-RDEPEND="X? ( >=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb] )"
-
-pkg_setup() {
-	XORG_CONFIGURE_OPTIONS=(
-		--with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb"
-		$(use X || use_enable X x11)
-		$(use_with doc doxygen)
-	)
-	xorg-2_pkg_setup
-}


             reply	other threads:[~2018-05-20 18:37 UTC|newest]

Thread overview: 188+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-20 18:37 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-09 18:54 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxkbcommon/ Matt Turner
2024-05-17  0:24 Matt Turner
2024-04-26 13:07 Sam James
2024-04-26 13:07 Sam James
2024-04-26 12:52 Sam James
2024-04-26 12:52 Sam James
2024-04-26 12:50 Sam James
2024-04-26 12:50 Sam James
2024-04-26  6:03 Arthur Zamarin
2024-03-26 15:26 Matt Turner
2024-03-06 21:51 Matt Turner
2024-03-06 21:51 Matt Turner
2024-01-22 15:42 Sam James
2024-01-08 12:28 Sam James
2023-11-25 17:31 Matt Turner
2023-11-25  9:37 Arthur Zamarin
2023-11-16 19:58 Arthur Zamarin
2023-11-16 19:42 Arthur Zamarin
2023-11-16 17:17 Arthur Zamarin
2023-11-16 17:17 Arthur Zamarin
2023-11-16 17:17 Arthur Zamarin
2023-11-16 17:17 Arthur Zamarin
2023-10-09 20:32 Matt Turner
2023-10-09 20:32 Matt Turner
2023-10-09 20:32 Matt Turner
2023-03-13 20:07 Matt Turner
2023-03-13 19:18 Arthur Zamarin
2023-03-04 13:51 Arthur Zamarin
2023-03-04  7:04 Arthur Zamarin
2023-03-03 18:47 Arthur Zamarin
2023-03-03 18:42 Arthur Zamarin
2023-03-03  5:57 Arthur Zamarin
2023-03-02 19:52 Arthur Zamarin
2023-01-10 23:41 Matt Turner
2022-06-24 16:26 Matt Turner
2022-06-17  6:56 Agostino Sarubbo
2022-06-16 15:16 Sam James
2022-06-16 15:16 Sam James
2022-06-16  7:39 Agostino Sarubbo
2022-06-16  7:38 Agostino Sarubbo
2022-06-16  6:10 Agostino Sarubbo
2022-06-16  6:09 Agostino Sarubbo
2022-05-29 15:23 Matt Turner
2022-05-28  1:35 Sam James
2022-05-25 18:00 Jakov Smolić
2022-05-25 17:57 Jakov Smolić
2022-05-24 18:32 Matt Turner
2022-05-08 23:01 Sam James
2022-05-08  7:34 WANG Xuerui
2022-05-07 17:55 Jakov Smolić
2022-02-06 23:11 Matt Turner
2021-11-18  7:48 Matt Turner
2021-11-17 22:55 Georgy Yakovlev
2021-11-17 16:51 Arthur Zamarin
2021-11-17  7:49 Sam James
2021-11-15  8:38 Jakov Smolić
2021-11-15  1:12 Sam James
2021-11-12 20:51 Sam James
2021-11-07 22:10 Jakov Smolić
2021-09-24  2:54 Matt Turner
2021-06-04  1:14 Matt Turner
2021-05-29 18:16 Matt Turner
2021-05-27 19:23 Sam James
2021-05-27 19:18 Sam James
2021-05-27 19:18 Sam James
2021-05-27 19:14 Sam James
2021-05-27 19:11 Sam James
2021-05-27 19:11 Sam James
2021-05-21  2:30 Matt Turner
2021-05-04  2:07 Matt Turner
2021-04-08  3:05 Matt Turner
2021-03-04 20:21 Matt Turner
2020-12-31 16:59 Matt Turner
2020-12-24  3:42 Matt Turner
2020-12-20 19:17 Thomas Deutschmann
2020-12-20 16:59 Mike Gilbert
2020-12-20 11:46 Mikle Kolyada
2020-12-19 15:08 Sam James
2020-12-13 23:30 Sam James
2020-12-07 15:27 Sam James
2020-12-07  5:23 Sam James
2020-12-06 20:48 Sam James
2020-11-25 16:19 Matt Turner
2020-11-22 21:16 Matt Turner
2020-09-28 21:26 Matt Turner
2020-09-17 14:00 Lars Wendler
2020-08-09 17:52 Matt Turner
2020-07-31 17:53 Sergei Trofimovich
2020-07-21  9:33 Agostino Sarubbo
2020-07-21  8:48 Agostino Sarubbo
2020-07-19  1:47 Sam James
2020-07-17 20:47 Sam James
2020-07-17 15:15 Agostino Sarubbo
2020-07-17 15:09 Agostino Sarubbo
2020-07-17 15:07 Agostino Sarubbo
2020-06-30  8:21 Lars Wendler
2020-03-29 10:48 Sergei Trofimovich
2020-03-11 18:42 Matt Turner
2020-03-08 10:49 Mart Raudsepp
2020-03-05 15:10 Agostino Sarubbo
2020-03-05 15:09 Agostino Sarubbo
2020-03-05 13:23 Agostino Sarubbo
2020-03-05 12:54 Agostino Sarubbo
2020-03-05 11:51 Agostino Sarubbo
2020-03-05 11:40 Agostino Sarubbo
2020-03-05 11:37 Agostino Sarubbo
2020-01-21 17:00 Lars Wendler
2019-12-05 23:21 Matt Turner
2019-11-26 22:54 Matt Turner
2019-11-26 19:35 Sergei Trofimovich
2019-11-26  0:58 Thomas Deutschmann
2019-11-22 13:44 Matt Turner
2019-11-22  9:34 Mikle Kolyada
2019-11-20 11:48 Agostino Sarubbo
2019-11-20 11:35 Agostino Sarubbo
2019-11-20 11:21 Agostino Sarubbo
2019-11-18 22:08 Aaron Bauman
2019-11-18 14:29 Agostino Sarubbo
2019-10-21 14:46 Lars Wendler
2019-10-20 22:55 Thomas Deutschmann
2019-10-20 20:17 Matt Turner
2019-05-01 20:47 Matt Turner
2019-05-01 18:24 Matt Turner
2019-04-30 15:37 Sergei Trofimovich
2019-04-28  9:35 Mikle Kolyada
2019-04-28  4:21 Matt Turner
2019-04-28  0:48 Matt Turner
2019-04-27 11:52 Mikle Kolyada
2019-04-27 11:47 Mikle Kolyada
2019-04-27  4:29 Aaron Bauman
2019-04-27  3:15 Aaron Bauman
2019-02-28 22:51 Matt Turner
2019-02-28  7:15 Matt Turner
2019-02-12 22:42 Matt Turner
2019-01-19 20:09 Mart Raudsepp
2018-11-01 19:07 Sergei Trofimovich
2018-09-16 15:44 Matt Turner
2018-09-16  7:54 Mikle Kolyada
2018-09-15 18:19 Sergei Trofimovich
2018-09-15 12:10 Sergei Trofimovich
2018-09-14 12:17 Tobias Klausmann
2018-09-13 14:46 Agostino Sarubbo
2018-09-12 20:47 Thomas Deutschmann
2018-09-11 20:57 Matt Turner
2018-09-11 20:57 Matt Turner
2018-08-08 19:25 Matt Turner
2018-07-21 15:24 Mikle Kolyada
2018-05-20 21:07 Matt Turner
2018-05-20 18:37 Matt Turner
2018-05-20 16:16 Matt Turner
2018-05-20 16:16 Matt Turner
2018-05-14 12:38 Tobias Klausmann
2018-05-14  0:22 Aaron Bauman
2018-05-13 22:06 Thomas Deutschmann
2018-05-13  9:53 Sergei Trofimovich
2018-05-12 15:33 Sergei Trofimovich
2018-03-28  8:59 Matt Turner
2018-03-19 19:51 Sergei Trofimovich
2018-03-13 19:51 Michał Górny
2017-12-19  3:42 Lars Wendler
2017-08-07  8:00 Lars Wendler
2017-07-30  9:23 Michał Górny
2017-06-24  8:40 Markus Meier
2017-06-13 12:31 Agostino Sarubbo
2017-06-04 19:20 Tobias Klausmann
2017-06-01  9:13 Agostino Sarubbo
2017-05-31 13:06 Agostino Sarubbo
2017-05-30 13:16 Manuel Rüger
2017-03-04  7:23 Matt Turner
2017-03-04  7:23 Matt Turner
2017-03-04  7:23 Matt Turner
2017-03-04  7:23 Matt Turner
2017-03-04  7:23 Matt Turner
2017-01-25 12:28 Agostino Sarubbo
2017-01-22 17:20 Agostino Sarubbo
2017-01-20  4:34 Lars Wendler
2016-11-26 21:50 Lars Wendler
2016-11-17 10:48 Agostino Sarubbo
2016-11-16 10:44 Agostino Sarubbo
2016-09-22 15:55 Tobias Klausmann
2016-09-17 11:14 Pacho Ramos
2016-09-17 10:49 Pacho Ramos
2016-08-06 10:56 Markus Meier
2016-08-03  4:32 Jeroen Roovers
2016-04-10  0:08 Manuel Rüger
2016-03-19 14:19 Manuel Rüger
2016-03-19 14:19 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1526841212.830fb977eb27276491421b6f6fbf0acb2597a86b.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox