-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tomas Fabrizio Orsi <[email protected]>
- Loading branch information
1 parent
37b37f6
commit 9281c0c
Showing
6 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
DEFINED_PHASES=postinst | ||
DEPEND=x11-libs/libnotify | ||
DESCRIPTION=Device notification system using udev rules for monitoring connections | ||
EAPI=8 | ||
HOMEPAGE=https://github.com/pog102/devify | ||
KEYWORDS=~amd64 | ||
LICENSE=MIT | ||
RDEPEND=x11-libs/libnotify | ||
SLOT=0 | ||
SRC_URI=https://github.com/pog102/devify/archive/refs/tags/v1.0.tar.gz | ||
_md5_=905ee4505b44475cb28aacfd85a4548b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
DEFINED_PHASES=postinst | ||
DEPEND=x11-libs/libnotify | ||
DESCRIPTION=Device notification system using udev rules for monitoring connections | ||
EAPI=8 | ||
HOMEPAGE=https://github.com/pog102/devify | ||
KEYWORDS=~amd64 | ||
LICENSE=MIT | ||
RDEPEND=x11-libs/libnotify | ||
SLOT=0 | ||
SRC_URI=https://github.com/pog102/devify/archive/refs/tags/V1.1.tar.gz | ||
_md5_=9d4988d0182b3230c5f3f70a2cfb8ea1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
BDEPEND=test? ( >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] | ||
DEFINED_PHASES=compile configure install prepare test | ||
DESCRIPTION=Static code checker for C++ | ||
EAPI=8 | ||
HOMEPAGE=https://github.com/cpplint/cpplint | ||
INHERIT=distutils-r1 | ||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 | ||
KEYWORDS=~amd64 | ||
LICENSE=MIT | ||
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) | ||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) | ||
RESTRICT=!test? ( test ) | ||
SLOT=0 | ||
SRC_URI=https://github.com/cpplint/cpplint/archive/refs/tags/1.6.1.tar.gz -> cpplint-1.6.1.gh.tar.gz | ||
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 59e60e9c5cbd3f214d7f1002e798b387 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e | ||
_md5_=370e0c55f2efbc4e34041b1eed416326 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
BDEPEND=test? ( >=dev-python/pexpect-4 >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] | ||
DEFINED_PHASES=compile configure install prepare test | ||
DEPEND=>=dev-python/pexpect-4 | ||
DESCRIPTION=Write snippets of code in C++, Python, Ruby, and others as documentation and execute them as regression tests. | ||
EAPI=8 | ||
HOMEPAGE=https://github.com/byexamples/byexample | ||
INHERIT=distutils-r1 | ||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 | ||
KEYWORDS=~amd64 | ||
LICENSE=cpplintlicense | ||
RDEPEND=>=dev-python/pexpect-4 python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) | ||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) | ||
RESTRICT=!test? ( test ) | ||
SLOT=0 | ||
SRC_URI=https://github.com/byexamples/byexample/archive/refs/tags/10.5.6.tar.gz -> byexample-10.5.6.gh.tar.gz | ||
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 59e60e9c5cbd3f214d7f1002e798b387 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e | ||
_md5_=07c4eb9ffd4f1b310a20f468638c714e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
BDEPEND=test? ( ~dev-python/wcwidth-0.2.6 >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] | ||
DEFINED_PHASES=compile configure install prepare test | ||
DEPEND=~dev-python/wcwidth-0.2.6 | ||
DESCRIPTION=Simple VTXXX-compatible terminal emulator scraper. | ||
EAPI=8 | ||
HOMEPAGE=https://github.com/byexamples/termscraper | ||
INHERIT=distutils-r1 | ||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 | ||
KEYWORDS=~amd64 | ||
LICENSE=LGPL-3 | ||
RDEPEND=~dev-python/wcwidth-0.2.6 python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) | ||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) | ||
RESTRICT=!test? ( test ) | ||
SLOT=0 | ||
SRC_URI=https://github.com/byexamples/termscraper/archive/refs/tags/0.10.0.tar.gz -> termscraper-0.10.0.gh.tar.gz | ||
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 59e60e9c5cbd3f214d7f1002e798b387 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a93df67775ff86e107e56c6a6e68cf4e | ||
_md5_=7543ae8bd55049d1814fe5c83f548c4f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
DEFINED_PHASES=- | ||
DESCRIPTION=Small man in the middle tool to inspect the traffic between two endpoints A and B | ||
EAPI=8 | ||
HOMEPAGE=https://github.com/eldipa/tiburoncin | ||
KEYWORDS=~amd64 | ||
LICENSE=GPL-3 | ||
SLOT=0 | ||
SRC_URI=https://github.com/eldipa/tiburoncin/archive/refs/tags/2.2.2.tar.gz | ||
_md5_=3ffda7dea47599a18ea74a32cd91ea6b |