Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/
Date: Mon, 26 Dec 2016 00:28:52
Message-Id: 1482712112.9e6a9107ed26078e3d416350c0fa4a4ff92128f8.mrueg@gentoo
1 commit: 9e6a9107ed26078e3d416350c0fa4a4ff92128f8
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 26 00:28:32 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 26 00:28:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6a9107
7
8 www-apps/gitea: Remove subslot, fix desc
9
10 Package-Manager: portage-2.3.3
11
12 www-apps/gitea/gitea-1.0.0-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/www-apps/gitea/gitea-1.0.0-r2.ebuild b/www-apps/gitea/gitea-1.0.0-r2.ebuild
16 index ca6a3eb..4313b98 100644
17 --- a/www-apps/gitea/gitea-1.0.0-r2.ebuild
18 +++ b/www-apps/gitea/gitea-1.0.0-r2.ebuild
19 @@ -10,12 +10,12 @@ EGIT_COMMIT="6aacf4d2f09631359b99df562b4bf31dcef44ea3"
20 ARCHIVE_URI="https://github.com/go-gitea/gitea/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
21 KEYWORDS="~amd64"
22
23 -DESCRIPTION="A painless self-hosted Git service, written in Go, forked from gogs"
24 +DESCRIPTION="A painless self-hosted Git service, written in Go"
25 HOMEPAGE="https://github.com/go-gitea/gitea"
26 SRC_URI="${ARCHIVE_URI}"
27
28 LICENSE="MIT"
29 -SLOT="0/${PVR}"
30 +SLOT="0"
31 IUSE=""
32
33 DEPEND="dev-go/go-bindata"