aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-04-20 21:29:13 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-04-20 22:41:25 +0500
commite25b82070d0fee52b5bc9d7b4c2b811a8e4f9d8c (patch)
tree678e05738eda146eb1a94f48e77c798425844c19 /sys-apps
parentmedia-gfx/heatshrink: treeclean duplicate (diff)
downloadguru-e25b82070d0fee52b5bc9d7b4c2b811a8e4f9d8c.tar.gz
guru-e25b82070d0fee52b5bc9d7b4c2b811a8e4f9d8c.tar.bz2
guru-e25b82070d0fee52b5bc9d7b4c2b811a8e4f9d8c.zip
sys-apps/sdate: treeclean duplicate
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/sdate/Manifest1
-rw-r--r--sys-apps/sdate/metadata.xml11
-rw-r--r--sys-apps/sdate/sdate-0.7.ebuild24
3 files changed, 0 insertions, 36 deletions
diff --git a/sys-apps/sdate/Manifest b/sys-apps/sdate/Manifest
deleted file mode 100644
index d7f707bc7..000000000
--- a/sys-apps/sdate/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sdate-0.7.tar.gz 35077 BLAKE2B 3239762c4a9ca54feb31d9d2e1a8656f79e6f87916a6887e2707f165fb275bc2fbfcf932c04949b6cb5634274ed88f09386d62845d7c4ec677a37a00bf5e7855 SHA512 909d152b465044d56c3e0254572a3160f2b15b12cd9ad1000384592e1c2a1d4c54af284c7cf229af335984643564c28637f78ab0c305ec31bd6a4b8ba4b7a1d9
diff --git a/sys-apps/sdate/metadata.xml b/sys-apps/sdate/metadata.xml
deleted file mode 100644
index 1ff506d0e..000000000
--- a/sys-apps/sdate/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>contact@hacktivis.me</email>
- <name>Haelwenn (lanodan) Monnier</name>
- </maintainer>
- <upstream>
- <remote-id type="github">df7cb/sdate</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sys-apps/sdate/sdate-0.7.ebuild b/sys-apps/sdate/sdate-0.7.ebuild
deleted file mode 100644
index b8d935df7..000000000
--- a/sys-apps/sdate/sdate-0.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Wrapper program to output dates like the Eternal September 1993"
-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
- find "${ED}" -name '*.la' -delete || die
- find "${ED}" -name '*.a' -delete || die
-}