public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/
Date: Wed, 15 Jun 2016 02:41:08 +0000 (UTC)	[thread overview]
Message-ID: <1465958391.eeb06e9461ac2918b0183e66e3f8429b1d6280a4.radhermit@gentoo> (raw)

commit:     eeb06e9461ac2918b0183e66e3f8429b1d6280a4
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 02:39:24 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 02:39:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb06e94

x11-wm/qtile: remove old

 x11-wm/qtile/Manifest            |  2 --
 x11-wm/qtile/qtile-0.10.1.ebuild | 56 ----------------------------------------
 x11-wm/qtile/qtile-0.10.2.ebuild | 56 ----------------------------------------
 3 files changed, 114 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 598bdb8..7053e9b 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,4 +1,2 @@
-DIST qtile-0.10.1.tar.gz 300217 SHA256 24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 dec5555107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b WHIRLPOOL 455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
-DIST qtile-0.10.2.tar.gz 310115 SHA256 ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6 WHIRLPOOL 37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
 DIST qtile-0.10.5.tar.gz 325311 SHA256 1dd9512900d7c9eeb40c2d6bac400485e80eb5093083eea095f77b22fb126850 SHA512 00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631 WHIRLPOOL 63f7ba175683a3e3f2e1b18e1a33e7bffd1927ed4f6148cf044e9fb9ba603f001fc23950ce0d5e76474c64c5f7baf3430d96758bbe7e95bd953c55c7214040bb
 DIST qtile-0.10.6.tar.gz 328892 SHA256 2b0f18d3bbe1da25cebc5172134c6c5f8fbe0d2b60d81ac2c2dfdf8a1e8b903a SHA512 39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956 WHIRLPOOL 6bece67dfe39f0538a24791a862faf0ab0c902fb011c4a022a0e5699e332b92f458aae6a54ae438ec0fae0c57cb9d1916bdbff987485d984ecfc71840c815965

diff --git a/x11-wm/qtile/qtile-0.10.1.ebuild b/x11-wm/qtile/qtile-0.10.1.ebuild
deleted file mode 100644
index b59d1b1..0000000
--- a/x11-wm/qtile/qtile-0.10.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == 9999* ]] ; then
-	EGIT_REPO_URI="https://github.com/qtile/qtile.git"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-	>=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-	>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-	>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-	>=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 'python2*')
-"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-		x11-base/xorg-server[kdrive]
-	)
-"
-
-RESTRICT="test"
-
-python_test() {
-	VIRTUALX_COMMAND="nosetests" virtualmake
-}
-
-python_install_all() {
-	local DOCS=( CHANGELOG README.rst )
-	distutils-r1_python_install_all
-
-	insinto /usr/share/xsessions
-	doins resources/qtile.desktop
-
-	exeinto /etc/X11/Sessions
-	newexe "${FILESDIR}"/${PN}-session ${PN}
-}

diff --git a/x11-wm/qtile/qtile-0.10.2.ebuild b/x11-wm/qtile/qtile-0.10.2.ebuild
deleted file mode 100644
index 4a120e2..0000000
--- a/x11-wm/qtile/qtile-0.10.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == 9999* ]] ; then
-	EGIT_REPO_URI="https://github.com/qtile/qtile.git"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-	>=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-	>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-	>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-	>=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 'python2*')
-"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-		x11-base/xorg-server[kdrive]
-	)
-"
-
-RESTRICT="test"
-
-python_test() {
-	VIRTUALX_COMMAND="nosetests" virtualmake
-}
-
-python_install_all() {
-	local DOCS=( CHANGELOG README.rst )
-	distutils-r1_python_install_all
-
-	insinto /usr/share/xsessions
-	doins resources/qtile.desktop
-
-	exeinto /etc/X11/Sessions
-	newexe "${FILESDIR}"/${PN}-session ${PN}
-}


             reply	other threads:[~2016-06-15  2:41 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-15  2:41 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-22 10:30 [gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/ Michał Górny
2025-03-22  8:38 Arthur Zamarin
2025-03-08 19:14 Jakov Smolić
2025-03-08 16:29 Michał Górny
2025-03-08 16:29 Michał Górny
2025-03-08  7:24 Michał Górny
2025-03-01  7:11 Michał Górny
2025-01-07 19:02 Michał Górny
2025-01-07 18:30 Michał Górny
2024-10-21 12:22 Michał Górny
2024-10-20 16:02 Michał Górny
2024-10-20 16:02 Michał Górny
2024-09-17 16:00 Sam James
2024-08-12  2:50 Michał Górny
2024-07-13  7:46 Michał Górny
2024-05-29 14:45 Jakov Smolić
2024-05-22  4:49 Michał Górny
2024-05-01 11:48 Michał Górny
2024-05-01 11:15 Michał Górny
2023-12-21 10:47 Michał Górny
2023-12-21  6:52 Sam James
2023-12-05 14:32 Michał Górny
2023-12-05  9:59 Jakov Smolić
2023-12-05  6:52 Joonas Niilola
2023-12-05  4:20 Michał Górny
2023-12-03  4:20 Michał Górny
2023-12-02 19:30 Michał Górny
2023-08-17  6:22 Sam James
2023-08-17  5:55 Sam James
2023-08-09 20:43 Sam James
2023-06-17  3:15 Sam James
2023-06-15 21:45 Sam James
2023-06-05  5:33 Sam James
2023-05-29 18:29 Andreas Sturmlechner
2023-05-20  6:22 Michał Górny
2023-05-03  6:55 Arthur Zamarin
2023-05-02 19:26 Sam James
2023-03-16 18:52 Michał Górny
2023-03-16 18:52 Michał Górny
2023-02-23 13:40 Sam James
2023-01-20  1:17 Sam James
2023-01-20  1:17 Sam James
2023-01-20  1:17 Sam James
2023-01-14  8:50 Joonas Niilola
2023-01-12 21:18 Yixun Lan
2023-01-12  7:06 Sam James
2022-11-15 18:22 Michał Górny
2022-06-21 20:30 Sam James
2022-06-08  9:58 Jakov Smolić
2022-06-07 23:12 Sam James
2022-05-23 19:46 Jakov Smolić
2022-05-19  1:10 Sam James
2022-05-03  3:25 Sam James
2021-09-27 14:48 Yixun Lan
2021-06-01  6:32 Agostino Sarubbo
2021-05-15 13:24 Mikle Kolyada
2021-05-15 13:24 Mikle Kolyada
2021-05-15 13:24 Mikle Kolyada
2020-09-12 14:59 Mikle Kolyada
2020-09-12 13:32 Mikle Kolyada
2020-09-12 13:32 Mikle Kolyada
2020-09-12 11:19 Mikle Kolyada
2020-09-12 11:18 Mikle Kolyada
2020-07-30 12:33 Mikle Kolyada
2020-04-24 10:45 Mikle Kolyada
2020-04-24 10:45 Mikle Kolyada
2020-04-24 10:45 Mikle Kolyada
2020-03-17  8:08 Michał Górny
2020-01-16 12:03 Tim Harder
2020-01-14 22:48 Matt Turner
2019-11-17  9:48 Mikle Kolyada
2019-11-17  5:08 Tim Harder
2019-11-17  5:08 Tim Harder
2019-07-03 22:00 Tim Harder
2019-07-03 22:00 Tim Harder
2019-03-04  8:34 Tim Harder
2018-09-18 21:23 Tim Harder
2017-11-06 10:28 Tim Harder
2017-11-06 10:21 Tim Harder
2016-06-15  2:41 Tim Harder
2016-06-15  2:41 Tim Harder
2016-04-09  2:24 Tim Harder
2016-01-17  3:34 Tim Harder
2016-01-17  3:34 Tim Harder

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=1465958391.eeb06e9461ac2918b0183e66e3f8429b1d6280a4.radhermit@gentoo \
    --to=radhermit@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