aboutsummaryrefslogtreecommitdiff
path: root/src/xyz
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-19 09:29:58 -0300
committerEuAndreh <eu@euandre.org>2022-01-19 09:30:30 -0300
commit7882c1d616f869d6a3cab33dac696032b3f3a3ef (patch)
tree359c71eec9cb02e3db44c663883e9ce5cf0660e4 /src/xyz
parentUpdate all package definitions (diff)
downloadpackage-repository-7882c1d616f869d6a3cab33dac696032b3f3a3ef.tar.gz
package-repository-7882c1d616f869d6a3cab33dac696032b3f3a3ef.tar.xz
paku.json: Remove currently stagnant packages
While package-repository and scripts/paku is itself WIP.
Diffstat (limited to 'src/xyz')
-rw-r--r--src/xyz/euandreh/packages.scm118
1 files changed, 5 insertions, 113 deletions
diff --git a/src/xyz/euandreh/packages.scm b/src/xyz/euandreh/packages.scm
index 34aded2..1f26238 100644
--- a/src/xyz/euandreh/packages.scm
+++ b/src/xyz/euandreh/packages.scm
@@ -37,31 +37,6 @@
(home-page (string-append "https://" name ".euandreh.xyz"))
(license license:agpl3+)))
-(define-public remembering-latest
- (package
- (name "remembering-latest")
- (version "5476f9fab45efd3996d50d8b9a1ff4e825d93f44")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://git.euandreh.xyz/remembering/snapshot/remembering-"
- version
- ".tar.gz"))
- (sha256
- (base32
- "1czli2127spb47qh22ad4029pqaszhp39xp4ldawrsrppzyhqj21"))))
- (build-system gnu-build-system)
- (arguments `(#:make-flags
- (list (string-append "CC=" ,(cc-for-target))
- (string-append "PREFIX=" %output))
- #:phases
- (modify-phases %standard-phases
- (delete 'configure))))
- (synopsis (file-append source "/description"))
- (description (file-append source "/long-description"))
- (home-page (string-append "https://" name ".euandreh.xyz"))
- (license license:agpl3+)))
-
(define-public remembering
(package
(name "remembering")
@@ -90,7 +65,7 @@
(define-public git-permalink-latest
(package
(name "git-permalink-latest")
- (version "1fe660600ad142279f34112be15dad418fe6a785")
+ (version "7f0c97b64bcccbdcd1667f2c2ca8f1face9ca027")
(source (origin
(method url-fetch)
(uri (string-append
@@ -99,7 +74,7 @@
".tar.gz"))
(sha256
(base32
- "1h322acjxyfclgs1jfb0l97xsiyz1wyxi04pynk6vmw31k76yafb"))))
+ "0cchnh5czfrsxvqh50v5jv7z2ggn1515h4g7n7aviin4lcrxmahj"))))
(build-system gnu-build-system)
(arguments `(#:make-flags
(list (string-append "CC=" ,(cc-for-target))
@@ -115,7 +90,7 @@
(define-public git-permalink
(package
(name "git-permalink")
- (version "0.2.2")
+ (version "0.3.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -124,87 +99,8 @@
".tar.gz"))
(sha256
(base32
- "0q87iha7hsclnglw1zkqankab0v7b2ii2c3p7yflrrp0cmp2hjvj"))))
- (build-system gnu-build-system)
- (arguments `(#:make-flags
- (list (string-append "CC=" ,(cc-for-target))
- (string-append "PREFIX=" %output))
- #:phases
- (modify-phases %standard-phases
- (delete 'configure))))
- (synopsis (file-append source "/description"))
- (description (file-append source "/long-description"))
- (home-page (string-append "https://" name ".euandreh.xyz"))
- (license license:agpl3+)))
-
-(define-public autoqemu-latest
- (package
- (name "autoqemu-latest")
- (version "e676c0baedc09f34fbd07877dc3ab47e9427a221")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://git.euandreh.xyz/autoqemu/snapshot/autoqemu-"
- version
- ".tar.gz"))
- (sha256
- (base32
- "1knz65yszanlk8rhzzq3j3gpcd96hvz2mqcv8vv1nhiacbqc232z"))))
- (build-system gnu-build-system)
- (arguments `(#:make-flags
- (list (string-append "CC=" ,(cc-for-target))
- (string-append "PREFIX=" %output))
- #:phases
- (modify-phases %standard-phases
- (delete 'configure))))
- (synopsis (file-append source "/description"))
- (description (file-append source "/long-description"))
- (home-page (string-append "https://" name ".euandreh.xyz"))
- (license license:agpl3+)))
-
-(define-public fallible-latest
- (package
- (name "fallible-latest")
- (version "76c74b3cf29bf9e7c62b328c2bcdcff534e5b663")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://git.euandreh.xyz/fallible/snapshot/fallible-"
- version
- ".tar.gz"))
- (sha256
- (base32
- "0f1cj0yzjjwd8m38w46p4s40flyknwd766daxlpfycadcp6rs57h"))))
- (build-system gnu-build-system)
- (inputs
- `(("valgrind" ,(specification->package "valgrind"))))
- (arguments `(#:make-flags
- (list (string-append "CC=" ,(cc-for-target))
- (string-append "PREFIX=" %output))
- #:phases
- (modify-phases %standard-phases
- (delete 'configure))))
- (synopsis (file-append source "/description"))
- (description (file-append source "/long-description"))
- (home-page (string-append "https://" name ".euandreh.xyz"))
- (license license:agpl3+)))
-
-(define-public fallible
- (package
- (name "fallible")
- (version "0.3.0")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://git.euandreh.xyz/fallible/snapshot/fallible-"
- version
- ".tar.gz"))
- (sha256
- (base32
- "0nhhzk1w0yxabwigrjwhabwrbxxzvrgd3ihydcbbgi2dkabmf8v3"))))
+ "07db7i3rjfcl30bbbg5as8jckh1fi76kr27641bhj58f2xh249g1"))))
(build-system gnu-build-system)
- (inputs
- `(("valgrind" ,(specification->package "valgrind"))))
(arguments `(#:make-flags
(list (string-append "CC=" ,(cc-for-target))
(string-append "PREFIX=" %output))
@@ -218,10 +114,6 @@
(list
td-latest
- remembering-latest
remembering
git-permalink-latest
- git-permalink
- autoqemu-latest
- fallible-latest
- fallible)
+ git-permalink)