mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 08:11:01 +02:00
openobd: the project is dead. Use the latest release
This commit is contained in:
parent
409759c256
commit
b3dbcd4889
3 changed files with 20 additions and 25 deletions
1
app-misc/openobd/Manifest
Normal file
1
app-misc/openobd/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST openobd-0.5.0.tar.gz 119670 SHA256 3e49ae9634c61cd416b3dc91ba9de32a31b1bcb40c87252a57cfc77e0b646940 SHA512 e20d61b3d3a04235f5cbe22a4f648126f85aa876b85d3299d1a7a6a9b2d78e48cab7c22b1bc5ff482c1a2c4ee6f20344043a3fc9fd4f30f66f832f75b5394869 WHIRLPOOL d8b1139c449ff49e4f233ee55a81048341b3140146319149d60de876d2e384a48f60ff4460532e7290efda8ecc53d966a2bc0e50e011cf5a1fcae0e3c651ae23
|
||||
19
app-misc/openobd/openobd-0.5.0.ebuild
Normal file
19
app-misc/openobd/openobd-0.5.0.ebuild
Normal 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}"
|
||||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue