Update url

This commit is contained in:
Austen Adler 2017-02-05 18:36:10 -05:00
parent 60db57156c
commit 058d2d2476
No known key found for this signature in database
GPG Key ID: 7ECEE590CCDFE3F1
3 changed files with 5 additions and 5 deletions

View File

@ -4,13 +4,13 @@
EAPI=5 EAPI=5
EGIT_REPO_URI="https://austenwares.com/gogs/applications/tg" EGIT_REPO_URI="https://austenwares.com/gitea/applications/tg"
EGIT_BRANCH="master" EGIT_BRANCH="master"
EGIT_HAS_SUBMODULES=1 EGIT_HAS_SUBMODULES=1
inherit eutils git-2 inherit eutils git-2
IUSE="+lua +json +python" IUSE="+lua +json +python"
DESCRIPTION="Command line interface client for Telegram" DESCRIPTION="Command line interface client for Telegram"
HOMEPAGE="https://austenwares.com/gogs/applications/tg" HOMEPAGE="https://austenwares.com/gitea/applications/tg"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"

View File

@ -7,6 +7,6 @@
<email>stonewareslord@gmail.com</email> <email>stonewareslord@gmail.com</email>
<name>stonewareslord</name> <name>stonewareslord</name>
</owner> </owner>
<source branch="master" type="git">https://austenwares.com/gogs/stonewareslord/aw-overlay</source> <source branch="master" type="git">https://austenwares.com/gitea/stonewareslord/aw-overlay</source>
</repo> </repo>
</repositories> </repositories>

View File

@ -9,9 +9,9 @@ if [[ ${PV} = 9999 ]]; then
inherit git-r3 inherit git-r3
fi fi
DESCRIPTION="simple X screen locker with DPMS support" DESCRIPTION="simple X screen locker with DPMS support"
HOMEPAGE="https://austenwares.com/gogs/applications/slock" HOMEPAGE="https://austenwares.com/gitea/applications/slock"
if [[ ${PV} = 9999 ]]; then if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="https://austenwares.com/gogs/applications/${PN}" EGIT_REPO_URI="https://austenwares.com/gitea/applications/${PN}"
EGIT_BOOTSTRAP="" EGIT_BOOTSTRAP=""
KEYWORDS="" KEYWORDS=""
fi fi