diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-01-15 06:04:12 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-01-15 06:04:12 +0000 |
commit | 36ba28319c43a3647352f6e9ec7d2a71dfa90a82 (patch) | |
tree | 977f4eb04af8ffef94a3bc2879cc24aee716c752 /net-analyzer/trafshow | |
parent | Do not strip (bug #251978). Use toolchain. Use dobin. (diff) | |
download | gentoo-2-36ba28319c43a3647352f6e9ec7d2a71dfa90a82.tar.gz gentoo-2-36ba28319c43a3647352f6e9ec7d2a71dfa90a82.tar.bz2 gentoo-2-36ba28319c43a3647352f6e9ec7d2a71dfa90a82.zip |
Install with normal permissions and group. Do not strip (bug #251987).
(Portage version: 2.2_rc22/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'net-analyzer/trafshow')
-rw-r--r-- | net-analyzer/trafshow/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/trafshow/files/trafshow-5.2.3-gentoo.patch (renamed from net-analyzer/trafshow/files/trafshow-5.2.1-gentoo.patch) | 9 | ||||
-rw-r--r-- | net-analyzer/trafshow/trafshow-5.2.3.ebuild | 6 |
3 files changed, 14 insertions, 10 deletions
diff --git a/net-analyzer/trafshow/ChangeLog b/net-analyzer/trafshow/ChangeLog index 49ec82a96dd8..9913f63af701 100644 --- a/net-analyzer/trafshow/ChangeLog +++ b/net-analyzer/trafshow/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/trafshow -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/ChangeLog,v 1.34 2008/02/09 12:09:26 drac Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/ChangeLog,v 1.35 2009/01/15 06:04:12 jer Exp $ + + 15 Jan 2009; Jeroen Roovers <jer@gentoo.org> + -files/trafshow-5.2.1-gentoo.patch, +files/trafshow-5.2.3-gentoo.patch, + trafshow-5.2.3.ebuild: + Install with normal permissions and group. Do not strip (bug #251987). 09 Feb 2008; Samuli Suominen <drac@gentoo.org> trafshow-5.2.3.ebuild: Fix trafshow to work with slang 2.1.3. diff --git a/net-analyzer/trafshow/files/trafshow-5.2.1-gentoo.patch b/net-analyzer/trafshow/files/trafshow-5.2.3-gentoo.patch index 385d771458b2..36582643b511 100644 --- a/net-analyzer/trafshow/files/trafshow-5.2.1-gentoo.patch +++ b/net-analyzer/trafshow/files/trafshow-5.2.3-gentoo.patch @@ -1,6 +1,5 @@ -diff --exclude='*~' -Naur trafshow-5.2.1.orig/Makefile.in trafshow-5.2.1/Makefile.in ---- trafshow-5.2.1.orig/Makefile.in 2005-08-01 15:12:34.000000000 -0300 -+++ trafshow-5.2.1/Makefile.in 2005-08-01 15:17:29.000000000 -0300 +--- trafshow-5.2.3/Makefile.in.orig 2004-06-15 10:29:14.000000000 +0200 ++++ trafshow-5.2.3/Makefile.in 2009-01-15 06:49:41.000000000 +0100 @@ -73,9 +73,9 @@ @echo 'char compiled[] = "$(CC) $(CFLAGS) $(LIBS)";' >> $@ @@ -8,8 +7,8 @@ diff --exclude='*~' -Naur trafshow-5.2.1.orig/Makefile.in trafshow-5.2.1/Makefil - ./install-sh -c -s -m 555 -o bin -g bin $(PROG) $(BINDEST)/$(PROG) - ./install-sh -c -m 444 -o bin -g bin $(PROG).1 $(MANDEST)/man1/$(PROG).1 - [ -f /etc/$(PROG) ] || ./install-sh -c -m 444 .trafshow /etc/$(PROG) -+ ./install-sh -c -s -m 555 -o root -g bin $(PROG) $(DESTDIR)$(BINDEST)/$(PROG) -+ ./install-sh -c -m 444 -o root -g bin $(PROG).1 $(DESTDIR)$(MANDEST)/man1/$(PROG).1 ++ ./install-sh -c -m 755 -o root -g root $(PROG) $(DESTDIR)$(BINDEST)/$(PROG) ++ ./install-sh -c -m 644 -o root -g root $(PROG).1 $(DESTDIR)$(MANDEST)/man1/$(PROG).1 + [ -f $(DESTDIR)/etc/$(PROG) ] || ./install-sh -c -o root -m 444 .trafshow $(DESTDIR)/etc/$(PROG) clean: diff --git a/net-analyzer/trafshow/trafshow-5.2.3.ebuild b/net-analyzer/trafshow/trafshow-5.2.3.ebuild index b1e39977fca6..44a105c903a7 100644 --- a/net-analyzer/trafshow/trafshow-5.2.3.ebuild +++ b/net-analyzer/trafshow/trafshow-5.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-5.2.3.ebuild,v 1.8 2008/02/09 12:09:26 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-5.2.3.ebuild,v 1.9 2009/01/15 06:04:12 jer Exp $ inherit eutils @@ -18,7 +18,7 @@ DEPEND="net-libs/libpcap src_unpack() { unpack ${A}; cd "${S}" - epatch "${FILESDIR}/${PN}-5.2.1-gentoo.patch" + epatch "${FILESDIR}/${P}-gentoo.patch" } src_compile() { |