Skip to content

Commit

Permalink
app-misc/dvtm: update homepage
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <[email protected]>
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
DarthGandalf authored and SoapGentoo committed Jun 4, 2020
1 parent f9a9e63 commit 0e305c0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions app-misc/dvtm/dvtm-0.14-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit savedconfig toolchain-funcs

DESCRIPTION="Dynamic virtual terminal manager"
HOMEPAGE="http://www.brain-dump.org/projects/dvtm/"
HOMEPAGE="https://www.brain-dump.org/projects/dvtm/"

if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="git://repo.or.cz/dvtm.git"
else
SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
SRC_URI="https://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
KEYWORDS="amd64 arm x86"
fi

Expand Down
6 changes: 3 additions & 3 deletions app-misc/dvtm/dvtm-0.15-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit savedconfig toolchain-funcs

DESCRIPTION="Dynamic virtual terminal manager"
HOMEPAGE="http://www.brain-dump.org/projects/dvtm/"
HOMEPAGE="https://www.brain-dump.org/projects/dvtm/"

if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="git://repo.or.cz/dvtm.git"
else
SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
SRC_URI="https://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
fi

Expand Down
6 changes: 3 additions & 3 deletions app-misc/dvtm/dvtm-0.15-r3.ebuild
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit savedconfig toolchain-funcs

DESCRIPTION="Dynamic virtual terminal manager"
HOMEPAGE="http://www.brain-dump.org/projects/dvtm/"
HOMEPAGE="https://www.brain-dump.org/projects/dvtm/"

if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="git://repo.or.cz/dvtm.git"
else
SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
SRC_URI="https://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
KEYWORDS="amd64 arm x86"
fi

Expand Down
6 changes: 3 additions & 3 deletions app-misc/dvtm/dvtm-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit savedconfig toolchain-funcs

DESCRIPTION="Dynamic virtual terminal manager"
HOMEPAGE="http://www.brain-dump.org/projects/dvtm/"
HOMEPAGE="https://www.brain-dump.org/projects/dvtm/"

if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="git://repo.or.cz/dvtm.git"
else
SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
SRC_URI="https://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
fi

Expand Down

0 comments on commit 0e305c0

Please sign in to comment.