Skip to content

Commit

Permalink
[games-server/netmaumau] initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Nov 30, 2014
1 parent 326f08b commit 9b4ffdb
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions games-server/netmaumau/Manifest
@@ -0,0 +1 @@
DIST netmaumau-0.3.tar.xz 302332 SHA256 9c2a2c2b4330003fd4b875e92394eaf4f81532b568db3dc6846759b692e63ee8 SHA512 59024a68d618d228327d5f4f98ff864163c4c5ca561bf0396b6617e8631084845a818766cc6de47cdceb16af5b7182a603bfc393f087ca9e95a58512141266c6 WHIRLPOOL f8d8c44cc17f258e926e6bbb0a5a10ed0541bdbc6fb76463bdef3fe625e0392b7e1e008af0c3c05a747cf7a17e462c065baefe563a86dc338774378f605db7ba
8 changes: 8 additions & 0 deletions games-server/netmaumau/metadata.xml
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>hasufell@posteo.de</email>
<name>Julian Ospald</name>
</maintainer>
</pkgmetadata>
30 changes: 30 additions & 0 deletions games-server/netmaumau/netmaumau-0.3.ebuild
@@ -0,0 +1,30 @@
# Copyright 2014 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

DESCRIPTION="Server for the popular card game Mau Mau"
HOMEPAGE="http://sourceforge.net/projects/netmaumau"
SRC_URI="mirror://sourceforge/netmaumau/${P}.tar.xz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-libs/popt"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_configure() {
econf \
--docdir=/usr/share/doc/${PF}
}

pkg_postinst() {
elog "This is only the server part, you might want to install"
elog "the client too:"
elog " games-board/netmaumau"
}

6 comments on commit 9b4ffdb

@velnias75
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic :-D Do you want my current ebuild file too, for maybe mergin in some parts if neccessary?
There are some use flags to switch.

@hasufell
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you provide a pull request? Otherwise just use a gist.

@velnias75
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neither. I just forked the repo, but my VM is currently on Ubuntu and therefore not checked out on Gentoo. (I'm currently deep in the code of the client, for which I will assemble an ebuild tomorrow). I copy and paste it as pn in the forum, okay?

@hasufell
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gist is a pastebin service, see
https://gist.github.com/

@velnias75
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know, but I must get my current VM into a state I can save, boot up Gentoo take the ebuild and than paste in on the host computer into the browser where the page with your message is open.
Normally I would prefer the normal workflow too, but this is now a big surprise for me, that you added it to your overlay.

Give me 5-10 minutes and you will have it as pn. The ebuild tommorow will come via pull request.

@velnias75
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ebuild should be sent (it remains in my outbox, but I guess so lonng until you have read it)

Please sign in to comment.