diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 07:58:45 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 07:58:45 +0000 |
commit | 914b6cb292de14eeceea07d2b84257e195cf97bf (patch) | |
tree | 6b59564be50335e1b783b72e4d6cab806fe3af22 /games-util | |
parent | Closing #43585. (Manifest recommit) (diff) | |
download | gentoo-2-914b6cb292de14eeceea07d2b84257e195cf97bf.tar.gz gentoo-2-914b6cb292de14eeceea07d2b84257e195cf97bf.tar.bz2 gentoo-2-914b6cb292de14eeceea07d2b84257e195cf97bf.zip |
tidy deps/rdeps
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/showeq/ChangeLog | 8 | ||||
-rw-r--r-- | games-util/showeq/showeq-4.3.18.ebuild | 13 | ||||
-rw-r--r-- | games-util/showeq/showeq-4.3.19.ebuild | 30 |
3 files changed, 28 insertions, 23 deletions
diff --git a/games-util/showeq/ChangeLog b/games-util/showeq/ChangeLog index 2a0a56ff3a24..bd9ad6ba22c8 100644 --- a/games-util/showeq/ChangeLog +++ b/games-util/showeq/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/showeq -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.4 2004/01/02 20:17:16 mr_bones_ Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.5 2004/03/30 07:58:45 mr_bones_ Exp $ + + 29 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> showeq-4.3.18.ebuild, + showeq-4.3.19.ebuild: + tidy deps/rdeps *showeq-4.3.19 (02 Jan 2004) diff --git a/games-util/showeq/showeq-4.3.18.ebuild b/games-util/showeq/showeq-4.3.18.ebuild index 3418f9246f2a..58482936782d 100644 --- a/games-util/showeq/showeq-4.3.18.ebuild +++ b/games-util/showeq/showeq-4.3.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-4.3.18.ebuild,v 1.4 2004/01/02 20:17:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-4.3.18.ebuild,v 1.5 2004/03/30 07:58:45 mr_bones_ Exp $ inherit games @@ -14,14 +14,15 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND="virtual/x11 - sys-devel/libtool - sys-devel/autoconf - sys-devel/automake +RDEPEND="virtual/x11 media-libs/libpng >=net-libs/libpcap-0.6.2 >=x11-libs/qt-3.0.5 - >=sys-libs/gdbm-1.8.0 + >=sys-libs/gdbm-1.8.0" +DEPEND="${RDEPEND} + sys-devel/libtool + sys-devel/autoconf + sys-devel/automake >=sys-apps/sed-4" src_unpack() { diff --git a/games-util/showeq/showeq-4.3.19.ebuild b/games-util/showeq/showeq-4.3.19.ebuild index 10c8a51d781d..80a01ff4775a 100644 --- a/games-util/showeq/showeq-4.3.19.ebuild +++ b/games-util/showeq/showeq-4.3.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-4.3.19.ebuild,v 1.1 2004/01/02 20:17:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-4.3.19.ebuild,v 1.2 2004/03/30 07:58:45 mr_bones_ Exp $ inherit games @@ -14,14 +14,15 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND="virtual/x11 - sys-devel/libtool - sys-devel/autoconf - sys-devel/automake +RDEPEND="virtual/x11 media-libs/libpng >=net-libs/libpcap-0.6.2 >=x11-libs/qt-3.1 - >=sys-libs/gdbm-1.8.0 + >=sys-libs/gdbm-1.8.0" +DEPEND="${RDEPEND} + sys-devel/libtool + sys-devel/autoconf + sys-devel/automake >=sys-apps/sed-4" src_unpack() { @@ -30,12 +31,12 @@ src_unpack() { sed -i \ -e "/CFLAGS/s:-O2:${CFLAGS}:" \ - -e "/CXXFLAGS/s:-O2:${CXXFLAGS}:" acinclude.m4 || \ - die "sed acinclude.m4 failed" + -e "/CXXFLAGS/s:-O2:${CXXFLAGS}:" acinclude.m4 \ + || die "sed acinclude.m4 failed" sed -i \ -e "/OPT_CXX=/s:-O2:${CXXFLAGS}:" \ - -e "/OPT_C=/s:-O2:${CFLAGS}:" configure.in || \ - die "sed configure.in failed" + -e "/OPT_C=/s:-O2:${CFLAGS}:" configure.in \ + || die "sed configure.in failed" } src_compile() { @@ -46,10 +47,9 @@ src_compile() { } src_install() { - egamesinstall || die - doman showeq.1 || die "doman failed" - dodoc BUGS CHANGES FAQ INSTALL README* ROADMAP TODO doc/*.{doc,txt} || \ - die "dodoc failed" - dohtml doc/* || die "dohtml failed" + egamesinstall || die + doman showeq.1 + dodoc BUGS CHANGES FAQ INSTALL README* ROADMAP TODO doc/*.{doc,txt} + dohtml doc/* prepgamesdirs } |