diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-11-23 01:22:52 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-11-23 01:22:52 +0000 |
commit | 4b7eb55a09b8fe0fa3db348b2b0088b15a32b84b (patch) | |
tree | 96ddd762f0d45b4a63375ab643ea582061089fd3 /gnome-extra/gnome-games/gnome-games-2.0.2.ebuild | |
parent | and another quick fix (diff) | |
download | gentoo-2-4b7eb55a09b8fe0fa3db348b2b0088b15a32b84b.tar.gz gentoo-2-4b7eb55a09b8fe0fa3db348b2b0088b15a32b84b.tar.bz2 gentoo-2-4b7eb55a09b8fe0fa3db348b2b0088b15a32b84b.zip |
New version
Diffstat (limited to 'gnome-extra/gnome-games/gnome-games-2.0.2.ebuild')
-rw-r--r-- | gnome-extra/gnome-games/gnome-games-2.0.2.ebuild | 124 |
1 files changed, 0 insertions, 124 deletions
diff --git a/gnome-extra/gnome-games/gnome-games-2.0.2.ebuild b/gnome-extra/gnome-games/gnome-games-2.0.2.ebuild deleted file mode 100644 index 4ee73cfd6ea4..000000000000 --- a/gnome-extra/gnome-games/gnome-games-2.0.2.ebuild +++ /dev/null @@ -1,124 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-2.0.2.ebuild,v 1.4 2002/10/04 05:37:23 vapier Exp $ - -inherit debug -inherit gnome2 - - -S=${WORKDIR}/${P} -DESCRIPTION="Games for the Gnome2 desktop" -SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" -SLOT="0" -KEYWORDS="x86 ppc sparc sparc64" -LICENSE="GPL-2" - -RDEPEND=">=dev-libs/glib-2.0.6 - >=x11-libs/pango-1.0.4 - >=dev-libs/atk-1.0.3 - >=x11-libs/gtk+-2.0.6 - >=x11-libs/libzvt-2.0.0 - >=media-libs/freetype-2.0.8 - >=dev-libs/libxml2-2.4.22 - >=app-text/scrollkeeper-0.3.9 - >=sys-libs/ncurses-5.2 - >=sys-libs/readline-4.1 - >=sys-devel/gettext-0.10.40 - >=gnome-base/libglade-2.0.0-r1 - >=gnome-base/gconf-1.2.1 - >=gnome-base/gnome-vfs-2.0.2 - >=gnome-base/ORBit2-2.4.1 - >=gnome-base/bonobo-activation-1.0.3 - >=gnome-base/gnome-panel-2.0.4 - >=gnome-base/libgnome-2.0.1 - >=gnome-base/libgnomecanvas-2.0.1 - >=gnome-base/libgnomeui-2.0.1" - -DEPEND=">=dev-util/pkgconfig-0.12.0 - >=dev-util/intltool-0.17 - ${RDEPEND}" - - -G2CONF="${G2CONF} --with-ncurses --enable-debug=yes" - -src_install() { - export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" - einstall || die "install failure" - unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL - - dodoc AUTHORS COPYING COPYING-DOCS ChangeLog HACKING INSTALL MAINTAINERS NEWS README TODO - - docinto aisleriot - cd aisleriot - dodoc AUTHORS ChangeLog TODO - - cd ../freecell - docinto freecell - dodoc AUTHORS ChangeLog NEWS README TODO - - cd ../gataxx - docinto gataxx - dodoc AUTHORS ChangeLog TODO - - cd ../glines - docinto glines - dodoc AUTHORS ChangeLog NEWS README TODO - - cd ../gnect - docinto gnect - dodoc AUTHORS ChangeLog TODO - - cd ../gnibbles - docinto gnibbles - dodoc AUTHORS ChangeLog - - cd ../gnobots2 - docinto gnobots2 - dodoc AUTHORS README - - cd ../gnome-stones - docinto gnome-stones - dodoc ChangeLog README TODO - - cd ../gnometris - docinto gnometris - dodoc AUTHORS COPYING ChangeLog TODO - - cd ../gnomine - docinto gnomine - dodoc AUTHORS ChangeLog README - - cd ../gnotravex - docinto gnotravex - dodoc AUTHORS ChangeLog README - - cd ../gnotski - docinto gnotski - dodoc AUTHORS ChangeLog README - - cd ../gtali - docinto gtali - dodoc AUTHORS ChangeLog INSTALL README TODO - - cd ../iagno - docinto iagno - dodoc AUTHORS ChangeLog - - cd ../mahjongg - docinto mahjongg - dodoc ChangeLog NEWS README TODO - - cd ../same-gnome - docinto same-gnome - dodoc ChangeLog README TODO - - cd ../xbill - docinto xbill - dodoc AUTHORS COPYING ChangeLog NEWS README README.Ports - - cd .. - export SCROLLKEEPER_UPDATE="1" -} - - |