リビジョン | 8797ea638f1abbdabf8ab2de149fc8a27a84510f (tree) |
---|---|
日時 | 2020-11-26 22:54:16 |
作者 | ![]() |
コミッター | halcon74 |
update descriptions
@@ -10,7 +10,7 @@ | ||
10 | 10 | |
11 | 11 | inherit git-r3 python-any-r1 scons-utils toolchain-funcs |
12 | 12 | |
13 | -DESCRIPTION="A test program printing 'Hello World!' to STDOUT" | |
13 | +DESCRIPTION="Test program printing 'Hello World!' to STDOUT" | |
14 | 14 | HOMEPAGE="https://github.com/halcon74/hello-world" |
15 | 15 | EGIT_REPO_URI="https://github.com/halcon74/hello-world.git" |
16 | 16 |
@@ -1,2 +1,2 @@ | ||
1 | -EBUILD Hello_World-9999.ebuild 856 BLAKE2B 844a0bfc0e959d8af84ff993e28dc0554f417fddae5a5f12bf60e2e0a4a2d57b05e0aecff2f6f28b2a4f1cfaf8efc33ea2846f4169446b1849c16a6bff81c4db SHA512 fb38a66a5d7acbc52e4ce9b7c4eee08c4c8d2ec8e12ef5cbc556b831c8beaf55787fc648223fa33a4c1579ce160fac41b1ac5342d7bf8416ef84212da2464d86 | |
2 | -MISC metadata.xml 493 BLAKE2B 16aa5226e07839793b0278cdfc37b440e7e842cd2dbc21719c9ac636ec0453e60e3a584093e6e878928b906867d7d8598d234fb59216114b0ff27a56ebc0e556 SHA512 01fc271113796942044d545942f965ce5dfc6e4e43bf4f71fb9c07304da5fefc68001590640eefbd6b32a463cccefe1fd4761b103497e59c9db2dcd3757213b2 | |
1 | +EBUILD Hello_World-9999.ebuild 854 BLAKE2B 5f47642a74b0a677731d56cde1815a8f0d1661dc275867810825fad39f40084101c4795b775d27a4f4f6f3db850fd415529b5cbe662b6691e3b752c8342e8526 SHA512 73d11d0560a969a50120ada72b63ce98dda240e0448e04bd4e55b7b1e721c062518d7789b9217da477cadbf01cd9cfcd59cdafc4e40d210b835c5e996f6cb641 | |
2 | +MISC metadata.xml 681 BLAKE2B 781d768ab17e5f54931da5b82455b12935c0b2d49ce8e5a2e59ca80267ee92b8bd92af755133b70ab917682023f285a4df82129cc094115025aff581d4a22726 SHA512 6593f6eeded2be4f2ce9aa2e197e133242006bb4402a0b45ae22606f3de60a246c1e66073f0a5d02e0c9bcc4bed3edc93ffc3d175a2099dc4c8bab309313f8f8 |
@@ -6,7 +6,7 @@ | ||
6 | 6 | <name>Alexey Mishustin</name> |
7 | 7 | </maintainer> |
8 | 8 | <longdescription lang="en"> |
9 | - A test program printing 'Hello World!' to STDOUT. | |
9 | + Test program printing 'Hello World!' to STDOUT, that actually turned into an attempt to make a helper for building/installing on different (*nix primarily) OSes via SCons "out-of-the-box" (that is without (distro's) maintainer patches). | |
10 | 10 | </longdescription> |
11 | 11 | <upstream> |
12 | 12 | <bugs-to>https://github.com/halcon74/hello-world</bugs-to> |
@@ -1,5 +1,3 @@ | ||
1 | 1 | masters = gentoo |
2 | 2 | sign-commits = false |
3 | 3 | sign-manifests = false |
4 | - | |
5 | - |