summaryrefslogtreecommitdiff
path: root/x11-terms/termite/termite-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/termite/termite-9999.ebuild')
-rw-r--r--x11-terms/termite/termite-9999.ebuild33
1 files changed, 18 insertions, 15 deletions
diff --git a/x11-terms/termite/termite-9999.ebuild b/x11-terms/termite/termite-9999.ebuild
index ec921b06..60c87831 100644
--- a/x11-terms/termite/termite-9999.ebuild
+++ b/x11-terms/termite/termite-9999.ebuild
@@ -1,30 +1,33 @@
-# By eroen, 2013-2015
-# Distributed under the terms of the ISC licence
-# $Header: $
-
-EAPI=5
-
-inherit eutils toolchain-funcs versionator git-r3
+# By eroen, 2013-2016
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+
+EAPI=6
+
+inherit eutils toolchain-funcs versionator
+if [[ 9999 == $PV ]]; then
+ inherit git-r3
+else
+ SRC_URI="https://github.com/thestinger/termite/archive/v$PV.tar.gz -> $P.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
DESCRIPTION="A keyboard-centric VTE-based terminal"
HOMEPAGE="https://github.com/thestinger/termite"
-EGIT_REPO_URI="git://github.com/thestinger/termite.git"
-if [[ ${PV} != 999? ]]; then
- EGIT_COMMIT=v${PV}
-fi
+EGIT_REPO_URI="git://github.com/thestinger/termite.git
+ http://github.com/thestinger/termite.git
+ https://github.com/thestinger/termite.git"
LICENSE="LGPL-2+ MIT"
SLOT="0"
-KEYWORDS=""
IUSE=""
-HDEPEND=""
LIBDEPEND=">=x11-libs/gtk+-3.0
>=x11-libs/vte-0.38:2.91[termite-patch(-)]
"
DEPEND="${LIBDEPEND}"
RDEPEND="${LIBDEPEND}"
-[[ ${EAPI} == *-hdepend ]] || DEPEND+=" ${HDEPEND}"
pkg_pretend() {
if ! version_is_at_least 4.7 $(gcc-version); then
@@ -50,5 +53,5 @@ src_install() {
pkg_postinst() {
elog
elog "Termite looks for a config file ~/.config/termite/config"
- elog "An example config can be found in ${ROOT}usr/share/doc/${PF}/"
+ elog "An example config can be found in ${EROOT}usr/share/doc/${PF}/"
}