* [gentoo-commits] gentoo-x86 commit in dev-util/jenkins-bin: jenkins-bin-1.606.ebuild jenkins-bin-1.596.2.ebuild ChangeLog jenkins-bin-1.605.ebuild jenkins-bin-1.596.1.ebuild
@ 2015-03-29 4:47 Manuel Rueger (mrueg)
0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2015-03-29 4:47 UTC (permalink / raw
To: gentoo-commits
mrueg 15/03/29 04:47:44
Modified: ChangeLog
Added: jenkins-bin-1.606.ebuild jenkins-bin-1.596.2.ebuild
Removed: jenkins-bin-1.605.ebuild jenkins-bin-1.596.1.ebuild
Log:
Version bump. Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.24 dev-util/jenkins-bin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 18 Mar 2015 12:24:35 -0000 1.23
+++ ChangeLog 29 Mar 2015 04:47:44 -0000 1.24
@@ -1,6 +1,14 @@
# 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.23 2015/03/18 12:24:35 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v 1.24 2015/03/29 04:47:44 mrueg Exp $
+
+*jenkins-bin-1.596.2 (29 Mar 2015)
+*jenkins-bin-1.606 (29 Mar 2015)
+
+ 29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> +jenkins-bin-1.596.2.ebuild,
+ +jenkins-bin-1.606.ebuild, -jenkins-bin-1.596.1.ebuild,
+ -jenkins-bin-1.605.ebuild:
+ Version bump. Remove old.
*jenkins-bin-1.605 (18 Mar 2015)
1.1 dev-util/jenkins-bin/jenkins-bin-1.606.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.606.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.606.ebuild?rev=1.1&content-type=text/plain
Index: jenkins-bin-1.606.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.606.ebuild,v 1.1 2015/03/29 04:47:44 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"
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}.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
}
1.1 dev-util/jenkins-bin/jenkins-bin-1.596.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.596.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.596.2.ebuild?rev=1.1&content-type=text/plain
Index: jenkins-bin-1.596.2.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.596.2.ebuild,v 1.1 2015/03/29 04:47:44 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-stable/${PV}/${PN/-bin/}.war -> ${P}.war"
RESTRICT="mirror"
SLOT="lts"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="media-fonts/dejavu
media-libs/freetype
!dev-util/jenkins-bin:0
virtual/jre"
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}.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-03-29 4:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-29 4:47 [gentoo-commits] gentoo-x86 commit in dev-util/jenkins-bin: jenkins-bin-1.606.ebuild jenkins-bin-1.596.2.ebuild ChangeLog jenkins-bin-1.605.ebuild jenkins-bin-1.596.1.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