diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-23 05:07:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-23 05:07:59 +0000 |
commit | c7074c6cb0deded7c24c72386e5154ab51f40b0b (patch) | |
tree | 7fa80d40efe677f3083b3d387f515f7e09a8f3d2 /games-arcade | |
parent | Sanitize dependencies (diff) | |
download | gentoo-2-c7074c6cb0deded7c24c72386e5154ab51f40b0b.tar.gz gentoo-2-c7074c6cb0deded7c24c72386e5154ab51f40b0b.tar.bz2 gentoo-2-c7074c6cb0deded7c24c72386e5154ab51f40b0b.zip |
avoid prestripping binaries (bug #137586) - patch from Tristan Heaven
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/viruskiller/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/viruskiller/files/digest-viruskiller-1.0 | 2 | ||||
-rw-r--r-- | games-arcade/viruskiller/viruskiller-1.0.ebuild | 5 |
3 files changed, 11 insertions, 4 deletions
diff --git a/games-arcade/viruskiller/ChangeLog b/games-arcade/viruskiller/ChangeLog index a2e006030751..749619abf477 100644 --- a/games-arcade/viruskiller/ChangeLog +++ b/games-arcade/viruskiller/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/viruskiller -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/viruskiller/ChangeLog,v 1.9 2005/05/21 19:49:43 mr_bones_ Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/viruskiller/ChangeLog,v 1.10 2006/06/23 05:07:59 mr_bones_ Exp $ + + 23 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org> + viruskiller-1.0.ebuild: + avoid prestripping binaries (bug #137586) - patch from Tristan Heaven *viruskiller-1.0 (21 May 2005) diff --git a/games-arcade/viruskiller/files/digest-viruskiller-1.0 b/games-arcade/viruskiller/files/digest-viruskiller-1.0 index 93e98863db35..25e9ce060d68 100644 --- a/games-arcade/viruskiller/files/digest-viruskiller-1.0 +++ b/games-arcade/viruskiller/files/digest-viruskiller-1.0 @@ -1 +1,3 @@ MD5 de7c78b3abdb4ff488943d78a94f5bb1 viruskiller-1.0-1.tar.gz 4402168 +RMD160 d071b42cc8253f762100408333c8e83fcfd2e298 viruskiller-1.0-1.tar.gz 4402168 +SHA256 a2571ce17fd7a32cb455e89726a3b5d033053786440df776285fc61f3a9bd063 viruskiller-1.0-1.tar.gz 4402168 diff --git a/games-arcade/viruskiller/viruskiller-1.0.ebuild b/games-arcade/viruskiller/viruskiller-1.0.ebuild index 13aae0588b83..c632ae01b727 100644 --- a/games-arcade/viruskiller/viruskiller-1.0.ebuild +++ b/games-arcade/viruskiller/viruskiller-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/viruskiller/viruskiller-1.0.ebuild,v 1.1 2005/05/21 19:49:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/viruskiller/viruskiller-1.0.ebuild,v 1.2 2006/06/23 05:07:59 mr_bones_ Exp $ inherit flag-o-matic games @@ -29,6 +29,7 @@ src_unpack() { -e "/^BINDIR = /s:/$:/bin/:" \ -e "/^DOCDIR = /s:doc/.*:doc/${PF}/html/:" \ -e "/^\(KDE\|GNOME\) = /s:=.*:= \$(DESTDIR)/usr/share/applications:" \ + -e "/strip/d" \ makefile \ || die "sed failed" rm -f doc/LICENSE |