mr_bones_    15/03/24 15:45:04

  Modified:             ChangeLog
  Added:                monopd-0.9.8.ebuild
  Log:
  version bump (bug #544322)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.28                 games-server/monopd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/ChangeLog?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/ChangeLog?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   26 Jan 2015 22:32:55 -0000      1.27
+++ ChangeLog   24 Mar 2015 15:45:04 -0000      1.28
@@ -1,6 +1,11 @@
 # ChangeLog for games-server/monopd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v 1.27 
2015/01/26 22:32:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v 1.28 
2015/03/24 15:45:04 mr_bones_ Exp $
+
+*monopd-0.9.8 (24 Mar 2015)
+
+  24 Mar 2015; Michael Sterrett <[email protected]> +monopd-0.9.8.ebuild:
+  version bump (bug #544322)
 
   26 Jan 2015; Michael Sterrett <[email protected]> -files/monopd,
   -files/monopd-0.9.3-dosfix.patch, -files/monopd-0.9.3-gcc43.patch,



1.1                  games-server/monopd/monopd-0.9.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/monopd-0.9.8.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/monopd-0.9.8.ebuild?rev=1.1&content-type=text/plain

Index: monopd-0.9.8.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/monopd-0.9.8.ebuild,v 
1.1 2015/03/24 15:45:04 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
}




Reply via email to