diff options
author | 2005-07-14 03:05:45 +0000 | |
---|---|---|
committer | 2005-07-14 03:05:45 +0000 | |
commit | 09ebcbcdfed525ef46a63d1bc90fee04459d955c (patch) | |
tree | c5ceb18c4aa54cb567911853924bd56d2dd8ae83 /games-server/monopd | |
parent | Grab changes from Debian to fix building with newer gcc / flex. (diff) | |
download | historical-09ebcbcdfed525ef46a63d1bc90fee04459d955c.tar.gz historical-09ebcbcdfed525ef46a63d1bc90fee04459d955c.tar.bz2 historical-09ebcbcdfed525ef46a63d1bc90fee04459d955c.zip |
use doinitd as suggested by Nikolas Garofil via bug #98751
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-server/monopd')
-rw-r--r-- | games-server/monopd/ChangeLog | 7 | ||||
-rw-r--r-- | games-server/monopd/Manifest | 6 | ||||
-rw-r--r-- | games-server/monopd/monopd-0.9.3.ebuild | 11 |
3 files changed, 12 insertions, 12 deletions
diff --git a/games-server/monopd/ChangeLog b/games-server/monopd/ChangeLog index 671bb7ba106a..18af6feee1f1 100644 --- a/games-server/monopd/ChangeLog +++ b/games-server/monopd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-server/monopd -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v 1.14 2004/12/28 23:34:45 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v 1.15 2005/07/14 03:05:45 mr_bones_ Exp $ + + 14 Jul 2005; Michael Sterrett <mr_bones_@gentoo.org> monopd-0.9.3.ebuild: + use doinitd as suggested by Nikolas Garofil via bug #98751 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/games-server/monopd/Manifest b/games-server/monopd/Manifest index f5495dc1d065..1a402449f150 100644 --- a/games-server/monopd/Manifest +++ b/games-server/monopd/Manifest @@ -1,5 +1,5 @@ -MD5 70a0ef443ad595ee05a45317251e5ba5 ChangeLog 2319 -MD5 11c082363575d8c5f1ecf64e6436f6c5 monopd-0.9.3.ebuild 734 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 6d12ac5f0eef478a8b245b346f632d0d files/digest-monopd-0.9.3 65 +MD5 915fb1efc5e432c05a2a145865c22558 monopd-0.9.3.ebuild 715 +MD5 8808552b1d2e6d0c1af2d8944711c3cb ChangeLog 2459 MD5 af1effcb4082455d3db6c37060770717 files/monopd 507 +MD5 6d12ac5f0eef478a8b245b346f632d0d files/digest-monopd-0.9.3 65 diff --git a/games-server/monopd/monopd-0.9.3.ebuild b/games-server/monopd/monopd-0.9.3.ebuild index e5c1f5818d1b..8efdd7d8e049 100644 --- a/games-server/monopd/monopd-0.9.3.ebuild +++ b/games-server/monopd/monopd-0.9.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/monopd-0.9.3.ebuild,v 1.2 2004/11/08 11:30:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/monopd-0.9.3.ebuild,v 1.3 2005/07/14 03:05:45 mr_bones_ Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="http://unixcode.org/downloads/monopd/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~ppc x86" IUSE="" DEPEND=">=net-libs/libcapsinetwork-0.3.0 @@ -19,9 +19,6 @@ DEPEND=">=net-libs/libcapsinetwork-0.3.0 src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc doc/api/gameboard API AUTHORS ChangeLog NEWS README* TODO - - exeinto /etc/init.d - doexe "${FILESDIR}/monopd" || die "doexe failed" - + doinitd "${FILESDIR}"/monopd || die "doinitd failed" prepgamesdirs } |