Commit Graph

93 Commits

Author SHA1 Message Date
ec31804484
net-im/nheko: treeclean
All checks were successful
continuous-integration/drone/push Build is passing
git ebuild is now in ::guru

Signed-off-by: tastytea <tastytea@tastytea.de>
2023-03-06 17:11:15 +01:00
6f7a20bade
net-im/mjolnir: drop 1.6.1
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: tastytea <tastytea@tastytea.de>
2023-01-14 18:50:52 +01:00
28ac7b4445
net-im/mjolnir: drop 1.5.0
Signed-off-by: tastytea <tastytea@tastytea.de>
2023-01-14 18:47:55 +01:00
55a112f8c8
net-im/mjolnir: add 1.6.4
Signed-off-by: tastytea <tastytea@tastytea.de>
2023-01-14 18:46:02 +01:00
ce974016ac
net-im/mjolnir: add 1.6.2
Signed-off-by: tastytea <tastytea@tastytea.de>
2023-01-06 13:17:11 +01:00
ff4558ad17
net-im/nheko: fix dev-qt/qtgui dependencydev
All checks were successful
continuous-integration/drone/push Build is passing
>=dev-qt/qtgui-5.15.7 does not have the gif USE-flag anymore.

Signed-off-by: tastytea <tastytea@tastytea.de>
2022-12-04 13:15:16 +01:00
9673462aa3
net-im/mjolnir: fix init script
All checks were successful
continuous-integration/drone/push Build is passing
I'm sure the check worked before, but now it fails? 😕

Signed-off-by: tastytea <tastytea@tastytea.de>
2022-11-25 16:11:26 +01:00
800f3a4981
net-im/mjolnir: add 1.6.1
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: tastytea <tastytea@tastytea.de>
2022-11-25 15:42:17 +01:00
087308ee85
net-im/mjolnir: fix init script
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: tastytea <tastytea@tastytea.de>
2022-10-31 19:12:13 +01:00
51631cc764
net-im/mjolnir: keyword 1.5.0 for ~amd64
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: tastytea <tastytea@tastytea.de>
2022-10-31 11:11:37 +01:00
835b762480
net-im/mjolnir: new package, add 1.5.0
Signed-off-by: tastytea <tastytea@tastytea.de>
2022-10-31 10:41:30 +01:00
2c1d34376a
net-im/nheko: fix deps
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: tastytea <tastytea@tastytea.de>
2022-10-22 03:49:05 +02:00
ddf5a2723c
net-im/nheko: add re2 dependency
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: tastytea <tastytea@tastytea.de>
2022-10-13 18:52:06 +02:00
df1391abad
net-im/nheko: fix deps
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-23 18:15:20 +02:00
9afb76ca3f
net-im/nheko: rebuild if libfmt is updated
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-08 12:33:18 +02:00
e1589f21d7
net-im/nheko: remove dbus USE-flag, add notification daemon dep
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: tastytea <tastytea@tastytea.de>
2022-07-01 19:41:06 +02:00
3060dc849a
net-im/nheko: add kde-frameworks/kimageformats as optfeature
Signed-off-by: tastytea <tastytea@tastytea.de>
2022-05-07 23:06:28 +02:00
8f9e3f2f63
net-im/nheko: Add dbus USE-flag
Signed-off-by: tastytea <tastytea@tastytea.de>
2022-04-14 22:57:34 +02:00
88131a6c28
net-im/nheko: Fix dependency: asciidoc{,tor} RDEPEND -> BDEPEND
asciidoc{,tor} is used to generate the manpage.
2022-03-29 01:50:31 +02:00
9d19fb13b6
net-im/nheko: Remove pipewire USE-flag
Was never really needed

Signed-off-by: tastytea <tastytea@tastytea.de>
2022-03-27 14:27:47 +02:00
4b4549a11d
net-im/nheko: Add AsciiDoc dependency 2022-03-10 11:50:01 +01:00
0be5f09c4d
net-im/nheko: Fix build-time dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-18 15:09:36 +01:00
d95e859c59
net-im/nheko: Fix dependencies.
All checks were successful
continuous-integration/drone/push Build is passing
Forgot to add the dependencies of mtxclient and coeurl.
2022-01-07 07:42:56 +01:00
37b37a3403
net-im/nheko: Don't rebuild if there's no update.
All checks were successful
continuous-integration/drone/push Build is passing
I unpacked all URIs from EGIT_REPO_URI. That is not how it was designed
so it broke a bit: The commit ID of coeurl (local) was compared to the
commit ID of nheko (remote).

The commit ID of coeurl was stored because it was used in the last call
to git-r3_src_unpack and it was compared to the commit ID of nheko
because it was the first in EGIT_REPO_URI.

I now unpack the dependencies first from a dedicated variable and then
unpack nheko like normal.
2021-12-31 03:52:04 +01:00
ff72b6d10d
net-im/nheko: Remove pkg_preinst()
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-30 03:17:29 +01:00
22e1c7a065
net-im/nheko: Make fetching and unpacking less hacky.
All checks were successful
continuous-integration/drone/push Build is passing
The usage of git-r3_src_unpack should cover more eventualities and
prevent future headaches. 😊
2021-12-30 02:27:53 +01:00
a2f9874f02
net-im/nheko: Don't hardcode library dir 🤦
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-30 00:24:09 +01:00
33f2b5f139
net-im/nheko: Move dependencies to build dir in src_prepare()
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-30 00:09:09 +01:00
373ccd0ebc
net-im/nheko: Add live package.
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-29 23:52:45 +01:00
73c8fa8ebf
net-im/go-sendxmpp: Remove package. 2020-07-07 18:38:01 +02:00
8d9ae40468
net-im/biboumi: Remove package. 2020-06-01 10:59:08 +02:00
95b4bf85b3
net-im/biboumi: Delete old ebuilds. 2020-04-13 04:17:33 +02:00
d7b224e02b
net-im/biboumi: Bump to 8.4-r3, forgot to inherit fcaps.
Some checks failed
continuous-integration/drone/push Build is failing
2020-04-13 04:10:39 +02:00
5498d56ea4
net-im/biboumi: Fix permissions for logrotate script.
Some checks failed
continuous-integration/drone/push Build is failing
2020-04-13 03:55:59 +02:00
95fab97162
net-im/biboumi: Add logrotate recipe and useflag, bump to 8.4-r2.
Some checks failed
continuous-integration/drone/push Build is failing
2020-04-13 02:51:50 +02:00
4f697de205
net-im/biboumi: Delete old ebuilds. 2020-04-13 02:33:21 +02:00
0d410b8f12
net-im/biboumi: Enable ssl useflag by default, remove doc useflag.
Some checks failed
continuous-integration/drone/push Build is failing
2020-04-13 02:31:23 +02:00
d8b90eba8a
net-im/biboumi: cmake-utils → cmake.
Some checks failed
continuous-integration/drone/push Build is failing
2020-04-12 20:59:29 +02:00
f685524e48
net-im/biboumi: Allow to listen on privileged ports (for identd).
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-12 20:36:29 +02:00
52c4136d3d
net-im/biboumi: New package.
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-12 15:19:11 +02:00
63a7d00990
net-im/gajim: Removed Package.
The current version is in the main portage tree now.
2020-03-03 01:04:30 +01:00
57cfff437b
net-im/gajim: Add useflag: jingle.
All checks were successful
continuous-integration/drone/push Build is passing
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
2019-09-20 16:32:54 +02:00
423708322f
net-im/gajim: Added keywords to 1.1.3.
All checks were successful
the build was successful
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
2019-04-24 10:16:07 +02:00
604c1a5c49
net-im/gajim: Version bump 1.1.3
All checks were successful
the build was successful
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
2019-04-24 10:07:50 +02:00
709724814f
Removed obsolete packages.
All checks were successful
the build was successful
2019-03-07 14:07:37 +01:00
86fc44ef46
net-im/gajim: Deleted old ebuilds
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
2019-01-16 00:31:27 +01:00
5300340009
net-im/gajim-1.1.2: Fixed nbxmpp dependency
All checks were successful
the build was successful
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
2019-01-15 22:31:59 +01:00
a893843e3b
net-im/gajim: Version bump 1.1.2
All checks were successful
the build was successful
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
2019-01-15 22:04:11 +01:00
b8f39b3cdb
net-im/gajim: Fixed manifest for 1.1.1
All checks were successful
the build was successful
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
2019-01-08 22:09:08 +01:00
ebf5b29a4c
net-im: deleted swiften, obsoleted by net-im/swift
All checks were successful
the build was successful
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
2019-01-05 12:57:45 +01:00