diff options
author | Anna Vyalkova <cyber+gentoo@sysrq.in> | 2021-05-25 13:05:56 +0500 |
---|---|---|
committer | Anna Vyalkova <cyber+gentoo@sysrq.in> | 2021-05-25 13:05:56 +0500 |
commit | 3d1cc4066f505e3c0388b5d5b16875b7a6c32c8c (patch) | |
tree | 41ff9ba4e4ba6bb256c61f0cc76d89264f0b56f6 /net-irc | |
parent | dev-python/aiosqlite: drop unnecessary dep (diff) | |
download | guru-3d1cc4066f505e3c0388b5d5b16875b7a6c32c8c.tar.gz guru-3d1cc4066f505e3c0388b5d5b16875b7a6c32c8c.tar.bz2 guru-3d1cc4066f505e3c0388b5d5b16875b7a6c32c8c.zip |
move catgirl and srain to net-irc
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/catgirl/Manifest | 1 | ||||
-rw-r--r-- | net-irc/catgirl/catgirl-1.7.ebuild | 28 | ||||
-rw-r--r-- | net-irc/catgirl/metadata.xml | 15 | ||||
-rw-r--r-- | net-irc/srain/Manifest | 2 | ||||
-rw-r--r-- | net-irc/srain/metadata.xml | 7 | ||||
-rw-r--r-- | net-irc/srain/srain-1.1.3.ebuild | 35 | ||||
-rw-r--r-- | net-irc/srain/srain-1.2.1.ebuild | 42 |
7 files changed, 130 insertions, 0 deletions
diff --git a/net-irc/catgirl/Manifest b/net-irc/catgirl/Manifest new file mode 100644 index 000000000..2e9b57b1e --- /dev/null +++ b/net-irc/catgirl/Manifest @@ -0,0 +1 @@ +DIST catgirl-1.7.tar.gz 60329 BLAKE2B 03a1c001869cf268eb88f3ff7a0f9e218e0235b94b80426df74f4d0f020cd97ffdd8840a7e37c805aaad487c6b3d444d160b0b0b5e459a8e23f728cb10a1e7e1 SHA512 b79971d36ee1b3a3e03a6387443efea8b479fc9fe3ac0506f243f9ee81458eba68d6fd21a68d0846d7d9fffa998adc041ef3671f20cdf220ff19e7b9140c7b45 diff --git a/net-irc/catgirl/catgirl-1.7.ebuild b/net-irc/catgirl/catgirl-1.7.ebuild new file mode 100644 index 000000000..ceb2c4358 --- /dev/null +++ b/net-irc/catgirl/catgirl-1.7.ebuild @@ -0,0 +1,28 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="TLS-only terminal IRC client" +HOMEPAGE="https://git.causal.agency/catgirl/about/" +SRC_URI="https://git.causal.agency/${PN}/snapshot/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-libs/libretls + sys-libs/ncurses +" +BDEPEND="virtual/pkgconfig" +RDEPEND="${DEPEND}" + +DOCS=( README.7 scripts/chat.tmux.conf ) + +src_configure() { + ./configure --prefix="${EPREFIX}"/usr +} + +src_compile() { + emake all +} diff --git a/net-irc/catgirl/metadata.xml b/net-irc/catgirl/metadata.xml new file mode 100644 index 000000000..87107536e --- /dev/null +++ b/net-irc/catgirl/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <upstream> + <maintainer> + <name>June Bug</name> + <email>june@causal.agency</email> + </maintainer> + <bugs-to>mailto:list+catgirl@causal.agency</bugs-to> + </upstream> + <maintainer type="person"> + <email>cyber+gentoo@sysrq.in</email> + <name>Anna</name> + </maintainer> +</pkgmetadata> diff --git a/net-irc/srain/Manifest b/net-irc/srain/Manifest new file mode 100644 index 000000000..3339c7b3c --- /dev/null +++ b/net-irc/srain/Manifest @@ -0,0 +1,2 @@ +DIST srain-1.1.3.tar.gz 944319 BLAKE2B 74beb34a8e10716392aaaf07586c399f7a66601015c7761c116a3dcf822d6f9c69d3bc3e40b1b5ed780aed24ce1b2fa8496f2c8f4a77484acce294edfb653d00 SHA512 ad1c47bb249dae27cea3d4a044bbd10c034f2bb44fbec34053eeb878405caf9cf6236a03a7ff922f4eb4c189e5ccab4a307c208569bf0fdeb654a9de03a6d4fe +DIST srain-1.2.1.tar.gz 954668 BLAKE2B 20beb88761a387a041659ea11f852655daab9fdcd4b1d2f2b080bfa4dd9c19a61c12ebba9a581a10355d9249a6063dcdfea486dccb625622e68b57a4445afae7 SHA512 594cb65827ba3f4cf99820640103bdd1d67577df31e1fcb27f98722e243bcbab68420aff0c3f26cc7d0c149a4a8c256fc386709b8ff86d6b617c170f00c076f3 diff --git a/net-irc/srain/metadata.xml b/net-irc/srain/metadata.xml new file mode 100644 index 000000000..29caf5880 --- /dev/null +++ b/net-irc/srain/metadata.xml @@ -0,0 +1,7 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <upstream> + <remote-id type="github">SrainApp/srain</remote-id> + </upstream> +</pkgmetadata> diff --git a/net-irc/srain/srain-1.1.3.ebuild b/net-irc/srain/srain-1.1.3.ebuild new file mode 100644 index 000000000..eb3b3c464 --- /dev/null +++ b/net-irc/srain/srain-1.1.3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs xdg + +DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3" +HOMEPAGE="https://github.com/SrainApp/srain" +SRC_URI="https://github.com/SrainApp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="debug" + +RDEPEND=" + >=x11-libs/gtk+-3.22.0 + x11-libs/libnotify +" +DEPEND=" + ${RDEPEND} + app-crypt/libsecret + dev-libs/libconfig + net-libs/libsoup +" + +src_configure() { + econf $(use_enable debug) +} + +src_compile() { + tc-export CC + default +} diff --git a/net-irc/srain/srain-1.2.1.ebuild b/net-irc/srain/srain-1.2.1.ebuild new file mode 100644 index 000000000..0f8830628 --- /dev/null +++ b/net-irc/srain/srain-1.2.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson xdg + +DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3" +HOMEPAGE="https://github.com/SrainApp/srain" +SRC_URI="https://github.com/SrainApp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="debug doc" + +RDEPEND=" + >=x11-libs/gtk+-3.22.0 + x11-libs/libnotify +" +DEPEND=" + ${RDEPEND} + app-crypt/libsecret + dev-libs/libconfig + net-libs/libsoup +" +BDEPEND="dev-python/sphinx" + +src_prepare() { + sed -i "s/'doc', meson.project_name())/'doc', meson.project_name() + '-${PV}')/" \ + meson.build || die + + xdg_src_prepare +} + +src_configure() { + local emesonargs=( + --buildtype $(usex debug 'debug' 'plain') + -Ddoc_builders="['man'$(usex doc ', "html"' '')]" + ) + meson_src_configure +} |