public inbox for gentoo-lisp@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna (cybertailor) Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-lisp@lists.gentoo.org
Cc: "Anna “CyberTailor”" <cyber@sysrq.in>
Subject: [gentoo-lisp] [PATCH 03/11] dev-lisp/trivial-features: add 1.0, drop 0.7
Date: Sun, 19 Dec 2021 14:29:40 +0500	[thread overview]
Message-ID: <20211219092948.27384-3-cyber+gentoo@sysrq.in> (raw)
In-Reply-To: <20211219092948.27384-1-cyber+gentoo@sysrq.in>

From: Anna “CyberTailor” <cyber@sysrq.in>

---
 dev-lisp/trivial-features/Manifest                 |  2 +-
 ...ures-0.7.ebuild => trivial-features-1.0.ebuild} | 14 ++++----------
 2 files changed, 5 insertions(+), 11 deletions(-)
 rename dev-lisp/trivial-features/{trivial-features-0.7.ebuild => trivial-features-1.0.ebuild} (58%)

diff --git a/dev-lisp/trivial-features/Manifest b/dev-lisp/trivial-features/Manifest
index 0fa72f1..0a646ce 100644
--- a/dev-lisp/trivial-features/Manifest
+++ b/dev-lisp/trivial-features/Manifest
@@ -1,2 +1,2 @@
-DIST trivial-features-0.7.tar.gz 8420 BLAKE2B 1bb6590fd3dbeb8f8ed3d9d871fa528519fce1d9adb50b912b3ae2ee5232db2b7b86adbade7c595fa6ae2fa4c5ec18c15495d1369de8d38dc1a4a8587582a3e3 SHA512 de37318212f4f7c92ed92099654a2614c7678d3433bb1e9a4d91b061400c33c90d485860a01f58f83e69e59d840e4d22f6194137fd553525a116eb25b1431920
 DIST trivial-features-0.8.tar.gz 10619 BLAKE2B 1af7f5990a7f6c8e831517e8520f2b95b07a676bfd2da22de91175e0ad3ae6ce9798285d05b18f1f64672171be0cb55c12e4c1c92b8d5a6951a71b877af86a8b SHA512 d92173f1110ece8ccfd0244a65c9c628a7ee32c5214e235d463f00b4f5f1ed2374b5224a5aac1932f8dadf88a4434242c4ad60678b3c04bcdeb7b521c8226b98
+DIST trivial-features-1.0.tar.gz 11495 BLAKE2B a14a8e604dc5e9df8d840208e16097725f8ad70fed9d1d4e4d04af5f13163e2f47527202629aae240d678932b2ab6444031c9b16e94b33fadc43b79e0f014b4c SHA512 3732ba409b30257ccd38301a99710f74f2d86a78fad76efba27e734c42d2b242df5c3b04114f439106219a263b5daee1a587f788a15faf4770f964fcc9376262
diff --git a/dev-lisp/trivial-features/trivial-features-0.7.ebuild b/dev-lisp/trivial-features/trivial-features-1.0.ebuild
similarity index 58%
rename from dev-lisp/trivial-features/trivial-features-0.7.ebuild
rename to dev-lisp/trivial-features/trivial-features-1.0.ebuild
index ee0721d..0573f7d 100644
--- a/dev-lisp/trivial-features/trivial-features-0.7.ebuild
+++ b/dev-lisp/trivial-features/trivial-features-1.0.ebuild
@@ -1,22 +1,16 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit common-lisp-3
 
-MY_PV="v${PV}"
-
 DESCRIPTION="Ensures consistent *FEATURES* across multiple Common Lisp implementations."
 HOMEPAGE="http://www.cliki.net/trivial-features"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v0.7.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
 
-src_install() {
-	common-lisp-3_src_install
-	dodoc SPEC
-}
+DOCS=( README.md SPEC.md )
-- 
2.34.1



  parent reply	other threads:[~2021-12-19  9:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-19  9:29 [gentoo-lisp] [PATCH 01/11] dev-lisp/fiveam: add 1.4.2 Anna (cybertailor) Vyalkova
2021-12-19  9:29 ` [gentoo-lisp] [PATCH 02/11] dev-lisp/trivial-backtrace: fix SRC_URI Anna (cybertailor) Vyalkova
2021-12-19  9:29 ` Anna (cybertailor) Vyalkova [this message]
2021-12-19  9:29 ` [gentoo-lisp] [PATCH 04/11] dev-lisp/rt: add 20090812 Anna (cybertailor) Vyalkova
2021-12-19  9:29 ` [gentoo-lisp] [PATCH 05/11] dev-lisp/cffi: add 0.24.1, drop 0.18.0 and live Anna (cybertailor) Vyalkova
2021-12-19  9:29 ` [gentoo-lisp] [PATCH 06/11] dev-lisp/iterate: add 1.5.3, drop live Anna (cybertailor) Vyalkova
2021-12-19  9:33   ` Anna Vyalkova
2021-12-19  9:29 ` [gentoo-lisp] [PATCH 07/11] dev-lisp/trivial-with-current-source-form: initial import Anna (cybertailor) Vyalkova
2021-12-19  9:29 ` [gentoo-lisp] [PATCH 08/11] dev-lisp/esrap: add 0.17, drop live Anna (cybertailor) Vyalkova
2021-12-19  9:29 ` [gentoo-lisp] [PATCH 09/11] dev-lisp/eos: treeclean (abandoned, no revdeps) Anna (cybertailor) Vyalkova
2021-12-19  9:29 ` [gentoo-lisp] [PATCH 10/11] dev-lisp/bordeaux-threads: add 0.8.8, drop old Anna (cybertailor) Vyalkova
2021-12-19  9:29 ` [gentoo-lisp] [PATCH 11/11] metadata: disable some pkgcheck check Anna (cybertailor) Vyalkova

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=20211219092948.27384-3-cyber+gentoo@sysrq.in \
    --to=cyber+gentoo@sysrq.in \
    --cc=cyber@sysrq.in \
    --cc=gentoo-lisp@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