summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/glcdprocdriver/glcdprocdriver-0.1.2.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-misc/glcdprocdriver/glcdprocdriver-0.1.2.ebuild b/app-misc/glcdprocdriver/glcdprocdriver-0.1.2.ebuild
deleted file mode 100644
index 98ad957b6215..000000000000
--- a/app-misc/glcdprocdriver/glcdprocdriver-0.1.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="GLCDprocDriver"
-MY_P="${MY_PN}-${PV}"
-
-inherit toolchain-funcs
-
-DESCRIPTION="A glue between the graphlcd-base library from the GraphLCD project"
-HOMEPAGE="
- https://lucianm.github.io/GLCDprocDriver
- https://github.com/lucianm/GLCDprocDriver
-"
-SRC_URI="https://github.com/lucianm/${MY_PN}/archive/0.1.2.tar.gz -> ${MY_P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND=">=app-misc/graphlcd-base-1.0.0"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- emake CC="$(tc-getCC)" CXX="$(tc-getCXX)"
-}
-
-src_install() {
- emake DESTDIR="${ED}/usr" INCDIR="${ED}/usr/share/include" LIBDIR="${ED}/usr/$(get_libdir)" install
-
- einstalldocs
-}