summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-02-22 17:25:03 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-02-22 17:25:03 +0000
commit1694995cab686073a1fd73b04fdfeeb7d659a775 (patch)
tree62fc9509cf61e1de1169c7f553e2a2c383187a92 /games-sports/bygfoot
parentCleanup. (diff)
downloadgentoo-2-1694995cab686073a1fd73b04fdfeeb7d659a775.tar.gz
gentoo-2-1694995cab686073a1fd73b04fdfeeb7d659a775.tar.bz2
gentoo-2-1694995cab686073a1fd73b04fdfeeb7d659a775.zip
clean out old ebuilds
(Portage version: 2.1.2-r9)
Diffstat (limited to 'games-sports/bygfoot')
-rw-r--r--games-sports/bygfoot/ChangeLog7
-rw-r--r--games-sports/bygfoot/bygfoot-1.9.3.ebuild44
-rw-r--r--games-sports/bygfoot/bygfoot-1.9.4.ebuild44
-rw-r--r--games-sports/bygfoot/bygfoot-1.9.5.ebuild44
-rw-r--r--games-sports/bygfoot/bygfoot-1.9.6.ebuild41
-rw-r--r--games-sports/bygfoot/bygfoot-2.0.0.ebuild54
-rw-r--r--games-sports/bygfoot/files/digest-bygfoot-1.9.33
-rw-r--r--games-sports/bygfoot/files/digest-bygfoot-1.9.43
-rw-r--r--games-sports/bygfoot/files/digest-bygfoot-1.9.53
-rw-r--r--games-sports/bygfoot/files/digest-bygfoot-1.9.63
-rw-r--r--games-sports/bygfoot/files/digest-bygfoot-2.0.03
11 files changed, 6 insertions, 243 deletions
diff --git a/games-sports/bygfoot/ChangeLog b/games-sports/bygfoot/ChangeLog
index c784773fb553..568ba2ae290a 100644
--- a/games-sports/bygfoot/ChangeLog
+++ b/games-sports/bygfoot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-sports/bygfoot
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/ChangeLog,v 1.15 2007/01/12 01:19:43 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/ChangeLog,v 1.16 2007/02/22 17:25:03 mr_bones_ Exp $
+
+ 22 Feb 2007; Michael Sterrett <mr_bones_@gentoo.org>
+ -bygfoot-1.9.3.ebuild, -bygfoot-1.9.4.ebuild, -bygfoot-1.9.5.ebuild,
+ -bygfoot-1.9.6.ebuild, -bygfoot-2.0.0.ebuild:
+ clean out old ebuilds
12 Jan 2007; Tristan Heaven <nyhm@gentoo.org> bygfoot-2.0.1.ebuild:
Fix locale install directory, bug #159645
diff --git a/games-sports/bygfoot/bygfoot-1.9.3.ebuild b/games-sports/bygfoot/bygfoot-1.9.3.ebuild
deleted file mode 100644
index 172d4424ef72..000000000000
--- a/games-sports/bygfoot/bygfoot-1.9.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/bygfoot-1.9.3.ebuild,v 1.1 2005/12/15 17:31:19 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="GTK+2 Soccer Management Game"
-HOMEPAGE="http://bygfoot.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
-
- sed -i \
- -e '/PACKAGE_LOCALE_DIR/s:\$(prefix)/\$(DATADIRNAME):/usr/share:' \
- "${S}"/src/Makefile.in \
- || die "sed failed"
- sed -i \
- -e '/localedir/s:\$(libdir):/usr/share:' \
- -e '/gnulocaledir/s:\$(datadir):/usr/share:' \
- "${S}"/po/Makefile.in.in \
- || die "sed failed"
-}
-
-src_install() {
- localedir=/usr/share/locale \
- make DESTDIR="${D}" install || die "make install failed"
- #dogamesbin src/bygfoot b-u/bygfoot-update-gui || die "dobin failed"
- dodoc AUTHORS ChangeLog README TODO UPDATE
- #insinto "${GAMES_DATADIR}/${PN}"
- #doins -r support_files/ || die "game data failed"
- newicon support_files/pixmaps/bygfoot_icon.png ${PN}.png
- make_desktop_entry ${PN} "Bygfoot"
- prepgamesdirs
-}
diff --git a/games-sports/bygfoot/bygfoot-1.9.4.ebuild b/games-sports/bygfoot/bygfoot-1.9.4.ebuild
deleted file mode 100644
index d641aa88fdff..000000000000
--- a/games-sports/bygfoot/bygfoot-1.9.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/bygfoot-1.9.4.ebuild,v 1.1 2005/12/22 17:15:59 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="GTK+2 Soccer Management Game"
-HOMEPAGE="http://bygfoot.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
-
- sed -i \
- -e '/PACKAGE_LOCALE_DIR/s:\$(prefix)/\$(DATADIRNAME):/usr/share:' \
- "${S}"/src/Makefile.in \
- || die "sed failed"
- sed -i \
- -e '/localedir/s:\$(libdir):/usr/share:' \
- -e '/gnulocaledir/s:\$(datadir):/usr/share:' \
- "${S}"/po/Makefile.in.in \
- || die "sed failed"
-}
-
-src_install() {
- localedir=/usr/share/locale \
- make DESTDIR="${D}" install || die "make install failed"
- #dogamesbin src/bygfoot b-u/bygfoot-update-gui || die "dobin failed"
- dodoc AUTHORS ChangeLog README TODO UPDATE
- #insinto "${GAMES_DATADIR}/${PN}"
- #doins -r support_files/ || die "game data failed"
- newicon support_files/pixmaps/bygfoot_icon.png ${PN}.png
- make_desktop_entry ${PN} "Bygfoot"
- prepgamesdirs
-}
diff --git a/games-sports/bygfoot/bygfoot-1.9.5.ebuild b/games-sports/bygfoot/bygfoot-1.9.5.ebuild
deleted file mode 100644
index 43db698bb5a0..000000000000
--- a/games-sports/bygfoot/bygfoot-1.9.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/bygfoot-1.9.5.ebuild,v 1.1 2006/03/25 18:08:31 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="GTK+2 Soccer Management Game"
-HOMEPAGE="http://bygfoot.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
-
- sed -i \
- -e '/PACKAGE_LOCALE_DIR/s:\$(prefix)/\$(DATADIRNAME):/usr/share:' \
- "${S}"/src/Makefile.in \
- || die "sed failed"
- sed -i \
- -e '/localedir/s:\$(libdir):/usr/share:' \
- -e '/gnulocaledir/s:\$(datadir):/usr/share:' \
- "${S}"/po/Makefile.in.in \
- || die "sed failed"
-}
-
-src_install() {
- localedir=/usr/share/locale \
- make DESTDIR="${D}" install || die "make install failed"
- #dogamesbin src/bygfoot b-u/bygfoot-update-gui || die "dobin failed"
- dodoc AUTHORS ChangeLog README TODO UPDATE
- #insinto "${GAMES_DATADIR}/${PN}"
- #doins -r support_files/ || die "game data failed"
- newicon support_files/pixmaps/bygfoot_icon.png ${PN}.png
- make_desktop_entry ${PN} "Bygfoot"
- prepgamesdirs
-}
diff --git a/games-sports/bygfoot/bygfoot-1.9.6.ebuild b/games-sports/bygfoot/bygfoot-1.9.6.ebuild
deleted file mode 100644
index aff164198e90..000000000000
--- a/games-sports/bygfoot/bygfoot-1.9.6.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/bygfoot-1.9.6.ebuild,v 1.1 2006/05/14 22:44:37 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="GTK+2 Soccer Management Game"
-HOMEPAGE="http://bygfoot.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
-
- sed -i \
- -e '/PACKAGE_LOCALE_DIR/s:\$(prefix)/\$(DATADIRNAME):/usr/share:' \
- "${S}"/src/Makefile.in \
- || die "sed failed"
- sed -i \
- -e '/localedir/s:\$(libdir):/usr/share:' \
- -e '/gnulocaledir/s:\$(datadir):/usr/share:' \
- "${S}"/po/Makefile.in.in \
- || die "sed failed"
-}
-
-src_install() {
- localedir=/usr/share/locale \
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog README TODO UPDATE
- newicon support_files/pixmaps/bygfoot_icon.png ${PN}.png
- make_desktop_entry ${PN} "Bygfoot"
- prepgamesdirs
-}
diff --git a/games-sports/bygfoot/bygfoot-2.0.0.ebuild b/games-sports/bygfoot/bygfoot-2.0.0.ebuild
deleted file mode 100644
index dd9d76b8663e..000000000000
--- a/games-sports/bygfoot/bygfoot-2.0.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/bygfoot-2.0.0.ebuild,v 1.1 2006/06/06 04:17:54 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="GTK+2 Soccer Management Game"
-HOMEPAGE="http://bygfoot.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
-
- sed -i \
- -e '/PACKAGE_LOCALE_DIR/s:\$(prefix)/\$(DATADIRNAME):/usr/share:' \
- "${S}"/src/Makefile.in \
- || die "sed failed"
- sed -i \
- -e '/localedir/s:\$(libdir):/usr/share:' \
- -e '/gnulocaledir/s:\$(datadir):/usr/share:' \
- "${S}"/po/Makefile.in.in \
- || die "sed failed"
-}
-
-src_install() {
- localedir=/usr/share/locale \
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog README TODO UPDATE
- newicon support_files/pixmaps/bygfoot_icon.png ${PN}.png
- make_desktop_entry ${PN} "Bygfoot"
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- echo
- einfo "If you'd like to keep your settings and savegames from previous"
- einfo "1.9.x versions, you should rename the .bygfoot-1.9 directory"
- einfo "to .bygfoot in your home directory."
- echo
- einfo "If you upgrade from 1.8.x, you should first delete the .bygfoot"
- einfo "directory in your home dir to keep things clean."
- einfo "Also note that savegames from 1.8.x are not compatible with"
- einfo "current versions of ${PN}"
-}
diff --git a/games-sports/bygfoot/files/digest-bygfoot-1.9.3 b/games-sports/bygfoot/files/digest-bygfoot-1.9.3
deleted file mode 100644
index e90c1754917b..000000000000
--- a/games-sports/bygfoot/files/digest-bygfoot-1.9.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 9b1d5a4751ffea02dda2f0b6649901f1 bygfoot-1.9.3.tar.bz2 1343489
-RMD160 64f5913bc74155ad467b9db4aec6a135964e1d8e bygfoot-1.9.3.tar.bz2 1343489
-SHA256 04c961cab5a7d65fcbe61dc8eacf2d800cdcf19c91c665ddc1c88735d2b3f985 bygfoot-1.9.3.tar.bz2 1343489
diff --git a/games-sports/bygfoot/files/digest-bygfoot-1.9.4 b/games-sports/bygfoot/files/digest-bygfoot-1.9.4
deleted file mode 100644
index 6009b15e9435..000000000000
--- a/games-sports/bygfoot/files/digest-bygfoot-1.9.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 2da903f4abb261fb9219b04492ed7476 bygfoot-1.9.4.tar.bz2 1343060
-RMD160 e82e1e2ad29b2380c1c545ca225012ebfb6050c5 bygfoot-1.9.4.tar.bz2 1343060
-SHA256 935eba146245e8a764f59619b1947fbdd35cc1919a0f6944fa54485bb5e2af8c bygfoot-1.9.4.tar.bz2 1343060
diff --git a/games-sports/bygfoot/files/digest-bygfoot-1.9.5 b/games-sports/bygfoot/files/digest-bygfoot-1.9.5
deleted file mode 100644
index 071333432c85..000000000000
--- a/games-sports/bygfoot/files/digest-bygfoot-1.9.5
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 84c5635b4511238abcc8f02f67d8f157 bygfoot-1.9.5.tar.bz2 1401499
-RMD160 cd213d06f21522b6d3b04aaacaadffd4041c1561 bygfoot-1.9.5.tar.bz2 1401499
-SHA256 606826802fb28afafc19fbfe9b661f9dddbdc8d03cf6119942b9155197bc3d53 bygfoot-1.9.5.tar.bz2 1401499
diff --git a/games-sports/bygfoot/files/digest-bygfoot-1.9.6 b/games-sports/bygfoot/files/digest-bygfoot-1.9.6
deleted file mode 100644
index bc24458bd3d5..000000000000
--- a/games-sports/bygfoot/files/digest-bygfoot-1.9.6
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 0b0b402427638f35f869a975498c6430 bygfoot-1.9.6.tar.bz2 1399802
-RMD160 3a52693a03b7af9e4338a2de556410f66b84f33d bygfoot-1.9.6.tar.bz2 1399802
-SHA256 a97b67aed20627131093c207c89d4f70980a9882124759f3074e11b98517f863 bygfoot-1.9.6.tar.bz2 1399802
diff --git a/games-sports/bygfoot/files/digest-bygfoot-2.0.0 b/games-sports/bygfoot/files/digest-bygfoot-2.0.0
deleted file mode 100644
index bb8c591f20a2..000000000000
--- a/games-sports/bygfoot/files/digest-bygfoot-2.0.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 db92d2f1e6b8a6fe8a12f5bac9379240 bygfoot-2.0.0.tar.bz2 1384899
-RMD160 099e88c020643bca37fde650a16961e349260d92 bygfoot-2.0.0.tar.bz2 1384899
-SHA256 5e00093951a6463bb26260147dad17a6c8b37a4b3f179edf47e4befc5ca8ff82 bygfoot-2.0.0.tar.bz2 1384899