hwoarang 14/12/19 21:01:07 Modified: ChangeLog Added: arpon-2.7.2.ebuild Log: Version bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Revision Changes Path 1.17 net-analyzer/arpon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpon/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpon/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpon/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arpon/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 10 Aug 2014 20:57:08 -0000 1.16 +++ ChangeLog 19 Dec 2014 21:01:07 -0000 1.17 @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/arpon # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpon/ChangeLog,v 1.16 2014/08/10 20:57:08 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpon/ChangeLog,v 1.17 2014/12/19 21:01:07 hwoarang Exp $ + +*arpon-2.7.2 (19 Dec 2014) + + 19 Dec 2014; Markos Chandras <[email protected]> +arpon-2.7.2.ebuild: + Version bump 10 Aug 2014; Sergei Trofimovich <[email protected]> arpon-2.7-r1.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 net-analyzer/arpon/arpon-2.7.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpon/arpon-2.7.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpon/arpon-2.7.2.ebuild?rev=1.1&content-type=text/plain Index: arpon-2.7.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpon/arpon-2.7.2.ebuild,v 1.1 2014/12/19 21:01:07 hwoarang Exp $ EAPI="4" inherit cmake-utils readme.gentoo DESCRIPTION="ArpON (Arp handler inspectiON) is a portable Arp handler" MY_PN="ArpON" MY_P="${MY_PN}-${PV}" HOMEPAGE="http://arpon.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-libs/libdnet net-libs/libnet:1.1 net-libs/libpcap" RDEPEND=${DEPEND} S="${WORKDIR}"/${MY_P} src_prepare() { sed -i -e "/set(CMAKE_C_FLAGS/d" CMakeLists.txt || die DOC_CONTENTS="${PN} now installs an init script. Please edit the /etc/conf.d/arpon file to match your needs" } src_install() { cmake-utils_src_install newinitd "${FILESDIR}"/${PN}.initd ${PN} newconfd "${FILESDIR}"/${PN}.confd ${PN} readme.gentoo_create_doc }
