Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hledger: update to 1.17.1
@ 2020-04-05 10:36 bitmeise
  2020-04-05 14:47 ` q66
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bitmeise @ 2020-04-05 10:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]

There is a new pull request by bitmeise against master on the void-packages repository

https://github.com/bitmeise/void-packages hledger1171
https://github.com/void-linux/void-packages/pull/20669

hledger: update to 1.17.1
Please note: This update removes hledger-api, which has been merged into hledger-web.

A patch file from https://github.com/void-linux/void-packages/pull/20669.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hledger1171-20669.patch --]
[-- Type: text/x-diff, Size: 2469 bytes --]

From 0c084e623eaf15120e8728033da465d0dd216644 Mon Sep 17 00:00:00 2001
From: Ameise <ameise@bitparlament.de>
Date: Sun, 5 Apr 2020 12:32:02 +0200
Subject: [PATCH] hledger: update to 1.17.1

---
 srcpkgs/hledger-api              |  1 -
 srcpkgs/hledger/files/stack.yaml | 14 --------------
 srcpkgs/hledger/template         | 17 ++++-------------
 3 files changed, 4 insertions(+), 28 deletions(-)
 delete mode 120000 srcpkgs/hledger-api
 delete mode 100644 srcpkgs/hledger/files/stack.yaml

diff --git a/srcpkgs/hledger-api b/srcpkgs/hledger-api
deleted file mode 120000
index a4387358df9..00000000000
--- a/srcpkgs/hledger-api
+++ /dev/null
@@ -1 +0,0 @@
-hledger
\ No newline at end of file
diff --git a/srcpkgs/hledger/files/stack.yaml b/srcpkgs/hledger/files/stack.yaml
deleted file mode 100644
index 58928be9adf..00000000000
--- a/srcpkgs/hledger/files/stack.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-resolver: lts-13.30
-packages:
-- hledger-lib
-- hledger
-- hledger-ui
-- hledger-web
-- hledger-api
-extra-deps:
-- brick-0.46
-- text-zipper-0.10.1
-- config-ini-0.2.4.0
-- data-clist-0.1.2.3
-- word-wrap-0.4.1
-- unix-compat-0.5.2
diff --git a/srcpkgs/hledger/template b/srcpkgs/hledger/template
index 8be58a43acb..609244f0bab 100644
--- a/srcpkgs/hledger/template
+++ b/srcpkgs/hledger/template
@@ -1,7 +1,7 @@
 # Template file for 'hledger'
 pkgname=hledger
-version=1.15.2
-revision=2
+version=1.17.1.1
+revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=haskell-stack
 makedepends="zlib-devel ncurses-devel"
@@ -9,9 +9,9 @@ short_desc="Simple, precise, plain text accounting"
 maintainer="Inokentiy Babushkin <twk@twki.de>"
 license="GPL-3.0-or-later"
 homepage="http://hledger.org/"
-changelog="https://hackage.haskell.org/package/hledger-1.15.2/changelog"
+changelog="https://hackage.haskell.org/package/hledger-${version}/changelog"
 distfiles="https://github.com/simonmichael/${pkgname}/archive/${pkgname}-${version}.tar.gz"
-checksum=3f305dad8326797e224aa72d2ec54da9b19c7be8a2665ecdd19217beb018fd6b
+checksum=fabd0fd788617eab56aac74b6b5b7a1a3177513cb97675b91eb21263691be872
 nopie_files="/usr/bin/hledger"
 nocross=yes # Can't yet cross compile Haskell
 
@@ -39,12 +39,3 @@ hledger-web_package() {
 		vman hledger-web/hledger-web.1
 	}
 }
-
-hledger-api_package() {
-	nopie_files="/usr/bin/hledger-api"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/bin/hledger-api
-		vman hledger-api/hledger-api.1
-	}
-}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hledger: update to 1.17.1
  2020-04-05 10:36 [PR PATCH] hledger: update to 1.17.1 bitmeise
@ 2020-04-05 14:47 ` q66
  2020-04-05 20:23 ` bitmeise
  2020-04-05 20:23 ` [PR PATCH] [Closed]: " bitmeise
  2 siblings, 0 replies; 4+ messages in thread
From: q66 @ 2020-04-05 14:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 202 bytes --]

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/20669#issuecomment-609427687

Comment:
Already in https://github.com/void-linux/void-packages/pull/20365

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hledger: update to 1.17.1
  2020-04-05 10:36 [PR PATCH] hledger: update to 1.17.1 bitmeise
  2020-04-05 14:47 ` q66
@ 2020-04-05 20:23 ` bitmeise
  2020-04-05 20:23 ` [PR PATCH] [Closed]: " bitmeise
  2 siblings, 0 replies; 4+ messages in thread
From: bitmeise @ 2020-04-05 20:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

New comment by bitmeise on void-packages repository

https://github.com/void-linux/void-packages/pull/20669#issuecomment-609476625

Comment:
Oh, you are right. Well hidden.
Let's wait for the bulk update then.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: hledger: update to 1.17.1
  2020-04-05 10:36 [PR PATCH] hledger: update to 1.17.1 bitmeise
  2020-04-05 14:47 ` q66
  2020-04-05 20:23 ` bitmeise
@ 2020-04-05 20:23 ` bitmeise
  2 siblings, 0 replies; 4+ messages in thread
From: bitmeise @ 2020-04-05 20:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 244 bytes --]

There's a closed pull request on the void-packages repository

hledger: update to 1.17.1
https://github.com/void-linux/void-packages/pull/20669

Description:
Please note: This update removes hledger-api, which has been merged into hledger-web.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-05 20:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-05 10:36 [PR PATCH] hledger: update to 1.17.1 bitmeise
2020-04-05 14:47 ` q66
2020-04-05 20:23 ` bitmeise
2020-04-05 20:23 ` [PR PATCH] [Closed]: " bitmeise

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).