idella4 14/11/28 07:01:11 Modified: ChangeLog Added: dynamips-0.2.14.ebuild Removed: dynamips-0.2.10.ebuild Log: bump; build system has changed to cmake, patch to remove install_doc function from cmake, drop disused patch & oldest version, closes bug #527550 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.16 app-emulation/dynamips/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/dynamips/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/dynamips/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/dynamips/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/dynamips/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 26 Nov 2014 19:12:42 -0000 1.15 +++ ChangeLog 28 Nov 2014 07:01:11 -0000 1.16 @@ -1,6 +1,14 @@ # ChangeLog for app-emulation/dynamips # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dynamips/ChangeLog,v 1.15 2014/11/26 19:12:42 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dynamips/ChangeLog,v 1.16 2014/11/28 07:01:11 idella4 Exp $ + +*dynamips-0.2.14 (28 Nov 2014) + + 28 Nov 2014; Ian Delaney <[email protected]> +dynamips-0.2.14.ebuild, + +files/0.2.14-docs.patch, -dynamips-0.2.10.ebuild, + -files/dynamips-0.2.10-makefile.patch: + bump; build system has changed to cmake, patch to remove install_doc function + from cmake, drop disused patch & oldest version, closes bug #527550 26 Nov 2014; Sergey Popov <[email protected]> metadata.xml: Reassigning to new maintainer @@ -79,4 +87,3 @@ Initial commit, ebuild sourced from Sunrise overlay but modified slightly. With a warm thank you to Sergey Khalavchuck, Chad A. Simmons, Duncan Lockwood, Mark Silinio and "haad". Closes bug #154491. - 1.1 app-emulation/dynamips/dynamips-0.2.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/dynamips/dynamips-0.2.14.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/dynamips/dynamips-0.2.14.ebuild?rev=1.1&content-type=text/plain Index: dynamips-0.2.14.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/dynamips/dynamips-0.2.14.ebuild,v 1.1 2014/11/28 07:01:11 idella4 Exp $ EAPI=5 inherit cmake-utils eutils DESCRIPTION="Cisco 7200/3600 Simulator" HOMEPAGE="http://www.gns3.net/dynamips/" SRC_URI="mirror://sourceforge/project/gns-3/Dynamips/${PV}/${P}-source.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="app-arch/unzip dev-libs/elfutils net-libs/libpcap" RDEPEND="${DEPEND}" DOCS=( ChangeLog README RELEASE-NOTES ) S="${WORKDIR}" src_prepare() { # patch CMakeLists to remove install_docs and use Portage instead epatch "${FILESDIR}"/${PV}-docs.patch # comment out DYNAMIPS_FLAGS to respect use set CFLAGS sed -e 's:^set ( DYNAMIPS_FLAGS:#&:' -i cmake/dependencies.cmake || die } src_configure() { cmake-utils_src_configure } src_install() { cmake-utils_src_install }
