From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/sdate/
Date: Fri, 1 Sep 2023 14:48:27 +0000 (UTC) [thread overview]
Message-ID: <1693579673.1e0974af9b8d1afc6c5e8f358baccd0febcb13f2.ulm@gentoo> (raw)
commit: 1e0974af9b8d1afc6c5e8f358baccd0febcb13f2
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 1 14:47:12 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 1 14:47:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0974af
app-misc/sdate: new package, add 0.7
September-Date: Fri Sep 10958 16:47:12 1993 +0200
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-misc/sdate/Manifest | 1 +
app-misc/sdate/metadata.xml | 10 ++++++++++
app-misc/sdate/sdate-0.7.ebuild | 24 ++++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/app-misc/sdate/Manifest b/app-misc/sdate/Manifest
new file mode 100644
index 000000000000..d7f707bc7c16
--- /dev/null
+++ b/app-misc/sdate/Manifest
@@ -0,0 +1 @@
+DIST sdate-0.7.tar.gz 35077 BLAKE2B 3239762c4a9ca54feb31d9d2e1a8656f79e6f87916a6887e2707f165fb275bc2fbfcf932c04949b6cb5634274ed88f09386d62845d7c4ec677a37a00bf5e7855 SHA512 909d152b465044d56c3e0254572a3160f2b15b12cd9ad1000384592e1c2a1d4c54af284c7cf229af335984643564c28637f78ab0c305ec31bd6a4b8ba4b7a1d9
diff --git a/app-misc/sdate/metadata.xml b/app-misc/sdate/metadata.xml
new file mode 100644
index 000000000000..9e541fa363f7
--- /dev/null
+++ b/app-misc/sdate/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>ulm@gentoo.org</email>
+</maintainer>
+<upstream>
+ <remote-id type="github">df7cb/sdate</remote-id>
+</upstream>
+</pkgmetadata>
diff --git a/app-misc/sdate/sdate-0.7.ebuild b/app-misc/sdate/sdate-0.7.ebuild
new file mode 100644
index 000000000000..bb9e25f038bf
--- /dev/null
+++ b/app-misc/sdate/sdate-0.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Never ending September date"
+HOMEPAGE="https://www.df7cb.de/projects/sdate/"
+SRC_URI="https://github.com/df7cb/sdate/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_install() {
+ default
+ rm "${ED}"/usr/lib*/*.la || die
+}
next reply other threads:[~2023-09-01 14:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-01 14:48 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-03 13:05 [gentoo-commits] repo/gentoo:master commit in: app-misc/sdate/ Ulrich Müller
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=1693579673.1e0974af9b8d1afc6c5e8f358baccd0febcb13f2.ulm@gentoo \
--to=ulm@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