diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 19:03:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 19:03:12 +0000 |
commit | 3425f72b9218d89443b7e1eb445a8bae547daf42 (patch) | |
tree | 316af86c6050de3c209ce29d7b1343dc32132660 /games-mud/panache | |
parent | umodpack is in games-util now (diff) | |
download | historical-3425f72b9218d89443b7e1eb445a8bae547daf42.tar.gz historical-3425f72b9218d89443b7e1eb445a8bae547daf42.tar.bz2 historical-3425f72b9218d89443b7e1eb445a8bae547daf42.zip |
welcome to games-mud
Diffstat (limited to 'games-mud/panache')
-rw-r--r-- | games-mud/panache/ChangeLog | 9 | ||||
-rw-r--r-- | games-mud/panache/Manifest | 3 | ||||
-rw-r--r-- | games-mud/panache/files/digest-panache-0.2.1 | 1 | ||||
-rw-r--r-- | games-mud/panache/panache-0.2.1.ebuild | 31 |
4 files changed, 44 insertions, 0 deletions
diff --git a/games-mud/panache/ChangeLog b/games-mud/panache/ChangeLog new file mode 100644 index 000000000000..f353919dec57 --- /dev/null +++ b/games-mud/panache/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-games/panache +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/panache/ChangeLog,v 1.1 2003/09/10 19:03:12 vapier Exp $ + +*panache-0.2.1 (02 Dec 2002) + + 02 Dec 2002; L. Boshell <leonardop@gentoo.org> ChangeLog, + panache-0.2.1.ebuild : Initial Import. Original ebuild submitted by Rigo + Ketelings on bug #8887. diff --git a/games-mud/panache/Manifest b/games-mud/panache/Manifest new file mode 100644 index 000000000000..a943b022162e --- /dev/null +++ b/games-mud/panache/Manifest @@ -0,0 +1,3 @@ +MD5 7240f8325fb3a64618671fbd4ad8f433 ChangeLog 407 +MD5 567034b80c8e841828ea504d69a7b9f4 panache-0.2.1.ebuild 707 +MD5 fad1853ccccbf78c7dd096d18242f7f6 files/digest-panache-0.2.1 64 diff --git a/games-mud/panache/files/digest-panache-0.2.1 b/games-mud/panache/files/digest-panache-0.2.1 new file mode 100644 index 000000000000..dfb2c8880dc5 --- /dev/null +++ b/games-mud/panache/files/digest-panache-0.2.1 @@ -0,0 +1 @@ +MD5 271736338ca73f7eed29a525ea2292e8 panache-0.2.1.tar.gz 42560 diff --git a/games-mud/panache/panache-0.2.1.ebuild b/games-mud/panache/panache-0.2.1.ebuild new file mode 100644 index 000000000000..03511876ac7e --- /dev/null +++ b/games-mud/panache/panache-0.2.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/panache/panache-0.2.1.ebuild,v 1.1 2003/09/10 19:03:12 vapier Exp $ + +DESCRIPTION="Gnome TinyFugue port" +HOMEPAGE="http://panache.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" + +DEPEND="gnome-base/gconf + gnome-base/gnome-vfs + >=x11-libs/gtk+-2 + media-libs/libart_lgpl + >=gnome-base/libgnomeui-2 + >=gnome-base/libbonoboui-2 + dev-libs/libxml2 + net-libs/linc + gnome-base/ORBit2 + dev-util/pkgconfig" + +src_compile() { + econf + emake || die "Compilation failed" +} + +src_install() { + einstall +} |