Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x11-drivers/xf86-video-ati: Removed old. | Lars Wendler | 2017-09-08 | 2 | -46/+0 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | x11-drivers/xf86-video-ati: Bump to version 7.10.0 | Lars Wendler | 2017-09-08 | 2 | -0/+46 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | x11-drivers/xf86-video-amdgpu: Removed old. | Lars Wendler | 2017-09-08 | 2 | -27/+0 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | x11-drivers/xf86-video-amdgpu: Bump to version 1.4.0 (bug #630328). | Lars Wendler | 2017-09-08 | 2 | -0/+26 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | net-print/cups-filters: Removed old. | Lars Wendler | 2017-09-08 | 2 | -137/+0 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | net-print/cups-filters: Bump to version 1.17.3 | Lars Wendler | 2017-09-08 | 2 | -0/+137 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | dev-util/cmake: Removed old. | Lars Wendler | 2017-09-08 | 3 | -409/+0 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | dev-util/cmake: Bump to version 3.9.2 | Lars Wendler | 2017-09-08 | 2 | -0/+206 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | app-admin/sudo: Removed old. | Lars Wendler | 2017-09-08 | 2 | -219/+0 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | app-admin/sudo: Bump to version 1.8.21_p2 | Lars Wendler | 2017-09-08 | 2 | -0/+219 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | dev-db/oracle-instantclient: version bump to 12.2.0.1 | Guilherme Amadio | 2017-09-08 | 2 | -0/+315 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | elisp-common.eclass: avoid //path, is not /path on Cygwin | Michael Haubenwallner | 2017-09-08 | 1 | -1/+1 |
| | | | | Closes: https://github.com/gentoo/gentoo/pull/5651 | ||||
* | media-libs/libpng: stable 1.6.29 for hppa/sparc, bug #624548 (thanks to Dakon) | Sergei Trofimovich | 2017-09-08 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa sparc" | ||||
* | www-apps/prewikka: Bump version 4.0.0 | Thomas Andrejak | 2017-09-08 | 2 | -0/+33 |
| | | | | Closes: https://github.com/gentoo/gentoo/pull/5566 | ||||
* | net-analyzer/prelude-correlator: Bump version 4.0.0 | Thomas Andrejak | 2017-09-08 | 2 | -0/+30 |
| | |||||
* | net-analyzer/prelude-lml-rules: Bump version 4.0.0 | Thomas Andrejak | 2017-09-08 | 2 | -0/+22 |
| | |||||
* | net-analyzer/prelude-lml: Bump version 4.0.0 | Thomas Andrejak | 2017-09-08 | 2 | -0/+54 |
| | |||||
* | app-admin/prelude-manager: Bump version 4.0.0 | Thomas Andrejak | 2017-09-08 | 2 | -0/+59 |
| | |||||
* | dev-libs/libpreludedb: Bump version 4.0.0 | Thomas Andrejak | 2017-09-08 | 3 | -0/+129 |
| | |||||
* | dev-libs/libprelude: whitespace/style fixes | Thomas Andrejak | 2017-09-08 | 1 | -3/+3 |
| | |||||
* | x11-libs/gdk-pixbuf: stable 2.36.9 for hppa/sparc, bug #611390 (thanks to Dakon) | Sergei Trofimovich | 2017-09-08 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa sparc" | ||||
* | sys-fs/duperemove: Tested on ~x86 | Michał Górny | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | app-admin/systemrescuecd-x86: Bump to 5.1.0 | Michał Górny | 2017-09-08 | 2 | -0/+62 |
| | |||||
* | gnome2*.eclass: Move the preinst conditional out of gnome2_schemas_update | Michał Górny | 2017-09-08 | 2 | -7/+6 |
| | | | | | | | | | | | | | | | Move the GNOME2_ECLASS_GLIB_SCHEMAS conditional from gnome2_schemas_update straight into the implementation of gnome2.eclass postinst/postrm. This variable is set in preinst to indicate whether any files were installed. However, the updater itself does not use the list in any way and updates all the schemas anyway. Therefore, avoid requiring the ebuilds to explicitly define preinst/postinst when it is known that the package installs schemas, and instead let gnome2_schemas_update called in postinst/postrm update schemas unconditionally. | ||||
* | *.eclass: Include GNOME2_ECLASS_ICONS condition in postrm as well | Michał Górny | 2017-09-08 | 4 | -4/+12 |
| | | | | | | | The original GNOME2_ECLASS_ICONS patch has moved the condition from gnome2_icon_cache_update to postinst phases of functions using the preinst/postinst logic but accidentally omitted postrm. Include it there as well to restore the old behavior. | ||||
* | fdo-mime.eclass: Mark the eclass as deprecated | Michał Górny | 2017-09-08 | 1 | -1/+3 |
| | | | | | | | | | | | | | | The GNOME team has committed the xdg-utils.eclass serving exactly the same purpose as fdo-mime.eclass, supposedly with the goal of replacing it. However, it seems that they have never bothered to actually hint the deprecation in the fdo-mime.eclass in any way. As a result, developers are still adding references to this eclass instead of using xdg-utils or xdg, and/or not working towards replacing them. Add an explicit deprecation notice to the fdo-mime.eclass to make it clear that the eclass should not be used in new packages, and what the replacement eclasses are. | ||||
* | dev-libs/libprelude: Bump version 4.0.0 | Thomas Andrejak | 2017-09-08 | 3 | -0/+131 |
| | | | | Closes: https://bugs.gentoo.org/612076 | ||||
* | dev-lang/php: stable 7.0.23 for hppa, bug #629452 | Sergei Trofimovich | 2017-09-08 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa" | ||||
* | dev-ml/jbuilder: bump to 1.0_beta13 | Alexis Ballier | 2017-09-08 | 2 | -0/+34 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | dev-ros/rospack: backport upstream patch to build with boost 1.65, bug #629900 | Alexis Ballier | 2017-09-08 | 2 | -0/+232 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | dev-ros/rospack: Remove old | Alexis Ballier | 2017-09-08 | 2 | -32/+0 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | dev-ruby/selenium-webdriver: add 3.5.2 | Hans de Graaff | 2017-09-08 | 2 | -0/+34 |
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 | ||||
* | dev-ruby/selenium-webdriver: move ~arm forward | Hans de Graaff | 2017-09-08 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 | ||||
* | dev-ruby/selenium-webdriver: cleanup | Hans de Graaff | 2017-09-08 | 3 | -73/+0 |
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 | ||||
* | dev-libs/openssl: arm stable, bug #628476 | Markus Meier | 2017-09-08 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" | ||||
* | media-libs/fontconfig: arm stable, bug #627988 | Markus Meier | 2017-09-08 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" | ||||
* | app-portage/elt-patches: arm stable, bug #627824 | Markus Meier | 2017-09-08 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" | ||||
* | dev-qt/qtlocation: arm stable, bug #627542 | Markus Meier | 2017-09-08 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" | ||||
* | app-eselect/eselect-postgresql: arm stable, bug #627476 | Markus Meier | 2017-09-08 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" | ||||
* | sys-kernel/ck-sources: v.bump (4.9.48 & 4.12.11) | kuzetsa | 2017-09-08 | 3 | -0/+131 |
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 | ||||
* | profiles/f/p/s/l/package.unmask: unmask glibc-2.19. | Benda Xu | 2017-09-08 | 1 | -0/+2 |
| | | | | The host kernels are usually linux-2.6.18, like RHEL 5. | ||||
* | net-analyzer/tcpdump: Version bump. | Jeroen Roovers | 2017-09-08 | 2 | -0/+92 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | net-analyzer/tcpdump: Update live ebuild. | Jeroen Roovers | 2017-09-08 | 1 | -8/+1 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | net-analyzer/tcpdump: Remove 4.9.2. | Jeroen Roovers | 2017-09-08 | 2 | -104/+0 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | sys-apps/proot: update HOMEPAGE and SRC_URI | Tim Harder | 2017-09-08 | 5 | -10/+10 |
| | |||||
* | sys-apps/mawk: use https for HOMEPAGE | Tim Harder | 2017-09-07 | 3 | -3/+3 |
| | |||||
* | dev-util/byacc: use https for HOMEPAGE | Tim Harder | 2017-09-07 | 2 | -2/+2 |
| | |||||
* | net-dns/dnsmasq: Stabilize 2.77-r1 on amd64 | Patrick McLean | 2017-09-07 | 1 | -1/+1 |
| | | | | | Gentoo-Bug: 630296 Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | app-admin/salt: Version bump to 2017.7.1 | Patrick McLean | 2017-09-07 | 2 | -2/+4 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | dev-python/pycairo: version bump to 1.15.2 | Tim Harder | 2017-09-07 | 2 | -0/+66 |
| |