diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-10-15 15:58:51 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-10-15 15:58:51 +0000 |
commit | 3a2b3961583b7626654e9f9255138578f137151d (patch) | |
tree | f08cccc09a36038f35f818a2c8d993030687d4fb /games-server | |
parent | Pruned old revisions. (diff) | |
download | gentoo-2-3a2b3961583b7626654e9f9255138578f137151d.tar.gz gentoo-2-3a2b3961583b7626654e9f9255138578f137151d.tar.bz2 gentoo-2-3a2b3961583b7626654e9f9255138578f137151d.zip |
Add RESTRICT=strip
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/WarpPipe/ChangeLog | 5 | ||||
-rw-r--r-- | games-server/WarpPipe/WarpPipe-0.3.5.ebuild | 9 | ||||
-rw-r--r-- | games-server/WarpPipe/files/digest-WarpPipe-0.3.5 | 2 |
3 files changed, 11 insertions, 5 deletions
diff --git a/games-server/WarpPipe/ChangeLog b/games-server/WarpPipe/ChangeLog index 07b8180e7cc2..4962c6f03fe8 100644 --- a/games-server/WarpPipe/ChangeLog +++ b/games-server/WarpPipe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-server/WarpPipe # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/WarpPipe/ChangeLog,v 1.4 2006/01/29 07:20:51 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/WarpPipe/ChangeLog,v 1.5 2006/10/15 15:58:51 nyhm Exp $ + + 15 Oct 2006; Tristan Heaven <nyhm@gentoo.org> WarpPipe-0.3.5.ebuild: + Add RESTRICT=strip 29 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> WarpPipe-0.3.5.ebuild: diff --git a/games-server/WarpPipe/WarpPipe-0.3.5.ebuild b/games-server/WarpPipe/WarpPipe-0.3.5.ebuild index edfba8217d85..c89e3ee821f6 100644 --- a/games-server/WarpPipe/WarpPipe-0.3.5.ebuild +++ b/games-server/WarpPipe/WarpPipe-0.3.5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/WarpPipe/WarpPipe-0.3.5.ebuild,v 1.3 2006/01/29 07:20:51 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/WarpPipe/WarpPipe-0.3.5.ebuild,v 1.4 2006/10/15 15:58:51 nyhm Exp $ + +inherit qt3 DESCRIPTION="connect gamecubes together over the network" HOMEPAGE="http://www.warppipe.com/" @@ -10,11 +12,10 @@ LICENSE="WarpPipe" SLOT="0" KEYWORDS="-* x86" IUSE="" +RESTRICT="strip" DEPEND="" -RDEPEND="virtual/libc - || ( x11-libs/libXext virtual/x11 ) - =x11-libs/qt-3*" +RDEPEND="$(qt_min_version 3.3)" S=${WORKDIR}/${P}-linux diff --git a/games-server/WarpPipe/files/digest-WarpPipe-0.3.5 b/games-server/WarpPipe/files/digest-WarpPipe-0.3.5 index 1f0ae72dd438..58d4ed213e0e 100644 --- a/games-server/WarpPipe/files/digest-WarpPipe-0.3.5 +++ b/games-server/WarpPipe/files/digest-WarpPipe-0.3.5 @@ -1 +1,3 @@ MD5 a1b19052a4fa542a06f37848d935b670 WarpPipe-0.3.5-linux.tar.gz 268813 +RMD160 5e715a71de66f94c446dcdf568d8992a6bb125de WarpPipe-0.3.5-linux.tar.gz 268813 +SHA256 d730b40963dae7bf2003651a304d10e8d8b3e293bcd87be836aa63607b26955b WarpPipe-0.3.5-linux.tar.gz 268813 |