commit:     4762b596dc737ff5ec1e97df8ce3d92abc600fbd
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 14 12:53:38 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 13:02:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4762b596

www-apps/gitea: Drop old

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 www-apps/gitea/Manifest           |  2 --
 www-apps/gitea/gitea-1.4.1.ebuild | 61 ---------------------------------------
 www-apps/gitea/gitea-1.4.3.ebuild | 61 ---------------------------------------
 3 files changed, 124 deletions(-)

diff --git a/www-apps/gitea/Manifest b/www-apps/gitea/Manifest
index 82c77536184..5f6259a7c33 100644
--- a/www-apps/gitea/Manifest
+++ b/www-apps/gitea/Manifest
@@ -1,3 +1 @@
-DIST gitea-1.4.1.tar.gz 14978598 BLAKE2B 
8fde79291b745750e79c944e7fcf938d2476ddaa386c1277f54bf315831eeb749507e270ca0a8a8351dd8fa60656bb98eb7c478a5c99f2ac20d350b6054339d5
 SHA512 
3b812bd61215230035ec9241e953f239981d04580d931f379aa550e11d2f7facd56bf70ac9e2d866224d341570a238bcc5c2fa71fd1432cfb95b8c8b703784e6
-DIST gitea-1.4.3.tar.gz 14985783 BLAKE2B 
d2f141a036406c92e7900ce073066ff5024f308c24a2705eb5da229c48a1b6c772d3148222aafd5c0d6608830670badb2a102149f58a134cc32b5175e1ae306e
 SHA512 
24498b418b9ddb14da5568a206e1fa0831c5789e0b64207f413c3b86e2a855052f7af80d3cb80549eaae6944e22af271c00f6308c66487c3be0dccf55a17976a
 DIST gitea-1.5.2.tar.gz 18866286 BLAKE2B 
a9a31fa6a310dcb6debd9399f234262214021d72adda52af959e6d9d692d5902ff6955a9802bf60212cecb2a0146c4905952d44643aa83e49c645d32541907c2
 SHA512 
ef91c881b3cb81d79d182b78c95624f24d63e21daa2d6e561fca79edba0ad588fae7c55503f900a8f05c566ed3bff92a9c4385fc7e5c701a80749d2a8c58b599

diff --git a/www-apps/gitea/gitea-1.4.1.ebuild 
b/www-apps/gitea/gitea-1.4.1.ebuild
deleted file mode 100644
index 41abc1c912b..00000000000
--- a/www-apps/gitea/gitea-1.4.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit user systemd golang-build golang-vcs-snapshot
-
-EGO_PN="code.gitea.io/gitea"
-KEYWORDS="~amd64 ~arm"
-
-DESCRIPTION="A painless self-hosted Git service, written in Go"
-HOMEPAGE="https://github.com/go-gitea/gitea";
-SRC_URI="https://github.com/go-gitea/gitea/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-go/go-bindata"
-RDEPEND="dev-vcs/git"
-
-pkg_setup() {
-       enewgroup git
-       enewuser git -1 /bin/bash /var/lib/gitea git
-}
-
-src_prepare() {
-       default
-       sed -i -e "s/\"main.Version.*$/\"main.Version=${PV}\"/"\
-               -e "s/-ldflags '-s/-ldflags '/" src/${EGO_PN}/Makefile || die
-}
-
-src_compile() {
-       GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C src/${EGO_PN} 
generate
-       TAGS="bindata pam sqlite" LDFLAGS="" CGO_LDFLAGS="-fno-PIC" 
GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C src/${EGO_PN} build
-}
-
-src_install() {
-       pushd src/${EGO_PN} || die
-       dobin gitea
-       insinto /var/lib/gitea/conf
-       newins custom/conf/app.ini.sample app.ini.example
-       popd || die
-       newinitd "${FILESDIR}"/gitea.initd-r1 gitea
-       newconfd "${FILESDIR}"/gitea.confd gitea
-       keepdir /var/log/gitea /var/lib/gitea/data
-       fowners -R git:git /var/log/gitea /var/lib/gitea/
-       systemd_dounit "${FILESDIR}/gitea.service"
-}
-
-pkg_postinst() {
-       if [[ ! -e "${EROOT}/var/lib/gitea/conf/app.ini" ]]; then
-               elog "No app.ini found, copying initial config over"
-               cp "${FILESDIR}"/app.ini "${EROOT}"/var/lib/gitea/conf/ || die
-               chown git:git /var/lib/gitea/conf/app.ini
-       else
-               elog "app.ini found, please check example file for possible 
changes"
-               ewarn "Please note that environment variables have been 
changed:"
-               ewarn "GITEA_WORK_DIR is set to /var/lib/gitea (previous value: 
unset)"
-               ewarn "GITEA_CUSTOM is set to '\$GITEA_WORK_DIR/custom' 
(previous: /var/lib/gitea)"
-       fi
-}

diff --git a/www-apps/gitea/gitea-1.4.3.ebuild 
b/www-apps/gitea/gitea-1.4.3.ebuild
deleted file mode 100644
index 41abc1c912b..00000000000
--- a/www-apps/gitea/gitea-1.4.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit user systemd golang-build golang-vcs-snapshot
-
-EGO_PN="code.gitea.io/gitea"
-KEYWORDS="~amd64 ~arm"
-
-DESCRIPTION="A painless self-hosted Git service, written in Go"
-HOMEPAGE="https://github.com/go-gitea/gitea";
-SRC_URI="https://github.com/go-gitea/gitea/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-go/go-bindata"
-RDEPEND="dev-vcs/git"
-
-pkg_setup() {
-       enewgroup git
-       enewuser git -1 /bin/bash /var/lib/gitea git
-}
-
-src_prepare() {
-       default
-       sed -i -e "s/\"main.Version.*$/\"main.Version=${PV}\"/"\
-               -e "s/-ldflags '-s/-ldflags '/" src/${EGO_PN}/Makefile || die
-}
-
-src_compile() {
-       GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C src/${EGO_PN} 
generate
-       TAGS="bindata pam sqlite" LDFLAGS="" CGO_LDFLAGS="-fno-PIC" 
GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C src/${EGO_PN} build
-}
-
-src_install() {
-       pushd src/${EGO_PN} || die
-       dobin gitea
-       insinto /var/lib/gitea/conf
-       newins custom/conf/app.ini.sample app.ini.example
-       popd || die
-       newinitd "${FILESDIR}"/gitea.initd-r1 gitea
-       newconfd "${FILESDIR}"/gitea.confd gitea
-       keepdir /var/log/gitea /var/lib/gitea/data
-       fowners -R git:git /var/log/gitea /var/lib/gitea/
-       systemd_dounit "${FILESDIR}/gitea.service"
-}
-
-pkg_postinst() {
-       if [[ ! -e "${EROOT}/var/lib/gitea/conf/app.ini" ]]; then
-               elog "No app.ini found, copying initial config over"
-               cp "${FILESDIR}"/app.ini "${EROOT}"/var/lib/gitea/conf/ || die
-               chown git:git /var/lib/gitea/conf/app.ini
-       else
-               elog "app.ini found, please check example file for possible 
changes"
-               ewarn "Please note that environment variables have been 
changed:"
-               ewarn "GITEA_WORK_DIR is set to /var/lib/gitea (previous value: 
unset)"
-               ewarn "GITEA_CUSTOM is set to '\$GITEA_WORK_DIR/custom' 
(previous: /var/lib/gitea)"
-       fi
-}

Reply via email to