aboutsummaryrefslogtreecommitdiffstats
path: root/app-office
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
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 'app-office')
-rw-r--r--app-office/beancount/Manifest5
-rw-r--r--app-office/beancount/beancount-2.3.3.ebuild12
-rw-r--r--app-office/beancount/beancount-9999.ebuild (renamed from app-office/beancount/beancount-2.3.2.ebuild)12
3 files changed, 22 insertions, 7 deletions
diff --git a/app-office/beancount/Manifest b/app-office/beancount/Manifest
index f5f93be..f91307b 100644
--- a/app-office/beancount/Manifest
+++ b/app-office/beancount/Manifest
@@ -1,5 +1,4 @@
-DIST beancount-2.3.2.tar.gz 642463 BLAKE2B f8594e7ba65f5ee6cde7e54bf05ac99dee31b37e4cc7c0e058ddd5b7e130b2f31370a5e1ce36c3e61dd63d9eaf3f9971ed0526a6647c9dd4f012e0ba936a2185 SHA512 4856904b434947b73e36faf7694f13efebb7f32c697336abea1c648e23246b7c12f6539296053cb0df93778561ceefe111933cd70e6b5d543f8e1a6eeca491b7
DIST beancount-2.3.3.tar.gz 632580 BLAKE2B 40059cfc887a66ae182d8a5bc1e437e351befa00323a5a618bd5060f732df3fd6c10e73179f68ccbf2ae10e15f4a6130f9f1261c211c8192750102000615e815 SHA512 1fd8b470d98073f9dab0a375f0b8a0a3b57b1328925a069c199bad3b10fb99a09cb745374cc22d487e05b826c4c421d84623469da9f335a328c591e247fc945a
-EBUILD beancount-2.3.2.ebuild 1402 BLAKE2B 6648d4ab4fc832fa97401ac7bb60f88e76a12d57fe4cd1354ba4f3d4bdcffdb48c0538f487795ca5556db2e4bf24f9d45057ff294e270043e99b82b50eff6178 SHA512 ea076ca1f37e3d6cfb90bc8f125c5f73779a7ca6ed87b92a6fc6d73d835b6c35812f0ac6b07e1fdd889326f92baeef760e2d9e58f1be5709dac0b0074f17b8c9
-EBUILD beancount-2.3.3.ebuild 1402 BLAKE2B 6648d4ab4fc832fa97401ac7bb60f88e76a12d57fe4cd1354ba4f3d4bdcffdb48c0538f487795ca5556db2e4bf24f9d45057ff294e270043e99b82b50eff6178 SHA512 ea076ca1f37e3d6cfb90bc8f125c5f73779a7ca6ed87b92a6fc6d73d835b6c35812f0ac6b07e1fdd889326f92baeef760e2d9e58f1be5709dac0b0074f17b8c9
+EBUILD beancount-2.3.3.ebuild 1547 BLAKE2B 63148fd9df65e77e74aa1033ed738c30f023aeb6d28c31766639f550d128a2d01315de82c9f41e7ca8b581805bebe8218d7e06cebadf961f0da9065451a361f8 SHA512 fbc7b35a396ae9bc91ed0521093cddb5bdadb6ef6c1f24efe8ffcb03d53ce2902ffdea1e2375d7beb225a4440416b888ce4d1e03095f827847e7aa6f24fb2b03
+EBUILD beancount-9999.ebuild 1547 BLAKE2B 63148fd9df65e77e74aa1033ed738c30f023aeb6d28c31766639f550d128a2d01315de82c9f41e7ca8b581805bebe8218d7e06cebadf961f0da9065451a361f8 SHA512 fbc7b35a396ae9bc91ed0521093cddb5bdadb6ef6c1f24efe8ffcb03d53ce2902ffdea1e2375d7beb225a4440416b888ce4d1e03095f827847e7aa6f24fb2b03
MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0
diff --git a/app-office/beancount/beancount-2.3.3.ebuild b/app-office/beancount/beancount-2.3.3.ebuild
index 272b808..0a31ff2 100644
--- a/app-office/beancount/beancount-2.3.3.ebuild
+++ b/app-office/beancount/beancount-2.3.3.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"
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"