diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-12-21 03:16:13 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-12-21 03:16:13 +0000 |
commit | f98bd1bcff7a816c4fcaa27f50f5fb9e2e575062 (patch) | |
tree | 965e62658197a060be6fe99888afab19479f197c /games-board/gnono | |
parent | 2.1.2_rc3-r9 revbump. This fixes bugs #158558, #158608, #158632, #158649, an... (diff) | |
download | gentoo-2-f98bd1bcff7a816c4fcaa27f50f5fb9e2e575062.tar.gz gentoo-2-f98bd1bcff7a816c4fcaa27f50f5fb9e2e575062.tar.bz2 gentoo-2-f98bd1bcff7a816c4fcaa27f50f5fb9e2e575062.zip |
gnome 1.x removal
Diffstat (limited to 'games-board/gnono')
-rw-r--r-- | games-board/gnono/ChangeLog | 17 | ||||
-rw-r--r-- | games-board/gnono/Manifest | 4 | ||||
-rw-r--r-- | games-board/gnono/files/digest-gnono-0.0.3 | 1 | ||||
-rw-r--r-- | games-board/gnono/gnono-0.0.3.ebuild | 29 | ||||
-rw-r--r-- | games-board/gnono/metadata.xml | 5 |
5 files changed, 0 insertions, 56 deletions
diff --git a/games-board/gnono/ChangeLog b/games-board/gnono/ChangeLog deleted file mode 100644 index e4058af818a5..000000000000 --- a/games-board/gnono/ChangeLog +++ /dev/null @@ -1,17 +0,0 @@ -# ChangeLog for games-board/gnono -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/ChangeLog,v 1.6 2005/04/24 03:29:56 hansmi Exp $ - - 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> gnono-0.0.3.ebuild: - Stable on ppc. - - 31 Dec 2004; Joseph Jezak <josejx@gentoo.org> gnono-0.0.3.ebuild: - Marked ~ppc. - - 11 Nov 2004; Chris Gianelloni <wolf31o2@gentoo.org> gnono-0.0.3.ebuild: - Added ~amd64 KEYWORD and closing bug #69770. - -*gnono-0.0.3 (12 Dec 2002) - - 12 Dec 2002; Mike Frysinger <vapier@gentoo.org> : - Initial import. Ebuild submitted by Rigo Ketelings <rigo@home.nl>. diff --git a/games-board/gnono/Manifest b/games-board/gnono/Manifest deleted file mode 100644 index d6af773298b7..000000000000 --- a/games-board/gnono/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 27a28835c3a8606b25b2e175bc417e7f ChangeLog 655 -MD5 d52424b02808bbadc2523d1f164e07ac files/digest-gnono-0.0.3 63 -MD5 f477f4a03c85e7b374e45bbf8f45a7a3 gnono-0.0.3.ebuild 687 -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 diff --git a/games-board/gnono/files/digest-gnono-0.0.3 b/games-board/gnono/files/digest-gnono-0.0.3 deleted file mode 100644 index 590687522538..000000000000 --- a/games-board/gnono/files/digest-gnono-0.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 3953d7db17179107d005903df252880c gnono-0.0.3.tar.gz 433449 diff --git a/games-board/gnono/gnono-0.0.3.ebuild b/games-board/gnono/gnono-0.0.3.ebuild deleted file mode 100644 index 94c93e2dfed4..000000000000 --- a/games-board/gnono/gnono-0.0.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/gnono-0.0.3.ebuild,v 1.8 2006/01/13 00:49:25 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="rewrite of Windows card game WUNO" -HOMEPAGE="http://www.paw.co.za/projects/gnono/" -SRC_URI="ftp://ftp.paw.co.za/pub/PAW/sources/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="nls" - -DEPEND="gnome-base/gnome-libs - =dev-libs/glib-1.2* - media-libs/gdk-pixbuf - =x11-libs/gtk+-1.2*" - -src_compile() { - egamesconf $(use_enable nls) || die - emake || die "emake failed" -} - -src_install() { - einstall || die - prepgamesdirs -} diff --git a/games-board/gnono/metadata.xml b/games-board/gnono/metadata.xml deleted file mode 100644 index d3c2cc926f0b..000000000000 --- a/games-board/gnono/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>games</herd> -</pkgmetadata> |