summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-02-09 20:30:43 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-02-09 23:55:04 +0100
commit519e89a6ca02387715257570adb659b472d84d58 (patch)
tree7ae8f7b4c501b0d7bfe1924a463a421ad5346e77 /app-misc/ddate
parentapp-misc/ddate: update EAPI 7 -> 8 (diff)
downloadgentoo-519e89a6ca02387715257570adb659b472d84d58.tar.gz
gentoo-519e89a6ca02387715257570adb659b472d84d58.tar.bz2
gentoo-519e89a6ca02387715257570adb659b472d84d58.zip
app-misc/ddate: drop 0.2.2_p20160627
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc/ddate')
-rw-r--r--app-misc/ddate/ddate-0.2.2_p20160627.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-misc/ddate/ddate-0.2.2_p20160627.ebuild b/app-misc/ddate/ddate-0.2.2_p20160627.ebuild
deleted file mode 100644
index 61f21d5959c2..000000000000
--- a/app-misc/ddate/ddate-0.2.2_p20160627.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_COMMIT="899ca665a0cb725990c33415dc3c0261dac7fe46"
-
-inherit cmake
-
-DESCRIPTION="Perpetual date converter from gregorian to poee calendar"
-HOMEPAGE="https://github.com/bo0ts/ddate"
-SRC_URI="https://github.com/bo0ts/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 arm arm64 ~riscv x86"
-LICENSE="public-domain"
-SLOT="0"
-
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-
-PATCHES=( "${FILESDIR}/${PN}-0.2.2-dont-compress-manpage.patch" )