aboutsummaryrefslogtreecommitdiffstats
path: root/app-office/beancount/beancount-2.3.2.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-11-17 15:10:39 +0100
committerWynn Wolf Arbor2020-11-17 15:10:39 +0100
commit48f16b99645d08a6375f6b7794e3d028a642cfb6 (patch)
treecca1b44c5c05aea25b410b2ed3d4fde2a2b5967c /app-office/beancount/beancount-2.3.2.ebuild
parent8b08e67c020536cc8f21adf807b3a0e9f0dbc754 (diff)
downloadpramantha-48f16b99645d08a6375f6b7794e3d028a642cfb6.tar.gz
app-office/beancount: Add 9999, drop old
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Diffstat (limited to '')
-rw-r--r--app-office/beancount/beancount-9999.ebuild (renamed from app-office/beancount/beancount-2.3.2.ebuild)12
1 files changed, 10 insertions, 2 deletions
diff --git a/app-office/beancount/beancount-2.3.2.ebuild b/app-office/beancount/beancount-9999.ebuild
index 272b808..0a31ff2 100644
--- a/app-office/beancount/beancount-2.3.2.ebuild
+++ b/app-office/beancount/beancount-9999.ebuild
@@ -9,11 +9,19 @@ inherit distutils-r1 elisp-common
DESCRIPTION="Command-line Double-Entry Accounting"
HOMEPAGE="http://furius.ca/beancount https://pypi.org/project/beancount"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+if [[ ${PV} == 9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/beancount/beancount"
+ EGIT_BRANCH="v2"
+ KEYWORDS=""
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ KEYWORDS="amd64 x86"
+fi
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
IUSE="emacs"
SITEFILE="50{PN}-mode-gentoo.el"