diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-13 22:09:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-13 22:09:46 +0000 |
commit | 355b0e7a6131391868f815430e8e12edfc26bde6 (patch) | |
tree | 5267af4297e5acdda7b3ba8372b050bd943d21b8 /games-strategy/freeciv | |
parent | add unstable ppc (diff) | |
download | historical-355b0e7a6131391868f815430e8e12edfc26bde6.tar.gz historical-355b0e7a6131391868f815430e8e12edfc26bde6.tar.bz2 historical-355b0e7a6131391868f815430e8e12edfc26bde6.zip |
old
Diffstat (limited to 'games-strategy/freeciv')
-rw-r--r-- | games-strategy/freeciv/files/digest-freeciv-1.12.0-r1 | 1 | ||||
-rw-r--r-- | games-strategy/freeciv/files/digest-freeciv-1.12.0-r2 | 1 | ||||
-rw-r--r-- | games-strategy/freeciv/files/digest-freeciv-1.13.0 | 1 | ||||
-rw-r--r-- | games-strategy/freeciv/files/digest-freeciv-1.14.0 | 1 | ||||
-rw-r--r-- | games-strategy/freeciv/files/digest-freeciv-1.14.1_beta1 | 1 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-1.12.0-r1.ebuild | 43 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-1.12.0-r2.ebuild | 57 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-1.13.0.ebuild | 58 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-1.14.0.ebuild | 58 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-1.14.1_beta1.ebuild | 73 |
10 files changed, 0 insertions, 294 deletions
diff --git a/games-strategy/freeciv/files/digest-freeciv-1.12.0-r1 b/games-strategy/freeciv/files/digest-freeciv-1.12.0-r1 deleted file mode 100644 index 2c57d926da8e..000000000000 --- a/games-strategy/freeciv/files/digest-freeciv-1.12.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6233848d2cd1933ee7585e268b2099d3 freeciv-1.12.0.tar.bz2 4103241 diff --git a/games-strategy/freeciv/files/digest-freeciv-1.12.0-r2 b/games-strategy/freeciv/files/digest-freeciv-1.12.0-r2 deleted file mode 100644 index 2c57d926da8e..000000000000 --- a/games-strategy/freeciv/files/digest-freeciv-1.12.0-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 6233848d2cd1933ee7585e268b2099d3 freeciv-1.12.0.tar.bz2 4103241 diff --git a/games-strategy/freeciv/files/digest-freeciv-1.13.0 b/games-strategy/freeciv/files/digest-freeciv-1.13.0 deleted file mode 100644 index 7ae14c391019..000000000000 --- a/games-strategy/freeciv/files/digest-freeciv-1.13.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 a3544f113dbab77f3c6f00130c1bf181 freeciv-1.13.0.tar.bz2 5138629 diff --git a/games-strategy/freeciv/files/digest-freeciv-1.14.0 b/games-strategy/freeciv/files/digest-freeciv-1.14.0 deleted file mode 100644 index 7caf12aa3817..000000000000 --- a/games-strategy/freeciv/files/digest-freeciv-1.14.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 c506ec29b94ea516aaa02a107129cf10 freeciv-1.14.0.tar.bz2 5416607 diff --git a/games-strategy/freeciv/files/digest-freeciv-1.14.1_beta1 b/games-strategy/freeciv/files/digest-freeciv-1.14.1_beta1 deleted file mode 100644 index 441432723b6b..000000000000 --- a/games-strategy/freeciv/files/digest-freeciv-1.14.1_beta1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e4bfd147788998dbc35b278265bfa5da freeciv-1.14.1-beta1.tar.bz2 5763857 diff --git a/games-strategy/freeciv/freeciv-1.12.0-r1.ebuild b/games-strategy/freeciv/freeciv-1.12.0-r1.ebuild deleted file mode 100644 index c915a853d1bc..000000000000 --- a/games-strategy/freeciv/freeciv-1.12.0-r1.ebuild +++ /dev/null @@ -1,43 +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-strategy/freeciv/freeciv-1.12.0-r1.ebuild,v 1.1 2003/09/10 05:27:31 vapier Exp $ - -DESCRIPTION="multiplayer strategy game (Civilization Clone)" -SRC_URI="ftp://ftp.freeciv.org/freeciv/stable/${P}.tar.bz2" -HOMEPAGE="http://www.freeciv.org/" - -KEYWORDS="x86" -LICENSE="GPL-2" -SLOT="0" - -DEPEND="virtual/x11 - || ( - gtk? ( =x11-libs/gtk+-1.2* - >=media-libs/imlib-1.9.10-r1 ) - x11-libs/xaw - )" - -src_compile() { - # standard options - local OPTIONS - OPTIONS="--infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST}" - - if [ -z "`use gtk`" ]; then - OPTIONS="${OPTIONS} --enable-client=xaw --with-xaw3d" - fi - if [ -z "`use nls`" ]; then - OPTIONS="${OPTIONS} --disable-nls" - fi - - ./configure ${OPTIONS} || die - - emake || die -} - -src_install() { - make prefix=${D}/usr install || die - if [ -z "`use gtk`" ]; then - /bin/install -D -m 644 ${S}/data/Freeciv ${D}/usr/X11R6/lib/X11/app-defaults/Freeciv - fi - dodoc ABOUT-NLS AUTHORS BUGS ChangeLog HOWTOPLAY INSTALL NEWS PEOPLE README README.* TODO freeciv_hackers_guide.txt -} diff --git a/games-strategy/freeciv/freeciv-1.12.0-r2.ebuild b/games-strategy/freeciv/freeciv-1.12.0-r2.ebuild deleted file mode 100644 index 654931062b15..000000000000 --- a/games-strategy/freeciv/freeciv-1.12.0-r2.ebuild +++ /dev/null @@ -1,57 +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-strategy/freeciv/freeciv-1.12.0-r2.ebuild,v 1.1 2003/09/10 05:27:31 vapier Exp $ - -DESCRIPTION="multiplayer strategy game (Civilization Clone)" -SRC_URI="ftp://ftp.freeciv.org/freeciv/stable/${P}.tar.bz2" -HOMEPAGE="http://www.freeciv.org/" - -KEYWORDS="x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="nls gtk imlib" - -DEPEND="virtual/x11 - || ( - gtk? ( ~x11-libs/gtk+-1.2.10-r4 ) - x11-libs/xaw - ) - imlib? ( >=media-libs/imlib-1.9.10-r1 )" -RDEPEND="sys-libs/zlib" - -src_compile() { - local myconf - - use gtk \ - || myconf="${myconf} --with-xaw3d --disable-gtktest" - - use imlib \ - || myconf="${myconf} --disable-imlibtest" - - use nls \ - || myconf="${myconf} --disable-nls" - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-x \ - --with-zlib \ - ${myconf} || die - - emake || die -} - -src_install() { - make \ - prefix=${D}/usr \ - install || die - - use gtk || /bin/install -D -m 644 \ - ${S}/data/Freeciv \ - ${D}/usr/X11R6/lib/X11/app-defaults/Freeciv - - dodoc ABOUT-NLS AUTHORS BUGS ChangeLog HOWTOPLAY INSTALL NEWS PEOPLE README* - dodoc TODO freeciv_hackers_guide.txt -} diff --git a/games-strategy/freeciv/freeciv-1.13.0.ebuild b/games-strategy/freeciv/freeciv-1.13.0.ebuild deleted file mode 100644 index e4c6db2b9915..000000000000 --- a/games-strategy/freeciv/freeciv-1.13.0.ebuild +++ /dev/null @@ -1,58 +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-strategy/freeciv/freeciv-1.13.0.ebuild,v 1.1 2003/09/10 05:27:31 vapier Exp $ - -DESCRIPTION="multiplayer strategy game (Civilization Clone)" -SRC_URI="ftp://ftp.freeciv.org/freeciv/stable/${P}.tar.bz2" -HOMEPAGE="http://www.freeciv.org/" - -KEYWORDS="x86 sparc" -LICENSE="GPL-2" -SLOT="0" -IUSE="nls gtk imlib" - -DEPEND="virtual/x11 - || ( - gtk? ( ~x11-libs/gtk+-1.2.10-r4 ) - x11-libs/xaw - ) - imlib? ( >=media-libs/imlib-1.9.10-r1 )" -RDEPEND="sys-libs/zlib" - -src_compile() { - local myconf - - use gtk \ - || myconf="${myconf} --with-xaw3d --disable-gtktest" - - use imlib \ - || myconf="${myconf} --disable-imlibtest" - - use nls \ - || myconf="${myconf} --disable-nls" - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-x \ - --with-zlib \ - ${myconf} || die - - emake || die -} - -src_install() { - make \ - prefix=${D}/usr \ - install || die - - use gtk || /bin/install -D -m 644 \ - ${S}/data/Freeciv \ - ${D}/usr/X11R6/lib/X11/app-defaults/Freeciv - - - dodoc ABOUT-NLS AUTHORS BUGS ChangeLog HOWTOPLAY INSTALL NEWS PEOPLE README* - dodoc TODO freeciv_hackers_guide.txt -} diff --git a/games-strategy/freeciv/freeciv-1.14.0.ebuild b/games-strategy/freeciv/freeciv-1.14.0.ebuild deleted file mode 100644 index 1ea2675349a2..000000000000 --- a/games-strategy/freeciv/freeciv-1.14.0.ebuild +++ /dev/null @@ -1,58 +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-strategy/freeciv/freeciv-1.14.0.ebuild,v 1.1 2003/09/10 05:27:31 vapier Exp $ - -DESCRIPTION="multiplayer strategy game (Civilization Clone)" -SRC_URI="ftp://ftp.freeciv.org/freeciv/stable/${P}.tar.bz2" -HOMEPAGE="http://www.freeciv.org/" - -KEYWORDS="x86 sparc ~ppc" -LICENSE="GPL-2" -SLOT="0" -IUSE="nls gtk imlib" - -DEPEND="virtual/x11 - || ( - gtk? ( ~x11-libs/gtk+-1.2.10-r4 ) - x11-libs/xaw - ) - imlib? ( >=media-libs/imlib-1.9.10-r1 )" -RDEPEND="sys-libs/zlib" - -src_compile() { - local myconf - - use gtk \ - || myconf="${myconf} --with-xaw3d --disable-gtktest" - - use imlib \ - || myconf="${myconf} --disable-imlibtest" - - use nls \ - || myconf="${myconf} --disable-nls" - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-x \ - --with-zlib \ - ${myconf} || die - - emake || die -} - -src_install() { - make \ - prefix=${D}/usr \ - install || die - - use gtk || /bin/install -D -m 644 \ - ${S}/data/Freeciv \ - ${D}/usr/X11R6/lib/X11/app-defaults/Freeciv - - - dodoc ABOUT-NLS AUTHORS BUGS ChangeLog HOWTOPLAY INSTALL NEWS PEOPLE README* - dodoc TODO freeciv_hackers_guide.txt -} diff --git a/games-strategy/freeciv/freeciv-1.14.1_beta1.ebuild b/games-strategy/freeciv/freeciv-1.14.1_beta1.ebuild deleted file mode 100644 index c3f9de75cd72..000000000000 --- a/games-strategy/freeciv/freeciv-1.14.1_beta1.ebuild +++ /dev/null @@ -1,73 +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-strategy/freeciv/freeciv-1.14.1_beta1.ebuild,v 1.1 2003/09/17 19:49:47 msterret Exp $ - -MY_P=${P/_/-} -S="${WORKDIR}/${MY_P}" -DESCRIPTION="multiplayer strategy game (Civilization Clone)" -HOMEPAGE="http://www.freeciv.org/" -SRC_URI="ftp://ftp.freeciv.org/freeciv/beta/${MY_P}.tar.bz2" - -KEYWORDS="~x86 ~ppc ~sparc" -LICENSE="GPL-2" -SLOT="0" - -IUSE="X Xaw3d gtk2 nls" - -DEPEND="X? ( virtual/x11 ) - Xaw3d? ( x11-libs/Xaw3d ) - gtk? ( ~x11-libs/gtk+-1.2.10-r4 - >=media-libs/imlib-1.9.2 - >=media-libs/libogg-1.0 - >=media-libs/libvorbis-1.0-r2 ) - gtk2? ( >=x11-libs/gtk+-2.0.0 - >=dev-libs/atk-1.0.3 - >=x11-libs/pango-1.2.1-r1 - >=media-libs/libogg-1.0 - >=media-libs/libvorbis-1.0-r2 )" -RDEPEND="sys-libs/zlib" - -src_compile() { - local myconf - - myconf="${myconf} --enable-client=no" - - use X \ - && myconf="${myconf} --enable-client=xaw --with-x" - - use Xaw3d \ - && myconf="${myconf} --enable-client=xaw3d --disable-gtktest" - - use gtk \ - && myconf="${myconf} --enable-client=gtk --enable-gtktest" - - use gtk2 \ - && myconf="${myconf} --enable-client=gtk-2.0 --enable-gtktest" - - - use nls \ - || myconf="${myconf} --disable-nls" - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-zlib \ - ${myconf} || die - - emake || die "emake failed" -} - -src_install() { - make \ - prefix=${D}/usr \ - install || die "make install failed" - - use gtk || use gtk2 || /bin/install -D -m 644 \ - ${S}/data/Freeciv \ - ${D}/usr/X11R6/lib/X11/app-defaults/Freeciv - - dodoc ChangeLog INSTALL NEWS \ - doc/{BUGS,CodingStyle,HACKING,HOWTOPLAY,PEOPLE,README*,TODO} -} |