~ruther/guix-local

ref: 2a5d663bfa519dd51fc4e3a6fafe5a3e4c2a18cf guix-local/gnu d---------
gnu: fish-guix: Remove it.

fish-guix has been merged into Guix in 'etc/completion/fish'

* gnu/packages/shells.scm (fish-guix): Remove it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
889b4af7 — Tobias Geerinckx-Rice 8 years ago
gnu: mc: Update to 4.8.20.

* gnu/packages/mc.scm (mc): Update to 4.8.20.
[arguments]: Rename ‘fix-absolutism’ to (hopefully) more accurate
‘patch-FHS-file-names’.  Patch more.  Fix new VFS test.
10db64e1 — Tobias Geerinckx-Rice 8 years ago
gnu: mc: Use HTTPS for home page.

* gnu/packages/mc.scm (mc)[home-page]: Use HTTPS.
a1b517f9 — Tobias Geerinckx-Rice 8 years ago
gnu: opensmtpd: Support PAM authentication.

* gnu/packages/mail.scm (opensmtpd)[arguments]: Add ‘--with-auth-pam’
to #:configure-flags.
2f2ce920 — Tobias Geerinckx-Rice 8 years ago
gnu: opensmtpd: Update to 6.0.3p1.

* gnu/packages/mail.scm (opensmtpd): Update to 6.0.3p1.
432fd269 — Tobias Geerinckx-Rice 8 years ago
gnu: Use HTTPS for invisible-island.net home pages.

* gnu/packages/ncurses.scm (dialog)[home-page]: Use HTTPS.
* gnu/packages/version-control.scm (diffstat)[home-page]: Likewise.
* gnu/packages/xorg.scm (xterm)[home-page]: Likewise.
9a412aa3 — Tobias Geerinckx-Rice 8 years ago
gnu: dialog: Update to 1.3-20171209.

* gnu/packages/ncurses.scm (dialog): Update to 1.3-20171209.
4817bb92 — Tobias Geerinckx-Rice 8 years ago
gnu: audio: Use HTTPS for kokkinizita.linuxaudio.org home pages.

* gnu/packages/audio.scm (clalsadrv, amb-plugins, mcp-plugins, rev-plugins)
(fil-plugins, ste-plugins, vco-plugins, wah-plugins, g2reverb)
(zita-convolver, zita-resampler, zita-alsa-pcmi)[home-page]: Use HTTPS.
c353d014 — Tobias Geerinckx-Rice 8 years ago
gnu: java: Use HTTPS for osgi.org home pages.

* gnu/packages/java.scm (java-osgi-annotation, java-osgi-core)
(java-osgi-service-event, java-osgi-cmpn)
(java-osgi-service-component-annotations, java-osgi-dto, java-osgi-resource)
(java-osgi-namespace-contract, java-osgi-namespace-extender)
(java-osgi-namespace-service, java-osgi-util-function)
(java-osgi-util-promise, java-osgi-service-metatype-annotations)
(java-osgi-service-repository, java-osgi-framework, java-osgi-service-log)
(java-osgi-service-jdbc, java-osgi-service-resolver, java-osgi-util-tracker)
(java-osgi-service-cm, java-osgi-service-packageadmin)[home-page]: Use HTTPS.
53a416d6 — Tobias Geerinckx-Rice 8 years ago
gnu: mpg123: Use HTTPS for home page.

* gnu/packages/mp3.scm (mpg123)[home-page]: Use HTTPS.
38b87a8a — Tobias Geerinckx-Rice 8 years ago
gnu: mpg123: Update to 1.25.8.

* gnu/packages/mp3.scm (mpg123): Update to 1.25.8.
b7fd77ef — Tobias Geerinckx-Rice 8 years ago
gnu: compression, text-editors: Use Savannah mirror://.

* gnu/packages/compression.scm (lunzip, clzip, lzlib, plzip)[source]: Use
mirror:// URI.
* gnu/packages/text-editors.scm (leafpad)[source]: Likewise.
c1816361 — Ludovic Courtès 8 years ago
services: bitlbee: Add test.

* gnu/tests/messaging.scm (run-bitlbee-test): New procedure.
(%test-bitlbee): New variable.
37af37dc — Ludovic Courtès 8 years ago
doc: Deprecate 'bitlbee-service' procedure.

* gnu/services/messaging.scm (bitlbee-service): Mark as deprecated.
* doc/guix.texi (Messaging Services): Document 'bitlbee-service-type'
and 'bitlbee-configuration'.  Remove 'bitlbee-service'.
f2bee421 — Ludovic Courtès 8 years ago
services: bitlbee: Move to (gnu services messaging).

* gnu/services/networking.scm (<bitlbee-configuration>)
(bitlbee-shepherd-service, %bitlbee-accounts, %bitlbee-activation)
(bitlbee-service-type, bitlbee-service): Move to...
* gnu/services/messaging.scm: ... here.
* doc/guix.texi (Networking Services): Move 'bitlbee-service' doc to...
(Messaging Services): ... here.
95aa64bc — Ludovic Courtès 8 years ago
linux-container: Work around EBADF errors upon exit.

Typically 'read-pid-file/container' would fail when starting services in
containers such as BitlBee.

* gnu/build/linux-container.scm (call-with-clean-exit): Use
'primitive-_exit' instead of 'primitive-exit'.
(container-excursion*): Close OUT.
adbfc6b9 — Tobias Geerinckx-Rice 8 years ago
gnu: talloc: Update to 2.1.11.

* gnu/packages/samba.scm (talloc): Update to 2.1.11.
[arguments]: Run all tests.  Use INVOKE.
a9691718 — Tobias Geerinckx-Rice 8 years ago
gnu: iniparser: Update to 4.1.

* gnu/packages/samba.scm (iniparser): Update to 4.1.
[arguments]: Update library SONAME.
[home-page]: Abandon outdated home page with no mention of version 4.
fa5e6618 — Tobias Geerinckx-Rice 8 years ago
gnu: iniparser: Use INSTALL-FILE.

* gnu/packages/samba.scm (iniparser)[arguments]: Simplify ‘install’ phase by
replacing COPY-FILE with INSTALL-FILE.
cf52c925 — Tobias Geerinckx-Rice 8 years ago
gnu: iniparser: Use #:make-flags.

* gnu/packages/samba.scm (iniparser)[arguments]: Use #:make-flags to set
‘CC’ instead of patching the Makefile.  Remove fruitless SYMLINK call.
Next