diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-24 02:06:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-24 02:06:40 +0000 |
commit | f65c0b8e580efaec8ac630fe169a888f75427c63 (patch) | |
tree | 8b255bbf7a19ae96879c996bf1d60c3506abb1e2 /games-board | |
parent | old (diff) | |
download | gentoo-2-f65c0b8e580efaec8ac630fe169a888f75427c63.tar.gz gentoo-2-f65c0b8e580efaec8ac630fe169a888f75427c63.tar.bz2 gentoo-2-f65c0b8e580efaec8ac630fe169a888f75427c63.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnome-mastermind/files/gnome-mastermind-0.3-gentoo.patch | 11 | ||||
-rw-r--r-- | games-board/gnome-mastermind/gnome-mastermind-0.3.ebuild | 37 |
2 files changed, 0 insertions, 48 deletions
diff --git a/games-board/gnome-mastermind/files/gnome-mastermind-0.3-gentoo.patch b/games-board/gnome-mastermind/files/gnome-mastermind-0.3-gentoo.patch deleted file mode 100644 index ba14e592ae16..000000000000 --- a/games-board/gnome-mastermind/files/gnome-mastermind-0.3-gentoo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.old 2007-08-25 01:12:01.000000000 +0200 -+++ Makefile.in 2007-08-25 01:14:29.000000000 +0200 -@@ -685,7 +685,7 @@ - - info-am: - --install-data-am: install-pkgdataDATA -+install-data-am: - - install-exec-am: - diff --git a/games-board/gnome-mastermind/gnome-mastermind-0.3.ebuild b/games-board/gnome-mastermind/gnome-mastermind-0.3.ebuild deleted file mode 100644 index 98ac2553bc28..000000000000 --- a/games-board/gnome-mastermind/gnome-mastermind-0.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.ebuild,v 1.5 2008/03/20 00:00:22 nyhm Exp $ - -inherit eutils gnome2 - -DESCRIPTION="A little Mastermind game for GNOME" -HOMEPAGE="http://www5.autistici.org/gnome-mastermind/" -SRC_URI="http://download.gna.org/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="gnome-base/gconf - gnome-base/orbit - app-text/gnome-doc-utils - dev-libs/atk - dev-libs/glib - x11-libs/pango - x11-libs/cairo - x11-libs/gtk+" -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/intltool - sys-devel/gettext - app-text/scrollkeeper" - -src_unpack() { - gnome2_src_unpack - epatch "${FILESDIR}"/${P}-gentoo.patch -} - -src_install() { - DOCS="AUTHORS ChangeLog NEWS TODO" gnome2_src_install -} |