49 Commits

Author SHA1 Message Date
Paul Zander
e07d695d5d */*: Add := to virtual/zlib deps
Add := to virtual/zlib deps, part 1

Done via:

```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```

Add := to virtual/zlib deps

Done via:

```
git grep -l 'virtual/zlib ' |
  xargs sed -i -e 's@virtual/zlib @virtual/zlib:= @g'
```

Unify virtual/zlib:0= to virtual/zlib:=

Done via:

```
git grep -l 'virtual/zlib:0=' |
  xargs sed -i -e 's@virtual/zlib:0=@virtual/zlib:=@g'
```

Add := to virtual/zlib deps, part 3

Done via:

```
git grep -l 'virtual/zlib:0' |
  xargs sed -i -e 's@virtual/zlib:0@virtual/zlib:=@g'
git grep -l 'virtual/zlib:=/' |
  xargs sed -i -e 's@virtual/zlib:=/@virtual/zlib:0/@g'
```

Add := to virtual/zlib deps, part 4

Done via:

```
git grep -l 'virtual/zlib\[' |
  xargs sed -i -e 's@virtual/zlib\[@virtual/zlib:=\[@g'
```

Use := on virtual/zlib deps, part 5

Done via:

```
git grep -l 'virtual/zlib-' |
  xargs sed -i -r -e 's@virtual/zlib-[0-9.]*(-r[0-9]*)?@&:=@g'
git grep -l 'virtual/zlib-' | xargs sed -i -e 's@:=:=@:=@g'
pkgcheck scan --commits \
  -c SourcingCheck,VisibilityCheck,DependencyCheck --exit error
```

Use := on virtual/zlib deps, part 6

Done via:

```
git grep -l 'virtual/zlib"' | xargs sed -i -e 's@virtual/zlib"@virtual/zlib:="@'
```

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
2025-11-18 17:53:08 +01:00
Paul Zander
c23791504e */*: update for virtual/zlib
Update done using:

```
git grep -l sys-libs/zlib sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error
```

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
2025-11-16 23:26:20 +01:00
tea
21d21d68cd */*: change my name and email address
Signed-off-by: tea <tea+gentoo@cuddleslut.fr>
2024-10-14 21:46:40 +02:00
tea
43a6107b06 Revert "*/*: change my name and email address"
there is an ongoing controversy regarding the email domain in ::gentoo.
until that is resolved i'm using the old address. changing it back here
too to match the bugzilla address.

This reverts commit 4c118b8f6f.

Signed-off-by: tea <gentoo@tastytea.de>
2024-08-14 10:45:14 +02:00
tea
4c118b8f6f */*: change my name and email address
Signed-off-by: tea <tea+gentoo@cuddleslut.fr>
2024-08-13 15:51:55 +02:00
tea
de536bba5a dev-cpp/drogon: drop 1.9.4
Signed-off-by: tea <gentoo@tastytea.de>
2024-07-21 16:55:51 +02:00
tea
4a317e5cbd dev-cpp/drogon: add 1.9.6
Signed-off-by: tea <gentoo@tastytea.de>
2024-07-21 16:55:51 +02:00
tea
09b4582c89 dev-cpp/drogon: drop 1.9.3
Signed-off-by: tea <gentoo@tastytea.de>
2024-06-28 08:17:23 +02:00
tea
6e395b29ce dev-cpp/drogon: add 1.9.5
Signed-off-by: tea <gentoo@tastytea.de>
2024-06-28 08:17:23 +02:00
tastytea
ea18add92a dev-cpp/drogon: drop 1.9.1
Signed-off-by: tastytea <gentoo@tastytea.de>
2024-05-08 18:49:39 +02:00
tastytea
a6418c2611 dev-cpp/drogon: add 1.9.4
Signed-off-by: tastytea <gentoo@tastytea.de>
2024-05-08 18:49:39 +02:00
tastytea
0d4ce80086 dev-cpp/drogon: drop 1.9.0
Signed-off-by: tastytea <gentoo@tastytea.de>
2024-04-13 01:08:32 +02:00
tastytea
15f16720e9 dev-cpp/drogon: add 1.9.3
Signed-off-by: tastytea <gentoo@tastytea.de>
2024-04-13 01:08:32 +02:00
tastytea
e648e97532 dev-cpp/drogon: drop 1.8.7
Signed-off-by: tastytea <gentoo@tastytea.de>
2024-01-15 21:36:22 +01:00
tastytea
c8a6b8a911 dev-cpp/drogon: add 1.9.1
Signed-off-by: tastytea <gentoo@tastytea.de>
2024-01-15 21:35:08 +01:00
Takuya Wakazono
ec4d1b0c2f */*: move {app-doc → app-text}/doxygen
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2024-01-13 12:18:38 +09:00
tastytea
529e683696 dev-cpp/drogon: drop 1.8.6
Signed-off-by: tastytea <gentoo@tastytea.de>
2023-11-16 17:31:42 +01:00
tastytea
adaea5b765 dev-cpp/drogon: add 1.9.0
Signed-off-by: tastytea <gentoo@tastytea.de>
2023-11-16 17:31:42 +01:00
tastytea
2819afc2b6 dev-cpp/drogon: drop 1.8.4
Signed-off-by: tastytea <gentoo@tastytea.de>
2023-09-28 14:47:56 +02:00
tastytea
e74430bd07 dev-cpp/drogon: add 1.8.7
Signed-off-by: tastytea <gentoo@tastytea.de>
2023-09-28 14:47:44 +02:00
tastytea
7d361a76d5 dev-cpp/drogon: drop 1.8.3
Signed-off-by: tastytea <gentoo@tastytea.de>
2023-08-26 17:45:52 +02:00
tastytea
8c92115c18 dev-cpp/drogon: add 1.8.6
Signed-off-by: tastytea <gentoo@tastytea.de>
2023-08-26 17:40:03 +02:00
tastytea
ef520ba9a4 */*: use my real name instead of my legal name
<https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin>
changed today to allow it.

Signed-off-by: tastytea <gentoo@tastytea.de>
2023-04-01 15:19:36 +02:00
Ronny (tastytea) Gutbrod
6fbbec5772 dev-cpp/drogon: drop 1.8.2
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2023-03-30 21:48:44 +02:00
Ronny (tastytea) Gutbrod
e915ffc686 dev-cpp/drogon: add 1.8.4
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2023-03-30 21:48:18 +02:00
Ronny (tastytea) Gutbrod
df2de34bf3 dev-cpp/drogon: drop 1.8.1
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2023-01-29 12:39:06 +01:00
Ronny (tastytea) Gutbrod
54a652c6ff dev-cpp/drogon: add github upstream metadata
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2023-01-29 12:39:06 +01:00
Ronny (tastytea) Gutbrod
4f2ee8a18a dev-cpp/drogon: add 1.8.3
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2023-01-29 12:39:06 +01:00
Ronny (tastytea) Gutbrod
0f02fb842b dev-cpp/drogon: drop 1.8.0-r1
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2022-11-13 10:26:22 +01:00
Ronny (tastytea) Gutbrod
ff7bf94ee4 dev-cpp/drogon: add 1.8.2
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2022-11-13 10:26:22 +01:00
Ronny (tastytea) Gutbrod
6d9e23cf12 dev-cpp/drogon: drop 1.7.5-r1
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2022-09-27 10:24:19 +02:00
Ronny (tastytea) Gutbrod
89d56fa6bb dev-cpp/drogon: add 1.8.1
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2022-09-27 10:23:02 +02:00
Ronny (tastytea) Gutbrod
3969a15b3d dev-cpp/drogon: fix race condition in tests
Closes: https://bugs.gentoo.org/868930
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2022-09-08 17:56:36 +02:00
Ronny (tastytea) Gutbrod
b17bcfbab9 dev-cpp/drogon: fix trantor dependency
This prevents segfaults like in bug 868930, but the same tests still
fail in seemingly the same frequency.

Bug: https://bugs.gentoo.org/868930
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2022-09-07 23:23:41 +02:00
Ronny (tastytea) Gutbrod
f5e9a94f5b dev-cpp/drogon: add 1.8.0
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2022-09-03 21:31:09 +02:00
Ronny (tastytea) Gutbrod
ccbf39e5d8 dev-cpp/drogon: drop 1.7.4, 1.7.5
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2022-08-19 15:31:47 +02:00
Ronny (tastytea) Gutbrod
31153e33eb dev-cpp/drogon: rebuild when trantor updates
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2022-08-19 15:30:29 +02:00
Ronny (tastytea) Gutbrod
1a8022c439 dev-cpp/drogon: Remove old ebuild
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2022-02-26 09:06:19 +01:00
Ronny (tastytea) Gutbrod
878ddf6342 dev-cpp/drogon: Version bump 1.7.5
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2022-02-26 08:48:04 +01:00
Ronny (tastytea) Gutbrod
6e54ec9988 dev-cpp/drogon: Remove old ebuild
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2021-12-12 16:28:11 +01:00
Ronny (tastytea) Gutbrod
3d92bd84c1 dev-cpp/drogon: Version bump 1.7.4
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2021-12-12 14:57:51 +01:00
Anna (cybertailor) Vyalkova
a70ce4a933 dev-cpp/drogon: revbump (add slot operators)
* EAPI 7 -> 8
* replace sed calls by cmake_use_find_package
* add libuuid dependency

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2021-12-01 16:48:02 +05:00
Ronny (tastytea) Gutbrod
1488aa3150 dev-cpp/drogon: Remove trantor[adns] dependency.
Fixed by ba9bd9cc10.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2021-10-26 17:29:04 +02:00
Ronny (tastytea) Gutbrod
b3e7ca8b45 dev-cpp/drogon: Depend on trantor[adns].
Closes: https://bugs.gentoo.org/820215
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2021-10-25 20:45:24 +02:00
Ronny (tastytea) Gutbrod
b93ab49cb2 dev-cpp/drogon: Remove old ebuild.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2021-10-20 21:05:43 +02:00
Ronny (tastytea) Gutbrod
16af2cecd0 dev-cpp/drogon: Version bump 1.7.3.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2021-10-20 21:04:02 +02:00
Ronny (tastytea) Gutbrod
bf98b7423b dev-cpp/drogon: Add doxygen to dependencies.
And remove Doxygen from CMake recipe if USE="-doc".

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2021-08-24 16:58:48 +02:00
Ronny (tastytea) Gutbrod
09cc9627fc dev-cpp/drogon: Version bump 1.7.2.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2021-08-24 16:32:02 +02:00
Ronny (tastytea) Gutbrod
adce6ec38a dev-cpp/drogon: New package.
C++14/17 based HTTP web application framework

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2021-08-16 23:08:35 +02:00