From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: John Task Newsgroups: gmane.emacs.devel Subject: [NonGNU Elpa] New package: ETT Date: Wed, 01 Mar 2023 14:46:18 -0300 Message-ID: <86o7pc8ig8.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2369"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Mar 01 19:24:30 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pXR7u-0000NX-Hk for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Mar 2023 19:24:30 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pXR7N-0004ph-0V; Wed, 01 Mar 2023 13:23:58 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pXQg3-0001NN-VP for emacs-devel@gnu.org; Wed, 01 Mar 2023 12:55:43 -0500 Original-Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pXQg1-00017f-OR for emacs-devel@gnu.org; Wed, 01 Mar 2023 12:55:43 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 78A4A44645 for ; Wed, 1 Mar 2023 18:55:37 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PQL6Qd_QX3qd for ; Wed, 1 Mar 2023 18:55:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1677693336; bh=D9rfNMTOxzEU2jwHvJ6aVD1OjMJDMQsVBewv+R4tX1A=; h=From:To:Subject:Date; b=ThfZattrKVAFZcqR3UhF+evP9p9ht7/YrBfg8npRHkBOIPF5QSIrbLGu16B3UaqqA 2lAhJaTLTemtoGHPRQ9tVteZ6VbAkC4RS1nG7a48LOBLyit+uu0JDUhp6eiDedt8o4 spcwLwx21H2s80i40lxCx+BcasLnsu91cMj0+BXwP5I6QXoXhsGjyIc0rsCOpweTZo DAXjp/UBy/zO58evaXsOYXwRPedoKg5/gOX4RvP5KROlYdOpKDCksghAjkxa+JYE3c lkaqoDnvn6BliALL1SXRistCge0qq4WJoWU0crLp5EcP8RCmlOwV6Stkb136M+LYa+ P/RUWz/TNOoSg== Received-SPF: pass client-ip=178.21.23.139; envelope-from=q01@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Wed, 01 Mar 2023 13:23:55 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:303882 Archived-At: Emacs Time Tracker (or short ETT) is a simple yet powerful time tracker for Emacs. It's based on a minimalist plain text format. Here is the patch: >From 744f06be4a141e766a223e7c8532dd0e65a43e73 Mon Sep 17 00:00:00 2001 From: John Task Date: Tue, 28 Feb 2023 17:18:16 -0300 Subject: [PATCH] New package --- elpa-packages | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/elpa-packages b/elpa-packages index a7f13ed520..a06c667bb4 100644 --- a/elpa-packages +++ b/elpa-packages @@ -154,6 +154,10 @@ :readme "README.md" :ignored-files ("doc/demo.gif")) + (ett :url "https://gitlab.com/q01_code/ett.git" + :readme "README.org" + :ignored-files ("COPYING" "ETT.png")) + (evil :url "https://github.com/emacs-evil/evil" :ignored-files ("COPYING" "lib" "scripts") :doc "doc/build/texinfo/evil.texi") -- 2.30.2 -- Best regards.