Skip to content

Commit

Permalink
dev-ada/langkit: assign to [email protected]
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Tupone <[email protected]>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
  • Loading branch information
atupone committed Jun 17, 2019
1 parent 3c5a0c0 commit 8c1830d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
11 changes: 11 additions & 0 deletions dev-ada/langkit/files/langkit-2019-gentoo.patch
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,14 @@
'-XXMLADA_BUILD={}'.format(library_type)]

enable_build_warnings = getattr(args, 'enable_build_warnings', False)
--- a/testsuite/tests/misc/link_two_libs/test.yaml 2019-06-17 09:38:34.796029233 +0200
+++ b/testsuite/tests/misc/link_two_libs/test.yaml 2019-06-17 09:39:06.805549633 +0200
@@ -1,7 +1,3 @@
driver: python
input_sources: []
-expect_failure:
- - if: [gnat_community_2018]
- then: >
- A known issue in the gprbuild furnished with GNAT Community 2018
- prevents this test from passing.
+expect_failure: Gentoo failure
8 changes: 1 addition & 7 deletions dev-ada/langkit/langkit-2019.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,8 @@ S="${WORKDIR}"/${MYP}-src

PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )

src_prepare() {
default
# Can't make this test working
rm -r testsuite/tests/misc/link_two_libs || die
}

src_test() {
testsuite/testsuite.py --show-error-output | tee testsuite.log
testsuite/testsuite.py --show-error-output misc | tee testsuite.log
grep -q FAILED testsuite.log && die "Test failed"
}

Expand Down
5 changes: 2 additions & 3 deletions dev-ada/langkit/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Tupone Alfredo</name>
<maintainer type="project">
<email>[email protected]</email>
</maintainer>
<longdescription lang="en">
Langkit (nickname for language kit) is a tool whose purpose is to make
Expand Down

0 comments on commit 8c1830d

Please sign in to comment.