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 E6D0913940F for ; Thu, 22 Apr 2021 19:16:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3D9CE0955; Thu, 22 Apr 2021 19:16:51 +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 5914FE0955 for ; Thu, 22 Apr 2021 19:16:50 +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 8C87B340DE2 for ; Thu, 22 Apr 2021 19:16:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4473E646 for ; Thu, 22 Apr 2021 19:16:47 +0000 (UTC) From: "Gergely Nagy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gergely Nagy" Message-ID: <1619118996.b04336d19ec2614c0ad424867adea8826a785eea.ngg@gentoo> Subject: [gentoo-commits] repo/proj/dotnet:master commit in: app-emacs/dash/, app-emacs/s/ X-VCS-Repository: repo/proj/dotnet X-VCS-Files: app-emacs/dash/dash-9999.ebuild app-emacs/dash/metadata.xml app-emacs/s/metadata.xml app-emacs/s/s-9999.ebuild X-VCS-Directories: app-emacs/s/ app-emacs/dash/ X-VCS-Committer: ngg X-VCS-Committer-Name: Gergely Nagy X-VCS-Revision: b04336d19ec2614c0ad424867adea8826a785eea X-VCS-Branch: master Date: Thu, 22 Apr 2021 19:16:47 +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: 8b4ae31a-8b78-447e-bf7c-1c074126e3ea X-Archives-Hash: 74837182190757f1458dd31d3caff924 commit: b04336d19ec2614c0ad424867adea8826a785eea Author: Gergely Nagy ngg hu> AuthorDate: Thu Apr 22 19:16:36 2021 +0000 Commit: Gergely Nagy ngg hu> CommitDate: Thu Apr 22 19:16:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=b04336d1 app-emacs/{dash,s}: remove -9999, upstream should be ok Signed-off-by: Gergely Nagy ngg.hu> app-emacs/dash/dash-9999.ebuild | 19 ------------------- app-emacs/dash/metadata.xml | 14 -------------- app-emacs/s/metadata.xml | 14 -------------- app-emacs/s/s-9999.ebuild | 19 ------------------- 4 files changed, 66 deletions(-) diff --git a/app-emacs/dash/dash-9999.ebuild b/app-emacs/dash/dash-9999.ebuild deleted file mode 100644 index fb03337..0000000 --- a/app-emacs/dash/dash-9999.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit git-r3 elisp - -DESCRIPTION="A modern list api for Emacs. No 'cl required." -HOMEPAGE="https://github.com/magnars/dash.el" -EGIT_REPO_URI="git://github.com/magnars/dash.el.git" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" - -src_unpack() { - git-r3_src_unpack - elisp_src_unpack -} diff --git a/app-emacs/dash/metadata.xml b/app-emacs/dash/metadata.xml deleted file mode 100644 index 882c18a..0000000 --- a/app-emacs/dash/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - - A modern list api for Emacs. No 'cl required. - - - API для работы со строками в Emacs, не требует common list - - diff --git a/app-emacs/s/metadata.xml b/app-emacs/s/metadata.xml deleted file mode 100644 index 14288a7..0000000 --- a/app-emacs/s/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - - The long lost Emacs string manipulation library. - - - Билиотека для работы со строками в Emacs - - diff --git a/app-emacs/s/s-9999.ebuild b/app-emacs/s/s-9999.ebuild deleted file mode 100644 index 59e4a5d..0000000 --- a/app-emacs/s/s-9999.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit git-r3 elisp - -DESCRIPTION="The long lost Emacs string manipulation library" -HOMEPAGE="https://github.com/magnars/s.el" -EGIT_REPO_URI="git://github.com/magnars/s.el.git" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" - -src_unpack() { - git-r3_src_unpack - elisp_src_unpack -}