diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-07-09 18:36:20 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-07-09 18:36:20 +0000 |
commit | dcdcac44025fc552fbd8e6d5be94b1fb5a96b9de (patch) | |
tree | 69697ed8134e1ab84694e6ab9adc4d7223a694cf /sci-astronomy | |
parent | #81788: version bump (yes, i know there is a higher version, but it does not ... (diff) | |
download | historical-dcdcac44025fc552fbd8e6d5be94b1fb5a96b9de.tar.gz historical-dcdcac44025fc552fbd8e6d5be94b1fb5a96b9de.tar.bz2 historical-dcdcac44025fc552fbd8e6d5be94b1fb5a96b9de.zip |
#95599: fixed stripping problem
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/msetimon/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/msetimon/Manifest | 10 | ||||
-rw-r--r-- | sci-astronomy/msetimon/msetimon-2.78.ebuild | 5 |
3 files changed, 13 insertions, 7 deletions
diff --git a/sci-astronomy/msetimon/ChangeLog b/sci-astronomy/msetimon/ChangeLog index 8689d96397c0..6d64c0add1ea 100644 --- a/sci-astronomy/msetimon/ChangeLog +++ b/sci-astronomy/msetimon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/msetimon # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/msetimon/ChangeLog,v 1.2 2005/07/09 18:34:47 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/msetimon/ChangeLog,v 1.3 2005/07/09 18:36:20 smithj Exp $ + + 09 Jul 2005; Jonathan Smith <smithj@gentoo.org> msetimon-2.78.ebuild: + #95599: fixed stripping problem *msetimon-2.53 (09 Jul 2005) diff --git a/sci-astronomy/msetimon/Manifest b/sci-astronomy/msetimon/Manifest index 6da365716a71..22a1cac2e7d6 100644 --- a/sci-astronomy/msetimon/Manifest +++ b/sci-astronomy/msetimon/Manifest @@ -1,11 +1,11 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 b90632f57fc10c9363143e1652c97936 ChangeLog 1382 +MD5 58af3f635277645be121cbe99337350d ChangeLog 1489 MD5 74946b3a0771a4fd2aed8cb884d38ab5 msetimon-2.07.ebuild 733 MD5 2fdcec0b295e9db8d064992932e77fd5 metadata.xml 344 -MD5 e3d72d5b54cf22e30d6f74404b48b84d msetimon-2.78.ebuild 622 MD5 2c06228f63b2f99323c5c2588d58866b msetimon-2.53.ebuild 890 +MD5 97e34e5c144e6fbf113bdc59eac34310 msetimon-2.78.ebuild 695 MD5 20e21ddbeb262f988690a411638f0f90 files/digest-msetimon-2.07 77 MD5 b50a8e14ac6a6a1435b7292d9a9c1b35 files/digest-msetimon-2.78 83 MD5 a2152eaf673f7100bc902bc4719a7a65 files/msetimon-daemon-only.patch 2002 @@ -13,7 +13,7 @@ MD5 98347fc7eb71ca86fc390de1298b1de0 files/digest-msetimon-2.53 77 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFC0Bjhl5AvwDPiUowRAq8DAJ0dxheyHnSeC/S2gEZBm3t2cF+nmgCeK8x2 -htdzWhaFGy2rN8qho9sniwY= -=5cze +iD8DBQFC0Bk+l5AvwDPiUowRAr7dAJ0a9D/fwf54xaOohnTUzvKRNyNEyQCgiCxE +Q/yOianmDS1Put6KBlezeUw= +=UuTj -----END PGP SIGNATURE----- diff --git a/sci-astronomy/msetimon/msetimon-2.78.ebuild b/sci-astronomy/msetimon/msetimon-2.78.ebuild index 80f6eb358054..8d829991319d 100644 --- a/sci-astronomy/msetimon/msetimon-2.78.ebuild +++ b/sci-astronomy/msetimon/msetimon-2.78.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/sci-astronomy/msetimon/msetimon-2.78.ebuild,v 1.2 2005/07/09 18:34:47 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/msetimon/msetimon-2.78.ebuild,v 1.3 2005/07/09 18:36:20 smithj Exp $ MY_P=${PN}-i386-linux-lib6c-${PV/./-} DESCRIPTION="A GUI utility for monitoring the SETI@Home client" @@ -15,6 +15,9 @@ IUSE="" DEPEND="virtual/x11" +# stupid binary-only package messes up when stripped +RESTRICT="nostrip" + S=${WORKDIR}/${MY_P} src_install () { |