summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* darcs.eclass: add missing '|| die' on pushd/popdJulian Ospald2015-10-251-2/+2
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* haskell-cabal.eclass: add missing '|| die' on pushd/popdJulian Ospald2015-10-241-8/+8
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* eclass/base.eclass: Add deprecation note on topMichał Górny2015-10-241-0/+16
|
* wxwidgets.eclass: Define -DNDEBUG when building against wxGTK:3.0Ryan Hill2015-10-231-2/+19
| | | | | | | | | | | 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-231-0/+1
|
* bitcoincore: Bump to 0.11.1Luke Dashjr2015-10-231-6/+13
| | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* Revert "bitcoincore: Bump to 0.11.1"Julian Ospald2015-10-231-13/+6
| | | | This reverts commit f0eac2dfbd1498bff1f03350c97d2d12e63e2711.
* Revert "bitcoincore 0.11.1 & 9999: hasufell's suggestions"Julian Ospald2015-10-231-1/+0
| | | | This reverts commit 5be824adbd39361d273f6d7c08a15a5574ceec24.
* Revert "bitcoincore: DEPEND on net-libs/miniupnpc without known security vulns"Julian Ospald2015-10-231-1/+1
| | | | This reverts commit 10df61505856da197cac35574d74a09d6dd389fa.
* bitcoincore: DEPEND on net-libs/miniupnpc without known security vulnsLuke Dashjr2015-10-231-1/+1
|
* bitcoincore 0.11.1 & 9999: hasufell's suggestionsLuke Dashjr2015-10-231-0/+1
|
* bitcoincore: Bump to 0.11.1Luke Dashjr2015-10-231-6/+13
| | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* eclass: fix missing DESCRIPTION in docstringJustin Lecher2015-10-221-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* eclass: Fix varaible name in docs stringJustin Lecher2015-10-221-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* pax-utils.eclass: clean up comments and user docsMike Frysinger2015-10-211-21/+22
|
* Merge remote-tracking branch 'remotes/github/pr/269'.Patrice Clement2015-10-212-26/+63
|\
| * java-utils-2.eclass: Remove eend calls. Remove javadoc_executable variable.Patrice Clement2015-10-201-7/+3
| | | | | | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
| * java-utils-2.eclass: Also improve java-pkg_do{javadoc,jar,src} logging.Patrice Clement2015-10-201-1/+29
| | | | | | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
| * java-utils-2.eclass: Document JAVA_PKG_DEBUG variable. Tweak logging ↵Patrice Clement2015-10-201-2/+33
| | | | | | | | | | | | 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-201-24/+6
| | | | | | | | | | | | 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-201-1/+1
| | | | | | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* | mysql-multilib.eclass: Add systemd support for >=dev-db/mariadb-10.1.8Brian Evans2015-10-201-1/+6
| | | | | | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* | mysql-multilib.eclass: Add LibreSSL supportBrian Evans2015-10-201-8/+17
|/ | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* Merge remote-tracking branch 'github/pr/264'.Patrice Clement2015-10-193-175/+127
|\
| * java-{mvn-src,osgi,pkg-simple}.eclass: Rewrite documentation to make it ↵Patrice Clement2015-10-193-175/+127
| | | | | | | | | | | | 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-181-0/+5
| | | | | | | | | | | | 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-171-2/+2
|\ \ | |/ |/| | | | | 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-081-2/+2
| | | | | | | | | | gettext 0.19.6 supports AM_GNU_GETTEXT_REQUIRE_VERSION in addition to AM_GNU_GETTEXT_VERSION.
* | cmake-utils.eclass: Simplify.Michael Palimaka2015-10-151-2/+1
| | | | | | | | | | | | | | 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-151-7/+7
| |
* | cmake-utils.eclass Set CMAKE_RC_COMPILER for Windows buildsMichael Palimaka2015-10-151-1/+6
| | | | | | | | Gentoo-bug: 544662
* | kde4-base.eclass: Add 4.14.13 release SRC_URIAndreas Sturmlechner2015-10-151-0/+3
| |
* | apache-2.eclass: Added libressl support (bug #562324)Lars Wendler2015-10-141-2/+5
| |
* | toolchain-funcs.eclass: gen_usr_ldscript: disable for android targetsMike Frysinger2015-10-121-0/+1
| | | | | | | | | | 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-111-1/+1
| | | | | | | | 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-111-2/+2
| |
* | python-utils-r1.eclass: python_export_utf8_locale: do not spew warnings when ↵Mike Frysinger2015-10-101-0/+3
| | | | | | | | | | | | | | `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-102-3/+3
| |
* | ros-catkin.eclass: Add PYTHON_DEPS for python-enabled packages.Alexis Ballier2015-10-091-1/+2
| | | | | | | | The dependency was indirect because dev-python/empy is already mandatory, but better make it explicit. Thanks to hasufel.
* | kernel-2.eclass: deblobbed kernels are supported for security, bug #555878.Anthony G. Basile2015-10-091-4/+7
| |
* | eclass: ros-catkin.eclass: Use cmake-utils_src_make instead of plain emake ↵Alexis Ballier2015-10-091-2/+2
|/ | | | for src_test so that it works with ninja too.
* fix broken headers in a few random filesMike Frysinger2015-10-0511-71/+19
|
* python-utils-r1.eclass: Add support for python3.5Mike Gilbert2015-10-041-2/+2
|
* java-utils-2.eclass: Fix this untested java-pkg_clean crapJames Le Cuirot2015-10-031-3/+4
|
* toolchain.eclass: update link to gcc upgrade #562088Mike Frysinger2015-10-031-1/+1
|
* toolchain.eclass: change SLOT to major version for gcc-5+ #555164Mike Frysinger2015-10-021-1/+4
|
* toolchain-binutils.eclass: enable multislot for 2.24 versions since 2.25.1 ↵Mike Frysinger2015-10-021-1/+1
| | | | is stable
* eclass/java-utils-2: Allows a list of directories to be specified.Patrice Clement2015-09-291-1/+1
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* Merge remote-tracking branch 'remotes/github/pr/116'.Patrice Clement2015-09-291-0/+9
|\
| * eclass/java-utils-2: Added proposed function to remove *.class and *.jar ↵William L. Thomson Jr2015-09-211-0/+9
| | | | | | | | files from sources. Long term should be called automatically all the time with optional override via JAVA_PKG_NO_CLEAN.