* [gentoo-commits] gentoo-x86 commit in dev-util/jenkins-bin: jenkins-bin-1.585.ebuild ChangeLog
@ 2014-10-22 14:02 Manuel Rueger (mrueg)
0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2014-10-22 14:02 UTC (permalink / raw
To: gentoo-commits
mrueg 14/10/22 14:02:29
Modified: ChangeLog
Added: jenkins-bin-1.585.ebuild
Log:
Version bump. Add JENKINS_DIR as requested by Joakim Tjernlund.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.4 dev-util/jenkins-bin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 21 Oct 2014 08:38:20 -0000 1.3
+++ ChangeLog 22 Oct 2014 14:02:29 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/jenkins-bin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v 1.3 2014/10/21 08:38:20 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v 1.4 2014/10/22 14:02:29 mrueg Exp $
+
+*jenkins-bin-1.585 (22 Oct 2014)
+
+ 22 Oct 2014; Manuel Rüger <mrueg@gentoo.org> +jenkins-bin-1.585.ebuild:
+ Version bump. Add JENKINS_DIR as requested by Joakim Tjernlund.
*jenkins-bin-1.584-r1 (21 Oct 2014)
1.1 dev-util/jenkins-bin/jenkins-bin-1.585.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.585.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.585.ebuild?rev=1.1&content-type=text/plain
Index: jenkins-bin-1.585.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.585.ebuild,v 1.1 2014/10/22 14:02:29 mrueg Exp $
EAPI=5
inherit user
DESCRIPTION="Extensible continuous integration server"
HOMEPAGE="http://jenkins-ci.org/"
LICENSE="MIT"
SRC_URI="http://mirrors.jenkins-ci.org/war/${PV}/${PN/-bin/}.war -> ${P}.war"
RESTRICT="mirror"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="media-fonts/dejavu"
RDEPEND="${DEPEND}
>=virtual/jdk-1.5"
S=${WORKDIR}
JENKINS_DIR=/var/lib/jenkins
pkg_setup() {
enewgroup jenkins
enewuser jenkins -1 /sbin/nologin ${JENKINS_DIR} jenkins
}
src_install() {
keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
insinto /opt/jenkins
newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
insinto /etc/logrotate.d
newins "${FILESDIR}"/${PN}.logrotate ${PN/-bin/}
newinitd "${FILESDIR}"/${PN}.init2 jenkins
newconfd "${FILESDIR}"/${PN}.confd jenkins
fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} ${JENKINS_DIR}/home ${JENKINS_DIR}/backup
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-22 14:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-22 14:02 [gentoo-commits] gentoo-x86 commit in dev-util/jenkins-bin: jenkins-bin-1.585.ebuild ChangeLog Manuel Rueger (mrueg)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox