git.schlomp.space -> schlomp.space

This commit is contained in:
tastytea 2018-06-04 21:09:02 +02:00
parent 1c2018e2f2
commit 4dd36d89b0
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
6 changed files with 11 additions and 11 deletions

View File

@ -6,7 +6,7 @@ This is an unofficial repository for [Portage](https://wiki.gentoo.org/wiki/Proj
## Add this repository
```BASH
eselect repository add tastytea git https://git.schlomp.space/tastytea/overlay.git
eselect repository add tastytea git https://schlomp.space/tastytea/overlay.git
```
More information can be found in the [Gentoo wiki](https://wiki.gentoo.org/wiki/Eselect/Repository).

View File

@ -2,8 +2,8 @@ EAPI=6
inherit cmake-utils
DESCRIPTION="mastodon-cpp is a C++ wrapper for the Mastodon API."
HOMEPAGE="https://git.schlomp.space/tastytea/mastodon-cpp"
SRC_URI="https://git.schlomp.space/tastytea/mastodon-cpp/archive/${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://schlomp.space/tastytea/mastodon-cpp"
SRC_URI="https://schlomp.space/tastytea/mastodon-cpp/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

View File

@ -6,8 +6,8 @@ EAPI=6
inherit git-r3 cmake-utils
DESCRIPTION="mastodon-cpp is a C++ wrapper for the Mastodon API."
HOMEPAGE="https://git.schlomp.space/tastytea/mastodon-cpp"
EGIT_REPO_URI="https://git.schlomp.space/tastytea/mastodon-cpp.git"
HOMEPAGE="https://schlomp.space/tastytea/mastodon-cpp"
EGIT_REPO_URI="https://schlomp.space/tastytea/mastodon-cpp.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""

View File

@ -6,8 +6,8 @@ EAPI=6
inherit git-r3 cmake-utils
DESCRIPTION="Mastodon bot that expands shortened URLs."
HOMEPAGE="https://git.schlomp.space/tastytea/expandurl-mastodon"
EGIT_REPO_URI="https://git.schlomp.space/tastytea/expandurl-mastodon.git"
HOMEPAGE="https://schlomp.space/tastytea/expandurl-mastodon"
EGIT_REPO_URI="https://schlomp.space/tastytea/expandurl-mastodon.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""

View File

@ -6,8 +6,8 @@ EAPI=6
inherit git-r3 cmake-utils
DESCRIPTION="Another RSS to Mastodon bot"
HOMEPAGE="https://git.schlomp.space/tastytea/mastorss"
EGIT_REPO_URI="https://git.schlomp.space/tastytea/mastorss.git"
HOMEPAGE="https://schlomp.space/tastytea/mastorss"
EGIT_REPO_URI="https://schlomp.space/tastytea/mastorss.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""

View File

@ -4,12 +4,12 @@
<repo quality="experimental" status="unofficial">
<name>tastytea</name>
<description>Some ebuilds, no guarantees</description>
<homepage>https://git.schlomp.space/tastytea/overlay</homepage>
<homepage>https://schlomp.space/tastytea/overlay</homepage>
<owner>
<email>overlay@tastytea.de</email>
<name>tastytea</name>
</owner>
<source type="git">https://git.schlomp.space/tastytea/overlay.git</source>
<source type="git">https://schlomp.space/tastytea/overlay.git</source>
<source type="git">https://git.tastytea.de/repos/overlay-tastytea.git</source>
<feed>https://git.tastytea.de/?p=overlay-tastytea.git;a=atom</feed>
</repo>