diff options
Diffstat (limited to 'app-admin/rcm/rcm-1.2.3.ebuild')
-rw-r--r-- | app-admin/rcm/rcm-1.2.3.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-admin/rcm/rcm-1.2.3.ebuild b/app-admin/rcm/rcm-1.2.3.ebuild deleted file mode 100644 index 1cd1a28..0000000 --- a/app-admin/rcm/rcm-1.2.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -# Copyright 2014 Anton Ilin -# Distributed under the terms of the MIT LICENSE -# $Header: $ - -EAPI=5 - -inherit autotools eutils git-2 - -DESCRIPTION="Management suite for dotfiles" -HOMEPAGE="https://github.com/thoughtbot/rcm" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~amd64" - -EGIT_REPO_URI="https://github.com/thoughtbot/rcm.git" -EGIT_COMMIT="v1.2.3" - -DEPEND="dev-ruby/mustache" - -src_prepare() { - eautoreconf - maint/autocontrib man/rcm.7.mustache -} - -src_configure() { - econf -} - -src_install() { - emake DESTDIR="${D}" install -} |