summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Limit dev-libs/iniparser reverse dendencies to slot 0 (not slot 4)Sebastian Pipping2015-08-1015-22/+22
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* selinux-policy-2.eclass: Pass multiple arguments to EXPORT_FUNCTIONSMike Gilbert2015-08-101-1/+1
| | | | | This seems to be the only eclass that passes a single string instead of multiple arguments.
* dev-python/pillow: Remove oldMike Gilbert2015-08-102-91/+0
| | | | Package-Manager: portage-2.2.20
* media-sound/pulseaudio: Add ~alpha keywordTobias Klausmann2015-08-101-1/+1
| | | | Gentoo-Bug: 543354
* media-sound/pulseaudio: Mask USE=ofono-headset for alphaTobias Klausmann2015-08-101-0/+4
| | | | Gentoo-Bug: 543354
* dev-lang/php: add alpha keywordTobias Klausmann2015-08-101-1/+1
| | | | | | Gentoo-Bug: 556952 Package-Manager: portage-2.2.20
* golang-build.eclass: add support for EGO_BUILD_FLAGSWilliam Hubbs2015-08-101-2/+15
|
* Convert CVS style headers back to git style headersJulian Ospald2015-08-1029-29/+29
|
* app-portage/gentoopm: drop oldMichał Górny2015-08-103-82/+0
| | | | Package-Manager: portage-2.2.20_p33
* net-libs/wt: bump to 3.3.4 because previous versions are broken. Bug #537608.Anthony G. Basile2015-08-102-5/+5
| | | | Package-Manager: portage-2.2.20
* app-cdr/mirage2iso: drop oldMichał Górny2015-08-102-42/+0
| | | | Package-Manager: portage-2.2.20_p32_p372642
* dev-lang/php: add alpha keywordTobias Klausmann2015-08-101-1/+1
| | | | | | Gentoo-Bug: 556952 Package-Manager: portage-2.2.20
* media-tv/mythtv: remove older versionsDoug Goldstein2015-08-104-1063/+0
| | | | Package-Manager: portage-2.2.20
* media-video/h264enc: version bump.Lars Wendler2015-08-102-0/+41
| | | | Package-Manager: portage-2.2.20
* media-fonts/monoid: new ebuildGuilherme Amadio2015-08-103-0/+37
| | | | | | | Thanks for José Romildo Malaquias <jrmalaq@gmail.com> for filing bug 556108 and for providing first ebuild. Package-Manager: portage-2.2.18
* net-mail/cyrus-imapd: version bumpEray Aslan2015-08-102-0/+177
| | | | Package-Manager: portage-2.2.20
* mail-client/cone: version bumpEray Aslan2015-08-102-0/+53
| | | | | | Gentoo-Bug: 549054 Package-Manager: portage-2.2.20
* www-servers/apache: amd64 stable wrt bug #557198Mikle Kolyada2015-08-101-1/+1
| | | | Package-Manager: portage-2.2.20
* app-admin/apache-tools: amd64 stable wrt bug #557198Mikle Kolyada2015-08-101-1/+1
| | | | Package-Manager: portage-2.2.20
* net-libs/gnutls: version bumpsAlon Bar-Lev2015-08-103-0/+312
| | | | Package-Manager: portage-2.2.20
* epplets: stabilize for all #540208Mike Frysinger2015-08-101-2/+2
|
* gcc: fix bconfig.h/gengtype-lex.c parallel build issues #487398Mike Frysinger2015-08-105-8/+8
|
* qemu: do not put directly into stableMike Frysinger2015-08-101-1/+1
|
* qemu: fix from upstream for virtio-serial security issue #557206Mike Frysinger2015-08-102-0/+650
|
* [sys-cluster/open-mx] Fix headerAlexey Shvetsov2015-08-101-1/+1
| | | | Package-Manager: portage-2.2.20
* media-video/mjpg-streamer: Fix compatibility with kernels newer than 3.18 ↵Mikle Kolyada2015-08-102-0/+150
| | | | | | (bug 556402) Package-Manager: portage-2.2.20
* dev-python/peewee bump, rm oldIan Delaney2015-08-103-42/+1
| | | | Package-Manager: portage-2.2.20
* extract-xiso: fix various missing prototype warningsMike Frysinger2015-08-102-2/+24
|
* extract-xiso: EAPI: bump to 5Mike Frysinger2015-08-101-4/+4
|
* extract-xiso: version bumpMike Frysinger2015-08-102-0/+39
|
* extract-xiso: LICENSE: change to BSD-4 to reflect the source #556274Mike Frysinger2015-08-101-2/+2
|
* cronbase: run-crons: use standard comment header in all filesMike Frysinger2015-08-105-130/+10
| | | | If people want changelogs/history, they can look at the VCS.
* anacron: update cron doc url #534516Mike Frysinger2015-08-101-1/+1
|
* anacron: fix various missing prototype warningsMike Frysinger2015-08-102-0/+41
|
* anacron: improve CFLAGS/CC handlingMike Frysinger2015-08-101-2/+8
| | | | | | | Rather than expand CFLAGS in the sed statement, pass it via the env later on when running make. Make sure we set up CC to a sane default.
* anacron: install with normal permissions #291565Mike Frysinger2015-08-101-2/+1
| | | | | | | | There's no need to restrict the binary to the root user/group -- it's not like normal users can't run programs themselves, and access to various state/config files are protected independently. This also fixes bad +x perms on the /etc config files.
* anacron: init.d: do not require clock/hostname #546138Mike Frysinger2015-08-101-4/+3
| | | | | | If the system initializes these settings via other means (such as the kernel handling it), there's no need to force them to start up. Change the "need" to "use" so that things work correctly.
* anacron: EAPI: update to 5Mike Frysinger2015-08-101-17/+15
| | | | This allows us to show the elog messages only once on initial install.
* anacron: use elog instead of einfo for messages #370199Mike Frysinger2015-08-101-9/+8
| | | | | We want users to be able to read these after the fact, so make sure we log them accordingly.
* anacron: clean up depend settings #370203Mike Frysinger2015-08-101-4/+3
| | | | | | We do not need to depend on sed (it is in @system), cronbase should be a runtime dep for cron daemons, and we do not need virtual/cron as anacron runs by itself just fine #370203.
* anacron: revbump for various changesMike Frysinger2015-08-101-0/+62
|
* dev-lang/ekopath: Snapshot bumpMichał Górny2015-08-102-0/+75
| | | | Package-Manager: portage-2.2.20
* dev-python/html5lib: Drop oldJustin Lecher2015-08-102-28/+0
| | | | | Package-Manager: portage-2.2.20 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-admin/consul-template: inherit go-build for GOPATH setting with ↵Zac Medico2015-08-093-6/+6
| | | | | | get_golibdir_gopath Package-Manager: portage-2.2.20
* app-admin/consul: inherit go-build for GOPATH setting with get_golibdir_gopathZac Medico2015-08-093-6/+9
| | | | Package-Manager: portage-2.2.20
* app-admin/vault: inherit go-build for GOPATH setting with get_golibdir_gopathZac Medico2015-08-093-12/+12
| | | | Package-Manager: portage-2.2.20
* dev-go/go-oauth2: 0_pre20150701 version bumpZac Medico2015-08-092-0/+62
| | | | Package-Manager: portage-2.2.20
* dev-go/go-tools: 0_pre20150805 version bumpZac Medico2015-08-092-0/+73
| | | | Package-Manager: portage-2.2.20
* dev-go/go-net: 0_pre20150804 version bumpZac Medico2015-08-092-0/+44
| | | | Package-Manager: portage-2.2.20
* dev-go/go-text: 0_pre20150806 version bumpZac Medico2015-08-092-0/+51
| | | | Package-Manager: portage-2.2.20