summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Tham <fgtham@gmail.com>2022-05-02 14:33:38 +0200
committerSam James <sam@gentoo.org>2022-05-13 20:03:40 +0000
commit4a4b3f580c7ce2f825ce18e4275747ef2beafff0 (patch)
tree2f3a2ed325f04f43855b3aae56b2b1a1bf5bb25c /app-admin/rcm/rcm-1.3.3.ebuild
parentapp-admin/rcm: Bump to version 1.3.5 (diff)
downloadgentoo-4a4b3f580c7ce2f825ce18e4275747ef2beafff0.tar.gz
gentoo-4a4b3f580c7ce2f825ce18e4275747ef2beafff0.tar.bz2
gentoo-4a4b3f580c7ce2f825ce18e4275747ef2beafff0.zip
app-admin/rcm: Remove old version 1.3.3
Signed-off-by: Florian Tham <fgtham@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25286 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/rcm/rcm-1.3.3.ebuild')
-rw-r--r--app-admin/rcm/rcm-1.3.3.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-admin/rcm/rcm-1.3.3.ebuild b/app-admin/rcm/rcm-1.3.3.ebuild
deleted file mode 100644
index b83724655d3c..000000000000
--- a/app-admin/rcm/rcm-1.3.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="rc file (dotfile) management"
-HOMEPAGE="https://github.com/thoughtbot/rcm"
-SRC_URI="https://thoughtbot.github.io/${PN}/dist/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-util/cram )"
-
-src_test() {
- emake -j1 check
-}