diff options
author | Rick Farina <zerochaos@gentoo.org> | 2013-01-30 04:28:06 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2013-01-30 04:28:06 +0000 |
commit | 772e47a8099ad0dc7724b4948906d26626322f8f (patch) | |
tree | 5fcba93c3b0998c02e875f5454ff45c621249e2f /net-analyzer | |
parent | Bump (diff) | |
download | gentoo-2-772e47a8099ad0dc7724b4948906d26626322f8f.tar.gz gentoo-2-772e47a8099ad0dc7724b4948906d26626322f8f.tar.bz2 gentoo-2-772e47a8099ad0dc7724b4948906d26626322f8f.zip |
bumping eapi for subslot support to enable automatic rebuilding of external modules
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.6.13.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.8.5.ebuild | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 50e26479fe02..4b4a4227ec23 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.430 2013/01/30 04:18:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.431 2013/01/30 04:28:06 zerochaos Exp $ + + 30 Jan 2013; Rick Farina <zerochaos@gentoo.org> wireshark-1.6.13.ebuild, + wireshark-1.8.5.ebuild: + bumping eapi for subslot support to enable automatic rebuilding of external + modules 30 Jan 2013; Jeroen Roovers <jer@gentoo.org> files/wireshark-1.8.1-ldflags.patch: diff --git a/net-analyzer/wireshark/wireshark-1.6.13.ebuild b/net-analyzer/wireshark/wireshark-1.6.13.ebuild index e3534e6a9eb9..272e8872ec45 100644 --- a/net-analyzer/wireshark/wireshark-1.6.13.ebuild +++ b/net-analyzer/wireshark/wireshark-1.6.13.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild,v 1.3 2013/01/30 04:07:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild,v 1.4 2013/01/30 04:28:06 zerochaos Exp $ -EAPI=4 +EAPI=5 PYTHON_DEPEND="python? 2" inherit autotools eutils flag-o-matic python toolchain-funcs user @@ -12,7 +12,7 @@ HOMEPAGE="http://www.wireshark.org/" SRC_URI="http://www.wireshark.org/download/src/all-versions/${MY_P}.tar.bz2" LICENSE="GPL-2" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE=" adns doc doc-pdf gtk ipv6 libadns lua gcrypt geoip kerberos profile diff --git a/net-analyzer/wireshark/wireshark-1.8.5.ebuild b/net-analyzer/wireshark/wireshark-1.8.5.ebuild index f9b5a3830987..8d6b77c63734 100644 --- a/net-analyzer/wireshark/wireshark-1.8.5.ebuild +++ b/net-analyzer/wireshark/wireshark-1.8.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild,v 1.2 2013/01/30 04:07:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild,v 1.3 2013/01/30 04:28:06 zerochaos Exp $ -EAPI="4" +EAPI="5" PYTHON_DEPEND="python? 2" inherit autotools eutils flag-o-matic python toolchain-funcs user @@ -12,7 +12,7 @@ HOMEPAGE="http://www.wireshark.org/" SRC_URI="http://www.wireshark.org/download/src/all-versions/${MY_P}.tar.bz2" LICENSE="GPL-2" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE=" adns +caps doc doc-pdf geoip gtk crypt ipv6 kerberos libadns lua +pcap |