summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/beaver: OldJeroen Roovers2019-12-201-53/+0
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* app-editors/beaver: EAPI=7Jeroen Roovers2019-12-201-0/+54
| | | | | | | | | | - Inherit xdg-utils - Call xdg_desktop_database_update - Remove pointless IUSE=debug - Update HOMEPAGE Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* app-editors/beaver: Fix patchJeroen Roovers2019-12-201-2/+2
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* app-editors/emacs: Live ebuilds copied from app-editors/emacs-vcs.Ulrich Müller2019-12-183-0/+829
| | | | | | | | | | | | | | The package split between app-editors/emacs for regular ebuilds and app-editors/emacs-vcs for live ebuilds has outlived its usefulness, and it entails additional maintenance effort to keep the two packages (e.g., the list of their use flags in metadata.xml) synchronised. Therefore, consolidate all GNU Emacs ebuilds in a single package. The separate app-editors/emacs-vcs package will be removed soon. Bug: https://bugs.gentoo.org/291296 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Use EMACS_SUFFIX instead of SLOT.Ulrich Müller2019-12-185-30/+30
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* x11-libs/fox: fix bump to stableJason A. Donenfeld2019-12-161-1/+1
| | | | | | This was accidental. These should be unstable. Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* x11-libs/fox: bump versionsJason A. Donenfeld2019-12-162-1/+1
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* app-editors/shed: ppc stable wrt bug #702686Agostino Sarubbo2019-12-151-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/elvis: add doc USE flag.Patrice Clement2019-12-131-0/+106
| | | | | | | | Courtesy of Dmitry Bogatov <KAction@debian.org>. Closes: https://bugs.gentoo.org/683676 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-editors/shed: drop oldAkinori Hattori2019-12-132-21/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-editors/shed: amd64/x86 stableAkinori Hattori2019-12-131-1/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-editors/shed: update to EAPI 7Akinori Hattori2019-12-131-11/+14
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-editors/retext: drop old versionDavide Pesavento2019-12-132-63/+0
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* app-editors/retext: x86 stable wrt bug #700384Agostino Sarubbo2019-12-121-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-113-5/+4
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* app-editors/retext: amd64 stable wrt bug #700384Agostino Sarubbo2019-12-111-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-112-2/+4
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/gedit: drop unused virtualx.eclass tooMart Raudsepp2019-12-091-1/+1
| | | | | | | | This also gets rid of this eclass caused MissingTestRestrict pkgcheck warning Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-editors/gedit: remove oldMart Raudsepp2019-12-082-93/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-editors/gedit: EAPI-7, python_gen_cond_dep, fix python optMart Raudsepp2019-12-081-0/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Port to EAPI-7 * Use new python_gen_cond_dep for better python plugins and libpeas handling (should be best we can do now somewhat related with bug 612870) * Fix python optimization to happen under meson. Python files that benefit from optimization are both in sitedir and in gedit plugins dir, so we call python_optimize twice (once to get the default logic for sitedir, so we don't need to figure out the correct path ourselves, and the second for the plugin files) * Reorder deps to be in order of apperance in meson.build, instead of old gone configure.ac order * Reorder src_configure to meson_options.txt order * Drop questionable glib[dbus] USE dependency * Drop unused eutils and multilib eclass inherits * Drop GNOME2_LA_PUNT leftover from gnome2.eclass use (not used anymore and libtool not relevant with meson) * Move gsettings-desktop-schemas and gvfs to RDEPEND-only - meson.build doesn't check for gsettings-desktop-schemas, and gvfs was always runtime-only. * "use vala &&" in front of vala_src_prepare - vala.eclass does this too, so it doesn't change anything, but it's clearer to do it this way, and is the convention we've ended up with - just stuck with the eclass behaviour for now, unfortunately. * Depend on higher gobject-introspection minimum, for meson support fixes. * Add a comment on why src_test is a no-op for now. Closes: https://bugs.gentoo.org/612870 Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-editors/gedit-plugins: x86 stable wrt bug #702260Mikle Kolyada2019-12-081-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-editors/gedit: x86 stable wrt bug #702260Mikle Kolyada2019-12-081-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-editors/gedit-plugins: amd64 stable wrt bug #702260Mikle Kolyada2019-12-081-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-editors/gedit: amd64 stable wrt bug #702260Mikle Kolyada2019-12-081-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-editors/emacs: Remove old blockers.Ulrich Müller2019-12-072-6/+0
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/gedit-plugins: enable python3.{7,8}Joonas Niilola2019-12-041-1/+1
| | | | | Signed-off-by: Joonas Niilola <juippis@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-editors/gedit: enable python3.{7,8}Joonas Niilola2019-12-041-1/+1
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/12341 Signed-off-by: Joonas Niilola <juippis@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-editors/nano: Removed oldLars Wendler2019-11-292-81/+0
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-editors/nano: Bump to version 4.6Lars Wendler2019-11-292-0/+81
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-editors/neovim-0.4.3: Version bumpPatrick McLean2019-11-282-0/+92
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* app-editors/emacs: arm stable wrt bug #700892Mikle Kolyada2019-11-271-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-editors/kile: Drop 2.9.92_p20190716Andreas Sturmlechner2019-11-262-73/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-editors/kile: x86 stable (bug #700800)Thomas Deutschmann2019-11-261-1/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-editors/emacs-vcs: Fix order of Info-directory-list.Ulrich Müller2019-11-233-6/+6
| | | | | | | | | | Some packages like gcc and binutils install their Info files in funny locations outside of /usr/share/info (but still under /usr/share). Adjust the sorting algorithm, in order to keep the current Emacs version above them in the main Info menu. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Fix order of Info-directory-list.Ulrich Müller2019-11-235-10/+10
| | | | | | | | | | | | | Some packages like gcc and binutils install their Info files in funny locations outside of /usr/share/info (but still under /usr/share). Adjust the sorting algorithm, in order to keep the current Emacs version above them in the main Info menu. No revision bump because this is mostly a cosmetic change and doesn't affect functionality. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: ppc64 stable wrt bug #700892Agostino Sarubbo2019-11-231-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/emacs: sparc stable wrt bug #700892Agostino Sarubbo2019-11-231-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/emacs: ppc stable wrt bug #700892Agostino Sarubbo2019-11-231-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/emacs: ia64 stable wrt bug #700892Agostino Sarubbo2019-11-231-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/emacs: x86 stable wrt bug #700892Agostino Sarubbo2019-11-231-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/emacs: arm64 stable (bug #700892)Aaron Bauman2019-11-231-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.79, Repoman-2.3.18
* app-editors/emacs: Remove compatibility code in pkg_preinst.Ulrich Müller2019-11-225-63/+10
| | | | | | | | Needed only for Portage versions from before 2011. Since all ebuilds are EAPI 7 (approved in 2018), it should be safe to drop this. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Remove old.Ulrich Müller2019-11-222-393/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/kile: amd64 stable wrt bug #700800Agostino Sarubbo2019-11-221-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/emacs: amd64 stable wrt bug #700892Agostino Sarubbo2019-11-221-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/bvi: clean oldChristopher Head2019-11-212-17/+0
| | | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Christopher Head <chead@chead.ca> Closes: https://github.com/gentoo/gentoo/pull/13725 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/bvi: ppc stable wrt bug #700290Agostino Sarubbo2019-11-201-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/hteditor: add slyfox to maintainersSergei Trofimovich2019-11-191-1/+4
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-editors/bvi: x86 stable wrt bug #700290Agostino Sarubbo2019-11-191-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/emacs-vcs: Remove sandbox hack in src_compile.Ulrich Müller2019-11-181-4/+5
| | | | | | | | | | | | | | Configure with explicit option --with-dumping=pdumper to make sure that the portable dumper is used, even for the (unlikely) case that the upstream default would change. Note that (as of today) --with-dumping=unexec breaks the build process, therefore controlling this option with a USE flag wouldn't make sense. Closes: https://bugs.gentoo.org/700182 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Ulrich Müller <ulm@gentoo.org>