summaryrefslogtreecommitdiff
path: root/gnu/packages/vpn.scm
Commit message (Collapse)AuthorAge
* gnu: Improve synopses in vpn.scm.Ludovic Courtès2013-12-04
| | | | | * gnu/packages/vpn.scm (vpnc): Shorten synopsis, and fix spelling. (openconnect): Fix synopsis spelling.
* gnu: Add missing copyright line.Ludovic Courtès2013-12-03
| | | | * gnu/packages/vpn.scm: Add copyright line lost in commit 7af8a9b.
* gnu: Move GVPE to vpn.scm.Ludovic Courtès2013-12-03
| | | | | | * gnu/packages/vpn.scm (gvpe): New variable, moved from... * gnu/packages/gvpe.scm: ... here. Remove. * gnu-system.am (GNU_SYSTEM_MODULES): Remove 'gvpe.scm'.
* gnu: gettext: Rename binding to 'gnu-gettext'.Ludovic Courtès2013-11-20
| | | | | | | | | | | | | | * gnu/packages/gettext.scm (gettext): Rename to... (gnu-gettext): ... this. This is used to work around the circular dependency introduced in commit c42a4b7, which users with a #:renamer cannot cope with. * gnu/packages/acl.scm, gnu/packages/attr.scm, gnu/packages/cdrom.scm, gnu/packages/fdisk.scm, gnu/packages/gkrellm.scm, gnu/packages/glib.scm, gnu/packages/gnunet.scm, gnu/packages/grub.scm, gnu/packages/linux.scm, gnu/packages/maths.scm, gnu/packages/nano.scm, gnu/packages/parted.scm, gnu/packages/system.scm, gnu/packages/version-control.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm, gnu/packages/wget.scm: Adjust accordingly.
* gnu: Use the 'patches' field of <origin>.Ludovic Courtès2013-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/apr.scm, gnu/packages/autotools.scm, gnu/packages/avahi.scm, gnu/packages/cdrom.scm, gnu/packages/cmake.scm, gnu/packages/cpio.scm, gnu/packages/cross-base.scm, gnu/packages/emacs.scm, gnu/packages/flex.scm, gnu/packages/fontutils.scm, gnu/packages/glib.scm, gnu/packages/grub.scm, gnu/packages/guile.scm, gnu/packages/idutils.scm, gnu/packages/libevent.scm, gnu/packages/linux.scm, gnu/packages/mail.scm, gnu/packages/make-bootstrap.scm, gnu/packages/mp3.scm, gnu/packages/oggvorbis.scm, gnu/packages/pdf.scm, gnu/packages/plotutils.scm, gnu/packages/qemu.scm, gnu/packages/recutils.scm, gnu/packages/rush.scm, gnu/packages/scheme.scm, gnu/packages/system.scm, gnu/packages/tcsh.scm, gnu/packages/valgrind.scm, gnu/packages/vpn.scm, gnu/packages/w3m: Use the 'patches' field of <origin> instead of adding a patch as input plus using #:patches.
* gnu: Add openconnect.Andreas Enge2013-03-16
| | | | * gnu/packages/vpn.scm (openconnect): New variable.
* gnu: Add vpnc.Andreas Enge2013-03-03
* gnu/packages/vpn.scm: New file. * Makefile.am (MODULES): Add it. * gnu/packages/patches/vpnc-script.patch: New file. * Makefile.am (dist_patch_DATA): Add it.