summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAge
* eclass: Allow ebuilds to override docdir in oasis.eclass.Alexis Ballier2015-10-26
|
* mysql-multilib.eclass: Quote the path to the systemd unit directoryBrian Evans2015-10-25
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* mysql-v2.eclass: Remove the deprecated, unused gnuconfig inheritBrian Evans2015-10-25
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* java-utils-2.eclass: add missing '|| die' on pushd/popdJulian Ospald2015-10-25
| | | | | Reviewed-By: James Le Cuirot <chewi@gentoo.org> Reviewed-By: Patrice Clement <monsieurp@gentoo.org>
* java-ant-2.eclass: add missing '|| die' on pushd/popdJulian Ospald2015-10-25
| | | | | Reviewed-By: James Le Cuirot <chewi@gentoo.org> Reviewed-By: Patrice Clement <monsieurp@gentoo.org>
* emul-linux-x86.eclass: Add lastrite eqawarnMichał Górny2015-10-25
|
* bash-completion.eclass: Add lastrite eqawarnMichał Górny2015-10-25
|
* bash-completion.eclass: mark as @DEADMichał Górny2015-10-25
|
* emul-linux-x86.eclass: mark as @DEADMichał Górny2015-10-25
| | | | Last rited, removal on 2015-11-24.
* git-2.eclass: add missing '|| die' on pushd/popdJulian Ospald2015-10-25
| | | | Reviewed-By: Michał Górny <mgorny@gentoo.org>
* xorg-2.eclass: add missing '|| die' on pushd/popdJulian Ospald2015-10-25
| | | | Reviewed-By: Michał Górny <mgorny@gentoo.org>
* darcs.eclass: add missing '|| die' on pushd/popdJulian Ospald2015-10-25
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* haskell-cabal.eclass: add missing '|| die' on pushd/popdJulian Ospald2015-10-24
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* eclass/base.eclass: Add deprecation note on topMichał Górny2015-10-24
|
* wxwidgets.eclass: Define -DNDEBUG when building against wxGTK:3.0Ryan Hill2015-10-23
| | | | | | | | | | | In wxGTK 3.0 debugging support is always enabled in the library and it's up to packages to state if they want to use it or not. When enabled this makes warning dialogs pop up any time an assertion is encountered, which isn't very user friendly. This disables that behavior by adding -DNDEBUG to CPPFLAGS unless the package has a debug USE flag and it is enabled. Gentoo-Bug: https://bugs.gentoo.org/562480
* bitcoincore 0.11.1 & 9999: hasufell's suggestionsLuke Dashjr2015-10-23
|
* bitcoincore: Bump to 0.11.1Luke Dashjr2015-10-23
| | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* Revert "bitcoincore: Bump to 0.11.1"Julian Ospald2015-10-23
| | | | This reverts commit f0eac2dfbd1498bff1f03350c97d2d12e63e2711.
* Revert "bitcoincore 0.11.1 & 9999: hasufell's suggestions"Julian Ospald2015-10-23
| | | | This reverts commit 5be824adbd39361d273f6d7c08a15a5574ceec24.
* Revert "bitcoincore: DEPEND on net-libs/miniupnpc without known security vulns"Julian Ospald2015-10-23
| | | | This reverts commit 10df61505856da197cac35574d74a09d6dd389fa.
* bitcoincore: DEPEND on net-libs/miniupnpc without known security vulnsLuke Dashjr2015-10-23
|
* bitcoincore 0.11.1 & 9999: hasufell's suggestionsLuke Dashjr2015-10-23
|
* bitcoincore: Bump to 0.11.1Luke Dashjr2015-10-23
| | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* eclass: fix missing DESCRIPTION in docstringJustin Lecher2015-10-22
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* eclass: Fix varaible name in docs stringJustin Lecher2015-10-22
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* pax-utils.eclass: clean up comments and user docsMike Frysinger2015-10-21
|
* Merge remote-tracking branch 'remotes/github/pr/269'.Patrice Clement2015-10-21
|\
| * java-utils-2.eclass: Remove eend calls. Remove javadoc_executable variable.Patrice Clement2015-10-20
| | | | | | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
| * java-utils-2.eclass: Also improve java-pkg_do{javadoc,jar,src} logging.Patrice Clement2015-10-20
| | | | | | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
| * java-utils-2.eclass: Document JAVA_PKG_DEBUG variable. Tweak logging ↵Patrice Clement2015-10-20
| | | | | | | | | | | | according to JAVA_PKG_DEBUG in ejavac and ejavadoc. Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
| * java-pkg-simple.eclass: Get rid of java-pkg-simple_verbose-cmd function and ↵Patrice Clement2015-10-20
| | | | | | | | | | | | all its calls/references. Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* | mysql-multilib.eclass: Use has_version instead of built_with_useBrian Evans2015-10-20
| | | | | | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* | mysql-multilib.eclass: Add systemd support for >=dev-db/mariadb-10.1.8Brian Evans2015-10-20
| | | | | | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* | mysql-multilib.eclass: Add LibreSSL supportBrian Evans2015-10-20
|/ | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* Merge remote-tracking branch 'github/pr/264'.Patrice Clement2015-10-19
|\
| * java-{mvn-src,osgi,pkg-simple}.eclass: Rewrite documentation to make it ↵Patrice Clement2015-10-19
| | | | | | | | | | | | compliant with the new style. Fixes bug 476946. Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* | cmake-utils.eclass: die if ninja is enabled but not installedMichael Palimaka2015-10-18
| | | | | | | | | | | | This could happen if ninja is manually enabled (eg. make.conf) but not installed Gentoo-bug: 561570
* | autotools.eclass: Merge "support AM_GNU_GETTEXT_REQUIRE_VERSION"Michał Górny2015-10-17
|\ \ | |/ |/| | | | | Pull-Request: https://github.com/gentoo/gentoo/pull/163 Review: https://archives.gentoo.org/gentoo-dev/message/2ecced7c5f8dc93e49ff69abd00212eb
| * autotools.eclass: support AM_GNU_GETTEXT_REQUIRE_VERSIONMichał Bartoszkiewicz2015-10-08
| | | | | | | | | | gettext 0.19.6 supports AM_GNU_GETTEXT_REQUIRE_VERSION in addition to AM_GNU_GETTEXT_VERSION.
* | cmake-utils.eclass: Simplify.Michael Palimaka2015-10-15
| | | | | | | | | | | | | | The exported function list used to be variable due to new phase functions introduced in EAPI 2 and later. Since we no longer support earlier EAPIs, the exported function list is now static and the variable is no longer required.
* | cmake-utils.eclass: make heredocs dieMichael Palimaka2015-10-15
| |
* | cmake-utils.eclass Set CMAKE_RC_COMPILER for Windows buildsMichael Palimaka2015-10-15
| | | | | | | | Gentoo-bug: 544662
* | kde4-base.eclass: Add 4.14.13 release SRC_URIAndreas Sturmlechner2015-10-15
| |
* | apache-2.eclass: Added libressl support (bug #562324)Lars Wendler2015-10-14
| |
* | toolchain-funcs.eclass: gen_usr_ldscript: disable for android targetsMike Frysinger2015-10-12
| | | | | | | | | | Android systems are guaranteed to not have split filesystems, so disable ldscript logic for them.
* | ros-catkin.eclass: Properly append VER_SUFFIX to S in non-live case.Alexis Ballier2015-10-11
| | | | | | | | Some ROS packages append some suffix to their version, e.g. the ROS version they target, and the release tarballs have this string appended to their unpack directory too.
* | games.eclass: use group 0 to fix building on BSD systems #562262Mike Frysinger2015-10-11
| |
* | python-utils-r1.eclass: python_export_utf8_locale: do not spew warnings when ↵Mike Frysinger2015-10-10
| | | | | | | | | | | | | | `locale` is not available If the `locale` isn't available, there's nothing this func can do, so just return quickly and assume the system is sane.
* | convert `mktemp` to `emktemp` from eutilsMike Frysinger2015-10-10
| |
* | ros-catkin.eclass: Add PYTHON_DEPS for python-enabled packages.Alexis Ballier2015-10-09
| | | | | | | | The dependency was indirect because dev-python/empy is already mandatory, but better make it explicit. Thanks to hasufel.