summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/crossdev: version bump to 20151026Mike Frysinger2016-01-162-0/+37
|
* sys-libs/glibc: rework sparc target selection #323445 #361779Mike Frysinger2016-01-161-53/+73
| | | | | | | | | | | | | | | | | The current code assumes all targets are at least sparc v9. This breaks people trying to build for older/embedded targets like sparc v8. Only use specific targets when the user has set -mcpu. This does mean we will be using a lower target for some users (who don't have -mcpu set), but that's more in line with what we want. Similarly, do not assume that because we are using a 64-bit kernel we always want a 64-bit userland or newer cpu. We also drop filtering of -mvis flags (we haven't been filtering the newer options like -mvis2 or -mvis3) as it doesn't seem to be an issue. We also drop the filtering of -Wa,-xarch and -Wa,-A flags. We want to let the user select their own, or just rely on the -mcpu setting. This might mean for some users they get slightly slower builds if they haven't set an explicit -mcpu flag, but that's also what we want.
* sys-boot/gnu-efi: downgrade ia64 stable due to build failuresMike Frysinger2016-01-162-2/+4
|
* sys-boot/gnu-efi: add arm/arm64 loveMike Frysinger2016-01-161-1/+1
|
* net-analyzer/driftnet: Fix copyright header.Jeroen Roovers2016-01-161-1/+1
| | | | Package-Manager: portage-2.2.26
* x11-libs/qtermwidget: remove oldMichael Palimaka2016-01-163-48/+0
| | | | Package-Manager: portage-2.2.26
* x11-terms/qterminal: remove oldMichael Palimaka2016-01-163-46/+0
| | | | Package-Manager: portage-2.2.26
* net-analyzer/driftnet: Fix building against media-libs/giflib-5 (bug ↵Jeroen Roovers2016-01-162-0/+136
| | | | | | #572036). Add USE=filecaps. Package-Manager: portage-2.2.26
* dev-ruby/ruby-beautify: add 0.97.4Hans de Graaff2016-01-162-0/+35
| | | | Package-Manager: portage-2.2.26
* dev-ruby/regexp_parser: add 0.3.2Hans de Graaff2016-01-162-0/+26
| | | | Package-Manager: portage-2.2.26
* media-sound/teamspeak-client-bin: pin Qt dependencies to SLOT 5Michael Palimaka2016-01-161-5/+5
| | | | Package-Manager: portage-2.2.26
* dev-vcs/hgview: remove oldTim Harder2016-01-164-177/+0
|
* dev-vcs/hgview: version bump to 1.9.0Tim Harder2016-01-162-0/+62
|
* app-text/ansifilter: remove oldTim Harder2016-01-163-110/+0
|
* app-text/ansifilter: version bump to 1.15Tim Harder2016-01-162-0/+55
| | | | Move to qt5.
* x11-misc/xdo: version bump to 0.5Tim Harder2016-01-162-0/+27
|
* games-fps/sauerbraten: version bumpMichael Sterrett2016-01-154-0/+239
| | | | Package-Manager: portage-2.2.26
* Merge remote-tracking branch 'remotes/atlaua/aranea/nethack'Ian Delaney2016-01-166-2/+272
|\ | | | | | | Pull request: https://github.com/gentoo/gentoo/pull/657
| * games-roguelike/nethack: Improved nethackrc for 3.6Luis Ressel2016-01-135-12/+106
| |
| * games-roguelike/nethack: Add "experimental" USE flagLuis Ressel2016-01-132-1/+6
| | | | | | | | | | This toggles support for the showscore and status_hilite features considered experimental by upstream.
| * games-roguelike/nethack: Store make options in variableLuis Ressel2016-01-131-0/+171
| | | | | | | | Also, drop LOCKDIR, it's unneccessary.
* | net-misc/nxplayer: bump for security bug #572048Bernard Cafarelli2016-01-163-45/+3
| | | | | | | | | | | | Also remove vulnerable versions Package-Manager: portage-2.2.26
* | games-strategy/wargus: version bump (bug #565670)Michael Sterrett2016-01-152-0/+62
| | | | | | | | Package-Manager: portage-2.2.26
* | version bumpChristoph Junghans2016-01-152-2/+2
| | | | | | | | Package-Manager: portage-2.2.26
* | version bumpChristoph Junghans2016-01-152-5/+5
| | | | | | | | Package-Manager: portage-2.2.26
* | version bumpChristoph Junghans2016-01-152-2/+2
| | | | | | | | Package-Manager: portage-2.2.26
* | dev-libs/libbsd: drop errant dodoc from 0.8.1-r1, bug 571856Ian Stakenvicius2016-01-151-4/+0
| | | | | | | | Package-Manager: portage-2.2.26
* | Merge remote-tracking branch 'github/pr/664'.Patrice Clement2016-01-152-0/+45
|\ \
| * | dev-libs/libuv: version bumpJohan Bergström2016-01-152-0/+45
| | |
* | | media-libs/urt: update to EAPI=5Mike Frysinger2016-01-151-13/+16
| | |
* | | sys-devel/crossdev: drop old versions <20150602Mike Frysinger2016-01-1531-1050/+0
| | |
* | | x11-wm/awesome: bump.Robin H. Johnson2016-01-152-0/+141
| | | | | | | | | | | | | | | | | | Package-Manager: portage-2.2.24 Acked-by: Alex Alexander <wired@gentoo.org> Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* | | sci-libs/primegen: Fix man page to remove 'struct' keywordDavid Seifert2016-01-153-14/+80
| | | | | | | | | | | | | | | | | | | | | Gentoo-Bug: 562570 In addition, modernize to EAPI=6 and amend patches accordingly. Package-Manager: portage-2.2.26
* | | games-fps/doomsday: fix building with USE=-openal (bug #571982); add missing ↵Michael Sterrett2016-01-151-1/+4
| | | | | | | | | | | | | | | | | | dep on dev-qt/qtnetwork (bug #571984) Package-Manager: portage-2.2.26
* | | games-sports/gracer: fix building against latest giflib (bug #571936)Michael Sterrett2016-01-153-1/+38
| | | | | | | | | | | | Package-Manager: portage-2.2.26
* | | dev-lang/cilk: add -std=gnu89 to CFLAGS to restore pre-GCC5 semanticsDavid Seifert2016-01-151-0/+45
| | | | | | | | | | | | | | | | | | | | | Gentoo-Bug: 571060 Also bump ebuild to EAPI=6. Package-Manager: portage-2.2.26
* | | dev-libs/qcustomplot: version bumpMichael Palimaka2016-01-162-0/+55
| | | | | | | | | | | | Package-Manager: portage-2.2.26
* | | dev-libs/qcustomplot: whitespaceMichael Palimaka2016-01-161-1/+1
| | | | | | | | | | | | Package-Manager: portage-2.2.26
* | | dev-lang/go: version bumpWilliam Hubbs2016-01-153-0/+227
| | |
* | | dev-python/google-apitools: drop old version <0.4.11Mike Frysinger2016-01-152-58/+0
| | |
* | | net-misc/gsutil: drop some old versionsMike Frysinger2016-01-155-142/+0
| | |
* | | net-misc/gsutil: version bump to 4.16Mike Frysinger2016-01-153-0/+70
| | |
* | | dev-python/google-apitools: version bump to 0.4.12Mike Frysinger2016-01-152-0/+30
| | |
* | | dev-go/go-bootstrap: version bumpWilliam Hubbs2016-01-152-1/+1
| | |
* | | media-libs/rubberband: amd64 stable wrt bug #570510Agostino Sarubbo2016-01-151-1/+1
| | | | | | | | | | | | | | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* | | net-misc/libteam: amd64 stable wrt bug #568542Agostino Sarubbo2016-01-151-1/+1
| | | | | | | | | | | | | | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* | | sys-apps/sandbox: amd64 stable wrt bug #571308Agostino Sarubbo2016-01-151-1/+1
| | | | | | | | | | | | | | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* | | x11-libs/libva-intel-driver: amd64 stable wrt bug #538640Agostino Sarubbo2016-01-151-1/+1
| | | | | | | | | | | | | | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* | | x11-libs/libva: amd64 stable wrt bug #538640Agostino Sarubbo2016-01-151-1/+1
| | | | | | | | | | | | | | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* | | x11-libs/cairo: fix compilation on DarwinFabian Groffen2016-01-151-0/+1
| | | | | | | | | | | | Package-Manager: portage-2.2.20-prefix