summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Tham <tham@fidion.de>2020-09-08 09:57:17 +0200
committerSam James <sam@gentoo.org>2020-09-18 01:46:23 +0000
commitf52f2c60ba31e9528cdbf271bd94ef0d019dd197 (patch)
tree794dca4b901ed039cdd04956b49a635eba65bd2c /app-admin/rcm/rcm-1.3.4.ebuild
parentsys-kernel/gentoo-kernel-bin: bump to 5.8.10 for arm64 (diff)
downloadgentoo-f52f2c60ba31e9528cdbf271bd94ef0d019dd197.tar.gz
gentoo-f52f2c60ba31e9528cdbf271bd94ef0d019dd197.tar.bz2
gentoo-f52f2c60ba31e9528cdbf271bd94ef0d019dd197.zip
app-admin/rcm: Bump to version 1.3.4
Signed-off-by: Florian Tham <fgtham@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17463 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/rcm/rcm-1.3.4.ebuild')
-rw-r--r--app-admin/rcm/rcm-1.3.4.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-admin/rcm/rcm-1.3.4.ebuild b/app-admin/rcm/rcm-1.3.4.ebuild
new file mode 100644
index 000000000000..f2ce408773d9
--- /dev/null
+++ b/app-admin/rcm/rcm-1.3.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
+}