From 21d1df5cca009bec6b4f912ac1436957d3d9c771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Burdukiewicz?= Date: Wed, 16 Mar 2016 18:11:04 +0100 Subject: [PATCH 1/2] Added keywords for ~arm and ~arm64. --- www-apps/gitlab-ce/gitlab-ce-8.4.3.ebuild | 2 +- www-apps/gitlab-ce/gitlab-ce-8.4.4.ebuild | 2 +- www-apps/gitlab-ce/gitlab-ce-8.5.5.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-apps/gitlab-ce/gitlab-ce-8.4.3.ebuild b/www-apps/gitlab-ce/gitlab-ce-8.4.3.ebuild index 0657f19..ef9406e 100644 --- a/www-apps/gitlab-ce/gitlab-ce-8.4.3.ebuild +++ b/www-apps/gitlab-ce/gitlab-ce-8.4.3.ebuild @@ -26,7 +26,7 @@ RESTRICT="mirror" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~arm ~arm64" IUSE="kerberos mysql +postgres +unicorn systemd rugged_use_system_libraries" ## Gems dependencies: diff --git a/www-apps/gitlab-ce/gitlab-ce-8.4.4.ebuild b/www-apps/gitlab-ce/gitlab-ce-8.4.4.ebuild index 0657f19..ef9406e 100644 --- a/www-apps/gitlab-ce/gitlab-ce-8.4.4.ebuild +++ b/www-apps/gitlab-ce/gitlab-ce-8.4.4.ebuild @@ -26,7 +26,7 @@ RESTRICT="mirror" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~arm ~arm64" IUSE="kerberos mysql +postgres +unicorn systemd rugged_use_system_libraries" ## Gems dependencies: diff --git a/www-apps/gitlab-ce/gitlab-ce-8.5.5.ebuild b/www-apps/gitlab-ce/gitlab-ce-8.5.5.ebuild index d1f160a..df5f732 100644 --- a/www-apps/gitlab-ce/gitlab-ce-8.5.5.ebuild +++ b/www-apps/gitlab-ce/gitlab-ce-8.5.5.ebuild @@ -26,7 +26,7 @@ RESTRICT="mirror" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~arm ~arm64" IUSE="kerberos mysql +postgres +unicorn systemd rugged_use_system_libraries" ## Gems dependencies: From d56b8460ee4b9f47eeb8ecb3aa7077436f143f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Burdukiewicz?= Date: Wed, 16 Mar 2016 18:18:54 +0100 Subject: [PATCH 2/2] Fixed missing RDEPENDS for cmake and pkgconfig. --- www-apps/gitlab-ce/gitlab-ce-8.4.3.ebuild | 1 + www-apps/gitlab-ce/gitlab-ce-8.4.4.ebuild | 1 + www-apps/gitlab-ce/gitlab-ce-8.5.5.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/www-apps/gitlab-ce/gitlab-ce-8.4.3.ebuild b/www-apps/gitlab-ce/gitlab-ce-8.4.3.ebuild index ef9406e..505a5f4 100644 --- a/www-apps/gitlab-ce/gitlab-ce-8.4.3.ebuild +++ b/www-apps/gitlab-ce/gitlab-ce-8.4.3.ebuild @@ -58,6 +58,7 @@ DEPEND="${GEMS_DEPEND} kerberos? ( !app-crypt/heimdal ) rugged_use_system_libraries? ( net-libs/http-parser dev-libs/libgit2:0/23 )" RDEPEND="${DEPEND} + ${CDEPEND} >=dev-db/redis-2.8 virtual/mta systemd? ( sys-apps/systemd:0= )" diff --git a/www-apps/gitlab-ce/gitlab-ce-8.4.4.ebuild b/www-apps/gitlab-ce/gitlab-ce-8.4.4.ebuild index ef9406e..505a5f4 100644 --- a/www-apps/gitlab-ce/gitlab-ce-8.4.4.ebuild +++ b/www-apps/gitlab-ce/gitlab-ce-8.4.4.ebuild @@ -58,6 +58,7 @@ DEPEND="${GEMS_DEPEND} kerberos? ( !app-crypt/heimdal ) rugged_use_system_libraries? ( net-libs/http-parser dev-libs/libgit2:0/23 )" RDEPEND="${DEPEND} + ${CDEPEND} >=dev-db/redis-2.8 virtual/mta systemd? ( sys-apps/systemd:0= )" diff --git a/www-apps/gitlab-ce/gitlab-ce-8.5.5.ebuild b/www-apps/gitlab-ce/gitlab-ce-8.5.5.ebuild index df5f732..aad9802 100644 --- a/www-apps/gitlab-ce/gitlab-ce-8.5.5.ebuild +++ b/www-apps/gitlab-ce/gitlab-ce-8.5.5.ebuild @@ -58,6 +58,7 @@ DEPEND="${GEMS_DEPEND} kerberos? ( !app-crypt/heimdal ) rugged_use_system_libraries? ( net-libs/http-parser dev-libs/libgit2:0/24 )" RDEPEND="${DEPEND} + ${CDEPEND} >=dev-db/redis-2.8 virtual/mta systemd? ( sys-apps/systemd:0= )"