summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-06 16:18:52 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-06 16:18:52 +0000
commitc1cff6c29dd8f6945b1074d13b83d12e02d9a4b4 (patch)
treee24105ff1e5f18f73c1e9e9d67200fc925bd97fe /games-puzzle/xblockout
parentuses libsdl now (diff)
downloadhistorical-c1cff6c29dd8f6945b1074d13b83d12e02d9a4b4.tar.gz
historical-c1cff6c29dd8f6945b1074d13b83d12e02d9a4b4.tar.bz2
historical-c1cff6c29dd8f6945b1074d13b83d12e02d9a4b4.zip
ver bump
Diffstat (limited to 'games-puzzle/xblockout')
-rw-r--r--games-puzzle/xblockout/ChangeLog7
-rw-r--r--games-puzzle/xblockout/files/digest-xblockout-1.0k1
-rw-r--r--games-puzzle/xblockout/files/digest-xblockout-1.1.11
-rw-r--r--games-puzzle/xblockout/files/digest-xblockout-1.1.21
-rw-r--r--games-puzzle/xblockout/xblockout-1.0k.ebuild48
-rw-r--r--games-puzzle/xblockout/xblockout-1.1.2.ebuild (renamed from games-puzzle/xblockout/xblockout-1.1.1.ebuild)4
6 files changed, 9 insertions, 53 deletions
diff --git a/games-puzzle/xblockout/ChangeLog b/games-puzzle/xblockout/ChangeLog
index 04f132ac6f78..6c71440b3831 100644
--- a/games-puzzle/xblockout/ChangeLog
+++ b/games-puzzle/xblockout/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-puzzle/xblockout
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.2 2003/09/10 15:46:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.3 2003/10/06 16:18:52 vapier Exp $
+
+*xblockout-1.1.2 (06 Oct 2003)
+
+ 06 Oct 2003; Mike Frysinger <vapier@gentoo.org> :
+ Security version bump.
*xblockout-1.1.1 (17 Aug 2003)
diff --git a/games-puzzle/xblockout/files/digest-xblockout-1.0k b/games-puzzle/xblockout/files/digest-xblockout-1.0k
deleted file mode 100644
index 4fd3d39e19c5..000000000000
--- a/games-puzzle/xblockout/files/digest-xblockout-1.0k
+++ /dev/null
@@ -1 +0,0 @@
-MD5 22e7822a449ae5b68695158fd59ea49c xbl-1.0k.tar.gz 135080
diff --git a/games-puzzle/xblockout/files/digest-xblockout-1.1.1 b/games-puzzle/xblockout/files/digest-xblockout-1.1.1
deleted file mode 100644
index 1f69f6dac017..000000000000
--- a/games-puzzle/xblockout/files/digest-xblockout-1.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5c066ddd754995905cce5a15c2218b11 xbl-1.1.1.tar.gz 135716
diff --git a/games-puzzle/xblockout/files/digest-xblockout-1.1.2 b/games-puzzle/xblockout/files/digest-xblockout-1.1.2
new file mode 100644
index 000000000000..350c9912622d
--- /dev/null
+++ b/games-puzzle/xblockout/files/digest-xblockout-1.1.2
@@ -0,0 +1 @@
+MD5 81b918d78c1f78ff05cdaab9f4589538 xbl-1.1.2.tar.gz 136082
diff --git a/games-puzzle/xblockout/xblockout-1.0k.ebuild b/games-puzzle/xblockout/xblockout-1.0k.ebuild
deleted file mode 100644
index 0ea3b0eef1ef..000000000000
--- a/games-puzzle/xblockout/xblockout-1.0k.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.0k.ebuild,v 1.1 2003/09/10 06:36:00 vapier Exp $
-
-inherit games
-
-DESCRIPTION="XBlockOut: X Window block dropping game in 3 Dimension"
-HOMEPAGE="http://www710.univ-lyon1.fr/ftp/xbl/xbl.html"
-SRC_URI="ftp://ftp710.univ-lyon1.fr/pub/xbl/xbl-${PV}.tar.gz"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND="virtual/x11
- >=sys-apps/sed-4"
-
-S=${WORKDIR}/xbl-${PV}
-
-src_unpack() {
- unpack ${A}
- sed -i \
- -e "s:-g$:${CFLAGS}:" ${S}/Makefile.in || \
- die "sed Makefile.in failed"
-}
-
-src_compile() {
- egamesconf || die
- emake \
- SCOREDIR=${GAMES_STATEDIR}/${PN} \
- GROUP_GID=`id -g ${GAMES_GROUP}` \
- RESOURCEDIR=${GAMES_DATADIR}/${PN} \
- || die
-}
-
-src_install() {
- newgamesbin bl xbl
- insinto ${GAMES_DATADIR}/${PN}
- newins Xbl.ad Xbl
- insinto ${GAMES_STATEDIR}/${PN}
- newins Xbl.ad Xbl
-
- newman xbl.man xbl.6
- dodoc README xbl-README
- dohtml *.html *.gif
-
- prepgamesdirs
-}
diff --git a/games-puzzle/xblockout/xblockout-1.1.1.ebuild b/games-puzzle/xblockout/xblockout-1.1.2.ebuild
index 3ecfb54cc796..385c730407bb 100644
--- a/games-puzzle/xblockout/xblockout-1.1.1.ebuild
+++ b/games-puzzle/xblockout/xblockout-1.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.1.ebuild,v 1.1 2003/09/10 06:36:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.2.ebuild,v 1.1 2003/10/06 16:18:52 vapier Exp $
inherit games
@@ -9,8 +9,8 @@ HOMEPAGE="http://www710.univ-lyon1.fr/ftp/xbl/xbl.html"
SRC_URI="ftp://ftp710.univ-lyon1.fr/pub/xbl/xbl-${PV}.tar.gz"
LICENSE="GPL-1"
-KEYWORDS="x86"
SLOT="0"
+KEYWORDS="x86"
DEPEND="virtual/x11
>=sys-apps/sed-4"