diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-12-07 14:47:26 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-12-07 14:47:26 +0000 |
commit | 08ff3c582ada2f7353f8b17b847624c56f8297d9 (patch) | |
tree | 1fbfe4e57f1c9d359b6ffe66bdd060db71a3335f /gnome-extra/gnome-games | |
parent | removing 2.1 stuff (diff) | |
download | gentoo-2-08ff3c582ada2f7353f8b17b847624c56f8297d9.tar.gz gentoo-2-08ff3c582ada2f7353f8b17b847624c56f8297d9.tar.bz2 gentoo-2-08ff3c582ada2f7353f8b17b847624c56f8297d9.zip |
remove 2.1 stuff
Diffstat (limited to 'gnome-extra/gnome-games')
-rw-r--r-- | gnome-extra/gnome-games/files/digest-gnome-games-2.1.2 | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-games/gnome-games-2.1.2.ebuild | 107 |
2 files changed, 0 insertions, 108 deletions
diff --git a/gnome-extra/gnome-games/files/digest-gnome-games-2.1.2 b/gnome-extra/gnome-games/files/digest-gnome-games-2.1.2 deleted file mode 100644 index 16650b6b6eeb..000000000000 --- a/gnome-extra/gnome-games/files/digest-gnome-games-2.1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 d78f79ac99ccb309e26632c02ef37aed gnome-games-2.1.2.tar.bz2 9512177 diff --git a/gnome-extra/gnome-games/gnome-games-2.1.2.ebuild b/gnome-extra/gnome-games/gnome-games-2.1.2.ebuild deleted file mode 100644 index 65138e616bc5..000000000000 --- a/gnome-extra/gnome-games/gnome-games-2.1.2.ebuild +++ /dev/null @@ -1,107 +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.1.2.ebuild,v 1.3 2002/12/03 15:01:28 nall Exp $ - -inherit gnome2 debug - -S=${WORKDIR}/${P} -DESCRIPTION="Games for the Gnome2 desktop" -HOMEPAGE="http://www.gnome.org/" -SLOT="0" -KEYWORDS="x86 ~ppc" -LICENSE="GPL-2" - -RDEPEND=">=app-text/scrollkeeper-0.3.11 - >=sys-libs/ncurses-5.2 - >=sys-devel/gettext-0.10.40 - >=gnome-base/gconf-1.2.1 - =gnome-base/gnome-vfs-2.1* - =gnome-base/libgnome-2.1* - =gnome-base/libgnomeui-2.1*" - -DEPEND=">=dev-util/pkgconfig-0.12.0 - >=dev-util/intltool-0.22 - ${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" -} - |