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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82DB9158091 for ; Fri, 3 Jun 2022 21:01:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A550EE0993; Fri, 3 Jun 2022 21:01:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83E41E0993 for ; Fri, 3 Jun 2022 21:01:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CC0E342524 for ; Fri, 3 Jun 2022 21:01:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63A79471 for ; Fri, 3 Jun 2022 21:01:37 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1654290089.35a841d10e1e5d30fa8de957024e659456c6e077.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gs-elpa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gs-elpa/Manifest app-portage/gs-elpa/gs-elpa-0.1.3-r1.ebuild X-VCS-Directories: app-portage/gs-elpa/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 35a841d10e1e5d30fa8de957024e659456c6e077 X-VCS-Branch: master Date: Fri, 3 Jun 2022 21:01:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e6043097-2377-426e-8057-0745c063d6f2 X-Archives-Hash: 263b86080382c8263f08c14871b5ba01 commit: 35a841d10e1e5d30fa8de957024e659456c6e077 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jun 3 10:04:13 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jun 3 21:01:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a841d1 app-portage/gs-elpa: drop 0.1.3-r1 Signed-off-by: Arthur Zamarin gentoo.org> app-portage/gs-elpa/Manifest | 1 - app-portage/gs-elpa/gs-elpa-0.1.3-r1.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/app-portage/gs-elpa/Manifest b/app-portage/gs-elpa/Manifest index d6c6eed2b83f..545275b2262e 100644 --- a/app-portage/gs-elpa/Manifest +++ b/app-portage/gs-elpa/Manifest @@ -1,2 +1 @@ -DIST gs-elpa-0.1.3.tar.gz 15486 BLAKE2B 6e34aa27aae9d7e27d41e122ed18890b5b63a18e5803f83aaa2fe5c82cf95fb010f7d428e576ce1c8493b27fbb587e37f74f8c9ed3ed9320722ec61eff1f535e SHA512 616c6cc33e89094e727c9ebe577d211cf9200a95b7ad6fd4b350b16d6982e3d509278b63a145880cdbc8f83481ba409b650e43260d463bf90a22e2a705997020 DIST gs-elpa-0.2.1.tar.gz 15808 BLAKE2B b37c8d8ecb57277db89b399dd9151348a46269054722f5f29aff6b04511e098a6ddfadc163130d7f9dfbb1af6ff2d76feda695717e021a44422b67a3f335a15e SHA512 d17dab0a0dcabcd3b9fb0fe1a81dcd175808033b46cb7368c017561c060110bd39998117f6feab3e16ace7304e9dc3cf10e684efd0e77b252d8b249317c37475 diff --git a/app-portage/gs-elpa/gs-elpa-0.1.3-r1.ebuild b/app-portage/gs-elpa/gs-elpa-0.1.3-r1.ebuild deleted file mode 100644 index 447cc8818f70..000000000000 --- a/app-portage/gs-elpa/gs-elpa-0.1.3-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{3_7,3_8} ) -DISTUTILS_USE_SETUPTOOLS=no - -inherit distutils-r1 - -DESCRIPTION="g-sorcery backend for elisp packages" -HOMEPAGE="https://github.com/jauhien/gs-elpa" -SRC_URI="https://github.com/jauhien/gs-elpa/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -DEPEND="app-portage/g-sorcery[${PYTHON_USEDEP}] - dev-python/sexpdata[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -python_install_all() { - distutils-r1_python_install_all - doman docs/*.8 -}