summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* golang-vcs.eclass: fix destination path for source filesWilliam Hubbs2015-08-231-4/+5
| | | | | This fixes the path under ${WORKDIR} where we are copying the source files to after they are retrieved from the vcs with "go get".
* eclass: fix gnome2_query_immodules_gtk{2,3} when ROOT != "/"Alexandre Rostovtsev2015-08-231-2/+8
| | | | | Thanks-to: Risimi Gentoo-Bug: 558506
* eclass: enable PAX_MARKINGS=XT by default.Anthony G. Basile2015-08-221-1/+1
|
* qt5-build.eclass: remove broken workaround.Davide Pesavento2015-08-221-4/+0
| | | | | | See bug 552942 comments 26 and 30. Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* qt4-build-multilib.eclass: support passing arguments to qmake via myqmakeargs.Davide Pesavento2015-08-221-2/+3
| | | | | | Similar to a previous change to qt5-build.eclass Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* kde5-meta-pkg.eclass: new eclass.Michael Palimaka2015-08-211-0/+21
|
* kde4-functions.eclass: improve dependency version handling when mixing KDE ↵Michael Palimaka2015-08-211-12/+11
| | | | SC and KDE Applications packages.
* toolchain.eclass: drop old emul depsMike Frysinger2015-08-201-4/+0
| | | | These don't exist anymore, so no point in depending on them.
* toolchain.eclass: add SLOT=0 to gmp/mpfr/mpc depsMike Frysinger2015-08-201-2/+2
|
* kde4-base.eclass: Update SRC_URIsJohannes Huber2015-08-191-0/+6
|
* gtk-shar-module.eclass correction based on bug 557618Heather Cynede2015-08-181-0/+2
|
* java-ant-2.eclass: Add explicit ant-core SLOT for QAJames Le Cuirot2015-08-161-3/+4
|
* gtk-sharp-module.eclass: Fix broken if statementMike Gilbert2015-08-141-1/+1
| | | | This was causing Manifest failures all over the dev-dotnet category.
* mozconfig-v6.40.eclass: replace $Header $ with $Id$Ian Stakenvicius2015-08-141-3/+3
| | | | | ..and also changed "# @ECLASS:" value to match actual eclass name, and other outdated references in comments.
* www-client/firefox: version bumps and cleanupIan Stakenvicius2015-08-141-0/+263
| | | | | | | | Added 38.2 for stabilization and 40.0.2 to replace 39.x; also committed mozconfig-v6.40.eclass to support mozilla40 dependency requirements. Gentoo-Bug: 557532 Package-Manager: portage-2.2.20
* eclass/gtk-sharp-module don't depend on non-existing monodocHeather Cynede2015-08-141-1/+1
|
* eclass/gtk-sharp-module update for newer gtk-sharp packagesHeather Cynede2015-08-141-5/+18
|
* eclass/gtk-sharp-module gmcs is derpecated and dropped, use mcsHeather Cynede2015-08-141-2/+2
|
* eclass: more misc doc fixesMike Frysinger2015-08-142-5/+9
|
* eclass: fix various doc errors #537392Mike Frysinger2015-08-1413-17/+17
|
* mysql-multilib.eclass: Add subslot rebuild to ncursesBrian Evans2015-08-131-2/+2
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* kde4-base.eclass: Avoid confusion over system configurationAndreas Sturmlechner2015-08-131-4/+2
| | | | E.g. https://forums.gentoo.org/viewtopic-p-7786236.html#7786236
* kde4-base.eclass: Fix KDE_SCM=svnAndreas Sturmlechner2015-08-131-0/+5
|
* kde5.eclass: Fix KDE_SCM=svnAndreas Sturmlechner2015-08-131-3/+15
|
* kde5.eclass: Add KDE_DOC_DIR variableAndreas Sturmlechner2015-08-131-3/+8
| | | | Defaults to "doc". Otherwise, use alternative KDE handbook path.
* kde5.eclass: Remove blocker on pkgmoved package.Michael Palimaka2015-08-131-1/+0
|
* kde5-functions.eclass: Let 9999 ebuilds depend on >=5.9999Andreas Sturmlechner2015-08-131-1/+5
| | | | Fixes bug 553492
* kde5-functions.eclass: Raise minimum versionsJohannes Huber2015-08-131-2/+2
|
* eclass/dotnetHeather Cynede2015-08-131-0/+139
|
* golang-vcs-snapshot.eclass: typo fixWilliam Hubbs2015-08-111-2/+2
| | | | | | This follows from my previous commit to the golang-vcs.eclass. ${EGO_PN%/*} should be replaced with ${EGO_PN%/...} since we only want to strip off "/..." from the end of the path.
* golang-vcs.eclass: remove EGO_SRC variableWilliam Hubbs2015-08-111-21/+3
| | | | This is not needed because it can be referred to as ${EGO_PN%/...}.
* 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.
* golang-build.eclass: add support for EGO_BUILD_FLAGSWilliam Hubbs2015-08-101-2/+15
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-08342-0/+76926
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed