openobd: the project is dead. Use the latest release

This commit is contained in:
blshkv 2016-06-19 10:40:21 +08:00
parent 409759c256
commit b3dbcd4889
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 20 additions and 25 deletions

View file

@ -0,0 +1 @@
DIST openobd-0.5.0.tar.gz 119670 SHA256 3e49ae9634c61cd416b3dc91ba9de32a31b1bcb40c87252a57cfc77e0b646940 SHA512 e20d61b3d3a04235f5cbe22a4f648126f85aa876b85d3299d1a7a6a9b2d78e48cab7c22b1bc5ff482c1a2c4ee6f20344043a3fc9fd4f30f66f832f75b5394869 WHIRLPOOL d8b1139c449ff49e4f233ee55a81048341b3140146319149d60de876d2e384a48f60ff4460532e7290efda8ecc53d966a2bc0e50e011cf5a1fcae0e3c651ae23

View file

@ -0,0 +1,19 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit cmake-utils
DESCRIPTION="OBD-II Scan Tool supporting ELM327 devices"
HOMEPAGE="https://sourceforge.net/projects/openobd/"
SRC_URI="mirror://sourceforge/project/${PN}/Sources/${PV}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"

View file

@ -1,25 +0,0 @@
# 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"
}