summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/solidity: Cleanup old versionCraig Andrews2017-12-203-40/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-lang/solidity: version bump to 0.4.18Mathy Vanvoorden2017-12-203-0/+53
| | | | | | | | | | | | | | The previous patch needed to build valid releases is no longer needed since upstream now provides valid release tarballs. A new patch is added to remove the download and static compile of jsoncpp during the build. The dependency has been fixed on 1.8.1 since the code does not compile with a newer version. Upstream actually fixes to 1.7.7 but that version isn't in the tree and 1.8.1 works. Closes: https://bugs.gentoo.org/629998 Closes: https://bugs.gentoo.org/627940 Package-Manager: Portage-2.3.8, Repoman-2.3.4
* dev-lang/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-lang/solidity: [QA] Add cmake-utils_src_prepareDavid Seifert2017-10-151-2/+2
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-lang/solidity: Drop CMAKE_MIN_VERSIONJohannes Huber2016-12-231-2/+0
| | | | | | Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/solidity: New packageMathy Vanvoorden2016-10-124-0/+55
Solidity is a high-level language whose syntax is similar to that of JavaScript and it is designed to compile to code for the Ethereum Virtual Machine. Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2514 Signed-off-by: David Seifert <soap@gentoo.org>