diff options
-rw-r--r-- | sys-fs/ldm/Manifest | 1 | ||||
-rw-r--r-- | sys-fs/ldm/ldm-0.5.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/sys-fs/ldm/Manifest b/sys-fs/ldm/Manifest new file mode 100644 index 0000000..571dcbe --- /dev/null +++ b/sys-fs/ldm/Manifest @@ -0,0 +1 @@ +EBUILD ldm-0.5.ebuild 381 SHA256 d8b6eb166c13cc851f46bef749e6a77051715330a849b3f5493dc2294f8a2abe SHA512 3d983bb3288e52eb995c80d5f018cd500d75b87efde88fb4e5bdb358640bc55df7f4be8b8e95b8a4219e2c0bc20d4519f1bc7abf4aa958583e1326466700e228 WHIRLPOOL 182378f2a3149463406f6b0a48b944abb26d20af0ba501e4ab16b786d0005be32e87aa83257b516c5f7aea9a1e1240fbbeeca3d9ff414695842d0143a19b3869 diff --git a/sys-fs/ldm/ldm-0.5.ebuild b/sys-fs/ldm/ldm-0.5.ebuild new file mode 100644 index 0000000..84ae403 --- /dev/null +++ b/sys-fs/ldm/ldm-0.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit git-2 + +DESCRIPTION="Lightweight Device Mounter" +HOMEPAGE="https://github.com/LemonBoy/ldm" +EGIT_REPO_URI="https://github.com/LemonBoy/ldm.git" +EGIT_COMMIT="${VN}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" |