summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/pyyaml: version bump to 3.12Tim Harder2016-08-292-0/+43
|
* app-text/convertlit: new revision supporting $(AR).Michael Orlitzky2016-08-292-0/+12
| | | | | | | | | This new revision adds a trivial patch replacing "ar" in one of the Makefiles with $(AR), which defaults to "ar" anyway. Gentoo-Bug: 571874 Package-Manager: portage-2.2.28
* x11-plugins/gkwebmon: new EAPI=6 revision that respects LDFLAGS.Michael Orlitzky2016-08-292-0/+76
| | | | | | | | | | | | | | | | This new revision is based on the ebuild submitted by Michael Mair-Keimberger, updated for EAPI=6. The Makefile patch was rewritten; a lot was simplified by simply appending to the implicit variables CFLAGS, CPPFLAGS, LDFLAGS, and LDLIBS. The build system should now respect all of those. A missing dependency on dev-libs/openssl was added based on -lssl being present in LDLIBS. The ebuild was also keyworded ~amd64, since that's what I tested on. Gentoo-Bug: 334761 Package-Manager: portage-2.2.28
* x11-plugins/astime: new EAPI=6 revision that respects LDFLAGS.Michael Orlitzky2016-08-292-0/+50
| | | | | | | | | | | | | | This new revision is based on the ebuild submitted by Michael Mair-Keimberger, with additional updates for EAPI=6. I have also simplified the patch that we apply; now it contains only the addition of LDFLAGS to the linker command. By side-stepping upstream's "make install" target, we avoid having to patch in DESTDIR and all of that. Doing so actually simplifies src_install() a bit, as it can be reduced to a dobin, newman, and dodoc. Gentoo-Bug: 337428 Package-Manager: portage-2.2.28
* www-plugins/freshplayerplugin: Version bump wrt bug 581228Brian Evans2016-08-293-0/+156
| | | | Package-Manager: portage-2.3.0
* dev-lang/scala: remove unused patchMichael Mair-Keimberger (asterix)2016-08-291-10/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/2166 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-devel/clang: Fix cmake unused arg warnings with USE=-docMichał Górny2016-08-291-0/+2
|
* sys-devel/clang: Fetch llvm src with USE=test, to support unittestsMichał Górny2016-08-291-1/+12
|
* sys-devel/llvm: Fix cmake unused arg warnings with USE=-docMichał Górny2016-08-291-7/+6
|
* media-sound/tuxguitar: Only call append-flags once to avoid duplicatesJames Le Cuirot2016-08-291-1/+2
| | | | Package-Manager: portage-2.3.0
* media-sound/tuxguitar: New packageJonathan Scruggs2016-08-294-0/+410
| | | | | | | | | | | | | | | | | | | | | | | | A multitrack tablature editor and player that allows you to compose music using the following features: - Tablature editor - Score Viewer - Multitrack display - Autoscroll while playing - Note duration management - Various effects (bend, slide, vibrato, hammer-on/pull-off) - Support for triplets (5,6,7,9,10,11,12) - Repeat open and close - Time signature management - Tempo management - Imports and exports gp3,gp4 and gp5 files Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=360117 Package-Manager: portage-2.3.0 Signed-off-by: Jonathan Scruggs (j.scruggs@gmail.com) Closes: https://github.com/gentoo/gentoo/pull/2149 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/boost: re-add keywords for mpi multilib ebuildChristoph Junghans2016-08-291-1/+1
| | | | Package-Manager: portage-2.2.28
* sci-libs/fftw: re-add keywords for multilib ebuildChristoph Junghans2016-08-291-1/+1
| | | | Package-Manager: portage-2.2.28
* virtual/mpi: re-add keywords for multilib ebuildChristoph Junghans2016-08-291-1/+1
| | | | Package-Manager: portage-2.2.28
* dev-python/pyformance: PYTHON_COMPAT: add python3_5Zac Medico2016-08-291-2/+2
| | | | Package-Manager: portage-2.3.0
* sys-cluster/mpich: re-add keyword for multilib ebuildChristoph Junghans2016-08-291-1/+1
| | | | Package-Manager: portage-2.2.28
* sys-cluster/openmpi: clean upChristoph Junghans2016-08-292-195/+0
| | | | Package-Manager: portage-2.2.28
* sys-cluster/openmpi: re-add keyword for multilib ebuildChristoph Junghans2016-08-291-1/+1
| | | | Package-Manager: portage-2.2.28
* net-fs/samba: Bumped to version 4.5.0_rc3. Removed old.Lars Wendler2016-08-292-2/+2
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/tevent: Bump to version 0.9.30Lars Wendler2016-08-292-0/+57
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-cluster/mpich: drop REQUIRED_USEChristoph Junghans2016-08-291-5/+20
| | | | | | See discussion on gentoo-science/sci#664 Package-Manager: portage-2.2.28
* net-misc/bopm: Install bopm.conf.sample in docdir tooDavid Seifert2016-08-293-9/+10
| | | | Package-Manager: portage-2.3.0
* net-misc/bopm: revbump, patch config file, and huge cleanupRaymond Jennings2016-08-293-0/+222
| | | | | | | | | | | | | | | | | | | | | | Fix these issues with r1: * Upgrade to EAPI 6 * Update the homepage * Formatting cleanups in the ebuild * Remove a redundant inherit * Use fowners and fperms instead of raw chown and chperm * Nix an unneeded "|| die" call * Use einstalldocs instead of dodoc * Use ED instead of D * Document usage of datadir to store example config file * Move various operations to the proper ebuild functions And finally: * Add patch to remove njabl from example config file Closes: https://github.com/gentoo/gentoo/pull/2151 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-util/cucumber-core: add ruby23Hans de Graaff2016-08-291-3/+3
| | | | Package-Manager: portage-2.2.28
* dev-ruby/gherkin: add ruby23Hans de Graaff2016-08-291-0/+25
| | | | Package-Manager: portage-2.2.28
* dev-ruby/unindent: add ruby23Hans de Graaff2016-08-291-1/+1
| | | | Package-Manager: portage-2.2.28
* media-plugins/frei0r-plugins: bump to 1.5.0Alexis Ballier2016-08-292-0/+63
| | | | Package-Manager: portage-2.3.0
* app-i18n/man-pages-de: Removed old.Lars Wendler2016-08-292-54/+0
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-i18n/man-pages-de: Version 1.14 stable for all arches.Lars Wendler2016-08-291-1/+1
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-i18n/man-pages-de: Bump to version 1.15 (bug #592386).Lars Wendler2016-08-292-0/+54
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-fs/ncdu: Drop obsolete patch.Jeroen Roovers2016-08-291-39/+0
| | | | Package-Manager: portage-2.3.0
* sys-fs/ncdu: Version bump.Jeroen Roovers2016-08-292-0/+22
| | | | Package-Manager: portage-2.3.0
* media-video/guvcview: bump to 2.0.4Alexis Ballier2016-08-292-0/+58
| | | | Package-Manager: portage-2.3.0
* media-video/dvdstyler: bump to 3.0.2Alexis Ballier2016-08-292-0/+74
| | | | Package-Manager: portage-2.3.0
* media-libs/wxsvg: bump to 1.5.9Alexis Ballier2016-08-292-0/+44
| | | | Package-Manager: portage-2.3.0
* media-sound/pamix: Removed old.Lars Wendler2016-08-292-31/+0
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-sound/pamix: Bump to version 1.3Lars Wendler2016-08-292-0/+39
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-sound/pamix: Added unicode USE flag to live ebuild.Lars Wendler2016-08-291-1/+6
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-db/mycli: Clean up old.Patrice Clement2016-08-295-129/+0
| | | | Package-Manager: portage-2.2.28
* x11-misc/sddm: Add user to video group, fix QT dependenciesManuel Rüger2016-08-291-0/+81
| | | | | | Gentoo-Bug: 592116 Package-Manager: portage-2.3.0
* dev-python/wcwidth: Clean up old.Patrice Clement2016-08-295-105/+0
| | | | Package-Manager: portage-2.2.28
* dev-python/prompt_toolkit: Clean up old.Patrice Clement2016-08-2912-374/+0
| | | | Package-Manager: portage-2.2.28
* dev-python/prompt_toolkit: Stable for amd64. Retroactively mark stable for ↵Patrice Clement2016-08-291-1/+1
| | | | | | the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.28
* dev-python/wcwidth: Stable for amd64. Retroactively mark stable for the ↵Patrice Clement2016-08-291-1/+1
| | | | | | remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.28
* mail-mta/postfix: version bump to 3.2_pre20160828Eray Aslan2016-08-292-7/+11
| | | | Package-Manager: portage-2.3.0
* net-print/cups-filters: Removed old.Lars Wendler2016-08-292-123/+0
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-print/cups-filters: Bump to version 1.11.2Lars Wendler2016-08-292-0/+123
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* user.eclass: Removed superfluous "shift" call (bug #592176).Lars Wendler2016-08-291-1/+0
|
* dev-ruby/wikicloth: Add ruby22Manuel Rüger2016-08-291-1/+1
| | | | Package-Manager: portage-2.3.0
* x11-misc/sddm: Add missed dependency on extra-cmake-modulesManuel Rüger2016-08-291-0/+1
| | | | | | Gentoo-Bug: 592364 Package-Manager: portage-2.3.0