Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/artifactory-bin/
Date: Mon, 01 Aug 2016 19:09:32
Message-Id: 1470076561.923cd12d2232edb182f60cc7431c1e6b8f3f9cac.wizardedit@gentoo
1 commit: 923cd12d2232edb182f60cc7431c1e6b8f3f9cac
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 18:36:01 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 18:36:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923cd12d
7
8 dev-util/artifactory-bin: version bump
9
10 Package-Manager: portage-2.3.0
11
12 dev-util/artifactory-bin/Manifest | 1 +
13 .../artifactory-bin/artifactory-bin-4.11.0.ebuild | 97 ++++++++++++++++++++++
14 2 files changed, 98 insertions(+)
15
16 diff --git a/dev-util/artifactory-bin/Manifest b/dev-util/artifactory-bin/Manifest
17 index aeef678..5b7bbe7 100644
18 --- a/dev-util/artifactory-bin/Manifest
19 +++ b/dev-util/artifactory-bin/Manifest
20 @@ -1,4 +1,5 @@
21 DIST artifactory-4.10.0.zip 41178841 SHA256 949499822127506906589f88b887cc712931f95efcbc906584e1163e0976f058 SHA512 72f5665faec48701b96ccfdf46f42512a82874a636b912bec21a1738828fe5d5f6712307380ede07c787a3778064ade13b8d9cbd18442f77454539836d4a7bcd WHIRLPOOL 3afb4070946ddf83664edd98fa3c2288f359bb0f24fd8546750f4641ec4c391a84cdac9df3e383e9d4d8cf7baae48d67c4d0c8aea0a20aeae92273e4b8613d7e
22 +DIST artifactory-4.11.0.zip 41244801 SHA256 3bb7f2409b8d779c60b8ce773501fefebe5af0146c65a26085bc07f52a0b7ae3 SHA512 7c76cfcc8e040d3301a5a84805618089eb76683ed621fef7a094e4b4c9232d3b6730bb1de4375513895f5c8f8983070587ce2fdeb3f28a4dfa28206aa06f6517 WHIRLPOOL abf18758f7ddc993c2c7bc1e39c33dc6b65c8f99ebfc6413ef8a1eac381f7c0bdf46b9c1768c8945813f6acff62774bae90a21911405dff8b621cda0db0c1798
23 DIST artifactory-4.7.6.zip 40332783 SHA256 8f2ee405e7b13ea2121a0e1c97ef3097ae54e9753d7288cc4ee95d3831cb01dd SHA512 06d102b8a17172a8f6a67e9f166278b59569ba8439c9eea02bc1a7401182f72bc00da8ea3484a30b1c96ab167d331868169edd3051f6e027d772a9c5ede50852 WHIRLPOOL 296dc74c9698058b2fc020ce0561929a7a75dc47ad48cce37be1d4e86e0c4bbddfb7ab108f58ee1175bb0fff113a4a216a11c6ddf01380d3fd8c826607712990
24 DIST artifactory-4.7.7.zip 40327123 SHA256 953a208daa35767ca915a9bab20310493c9abd78f238f787387c89077d377716 SHA512 2ebda9b45a819c9f060a7d789878f09ffb5e8791f9913ba5f86498ad69a01731fca9efde7c0ed9e206ea35a98d733052146c407208f28a3efc0b25423b11a894 WHIRLPOOL 57e60d9426849f140fdd67bc775c9d9e08c0c78926347dc5bd64cf0c5d0fd1ab759539756e98183e093e6e9b27301d5bb6192ca5c023c71664a49bded23b8a0e
25 DIST artifactory-4.8.0.zip 41084705 SHA256 2de13962ad1e6f4f1537e1fd86b6e70da6afae67a2449bf0cb369d3a84267647 SHA512 a21310a7699c63a2fe3f305f42fef0aab6a0b9d43b2b8ba89d2360e5f8364d233f6f64616271d6cd4e79c1cecd18b1a7197fbb034a5eabd77d97b257e09b2910 WHIRLPOOL e6a62c25f2927ea069fa512c40f8b7ea4cecb8625acdd8149c1f2db298b7375e362ee616562b37e9a00d5ed5451cb5861bf906d4d5c796eec9735e62b2a46e88
26
27 diff --git a/dev-util/artifactory-bin/artifactory-bin-4.11.0.ebuild b/dev-util/artifactory-bin/artifactory-bin-4.11.0.ebuild
28 new file mode 100644
29 index 0000000..211224d
30 --- /dev/null
31 +++ b/dev-util/artifactory-bin/artifactory-bin-4.11.0.ebuild
32 @@ -0,0 +1,97 @@
33 +# Copyright 1999-2016 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +# Using a binary ebuild until a source ebuild is doable.
38 +# This was previously blocked by two major bugs upstream:
39 +# A lack of documented build instructions - https://www.jfrog.com/jira/browse/RTFACT-8960
40 +# A lack of source releases - https://www.jfrog.com/jira/browse/RTFACT-8961
41 +# Upstream now releases source and instructions (yay!), but most of artifactory's
42 +# dependencies are not in portage yet.
43 +
44 +EAPI=6
45 +
46 +inherit user
47 +
48 +MY_P="${P/-bin}"
49 +MY_PN="${PN/-bin}"
50 +MY_PV="${PV/-bin}"
51 +
52 +DESCRIPTION="The world's most advanced repository manager for maven"
53 +HOMEPAGE="http://www.jfrog.org/products.php"
54 +SRC_URI="https://bintray.com/artifact/download/jfrog/artifactory/jfrog-artifactory-oss-${MY_PV}.zip -> ${MY_P}.zip"
55 +
56 +LICENSE="AGPL-3+"
57 +SLOT="0"
58 +KEYWORDS="~x86 ~amd64"
59 +IUSE="ssl"
60 +
61 +RDEPEND=">=virtual/jre-1.8"
62 +DEPEND=">=virtual/jdk-1.8
63 + app-arch/unzip"
64 +
65 +S="${WORKDIR}/${MY_PN}-oss-${MY_PV}"
66 +
67 +pkg_setup() {
68 + enewgroup artifactory
69 + enewuser artifactory -1 /bin/sh -1 artifactory
70 +}
71 +
72 +src_prepare() {
73 + default
74 +
75 + if use ssl ; then
76 + cp "${FILESDIR}/artifactory.xml" tomcat/conf/Catalina/localhost/artifactory.xml || die
77 + cp "${FILESDIR}/server.xml" tomcat/conf/server.xml || die
78 + fi
79 +
80 + # Reverse https://www.jfrog.com/jira/browse/RTFACT-7123
81 + sed -i -e "s%artifactory.repo.global.disabled=true%artifactory.repo.global.disabled=false%g;" \
82 + etc/artifactory.system.properties || die
83 +
84 + # See FIXME in src_install(), this can probably go away,
85 + # but catalina.sh may need to be fixed for that:
86 + sed -i -e "s%/etc/opt/jfrog/artifactory/default%/etc/conf.d/${MY_PN}%g;" \
87 + misc/service/setenv.sh || die
88 +}
89 +
90 +src_install() {
91 + local ARTIFACTORY_HOME="/opt/artifactory"
92 + local TOMCAT_HOME="${ARTIFACTORY_HOME}/tomcat"
93 +
94 + insinto ${ARTIFACTORY_HOME}
95 + doins -r etc logs misc tomcat webapps
96 +
97 + dodir /etc/opt/jfrog
98 + dosym ${ARTIFACTORY_HOME}/etc /etc/opt/jfrog/artifactory
99 +
100 + dosym ${ARTIFACTORY_HOME}/logs /var/log/artifactory
101 +
102 + exeinto ${ARTIFACTORY_HOME}/bin
103 + doexe bin/*
104 +
105 + # FIXME: this is called by catalina.sh (it echoes the variables before starting
106 + # artifactory, as well as makes sure log dir, etc. exists). Those directories
107 + # could probably be moved to the ebuild and the script removed from catalina.sh
108 + # without consequence (and quieter starts). Would need to check if CATALINA_*
109 + # variables are actually used anywhere (from reading code don't appear to be
110 + # actually needed)
111 + exeinto ${TOMCAT_HOME}/bin
112 + doexe misc/service/setenv.sh
113 + doexe tomcat/bin/*
114 +
115 + keepdir ${ARTIFACTORY_HOME}/backup
116 + keepdir ${ARTIFACTORY_HOME}/data
117 + keepdir ${ARTIFACTORY_HOME}/run
118 + keepdir ${ARTIFACTORY_HOME}/work
119 + keepdir ${TOMCAT_HOME}/logs/catalina
120 + keepdir ${TOMCAT_HOME}/temp
121 + keepdir ${TOMCAT_HOME}/work
122 + keepdir /var/opt/jfrog/artifactory/run
123 +
124 + newconfd "${FILESDIR}/confd" ${MY_PN}
125 + newinitd "${FILESDIR}/initd" ${MY_PN}
126 +
127 + fowners -R artifactory:artifactory ${ARTIFACTORY_HOME}
128 + fperms -R u+w ${TOMCAT_HOME}/work
129 +}