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/files/, www-apps/gitea/
Date: Sat, 02 Jun 2018 12:06:54
Message-Id: 1527941180.7062b1979c463885eb37690519eccd51825e3a6b.mrueg@gentoo
1 commit: 7062b1979c463885eb37690519eccd51825e3a6b
2 Author: Stefan G. Weichinger <office <AT> oops <DOT> co <DOT> at>
3 AuthorDate: Sat Jun 2 12:05:50 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 12:06:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7062b197
7
8 www-apps/gitea: Version bump to 1.4.1
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 www-apps/gitea/Manifest | 1 +
13 www-apps/gitea/files/app.ini | 4 ++
14 www-apps/gitea/files/gitea.initd | 4 +-
15 .../gitea/files/{gitea.initd => gitea.initd-r1} | 4 +-
16 www-apps/gitea/files/gitea.service | 26 +++++++++
17 www-apps/gitea/gitea-1.4.1.ebuild | 61 ++++++++++++++++++++++
18 6 files changed, 96 insertions(+), 4 deletions(-)
19
20 diff --git a/www-apps/gitea/Manifest b/www-apps/gitea/Manifest
21 index 0d035e17496..a8618bdacce 100644
22 --- a/www-apps/gitea/Manifest
23 +++ b/www-apps/gitea/Manifest
24 @@ -1,3 +1,4 @@
25 DIST gitea-1.2.3.tar.gz 14336812 BLAKE2B 9c0d1aed458cb2accaf6138f949a6f49b470ae32b75dd921b88cac93cfc61c361791270541fbeae9ecc300b8266abcc1d0b677514536d0697c5a2952b74af18e SHA512 b519bb2fae20da75444a9cb971ab1db0aed04261c6522464feb2e0bad28bc5b8fff3ce8a85f8d26e9cfe79b41c29e540b3ff0aa0c3e99ce90e9e9a1ec26a165e
26 DIST gitea-1.3.0.tar.gz 14780025 BLAKE2B a290bf1583a741cfee5ff69c7997114d802643dc0b213a41bbac08713201ce05192d9ad4d7b33639ae173b79d3c5dbd154b7fd753a744ec64550df4786fdc5a2 SHA512 51cfcb53a039ce8c7995748bd54ea34b88b404de35ef6c9c5742b220fee814fe81670634aa272bbd0002431e70e757b0e460d159e41b7378c93cd5aa820d45f4
27 DIST gitea-1.3.1.tar.gz 14783710 BLAKE2B 20e333719aa1a670488046406dc942fd843fcb2ea92473006e255a6a8f2f00709bf87443a425302d0c73916260a5d2e7876e00233a3e1ceb657439ac3d7a4873 SHA512 45161e089d5437b5aacc9589a50a61da3a8f4c88edb33fe3605eb49f36f67cb0a8a80f261016745a6c5131755f7963b1b61df62e47aab2bcd43a6932dceadd0f
28 +DIST gitea-1.4.1.tar.gz 14978598 BLAKE2B 8fde79291b745750e79c944e7fcf938d2476ddaa386c1277f54bf315831eeb749507e270ca0a8a8351dd8fa60656bb98eb7c478a5c99f2ac20d350b6054339d5 SHA512 3b812bd61215230035ec9241e953f239981d04580d931f379aa550e11d2f7facd56bf70ac9e2d866224d341570a238bcc5c2fa71fd1432cfb95b8c8b703784e6
29
30 diff --git a/www-apps/gitea/files/app.ini b/www-apps/gitea/files/app.ini
31 new file mode 100644
32 index 00000000000..5dd998f60ee
33 --- /dev/null
34 +++ b/www-apps/gitea/files/app.ini
35 @@ -0,0 +1,4 @@
36 +[log]
37 +MODE = file
38 +LEVEL = Info
39 +ROOT_PATH = /var/log/gitea
40
41 diff --git a/www-apps/gitea/files/gitea.initd b/www-apps/gitea/files/gitea.initd
42 index ea618140c58..837164aa014 100644
43 --- a/www-apps/gitea/files/gitea.initd
44 +++ b/www-apps/gitea/files/gitea.initd
45 @@ -1,5 +1,5 @@
46 #!/sbin/openrc-run
47 -# Copyright 2016 Gentoo Foundation
48 +# Copyright 2016-2018 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50
51 description="Gitea, a self-hosted Git service"
52 @@ -11,7 +11,7 @@ command="/usr/bin/gitea web"
53 command_args="${command_args:--config /var/lib/gitea/conf/app.ini}"
54 command_background="true"
55 start_stop_daemon_args="--user ${user} --group ${group} \
56 - -e GITEA_CUSTOM=/var/lib/gitea
57 + -e GITEA_WORK_DIR=/var/lib/gitea
58 --stdout /var/log/${SVCNAME}/${SVCNAME}.log \
59 --stderr /var/log/${SVCNAME}/${SVCNAME}.log"
60
61
62 diff --git a/www-apps/gitea/files/gitea.initd b/www-apps/gitea/files/gitea.initd-r1
63 similarity index 89%
64 copy from www-apps/gitea/files/gitea.initd
65 copy to www-apps/gitea/files/gitea.initd-r1
66 index ea618140c58..837164aa014 100644
67 --- a/www-apps/gitea/files/gitea.initd
68 +++ b/www-apps/gitea/files/gitea.initd-r1
69 @@ -1,5 +1,5 @@
70 #!/sbin/openrc-run
71 -# Copyright 2016 Gentoo Foundation
72 +# Copyright 2016-2018 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74
75 description="Gitea, a self-hosted Git service"
76 @@ -11,7 +11,7 @@ command="/usr/bin/gitea web"
77 command_args="${command_args:--config /var/lib/gitea/conf/app.ini}"
78 command_background="true"
79 start_stop_daemon_args="--user ${user} --group ${group} \
80 - -e GITEA_CUSTOM=/var/lib/gitea
81 + -e GITEA_WORK_DIR=/var/lib/gitea
82 --stdout /var/log/${SVCNAME}/${SVCNAME}.log \
83 --stderr /var/log/${SVCNAME}/${SVCNAME}.log"
84
85
86 diff --git a/www-apps/gitea/files/gitea.service b/www-apps/gitea/files/gitea.service
87 new file mode 100644
88 index 00000000000..3fdbc1fd0c3
89 --- /dev/null
90 +++ b/www-apps/gitea/files/gitea.service
91 @@ -0,0 +1,26 @@
92 +[Unit]
93 +Description=Gitea service
94 +Documentation=https://gitea.io
95 +
96 +AssertPathIsDirectory=/var/lib/gitea
97 +AssertPathIsReadWrite=/var/lib/gitea
98 +
99 +After=network.target
100 +Requires=network.target
101 +After=mysqld.service
102 +Requires=mysqld.service
103 +
104 +[Service]
105 +User=git
106 +Group=git
107 +
108 +Environment="GITEA_CUSTOM=/var/lib/gitea"
109 +WorkingDirectory=/var/lib/gitea
110 +ExecStart=/usr/bin/gitea web -c /var/lib/gitea/conf/app.ini
111 +
112 +Restart=always
113 +PrivateTmp=true
114 +Nice=5
115 +
116 +[Install]
117 +WantedBy=multi-user.target
118
119 diff --git a/www-apps/gitea/gitea-1.4.1.ebuild b/www-apps/gitea/gitea-1.4.1.ebuild
120 new file mode 100644
121 index 00000000000..41abc1c912b
122 --- /dev/null
123 +++ b/www-apps/gitea/gitea-1.4.1.ebuild
124 @@ -0,0 +1,61 @@
125 +# Copyright 1999-2018 Gentoo Foundation
126 +# Distributed under the terms of the GNU General Public License v2
127 +
128 +EAPI=6
129 +inherit user systemd golang-build golang-vcs-snapshot
130 +
131 +EGO_PN="code.gitea.io/gitea"
132 +KEYWORDS="~amd64 ~arm"
133 +
134 +DESCRIPTION="A painless self-hosted Git service, written in Go"
135 +HOMEPAGE="https://github.com/go-gitea/gitea"
136 +SRC_URI="https://github.com/go-gitea/gitea/archive/v${PV}.tar.gz -> ${P}.tar.gz"
137 +
138 +LICENSE="MIT"
139 +SLOT="0"
140 +IUSE=""
141 +
142 +DEPEND="dev-go/go-bindata"
143 +RDEPEND="dev-vcs/git"
144 +
145 +pkg_setup() {
146 + enewgroup git
147 + enewuser git -1 /bin/bash /var/lib/gitea git
148 +}
149 +
150 +src_prepare() {
151 + default
152 + sed -i -e "s/\"main.Version.*$/\"main.Version=${PV}\"/"\
153 + -e "s/-ldflags '-s/-ldflags '/" src/${EGO_PN}/Makefile || die
154 +}
155 +
156 +src_compile() {
157 + GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C src/${EGO_PN} generate
158 + TAGS="bindata pam sqlite" LDFLAGS="" CGO_LDFLAGS="-fno-PIC" GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C src/${EGO_PN} build
159 +}
160 +
161 +src_install() {
162 + pushd src/${EGO_PN} || die
163 + dobin gitea
164 + insinto /var/lib/gitea/conf
165 + newins custom/conf/app.ini.sample app.ini.example
166 + popd || die
167 + newinitd "${FILESDIR}"/gitea.initd-r1 gitea
168 + newconfd "${FILESDIR}"/gitea.confd gitea
169 + keepdir /var/log/gitea /var/lib/gitea/data
170 + fowners -R git:git /var/log/gitea /var/lib/gitea/
171 + systemd_dounit "${FILESDIR}/gitea.service"
172 +}
173 +
174 +pkg_postinst() {
175 + if [[ ! -e "${EROOT}/var/lib/gitea/conf/app.ini" ]]; then
176 + elog "No app.ini found, copying initial config over"
177 + cp "${FILESDIR}"/app.ini "${EROOT}"/var/lib/gitea/conf/ || die
178 + chown git:git /var/lib/gitea/conf/app.ini
179 + else
180 + elog "app.ini found, please check example file for possible changes"
181 + ewarn "Please note that environment variables have been changed:"
182 + ewarn "GITEA_WORK_DIR is set to /var/lib/gitea (previous value: unset)"
183 + ewarn "GITEA_CUSTOM is set to '\$GITEA_WORK_DIR/custom' (previous: /var/lib/gitea)"
184 + fi
185 +}