summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-01-21 18:30:44 +0000
committerJeroen Roovers <jer@gentoo.org>2012-01-21 18:30:44 +0000
commit12b7d674385f71662286fbb5c599d8760ffdbb72 (patch)
tree105eb6a7d74a9c6106b59a9a12041f18347ed9be /net-misc/packETH
parentApplying pkg_setup to earlier version (diff)
downloadgentoo-2-12b7d674385f71662286fbb5c599d8760ffdbb72.tar.gz
gentoo-2-12b7d674385f71662286fbb5c599d8760ffdbb72.tar.bz2
gentoo-2-12b7d674385f71662286fbb5c599d8760ffdbb72.zip
Old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/packETH')
-rw-r--r--net-misc/packETH/ChangeLog6
-rw-r--r--net-misc/packETH/files/packETH-1.6.3-gentoo.patch25
-rw-r--r--net-misc/packETH/files/packETH-1.6.3-pixmaps.patch11
-rw-r--r--net-misc/packETH/packETH-1.6.3.ebuild40
4 files changed, 5 insertions, 77 deletions
diff --git a/net-misc/packETH/ChangeLog b/net-misc/packETH/ChangeLog
index c34a1fdc3ae5..f182c3ce0c8d 100644
--- a/net-misc/packETH/ChangeLog
+++ b/net-misc/packETH/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/packETH
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/packETH/ChangeLog,v 1.16 2012/01/21 16:34:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/packETH/ChangeLog,v 1.17 2012/01/21 18:30:43 jer Exp $
+
+ 21 Jan 2012; Jeroen Roovers <jer@gentoo.org> -packETH-1.6.3.ebuild,
+ -files/packETH-1.6.3-gentoo.patch, -files/packETH-1.6.3-pixmaps.patch:
+ Old.
21 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> packETH-1.7.1.ebuild:
x86 stable wrt bug #397177
diff --git a/net-misc/packETH/files/packETH-1.6.3-gentoo.patch b/net-misc/packETH/files/packETH-1.6.3-gentoo.patch
deleted file mode 100644
index cd336673e685..000000000000
--- a/net-misc/packETH/files/packETH-1.6.3-gentoo.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- packETH-1.6.3/Makefile.orig 2009-01-20 16:07:51.000000000 +0100
-+++ packETH-1.6.3/Makefile 2009-11-01 23:22:52.000000000 +0100
-@@ -22,17 +22,15 @@
- prefix = /usr
- includedir = /usr/src/include
-
-+packages = gthread-2.0 gtk+-x11-2.0
-+
- INSTALL = /usr/bin/install -c
- INSTALL_DATA = ${INSTALL} -m 644
- INSTALL_PREFIX = /usr
-
--CC = gcc
--CPPFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
--LDFLAGS =
--CFLAGS = -g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
--#LIBS = -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXi -lXext -lX11 -lm -lpthread -lgthread
--#LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lpthread -lgthread-2.0
--LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lglib-2.0 -lpthread -lgthread-2.0
-+CPPFLAGS = $(shell pkg-config --cflags $(packages))
-+CFLAGS += -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
-+LIBS = $(shell pkg-config --libs $(packages))
-
- SOURCES = \
- main.c \
diff --git a/net-misc/packETH/files/packETH-1.6.3-pixmaps.patch b/net-misc/packETH/files/packETH-1.6.3-pixmaps.patch
deleted file mode 100644
index 035755880ab8..000000000000
--- a/net-misc/packETH/files/packETH-1.6.3-pixmaps.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- packETH-1.6.3/interface.c.orig 2009-10-23 17:24:31.000000000 +0200
-+++ packETH-1.6.3/interface.c 2009-11-01 23:27:22.000000000 +0100
-@@ -914,6 +914,8 @@
- GtkWidget *label251;
- GtkWidget *statusbar1;
-
-+ add_pixmap_directory ("/usr/share/pixmaps/packETH");
-+
- window1 = gtk_window_new (GTK_WINDOW_TOPLEVEL);
- gtk_window_set_title (GTK_WINDOW (window1), _("PackETH - ethernet packet generator"));
- gtk_window_set_position (GTK_WINDOW (window1), GTK_WIN_POS_CENTER);
diff --git a/net-misc/packETH/packETH-1.6.3.ebuild b/net-misc/packETH/packETH-1.6.3.ebuild
deleted file mode 100644
index 68ce1fcc49e3..000000000000
--- a/net-misc/packETH/packETH-1.6.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/packETH/packETH-1.6.3.ebuild,v 1.4 2011/03/24 17:24:06 jer Exp $
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Packet generator tool for ethernet"
-HOMEPAGE="http://packeth.sourceforge.net/"
-SRC_URI="mirror://sourceforge/packeth/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="=x11-libs/gtk+-2*"
-DEPEND="
- dev-util/pkgconfig
- ${RDEPEND}
-"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
- epatch "${FILESDIR}"/${P}-pixmaps.patch
-}
-
-src_compile() {
- tc-export CC
- default_src_compile
-}
-
-src_install() {
- insinto /usr/bin
- dobin packETH || die
- insinto /usr/share/pixmaps/packETH
- doins pixmaps/*
- dodoc ChangeLog README TODO
-}