summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2006-01-15 18:56:49 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2006-01-15 18:56:49 +0000
commit9adcf71673a11e2c63bdfed08a017daef036ecc8 (patch)
tree2d58c772a896ee75f59d28f85e93ad13a3f166d6 /net-analyzer/etherape
parentFixed slot problem in jsscript. Also fixed collison between 1.5 and 1.6 over (diff)
downloadhistorical-9adcf71673a11e2c63bdfed08a017daef036ecc8.tar.gz
historical-9adcf71673a11e2c63bdfed08a017daef036ecc8.tar.bz2
historical-9adcf71673a11e2c63bdfed08a017daef036ecc8.zip
0.9.4 version bump for bug 119056.
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-analyzer/etherape')
-rw-r--r--net-analyzer/etherape/ChangeLog11
-rw-r--r--net-analyzer/etherape/Manifest6
-rw-r--r--net-analyzer/etherape/etherape-0.9.0.ebuild50
-rw-r--r--net-analyzer/etherape/etherape-0.9.4.ebuild43
-rw-r--r--net-analyzer/etherape/files/digest-etherape-0.9.01
-rw-r--r--net-analyzer/etherape/files/digest-etherape-0.9.41
6 files changed, 56 insertions, 56 deletions
diff --git a/net-analyzer/etherape/ChangeLog b/net-analyzer/etherape/ChangeLog
index f9f002dd488c..5b2b3c46f404 100644
--- a/net-analyzer/etherape/ChangeLog
+++ b/net-analyzer/etherape/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-analyzer/etherape
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.28 2005/10/02 16:55:19 hansmi Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.29 2006/01/15 18:56:49 vanquirius Exp $
+
+*etherape-0.9.4 (15 Jan 2006)
+
+ 15 Jan 2006; Marcelo Goes <vanquirius@gentoo.org> -etherape-0.9.0.ebuild,
+ +etherape-0.9.4.ebuild:
+ 0.9.4 version bump for bug 119056. Thanks to Jesse Adelman <jesse at
+ boldandbusted dot com>.
02 Oct 2005; Michael Hanselmann <hansmi@gentoo.org> etherape-0.9.3.ebuild:
Stable on ppc.
diff --git a/net-analyzer/etherape/Manifest b/net-analyzer/etherape/Manifest
index 289adf3cdf4b..f9619ae714bf 100644
--- a/net-analyzer/etherape/Manifest
+++ b/net-analyzer/etherape/Manifest
@@ -1,8 +1,8 @@
-MD5 1a92fdd553981eb21d883556b1b3d5d4 ChangeLog 4096
-MD5 055fd4a254cc6d675c0d168ebd8a1461 etherape-0.9.0.ebuild 1241
+MD5 3072ffd8961165706bab4492b4edd6a1 ChangeLog 4331
MD5 71ae541d4558f880b2783e4c4a885ac3 etherape-0.9.3.ebuild 1321
-MD5 4ec4396b2bd551ad7dc1ddc3ca92a8e1 files/digest-etherape-0.9.0 66
+MD5 2b5337a7a1cdc7777c3b25842ae34ea6 etherape-0.9.4.ebuild 1285
MD5 76397dabeac22c60a8fc7400eab6a8e1 files/digest-etherape-0.9.3 66
+MD5 c68d1756d1e08817675b609c8308f4fb files/digest-etherape-0.9.4 66
MD5 0015559610bab6a40691241598863f72 files/etherape-0.9.0-libpcap-include.patch 399
MD5 878e13dfd52ac79ec511a2ff1d259b73 files/etherape-0.9.0-res_mkquery.patch 466
MD5 e0c5c68b74ad90834cbdea3b792a19a4 files/etherape-0.9.1-fix-mkinstalldirs.diff 563
diff --git a/net-analyzer/etherape/etherape-0.9.0.ebuild b/net-analyzer/etherape/etherape-0.9.0.ebuild
deleted file mode 100644
index e44182f8dfab..000000000000
--- a/net-analyzer/etherape/etherape-0.9.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.9.0.ebuild,v 1.11 2005/09/29 02:44:41 vanquirius Exp $
-
-inherit eutils
-
-IUSE=""
-DESCRIPTION="A graphical network monitor for Unix modeled after etherman"
-SRC_URI="mirror://sourceforge/etherape/${P}.tar.gz"
-HOMEPAGE="http://etherape.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc ~amd64"
-
-DEPEND=">=gnome-base/libglade-2.0
- >=gnome-base/libgnomeui-2.0
- virtual/libpcap
- sys-devel/gettext
- sys-devel/autoconf"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
-
- epatch ${FILESDIR}/${P}-libpcap-include.patch
- epatch ${FILESDIR}/${P}-res_mkquery.patch
-}
-
-src_compile() {
- aclocal
- autoconf
-
- econf || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die "install failed"
-
- # move shortcut to gnome2 compliant location
- dodir /usr/share/applications
- mv ${D}/usr/share/gnome/apps/Applications/etherape.desktop \
- ${D}/usr/share/applications
- echo "Categories=GNOME;Application;Network;" >> ${D}/usr/share/applications/etherape.desktop
- rm -rf ${D}/usr/share/gnome
-
- dodoc ABOUT-NLS AUTHORS ChangeLog FAQ NEWS OVERVIEW
- dodoc README* TODO
-}
-
diff --git a/net-analyzer/etherape/etherape-0.9.4.ebuild b/net-analyzer/etherape/etherape-0.9.4.ebuild
new file mode 100644
index 000000000000..6a552553ece9
--- /dev/null
+++ b/net-analyzer/etherape/etherape-0.9.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.9.4.ebuild,v 1.1 2006/01/15 18:56:49 vanquirius Exp $
+
+inherit eutils
+
+DESCRIPTION="A graphical network monitor for Unix modeled after etherman"
+SRC_URI="mirror://sourceforge/etherape/${P}.tar.gz"
+HOMEPAGE="http://etherape.sourceforge.net/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=gnome-base/libglade-2.0
+ >=gnome-base/libgnomeui-2.0
+ virtual/libpcap
+ sys-devel/gettext"
+
+src_unpack() {
+ unpack ${A}; cd "${S}"
+ epatch "${FILESDIR}"/${PN}-0.9.3-res_mkquery.patch
+ epatch "${FILESDIR}"/${PN}-0.9.1-fix-mkinstalldirs.diff
+
+ aclocal || die "aclocal failed"
+ autoconf || die "autoconf failed"
+ libtoolize --copy --force
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+
+ # move shortcut to gnome2 compliant location
+ dodir /usr/share/applications
+ mv "${D}"/usr/share/gnome/apps/Applications/etherape.desktop \
+ "${D}"/usr/share/applications
+ echo "Categories=GNOME;Application;Network;" >> "${D}"/usr/share/applications/etherape.desktop
+ rm -rf "${D}"/usr/share/gnome
+
+ dodoc ABOUT-NLS AUTHORS ChangeLog FAQ NEWS OVERVIEW
+ dodoc README* TODO
+}
diff --git a/net-analyzer/etherape/files/digest-etherape-0.9.0 b/net-analyzer/etherape/files/digest-etherape-0.9.0
deleted file mode 100644
index d35201ec0e8f..000000000000
--- a/net-analyzer/etherape/files/digest-etherape-0.9.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a712f4cb04897d1a02ce988cffbf254c etherape-0.9.0.tar.gz 406667
diff --git a/net-analyzer/etherape/files/digest-etherape-0.9.4 b/net-analyzer/etherape/files/digest-etherape-0.9.4
new file mode 100644
index 000000000000..6a5591e9ad49
--- /dev/null
+++ b/net-analyzer/etherape/files/digest-etherape-0.9.4
@@ -0,0 +1 @@
+MD5 22f25464deca3f4a09f0247513ec5d2a etherape-0.9.4.tar.gz 611510