diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-14 05:16:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-14 05:16:32 +0000 |
commit | fd6e50d31c1a3e3f860483600ff621abd206e99b (patch) | |
tree | 10f567c4a33bba0435589f4a65f15fd2d3db55a6 /games-mud | |
parent | add new version as per bug #38770, block out xfs for sparc only, so sparc can... (diff) | |
download | gentoo-2-fd6e50d31c1a3e3f860483600ff621abd206e99b.tar.gz gentoo-2-fd6e50d31c1a3e3f860483600ff621abd206e99b.tar.bz2 gentoo-2-fd6e50d31c1a3e3f860483600ff621abd206e99b.zip |
removed net-libs/linc from DEPEND, seems to be unused; don't rdepend on dev-util/pkgconfig
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/panache/ChangeLog | 8 | ||||
-rw-r--r-- | games-mud/panache/panache-0.2.1.ebuild | 16 |
2 files changed, 12 insertions, 12 deletions
diff --git a/games-mud/panache/ChangeLog b/games-mud/panache/ChangeLog index 12e75f2d4309..9dfb9adaf84c 100644 --- a/games-mud/panache/ChangeLog +++ b/games-mud/panache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-mud/panache -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/panache/ChangeLog,v 1.2 2003/09/10 20:38:00 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/panache/ChangeLog,v 1.3 2004/04/14 05:16:32 mr_bones_ Exp $ + + 13 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> panache-0.2.1.ebuild: + removed net-libs/linc from DEPEND, seems to be unused; don't rdepend on + dev-util/pkgconfig *panache-0.2.1 (02 Dec 2002) diff --git a/games-mud/panache/panache-0.2.1.ebuild b/games-mud/panache/panache-0.2.1.ebuild index 14376870c3b1..ac14e10407a8 100644 --- a/games-mud/panache/panache-0.2.1.ebuild +++ b/games-mud/panache/panache-0.2.1.ebuild @@ -1,31 +1,27 @@ # Copyright 1999-2004 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.2 2004/02/20 06:45:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/panache/panache-0.2.1.ebuild,v 1.3 2004/04/14 05:16:32 mr_bones_ 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" +KEYWORDS="x86" +IUSE="" -DEPEND="gnome-base/gconf +RDEPEND="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 + gnome-base/ORBit2" +DEPEND="${RDEPEND} dev-util/pkgconfig" -src_compile() { - econf - emake || die "Compilation failed" -} - src_install() { einstall } |