summaryrefslogtreecommitdiffstats
path: root/app-misc/coffeetemp/coffeetemp-1.2.ebuild
diff options
context:
space:
mode:
authorGravatar Gediminas Jakutis <gediminas@varciai.lt> 2018-05-20 22:45:25 +0300
committerGravatar Gediminas Jakutis <gediminas@varciai.lt> 2018-05-20 22:45:25 +0300
commit79d760ab08c51116143e289913146b019642aa5a (patch)
treebf19c74f9a41d017a8850d8f2dea5f5bdf7eb9e5 /app-misc/coffeetemp/coffeetemp-1.2.ebuild
parent0d5d81835c0365da1157442a5b1a2e459fb80e08 (diff)
downloadrin-ebuilds-79d760ab08c51116143e289913146b019642aa5a.tar.gz
rin-ebuilds-79d760ab08c51116143e289913146b019642aa5a.tar.bz2
rin-ebuilds-79d760ab08c51116143e289913146b019642aa5a.zip
app-misc/coffeetemp: fix meson build options.
Diffstat (limited to 'app-misc/coffeetemp/coffeetemp-1.2.ebuild')
-rw-r--r--app-misc/coffeetemp/coffeetemp-1.2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-misc/coffeetemp/coffeetemp-1.2.ebuild b/app-misc/coffeetemp/coffeetemp-1.2.ebuild
deleted file mode 100644
index e2ccd82..0000000
--- a/app-misc/coffeetemp/coffeetemp-1.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit meson eutils
-
-if [[ ${PV} = 9999 ]]; then
- inherit git-r3
-fi
-
-DESCRIPTION="The Rin library"
-HOMEPAGE="https://git.seriouss.am/coffeetemp/"
-
-if [[ ${PV} = 9999 ]]; then
- EGIT_REPO_URI="https://git.seriouss.am/coffeetemp"
- KEYWORDS=""
-else
- SRC_URI="https://git.seriouss.am/coffeetemp/snapshot/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-RESTRICT="mirror test"
-
-HDEPEND="dev-util/meson"
-
-DEPEND="dev-embedded/esptool"
-
-RDEPEND="${DEPEND}"