public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: /
Date: Wed, 23 Feb 2022 15:51:00 +0000 (UTC)	[thread overview]
Message-ID: <1645631391.c030e871a8d47b6072cd347d9aaf031ce29dc77c.mgorny@gentoo> (raw)

commit:     c030e871a8d47b6072cd347d9aaf031ce29dc77c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 15:49:51 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 15:49:51 2022 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=c030e871

Makefile: remove the old tagging logic

We're moving away from date-tags and into incremental version numbers.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 Makefile | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/Makefile b/Makefile
index 87daee1..91ed461 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,5 @@
 # Makefile for gentoo-syntax
 
-distapp = gentoo-syntax
-distver := $(shell date -u +%Y%m%d)
-distpkg := $(distapp)-$(distver)
-
 PREFIX = ${HOME}/.vim/
 
 files = $(wildcard \
@@ -40,9 +36,5 @@ uninstall-files: $(foreach a, $(sort $(files)), \
 uninstall-file-%: $(subst _,/,$*)
 	[ ! -f "$(PREFIX)/$(subst _,/,$*)" ] || rm "$(PREFIX)/$(subst _,/,$*)"
 
-tag:
-	git tag -s $(distpkg)
-	@echo "tag created, remember to push it"
-
 clean:
 	find . -name '*~' | xargs rm || true


             reply	other threads:[~2022-02-23 15:51 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-23 15:51 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-13  5:26 [gentoo-commits] proj/gentoo-syntax:master commit in: / Michał Górny
2022-02-23 22:27 Michał Górny
2022-02-23 15:45 Michał Górny
2022-02-23 15:45 Michał Górny
2021-09-11 14:09 Mike Gilbert
2021-02-07  0:29 Vadim Misbakh-Soloviov
2016-03-06  0:23 Tim Harder
2016-03-06  0:23 Tim Harder
2016-03-06  0:09 Tim Harder
2016-02-02 17:29 Tim Harder
2016-02-02 17:20 Tim Harder
2014-11-29  8:00 Tim Harder
2014-11-29  5:15 Tim Harder
2014-11-29  5:15 Tim Harder
2014-11-29  5:15 Tim Harder
2014-11-02 22:04 Tim Harder
2012-02-14  3:28 Christian Ruppert

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=1645631391.c030e871a8d47b6072cd347d9aaf031ce29dc77c.mgorny@gentoo \
    --to=mgorny@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