diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-31 08:43:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-31 08:43:04 +0000 |
commit | dc4ef2841a97048391ce80b5ecc838a9fc89f9d5 (patch) | |
tree | 5b41dbdef94a2135bd912ca046d7b83e2028c1b0 /games-server | |
parent | removed RDEPEND=sys-apps/ucspi-tcp. Fixes bug #35511. Thanks Sascha (diff) | |
download | historical-dc4ef2841a97048391ce80b5ecc838a9fc89f9d5.tar.gz historical-dc4ef2841a97048391ce80b5ecc838a9fc89f9d5.tar.bz2 historical-dc4ef2841a97048391ce80b5ecc838a9fc89f9d5.zip |
version bump
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/monopd/ChangeLog | 7 | ||||
-rw-r--r-- | games-server/monopd/Manifest | 10 | ||||
-rw-r--r-- | games-server/monopd/files/digest-monopd-0.9.3 | 1 | ||||
-rw-r--r-- | games-server/monopd/monopd-0.9.3.ebuild | 27 |
4 files changed, 40 insertions, 5 deletions
diff --git a/games-server/monopd/ChangeLog b/games-server/monopd/ChangeLog index b65bf8c6cc0a..61ce28d4d58e 100644 --- a/games-server/monopd/ChangeLog +++ b/games-server/monopd/ChangeLog @@ -1,6 +1,11 @@ # 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.9 2004/06/24 23:20:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v 1.10 2004/08/31 08:43:04 mr_bones_ Exp $ + +*monopd-0.9.3 (31 Aug 2004) + + 31 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> +monopd-0.9.3.ebuild: + version bump 14 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> monopd-0.8.2-r1.ebuild, monopd-0.8.3.ebuild: diff --git a/games-server/monopd/Manifest b/games-server/monopd/Manifest index c64b08cb4ebb..e80b80ab7bed 100644 --- a/games-server/monopd/Manifest +++ b/games-server/monopd/Manifest @@ -1,7 +1,9 @@ -MD5 35079f79445a5c3459de15d85752de0b monopd-0.9.0.ebuild 728 -MD5 7b4b7a51002b6e16f19613a73a781f28 monopd-0.9.2.ebuild 734 -MD5 bfe3914c8476933eba4713220127ca26 ChangeLog 1798 +MD5 02d1d6b4e82bd063954bf491576c0efd ChangeLog 1922 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 af1effcb4082455d3db6c37060770717 files/monopd 507 +MD5 f282e1a7d93b29e5c3a9ab92d7c16f14 monopd-0.9.3.ebuild 735 +MD5 7b4b7a51002b6e16f19613a73a781f28 monopd-0.9.2.ebuild 734 +MD5 35079f79445a5c3459de15d85752de0b monopd-0.9.0.ebuild 728 MD5 29c46c62e5f78c55ea28eaf85272971e files/digest-monopd-0.9.0 64 +MD5 6d12ac5f0eef478a8b245b346f632d0d files/digest-monopd-0.9.3 65 +MD5 af1effcb4082455d3db6c37060770717 files/monopd 507 MD5 67387c80943274f6cd4b52979baa1901 files/digest-monopd-0.9.2 65 diff --git a/games-server/monopd/files/digest-monopd-0.9.3 b/games-server/monopd/files/digest-monopd-0.9.3 new file mode 100644 index 000000000000..63a8768af1a8 --- /dev/null +++ b/games-server/monopd/files/digest-monopd-0.9.3 @@ -0,0 +1 @@ +MD5 d0c4876bb24e8c961012a8ef4894fe2d monopd-0.9.3.tar.bz2 110354 diff --git a/games-server/monopd/monopd-0.9.3.ebuild b/games-server/monopd/monopd-0.9.3.ebuild new file mode 100644 index 000000000000..059c43c8c34a --- /dev/null +++ b/games-server/monopd/monopd-0.9.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 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.1 2004/08/31 08:43:04 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="server for atlantik games" +HOMEPAGE="http://unixcode.org/monopd/" +SRC_URI="http://unixcode.org/downloads/monopd/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND=">=net-libs/libcapsinetwork-0.3.0 + >=sys-libs/libmath++-0.0.3" + +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" + + prepgamesdirs +} |