Commit Graph

67 Commits

Author SHA1 Message Date
Esteve Varela Colominas
c46b647061 www-servers/copyparty: Bump to 1.20.2
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
2026-01-20 21:39:04 +01:00
Esteve Varela Colominas
54f3b80633 www-servers/copyparty: Move test depends to BDEPEND
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
2026-01-12 14:20:34 +01:00
Esteve Varela Colominas
7a9eb5e18b www-servers/copyparty: Bump to 1.20.1
Small fixes

Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
2026-01-09 11:35:36 +01:00
Esteve Varela Colominas
7695b1ed56 www-servers/copyparty: Bump to 1.20.0
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
2026-01-07 18:45:26 +01:00
Esteve Varela Colominas
fb7c4f0569 www-servers/copyparty: Add USE=ssl dependency
More and more hidden optional dependencies are popping up.
I doubt I'll get all of them, but at least the ones relevant for my uses
that I find in the documentation, I'll document...

Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
2025-12-25 04:32:04 +01:00
Esteve Varela Colominas
2601c33d6a www-servers/copyparty: Add cfssl optdepend
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
2025-12-25 03:23:26 +01:00
Esteve Varela Colominas
edc453ee69 www-servers/copyparty: Add this program's singular dependency
Not sure how I missed this one.

Also put the doc comments in a readme.gentoo, and preserved the .py
extension of the /usr/libexec programs.

Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
2025-12-25 03:05:13 +01:00
Esteve Varela Colominas
ccb29bcb2a www-servers/copyparty: New package
I'm honestly surprised this hasn't been packaged in gentoo, I kind of
expected this to be the sort of tool that makes this community salivate.
I definitely intend to make this the backbone of my file server.

Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
2025-12-20 17:03:41 +01:00
ingenarel
09a9c36ff9 www-servers/quark: add 0_pre20220817; use an ebuild template
Closes: https://bugs.gentoo.org/955535
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-11-19 16:41:56 +06:00
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
Viorel Munteanu
764e9c7f33 www-servers/quark: update EAPI 7 -> 8
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-06-07 09:53:53 +03:00
Julien Roy
7c9c9aa051 Revert "www-servers/openlitespeed: new package, add 1.8.1"
This reverts commit b028209172.

Please do not add a knowingly broken new package in GURU,
 even if it's masked.
If you want to share this ebuild to work on the bug(s),
 please upload it directly on the bug(s).

Signed-off-by: Julien Roy <julien@jroy.ca>
2024-05-05 15:02:41 -04:00
Okamura Kazuya
b028209172 www-servers/openlitespeed: new package, add 1.8.1
Openlitespeed cannot work because there is no php that supports litespeed.

We are requesting additional support using the ticket below.
dev-lang/php: add litespeed support. See also https://bugs.gentoo.org/908876
app-eselect/eselect-php: add openlitespeed. See also https://bugs.gentoo.org/908996

Signed-off-by: Okamura Kazuya <gentoo-guru@danceylove.net>
2024-05-06 01:32:11 +09:00
Arthur Zamarin
fc25f8b56a */*: move {dev-util => dev-build}/meson
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-01-13 22:46:53 +02:00
Anna (cybertailor) Vyalkova
1e95f22062 */*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-04 18:56:32 +05:00
Alexandru Campeanu
bca5a0d519 www-servers/hinsightd: add 0.9.17, drop old, fix pkgcheck warnings
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2022-11-18 18:03:48 +02:00
Alexandru Campeanu
a1793afafd www-servers/hinsightd: add 0.9.16, drop 0.9.15_p20220828
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2022-11-01 16:49:00 +02:00
Alexandru Campeanu
a2c960b186 www-servers/hinsightd: add 0.9.15_p20220828, drop old
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2022-08-28 12:26:36 +03:00
Alexandru Campeanu
a714e34286 www-servers/hinsightd: fixed qa issues
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2022-08-27 09:55:44 +03:00
Alexandru Campeanu
fb693d546e www-servers/hinsightd: add 0.9.15_p20220826, drop old
Closes: https://bugs.gentoo.org/866458
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2022-08-26 13:14:09 +03:00
Alexandru Campeanu
d0291ceb4f www-servers/hinsightd: fixed qa issues
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2022-08-24 21:51:45 +03:00
Alexandru Campeanu
77ee3b850d www-servers/hinsightd: added 0.9.15_p20220822
switched to meson

Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2022-08-22 20:20:44 +03:00
Alexandru Campeanu
8d08123198 www-servers/hinsightd: add 0.9.15_p20220817, drop old
Closes: https://bugs.gentoo.org/show_bug.cgi?id=864313
Closes: https://bugs.gentoo.org/show_bug.cgi?id=864322
Closes: https://bugs.gentoo.org/show_bug.cgi?id=864325

Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2022-08-17 10:58:39 +03:00
Alexandru Campeanu
e1ae85013c www-servers/hinsightd: add 0.9.15_p20220804, drop old
Closes: https://bugs.gentoo.org/863059
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2022-08-04 12:49:38 +03:00
Alexandru Campeanu
5c1cac99d8 www-servers/hinsightd: add 0.9.15_p20220727, drop old
Closes: https://bugs.gentoo.org/show_bug.cgi?id=840047
Closes: https://bugs.gentoo.org/show_bug.cgi?id=860846

Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2022-07-27 19:12:45 +03:00
Alexandru Campeanu
2b52c5130e www-servers/hinsightd: update HOMEPAGE
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2022-04-26 13:05:50 +03:00
Alexandru Campeanu
f3a0eb4441 www-servers/hinsightd: add 0.9.14, drop 0.9.11
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2022-04-20 22:01:44 +03:00
tiotags
f8045b5128 www-servers/hinsightd: added ffcall iuse flag
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2021-12-16 21:31:45 +02:00
tiotags
27d10f1ed9 www-servers/hinsightd: fix config files path
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2021-09-20 19:47:12 +03:00
Andrew Ammerlaan
a6d001c9b2 www-servers/hinsightd: fix MultipleKeywordsLines
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2021-09-20 11:41:22 +02:00
Andrew Ammerlaan
1d80e8631f www-servers/quark: drop KEYWORDS from live ebuild
no keywords in git-r3/9999 ebuilds please

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2021-09-20 11:14:38 +02:00
Alexander Edward Holcomb
8e073615f6 www-servers/quark: add package
Adds package files for the quark webserver.
The project doesn't seem to do "releases," so for now, only
a v9999.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alex Holcomb <alex@alexsdigital.rodeo>
2021-09-17 17:45:55 -05:00
tiotags
ba9fd218cf www-servers/hinsightd: added cgi, fcgi and reverse proxy use flags
switched to EAPI8, install executable via cmake install

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2021-09-10 13:08:03 +03:00
Alessandro Barbieri
064ab08e7f www-servers/thin: treeclean
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-09-02 04:28:15 +02:00
tiotags
ecf7667db1 www-servers/hinsightd: bump to 0.9.11 patch 20210831
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2021-08-31 12:05:09 +03:00
tiotags
98db727bc5 www-servers/hinsightd: bump to 0.9.11
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2021-08-30 11:20:21 +03:00
tiotags
ea8a3b38ec www-servers/hinsightd: bump to 0.9.10
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2021-08-17 13:13:37 +03:00
tiotags
267f3fbfd3 www-servers/hinsightd: bump to version 0.9.9
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2021-08-11 22:17:10 +03:00
tiotags
ff194e0568 www-servers/hinsightd: updated 9999 version
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2021-07-29 22:59:11 +03:00
tiotags
c82d1be7d2 www-servers/hinsightd: version bump to v0.9.8
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2021-07-28 14:06:21 +03:00
tiotags
a67913b3fa www-servers/hinsightd: bump to 0.9.7, removed old versions
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2021-07-20 11:48:01 +03:00
Alessandro Barbieri
38100aaf44 www-servers/thin: remove ruby25
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-07-12 00:27:57 +02:00
tiotags
35e86e4fb5 www-servers/hinsightd: new version + changes
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2021-06-20 12:17:55 +03:00
tiotags
a9d6a6f50e www-servers/hinsightd: new version 0.9.4
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2021-05-25 18:30:22 +03:00
Anna Vyalkova
82b1c42abe www-servers/thin: fix failing tests and flags
Closes: https://bugs.gentoo.org/787827
Signed-off-by: Anna Vyalkova <cyber@sysrq.in>
2021-05-03 22:35:14 +05:00
tiotags
95e29c33c1 www-servers/hinsightd: new version 0.9.3
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2021-04-30 10:49:08 +03:00
tiotags
9b29bd2ce6 www-servers/hinsightd: version bump v0.9.2
Closes: https://bugs.gentoo.org/786822
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2021-04-29 22:05:17 +03:00
tiotags
35125f480a www-servers/hinsightd: fixed compilation errors
* removed version v0.9.0
* added warnings for old kernels
* removed dep on dev-util/ninja, let sys decide

Closes: https://bugs.gentoo.org/785007
Closes: https://bugs.gentoo.org/784965
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2021-04-29 10:27:18 +03:00
tiotags
0a4b02d6b1 www-servers/hinsightd: version bump 0.9.1
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
2021-04-26 16:41:19 +03:00