diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-17 23:05:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-17 23:05:13 +0000 |
commit | 9042959e0acb1d566fd0b4404e5b5215f71468b2 (patch) | |
tree | 01a009bf1a0d48604296e289882cf46d8cb6f11e /games-mud/tf | |
parent | rev bump to force out security fix (bug #92991) (diff) | |
download | gentoo-2-9042959e0acb1d566fd0b4404e5b5215f71468b2.tar.gz gentoo-2-9042959e0acb1d566fd0b4404e5b5215f71468b2.tar.bz2 gentoo-2-9042959e0acb1d566fd0b4404e5b5215f71468b2.zip |
fix the location of the loadable modules
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-mud/tf')
-rw-r--r-- | games-mud/tf/ChangeLog | 6 | ||||
-rw-r--r-- | games-mud/tf/files/digest-tf-50_beta3 | 2 | ||||
-rw-r--r-- | games-mud/tf/files/digest-tf-50_beta6 | 2 | ||||
-rw-r--r-- | games-mud/tf/tf-50_beta3.ebuild | 64 | ||||
-rw-r--r-- | games-mud/tf/tf-50_beta6.ebuild | 64 | ||||
-rw-r--r-- | games-mud/tf/tf-50_beta7.ebuild | 7 |
6 files changed, 7 insertions, 138 deletions
diff --git a/games-mud/tf/ChangeLog b/games-mud/tf/ChangeLog index 61f0085cd072..b6e036799c5e 100644 --- a/games-mud/tf/ChangeLog +++ b/games-mud/tf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-mud/tf # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tf/ChangeLog,v 1.14 2005/05/17 06:58:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/tf/ChangeLog,v 1.15 2005/05/17 23:05:13 mr_bones_ Exp $ + + 17 May 2005; Michael Sterrett <mr_bones_@gentoo.org> -tf-50_beta3.ebuild, + -tf-50_beta6.ebuild, tf-50_beta7.ebuild: + fix the location of the loadable modules *tf-50_beta7 (17 May 2005) diff --git a/games-mud/tf/files/digest-tf-50_beta3 b/games-mud/tf/files/digest-tf-50_beta3 deleted file mode 100644 index f7c84abc2734..000000000000 --- a/games-mud/tf/files/digest-tf-50_beta3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 dd33896dcb5d841f6b5f4e07fa517af1 tf-50b3.tar.gz 626044 -MD5 79faceed502b867f1bf1263efd5e41a8 tf-50b3-help.tar.gz 306768 diff --git a/games-mud/tf/files/digest-tf-50_beta6 b/games-mud/tf/files/digest-tf-50_beta6 deleted file mode 100644 index 3bbd7f4aa9fe..000000000000 --- a/games-mud/tf/files/digest-tf-50_beta6 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 f6321287413b70df0d3def4de1b8bd50 tf-50b6.tar.gz 637983 -MD5 44483edde9141963529f328d17a87b53 tf-50b6-help.tar.gz 170076 diff --git a/games-mud/tf/tf-50_beta3.ebuild b/games-mud/tf/tf-50_beta3.ebuild deleted file mode 100644 index 4ae88a491b25..000000000000 --- a/games-mud/tf/tf-50_beta3.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tf/tf-50_beta3.ebuild,v 1.6 2004/08/31 21:38:09 mr_bones_ Exp $ - -inherit games - -MY_P="${P/_beta/b}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="A small, flexible, screen-oriented MUD client" -HOMEPAGE="http://tf.tcp.com/~hawkeye/tf/" -SRC_URI="http://ftp.tcp.com/pub/mud/Clients/tinyfugue/${MY_P}.tar.gz - doc? ( http://ftp.tcp.com/pub/mud/Clients/tinyfugue/${MY_P}-help.tar.gz )" - -KEYWORDS="~x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="ipv6 doc debug ssl" - -DEPEND="virtual/libc - sys-libs/zlib - ssl? ( dev-libs/openssl ) - >=sys-libs/ncurses-5.2" - -src_compile() { - egamesconf \ - $(use_enable ssl) \ - $(use_enable debug core) \ - $(use_enable ipv6 inet6) \ - --enable-manpage || die - emake || die "emake failed" -} - -src_install() { - dogamesbin src/tf - newman src/tf.1.catman tf.1 - dodoc CHANGES CREDITS README - - insinto ${GAMES_LIBDIR}/${PN}-lib - # the application looks for this file here if /changes is called. - # see comments on bug #23274 - doins CHANGES - insopts -m0755 - doins tf-lib/* - if use doc ; then - cd ${WORKDIR}/${MY_P}-help - doins tf-help - # the html expects to find the CHANGES file uncompressed so... - gzip -d ${D}/usr/share/doc/${P}/CHANGES.gz - dohtml -r *.html commands topics - fi - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - use ipv6 && { - echo - ewarn "You have merged TinyFugue with IPv6-support." - ewarn "Support for IPv6 is still being experimental." - ewarn "If you experience problems with connecting to hosts," - ewarn "try re-merging this package with USE="-ipv6"" - echo - } -} diff --git a/games-mud/tf/tf-50_beta6.ebuild b/games-mud/tf/tf-50_beta6.ebuild deleted file mode 100644 index 97ce96a558a9..000000000000 --- a/games-mud/tf/tf-50_beta6.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tf/tf-50_beta6.ebuild,v 1.5 2004/10/05 11:45:23 weeve Exp $ - -inherit games - -MY_P="${P/_beta/b}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="A small, flexible, screen-oriented MUD client" -HOMEPAGE="http://tf.tcp.com/~hawkeye/tf/" -SRC_URI="http://ftp.tcp.com/pub/mud/Clients/tinyfugue/${MY_P}.tar.gz - doc? ( http://ftp.tcp.com/pub/mud/Clients/tinyfugue/${MY_P}-help.tar.gz )" - -KEYWORDS="~x86 ~ppc ~amd64 ~sparc" -LICENSE="GPL-2" -SLOT="0" -IUSE="ipv6 doc debug ssl" - -DEPEND="virtual/libc - sys-libs/zlib - ssl? ( dev-libs/openssl ) - >=sys-libs/ncurses-5.2" - -src_compile() { - egamesconf \ - $(use_enable ssl) \ - $(use_enable debug core) \ - $(use_enable ipv6 inet6) \ - --enable-manpage || die - emake || die "emake failed" -} - -src_install() { - dogamesbin src/tf - newman src/tf.1.catman tf.1 - dodoc CHANGES CREDITS README - - insinto ${GAMES_LIBDIR}/${PN}-lib - # the application looks for this file here if /changes is called. - # see comments on bug #23274 - doins CHANGES - insopts -m0755 - doins tf-lib/* - if use doc ; then - cd ${WORKDIR}/${MY_P}-help - doins tf-help - # the html expects to find the CHANGES file uncompressed so... - gzip -d ${D}/usr/share/doc/${P}/CHANGES.gz - dohtml -r *.html commands topics - fi - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - use ipv6 && { - echo - ewarn "You have merged TinyFugue with IPv6-support." - ewarn "Support for IPv6 is still being experimental." - ewarn "If you experience problems with connecting to hosts," - ewarn "try re-merging this package with USE="-ipv6"" - echo - } -} diff --git a/games-mud/tf/tf-50_beta7.ebuild b/games-mud/tf/tf-50_beta7.ebuild index d464f7926af9..928ac0d6197b 100644 --- a/games-mud/tf/tf-50_beta7.ebuild +++ b/games-mud/tf/tf-50_beta7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tf/tf-50_beta7.ebuild,v 1.1 2005/05/17 06:58:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/tf/tf-50_beta7.ebuild,v 1.2 2005/05/17 23:05:13 mr_bones_ Exp $ inherit games @@ -35,16 +35,13 @@ src_install() { newman src/tf.1.catman tf.1 dodoc CHANGES CREDITS README - insinto "${GAMES_LIBDIR}/${PN}-lib" + insinto "${GAMES_DATADIR}/${PN}-lib" # the application looks for this file here if /changes is called. # see comments on bug #23274 doins CHANGES insopts -m0755 doins tf-lib/* if use doc ; then - cd "${WORKDIR}/${MY_P}-help" - # the html expects to find the CHANGES file uncompressed so... - gzip -d "${D}/usr/share/doc/${P}/CHANGES.gz" dohtml -r *.html commands topics fi prepgamesdirs |