aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ebook.scm
Commit message (Collapse)AuthorAge
* gnu: calibre: Update to 2.51.0.Andreas Enge2016-02-13
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.51.0.
* gnu: calibre: Update to 2.49.0.Andreas Enge2016-01-24
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.49.0.
* gnu: calibre: Update to 2.48.0.Andreas Enge2016-01-05
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.48.0.
* gnu: calibre: Update to 2.41.0.Andreas Enge2015-10-17
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.41.0.
* gnu: calibre: Update to 2.40.0.Andreas Enge2015-10-04
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.40.0.
* gnu: calibre: Update to 2.37.1.Andreas Enge2015-09-06
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.37.1.
* gnu: calibre: Update to 2.35.0.Andreas Enge2015-08-17
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.35.0.
* gnu: calibre: Update to 2.34.0.Andreas Enge2015-08-11
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.34.0.
* Revert "gnu: calibre: Update to 2.30.0."Andreas Enge2015-07-18
| | | | | | The new version requires the SSL package from Python >= 2.7.9. This reverts commit d5711017707b8e0e8a75c2e0b535fd73b8d78c6c.
* gnu: Move content of openssl module into tls module.Andreas Enge2015-07-05
| | | | | | | | | | | | | | * gnu/packages/openssl.scm (openssl, perl-net-ssleay): Move to... * gnu/packages/tls.scm: ...here. * gnu/packages/openssl.scm: Delete file. * gnu-system.am (GNU_SYSTEM_MODULES): Unregister deleted file. * gnu/packages/{admin.scm, bittorrent.scm, certs.scm, ci.scm, cyrus-sasl.scm, databases.scm, dns.scm, ebook.scm, enlightenment.scm, gnunet.scm, libreoffice.scm, links.scm, mail.scm, messaging.scm, networking.scm, ntp.scm, openldap.scm, package-management.scm, pdf.scm, python.scm, qt.scm, rdesktop.scm, rdf.scm, ruby.scm, ssh.scm, synergy.scm, tor.scm, version-control.scm, video.scm, vpn.scm, w3m.scm, web.scm, weechat.scm, xiph.scm}: Adapt module import.
* gnu: calibre: Update to 2.30.0.Andreas Enge2015-06-16
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.30.0.
* gnu: calibre: Update to 2.29.0.Andreas Enge2015-05-29
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.29.0. Add input openssl.
* gnu: calibre: Update to 2.28.0.Andreas Enge2015-05-17
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.28.0.
* gnu: ebook: Drop circular inclusion of the module into itself.Andreas Enge2015-05-01
| | | | * gnu/packages/ebook.scm: Do not import (gnu packages ebook).
* gnu: calibre: Update to 2.25.0.Andreas Enge2015-04-18
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.25.0.
* gnu: calibre: Update to 2.24.0.Andreas Enge2015-04-15
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.24.0.
* gnu: calibre: Update to 2.23.0.Andreas Enge2015-04-14
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.23.0.
* gnu: calibre: Add a patch to avoid automatic checking for updates.Andreas Enge2015-03-24
| | | | | | * gnu/packages/patches/calibre-no-updates-dialog.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/ebook.scm (calibre): Use patch.
* gnu: calibre: Update to 2.22.0.Andreas Enge2015-03-21
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.22.0.
* gnu: calibre: Update to 2.21.0.Andreas Enge2015-03-13
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.21.0.
* gnu: calibre: Swap input python2-pil for python2-pillow.Andreas Enge2015-03-07
| | | | | * gnu/packages/ebook.scm (calibre)[inputs]: Drop python2-pil, add python2-pillow.
* gnu: Add calibre.Andreas Enge2015-03-07
| | | | | | * gnu/packages/ebook.scm (calibre): New variable. * gnu/packages/patches/calibre-drop-unrar.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch.
* gnu: chmlib: Patch for compilation on mips.Andreas Enge2015-02-21
| | | | | | * gnu/packages/patches/chmlib-inttypes.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/ebook.scm (chmlib): Apply patch.
* gnu: chmlib: Correct license.Andreas Enge2015-02-07
| | | | * gnu/packages/ebook.scm (chmlib): Correct copy-pasted license field.
* gnu: Add chmlib.Andreas Enge2015-02-07
* gnu/packages/ebook.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.