From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 351721382C5 for ; Sun, 28 Jan 2018 14:11:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BBE6E0D75; Sun, 28 Jan 2018 14:11:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3917DE0D75 for ; Sun, 28 Jan 2018 14:11:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04A53335C0B for ; Sun, 28 Jan 2018 14:11:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 905AA1A4 for ; Sun, 28 Jan 2018 14:11:40 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1517148692.730353bf2ea4ee82512e0c3f4f6927f5b9bf8db3.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm-contrib/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/stumpwm-contrib/Manifest x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild X-VCS-Directories: x11-wm/stumpwm-contrib/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 730353bf2ea4ee82512e0c3f4f6927f5b9bf8db3 X-VCS-Branch: master Date: Sun, 28 Jan 2018 14:11:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8c016db1-a8e5-45d9-8a5c-28ff7bc9d665 X-Archives-Hash: 80b852af90b617a1c8e8aa32ba3e9851 commit: 730353bf2ea4ee82512e0c3f4f6927f5b9bf8db3 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Jan 28 14:11:32 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Jan 28 14:11:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730353bf x11-wm/stumpwm-contrib: Drops old Package-Manager: Portage-2.3.19, Repoman-2.3.6 x11-wm/stumpwm-contrib/Manifest | 1 - .../stumpwm-contrib-20171028.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest index d95e85292e2..15ea429f486 100644 --- a/x11-wm/stumpwm-contrib/Manifest +++ b/x11-wm/stumpwm-contrib/Manifest @@ -1,2 +1 @@ -DIST stumpwm-contrib-20171028.tar.bz2 573283 BLAKE2B 88391db94b71489e745d0ed01a27ff8f738dcad27851d7d9902e5e38a23dfe4813b44c230dea382b27fdc9a0941642f77112d6bfdc040d690cccbef8d9be305c SHA512 1b4bc04e1c7c4946ac7c1cf2e4e661fc4543cfc150e97184846f8ecd3a8155d0b183b3ed74b252a1a83622354a61ac1021da00e6b6913a817a606d165829ba02 DIST stumpwm-contrib-20180128.tar.bz2 575171 BLAKE2B 57f5cab26ecfd0721ae3c167ad09922920b171fc95250eb6e98936033623837d50d70179a2262093b4db978477da3ae0bc5e920ac0cfc1e291f60ef6b7c0c260 SHA512 76bc7bf0b5a752264f3719d38773362cf134edb8ce128d2213a0d636485d12ae86b52d111d07688ce0b2a97e1e4282b391491a738e77946d225ddc22c84e8156 diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild deleted file mode 100644 index 06ec6f84093..00000000000 --- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -DESCRIPTION="Extension Modules for StumpWM" -HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/" - -if [[ ${PV} == 9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="${HOMEPAGE}" -else - SRC_URI="mirror://gentoo/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-2 GPL-3 BSD-2" -SLOT="0" -IUSE="" - -RDEPEND=">=x11-wm/stumpwm-1.0.0" - -CONTRIBCATEGORIES="media modeline minor-mode util" - -src_install() { - common-lisp-install-sources -t all ${CONTRIBCATEGORIES} - dobin util/stumpish/stumpish - dobin util/pinentry/stumpwm-pinentry - dodoc README.org -}