openobd: neat but mostly useless, might care at some point

This commit is contained in:
Zero_Chaos 2013-07-16 22:25:37 +00:00
parent 7fafd7754a
commit d04af5836e
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1 @@
EBUILD openobd-9999.ebuild 334 SHA256 54f4965e5c47a57ac3e61ca61238427288e8cde26dbd11cfd5c628da1c5652f7 SHA512 5e25c4e76155fb30b00b6e220f86603184843f03cb78513df1ba8ba536a11f9130c87d0cbed10224d018890e6f541def53c41bed4ae056178d67232b9d5a175b WHIRLPOOL ba779b7e9853ead301c38a6c29f0c0c7734cf76bd1a0a43ac7f3f9a4c9680e91a58b35e1729438dc03bb613102063413266efdc25b97e1f27bb7986945b0b640

View file

@ -0,0 +1,25 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit cmake-utils git-2
DESCRIPTION="neat"
HOMEPAGE=""
EGIT_REPO_URI="git://git.code.sf.net/p/openobd/code"
EGIT_PROJECT=openobd
LICENSE=""
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
pkg_postinst() {
ewarn "you need to symlink /usr/share/openobd to openOBD"
ewarn " because I don't care enough to fix it right now"
}