* [gentoo-commits] gentoo-x86 commit in dev-util/jenkins-bin: jenkins-bin-1.613.ebuild ChangeLog jenkins-bin-1.611.ebuild
@ 2015-05-16 16:04 Manuel Rueger (mrueg)
0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2015-05-16 16:04 UTC (permalink / raw
To: gentoo-commits
mrueg 15/05/16 16:04:43
Modified: ChangeLog
Added: jenkins-bin-1.613.ebuild
Removed: jenkins-bin-1.611.ebuild
Log:
Version bump. Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.29 dev-util/jenkins-bin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 7 May 2015 08:54:05 -0000 1.28
+++ ChangeLog 16 May 2015 16:04:43 -0000 1.29
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/jenkins-bin
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v 1.28 2015/05/07 08:54:05 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v 1.29 2015/05/16 16:04:43 mrueg Exp $
+
+*jenkins-bin-1.613 (16 May 2015)
+
+ 16 May 2015; Manuel Rüger <mrueg@gentoo.org> +jenkins-bin-1.613.ebuild,
+ -jenkins-bin-1.611.ebuild:
+ Version bump. Remove old.
*jenkins-bin-1.612 (07 May 2015)
1.1 dev-util/jenkins-bin/jenkins-bin-1.613.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.613.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.613.ebuild?rev=1.1&content-type=text/plain
Index: jenkins-bin-1.613.ebuild
===================================================================
# Copyright 1999-2015 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.613.ebuild,v 1.1 2015/05/16 16:04:43 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=""
RDEPEND="media-fonts/dejavu
media-libs/freetype
!dev-util/jenkins-bin:lts
>=virtual/jre-1.7.0"
S=${WORKDIR}
JENKINS_DIR=/var/lib/jenkins
pkg_setup() {
enewgroup jenkins
enewuser jenkins -1 -1 ${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}-r1.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:[~2015-05-16 16:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-16 16:04 [gentoo-commits] gentoo-x86 commit in dev-util/jenkins-bin: jenkins-bin-1.613.ebuild ChangeLog jenkins-bin-1.611.ebuild 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