aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* elpa_db.py: Drop the workaround for sexpdata-0.0.4HEAD0.2.3masterUlrich Müller2023-05-201-6/+5
| | | | | | | | | The value field was added back in sexpdata-1.0.0: https://github.com/jd-boyd/sexpdata/commit/861cc5c8c96724b3e34ee1b6e15997b1d136635d This partially reverts commit a0924d50b6346fe86c7f0db34a92eb9760d1b17a. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* 0.2.2 release0.2.2Ulrich Müller2023-02-193-7/+7
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Adjust to sexpdata version 0.0.4.Markus Walter2023-02-191-6/+7
| | | | | https://bugs.gentoo.org/895314 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Revert "gs_elpa/ebuild.py: Generate ebuilds for EAPI 7"Ulrich Müller2021-11-041-8/+4
| | | | | | | | | Keep the default in one central place in g-sorcery, otherwise it would have to be maintained in two places. This reverts commit d42fc8be1ccede451a61a77bed83bc61d144a7cd. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* 0.2.1 release0.2.1Ulrich Müller2021-05-056-11/+13
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* gs_elpa/elpa_db.py: Check version numbers for sanityUlrich Müller2021-05-051-0/+5
| | | | | | | | | | | | | | | | | | | Packages with negative version numbers have been seen in melpa-stable. These appear to be the result of mapping non-numeric versions, which are defined in version-regexp-alist as follows (Emacs 27.2): (("^[-._+ ]?snapshot$" . -4) ("^[-._+]$" . -4) ("^[-._+ ]?\\(cvs\\|git\\|bzr\\|svn\\|hg\\|darcs\\)$" . -4) ("^[-._+ ]?unknown$" . -4) ("^[-._+ ]?alpha$" . -3) ("^[-._+ ]?beta$" . -2) ("^[-._+ ]?\\(pre\\|rc\\)$" . -1)) We could try to map them to Gentoo _alpha, _beta, etc. suffixes, but it would require more effort to determine the name of the distfile (and record it in the ebuild). Therefore skip these packages for now. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* gs_elpa/ebuild.py: Generate ebuilds for EAPI 70.2Ulrich Müller2021-05-041-4/+8
| | | | | | Instead of EAPI 5, which is no longer supported by elisp.eclass. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update URIs to use https and update remaining MELPA URIsUlrich Müller2021-05-043-10/+10
| | | | | Bug: https://bugs.gentoo.org/734076 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update melpa, melpa-stable uri'sBrian Dolbec2021-05-041-2/+2
| | | | | | | | Apply patch supplied by: CaptainBlood <luc_pierard_de_maujouy@yahoo.fr> Bug: https://bugs.gentoo.org/734076 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* [docs, config] temporary fix for issue #6Jauhien Piatlicki2015-10-204-1/+26
|
* [docs] bump version in man pagesJauhien Piatlicki2015-04-202-5/+5
|
* [gs_elpa/elpa_db] use new common data feature to make DB smallerJauhien Piatlicki2015-04-182-17/+29
| | | | | gs-elpa depends on new g-sorcery (future v.0.2) now, so bump its version as well
* 0.1.3 release0.1.3Jauhien Piatlicki2014-12-043-3/+3
|
* [gs-elpa.eclass] filter directories for BYTECOMPFLAGS, so it has only uniq ↵Jauhien Piatlicki2014-12-011-4/+3
| | | | entries
* [gs-elpa.eclass] issue #4: handle compilation and installation of elisp ↵Jauhien Piatlicki2014-12-011-2/+12
| | | | packages with multiple files
* [README] add a note about ebuild generation for packages available in the treeJauhien Piatlicki2014-11-221-0/+8
|
* [man pages] add a note about ebuild generation for packages available in the ↵Jauhien Piatlicki2014-11-222-2/+14
| | | | tree
* Merge pull request #1 from alem0lars/masterJauhien Piatlicki2014-11-181-6/+4
|\ | | | | Better titles in the README.md
| * Better titlesAlessandro Molari2014-11-181-6/+4
|/
* 0.1.2 release0.1.2Jauhien Piatlicki2014-09-293-14/+9
|
* add melpa-stable repositoryJauhien Piatlicki2014-09-125-19/+35
|
* [README] gs-elpa imported to the treeJauhien Piatlicki2014-08-291-7/+3
|
* 0.1.1 release0.1.1Jauhien Piatlicki2014-08-293-4/+4
|
* fix handling of dependencies for broken arhive-contentsJauhien Piatlicki2014-05-191-1/+7
|
* fix ugly identationv0.1Jauhien Piatlicki2014-05-101-8/+8
|
* version 0.1 releasedJauhien Piatlicki2014-05-104-40/+52
|
* remove gs-ctan as Gentoo already has good support for CTAN packagesJauhien Piatlicki2014-05-102-2/+2
|
* gs-elpa splitted to a different repositoryJauhien Piatlicki2014-05-108-95/+27
|
* gs-elpa: exclude cl-lib from dependencies as it is a package needed for ↵Jauhien Piatlicki (jauhien)2014-03-051-1/+1
| | | | compatibility, it breaks things on new emacs
* isue#2: exclude invalid packagesJauhien Piatlicki (jauhien)2013-11-221-2/+4
|
* Removing the whole exclude list was a bad idea: it potentially can break systemJauhien Piatlicki (jauhien)2013-11-221-0/+32
|
* issue #1, do not exclude packages from generation by default as it confuses ↵Jauhien Piatlicki (jauhien)2013-11-221-32/+0
| | | | users
* gs-elpa: generate auto-complete ebuild by default, as tree version is old, ↵Jauhien Piatlicki (jauhien)2013-11-221-1/+1
| | | | issue#1
* gs-elpa.eclass: fix bad filenamesJauhien Piatlicki (jauhien)2013-09-211-1/+1
|
* docs: fixesJauhien Piatlicki (jauhien)2013-09-203-5/+5
|
* docs/gs-pypi: man page addedJauhien Piatlicki (jauhien)2013-09-202-2/+2
|
* docs/g-sorcery.cfg: man page addedJauhien Piatlicki (jauhien)2013-09-204-4/+4
|
* README: fixJauhien Piatlicki (jauhien)2013-09-201-1/+1
|
* README actualizedJauhien Piatlicki (jauhien)2013-09-201-5/+26
|
* remove layman patch as changes were added to the upstreamJauhien Piatlicki (jauhien)2013-09-151-175/+0
|
* add backend entry to backend configsJauhien Piatlicki (jauhien)2013-09-151-0/+1
|
* variables without quotation in ebuild-generatorJauhien Piatlicki (jauhien)2013-09-051-2/+2
|
* fixJauhien Piatlicki (jauhien)2013-08-301-1/+1
|
* fixesJauhien Piatlicki (jauhien)2013-08-301-1/+3
|
* gs-pypi: xml file for laymanJauhien Piatlicki (jauhien)2013-08-301-1/+2
|
* pypi: it works now, but no dependency checking, no python version checking ↵Jauhien Piatlicki (jauhien)2013-08-301-1/+1
| | | | at the moment
* bin/gs-elpa: backend name fixedJauhien Piatlicki (jauhien)2013-08-301-1/+1
|
* install gs-db-toolJauhien Piatlicki (jauhien)2013-08-291-2/+3
|
* upstream layman supports g-sorcery nowJauhien Piatlicki (jauhien)2013-08-293-52/+3
|
* refactoring of eclassesJauhien Piatlicki (jauhien)2013-08-293-34/+13
|