app-admin/rcm: New package.
authorFlorian Tham <fgtham@gmail.com>
Tue, 14 Feb 2017 20:21:35 +0000 (21:21 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 4 Jun 2017 20:49:20 +0000 (22:49 +0200)
rcm is a management suite for dotfiles.

Bug: https://bugs.gentoo.org/572240
Closes: https://github.com/gentoo/gentoo/pull/3972

app-admin/rcm/Manifest [new file with mode: 0644]
app-admin/rcm/metadata.xml [new file with mode: 0644]
app-admin/rcm/rcm-1.3.1.ebuild [new file with mode: 0644]

diff --git a/app-admin/rcm/Manifest b/app-admin/rcm/Manifest
new file mode 100644 (file)
index 0000000..1333b20
--- /dev/null
@@ -0,0 +1 @@
+DIST rcm-1.3.1.tar.gz 89437 SHA256 9c8f92dba63ab9cb8a6b3d0ccf7ed8edf3f0fb388b044584d74778145fae7f8f SHA512 1fd8ad6f8bee16177444469bddbef8d9b99f0b2bedc82c9833523370dfda4583c425f1ab8f2195f11236d1385553a2a49ead6d4c5f0803deeb56737b6836a0d9 WHIRLPOOL a5614c0901d413ac49584234dd8fc989e5add6d8f6af6a743e76998bb4655e84596e8d564c2ef5f0b80ab3c7c729eadb7c65d3ae40c370378ae72da7205bf4bd
diff --git a/app-admin/rcm/metadata.xml b/app-admin/rcm/metadata.xml
new file mode 100644 (file)
index 0000000..4d26f07
--- /dev/null
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>fgtham+genbugs@gmail.com</email>
+               <name>Florian Tham</name>
+               <description>Proxy maintainer - set to assignee on bugs</description>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">thoughtbot/rcm</remote-id>
+       </upstream>
+       <longdescription lang="en">
+               rcm is a management suite for dotfiles.
+       </longdescription>
+</pkgmetadata>
diff --git a/app-admin/rcm/rcm-1.3.1.ebuild b/app-admin/rcm/rcm-1.3.1.ebuild
new file mode 100644 (file)
index 0000000..ffe7180
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"
+
+DEPEND="test? ( dev-util/cram )"
+
+src_test() {
+       emake -j1 check
+}