pinkbyte 14/12/04 07:14:50 Modified: ChangeLog Added: sercd-3.0.0-r1.ebuild Removed: sercd-3.0.0.ebuild Log: Revision bump: EAPI 5, epatch_user, replace einstall with default src_install phase function call wrt bug #521584, replace /var/lock with /run/lock, replace /var/run with /run in default configuration. Drop old revision (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path 1.2 net-dialup/sercd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/sercd/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/sercd/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/sercd/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dialup/sercd/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 22 Mar 2009 12:44:53 -0000 1.1 +++ ChangeLog 4 Dec 2014 07:14:50 -0000 1.2 @@ -1,6 +1,15 @@ # ChangeLog for net-dialup/sercd -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/sercd/ChangeLog,v 1.1 2009/03/22 12:44:53 mrness Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/sercd/ChangeLog,v 1.2 2014/12/04 07:14:50 pinkbyte Exp $ + +*sercd-3.0.0-r1 (04 Dec 2014) + + 04 Dec 2014; Sergey Popov <[email protected]> -sercd-3.0.0.ebuild, + +sercd-3.0.0-r1.ebuild, files/sercd.confd, files/sercd.initd, + files/sercd.xinetd: + Revision bump: EAPI 5, epatch_user, replace einstall with default src_install + phase function call wrt bug #521584, replace /var/lock with /run/lock, + replace /var/run with /run in default configuration. Drop old revision *sercd-3.0.0 (22 Mar 2009) 1.1 net-dialup/sercd/sercd-3.0.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/sercd/sercd-3.0.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/sercd/sercd-3.0.0-r1.ebuild?rev=1.1&content-type=text/plain Index: sercd-3.0.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dialup/sercd/sercd-3.0.0-r1.ebuild,v 1.1 2014/12/04 07:14:50 pinkbyte Exp $ EAPI=5 inherit eutils DESCRIPTION="RFC2217-compliant serial port redirector" HOMEPAGE="http://sourceforge.net/projects/sercd" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="xinetd" RDEPEND="xinetd? ( virtual/inetd )" DOCS=( AUTHORS README ) src_prepare() { epatch_user } src_install () { default newinitd "${FILESDIR}/${PN}.initd" "${PN}" newconfd "${FILESDIR}/${PN}.confd" "${PN}" if use xinetd ; then insinto /etc/xinetd.d newins "${FILESDIR}/${PN}.xinetd" "${PN}" fi }
