diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-10 10:55:18 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-10 10:55:18 +0000 |
commit | 8539a1b6690061b1545b17f2061753f6d4abc120 (patch) | |
tree | ee57d986e79144c3895f4b14379d83c8bf02ec04 /net-www/adobesvg | |
parent | Restrict stripping -- binary only package. (diff) | |
download | gentoo-2-8539a1b6690061b1545b17f2061753f6d4abc120.tar.gz gentoo-2-8539a1b6690061b1545b17f2061753f6d4abc120.tar.bz2 gentoo-2-8539a1b6690061b1545b17f2061753f6d4abc120.zip |
Restrict stripping -- binary only package.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'net-www/adobesvg')
-rw-r--r-- | net-www/adobesvg/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/adobesvg/adobesvg-3.01.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-www/adobesvg/ChangeLog b/net-www/adobesvg/ChangeLog index 08b8f5302ebe..22d130dc8c32 100644 --- a/net-www/adobesvg/ChangeLog +++ b/net-www/adobesvg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/adobesvg -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/adobesvg/ChangeLog,v 1.7 2007/05/14 06:27:25 bangert Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/adobesvg/ChangeLog,v 1.8 2008/10/10 10:55:18 flameeyes Exp $ + + 10 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> adobesvg-3.01.ebuild: + Restrict stripping -- binary only package. 14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/net-www/adobesvg/adobesvg-3.01.ebuild b/net-www/adobesvg/adobesvg-3.01.ebuild index ee6f66b0f455..ab956012f9a2 100644 --- a/net-www/adobesvg/adobesvg-3.01.ebuild +++ b/net-www/adobesvg/adobesvg-3.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/adobesvg/adobesvg-3.01.ebuild,v 1.1 2005/06/26 10:34:07 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/adobesvg/adobesvg-3.01.ebuild,v 1.2 2008/10/10 10:55:18 flameeyes Exp $ inherit nsplugins @@ -17,6 +17,8 @@ IUSE="" S="${WORKDIR}/${PN}-3.01" +RESTRICT="strip" + src_install() { insinto /usr/lib/adobesvg doins *.so LICENSE.txt |