diff options
author | 2008-10-10 10:49:58 +0000 | |
---|---|---|
committer | 2008-10-10 10:49:58 +0000 | |
commit | 42ae9ad3cfcd5f0bbaada3fda1e27a0bcd03bc07 (patch) | |
tree | 045eb10981ea9b8871a3cb178280e67d0fd3948a /net-misc | |
parent | Restrict stripping -- binary only package. (diff) | |
download | gentoo-2-42ae9ad3cfcd5f0bbaada3fda1e27a0bcd03bc07.tar.gz gentoo-2-42ae9ad3cfcd5f0bbaada3fda1e27a0bcd03bc07.tar.bz2 gentoo-2-42ae9ad3cfcd5f0bbaada3fda1e27a0bcd03bc07.zip |
Restrict stripping -- binary only package.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/sjphone/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/sjphone/sjphone-1.60.2235.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-misc/sjphone/ChangeLog b/net-misc/sjphone/ChangeLog index 9e801f235098..4dcd3653bea2 100644 --- a/net-misc/sjphone/ChangeLog +++ b/net-misc/sjphone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/sjphone -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sjphone/ChangeLog,v 1.4 2007/07/22 08:00:32 dberkholz Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/sjphone/ChangeLog,v 1.5 2008/10/10 10:49:58 flameeyes Exp $ + + 10 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> + sjphone-1.60.2235.ebuild: + Restrict stripping -- binary only package. 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; sjphone-1.60.2235.ebuild: diff --git a/net-misc/sjphone/sjphone-1.60.2235.ebuild b/net-misc/sjphone/sjphone-1.60.2235.ebuild index 0ab84853090a..0291b9d96b89 100644 --- a/net-misc/sjphone/sjphone-1.60.2235.ebuild +++ b/net-misc/sjphone/sjphone-1.60.2235.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sjphone/sjphone-1.60.2235.ebuild,v 1.2 2007/07/22 08:00:32 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sjphone/sjphone-1.60.2235.ebuild,v 1.3 2008/10/10 10:49:58 flameeyes Exp $ inherit eutils @@ -22,6 +22,8 @@ RDEPEND="x11-libs/libSM x11-libs/libXdmcp" S=${WORKDIR}/${MY_P} +RESTRICT="strip" + src_install() { insinto /opt/sjphone doins -r lib/* |