mr_bones_ 14/12/16 23:22:35 Modified: ChangeLog Added: monopd-0.9.7.ebuild Log: version bump (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.23 games-server/monopd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 15 Dec 2011 17:53:14 -0000 1.22 +++ ChangeLog 16 Dec 2014 23:22:35 -0000 1.23 @@ -1,6 +1,12 @@ # ChangeLog for games-server/monopd -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v 1.22 2011/12/15 17:53:14 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v 1.23 2014/12/16 23:22:35 mr_bones_ Exp $ + +*monopd-0.9.7 (16 Dec 2014) + + 16 Dec 2014; Michael Sterrett <mr_bon...@gentoo.org> +files/monopd.in, + +monopd-0.9.7.ebuild: + version bump 15 Dec 2011; Michael Sterrett <mr_bon...@gentoo.org> monopd-0.9.3-r1.ebuild: EAPI=2; tidy @@ -104,4 +110,3 @@ 1 Aug 2002; J. Alberto Suárez López <b...@gentoo.org> monopd-0.4.3.ebuild First relase - 1.1 games-server/monopd/monopd-0.9.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/monopd-0.9.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/monopd-0.9.7.ebuild?rev=1.1&content-type=text/plain Index: monopd-0.9.7.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-server/monopd/monopd-0.9.7.ebuild,v 1.1 2014/12/16 23:22:35 mr_bones_ Exp $ EAPI=5 inherit autotools eutils systemd games DESCRIPTION="server for atlantik games" HOMEPAGE="http://gtkatlantic.gradator.net/" SRC_URI="http://download.tuxfamily.org/gtkatlantic/monopd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="systemd" RDEPEND="systemd? ( sys-apps/systemd )" DEPEND="${RDEPEND} >=sys-libs/libmath++-0.0.3" src_prepare() { sed "s:GENTOO_DIR:\"${GAMES_BINDIR}\":" \ "${FILESDIR}"/monopd.in > "${T}"/monopd || die sed -i \ -e '/C_SUBST(CXXFLAGS/s/CFLAGS/CXXFLAGS/' \ configure.ac || die eautoreconf } src_configure() { egamesconf $(use_with systemd systemd-daemon) } src_install() { default doinitd "${T}"/monopd systemd_dounit doc/systemd/monopd.s* prepgamesdirs }