public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/knemo/files/, net-misc/knemo/
@ 2015-11-04 11:23 Michael Palimaka
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2015-11-04 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     a5e5ccd6e905e4805737b7aa354637daed8895e9
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  4 11:22:21 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Nov  4 11:22:50 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e5ccd6

net-misc/knemo: remove old

Package-Manager: portage-2.2.20.1

 net-misc/knemo/Manifest                            |  1 -
 .../knemo/files/knemo-0.7.6-netlinkbackend.patch   | 15 --------
 net-misc/knemo/knemo-0.7.6-r1.ebuild               | 38 --------------------
 net-misc/knemo/knemo-0.7.6-r2.ebuild               | 40 ----------------------
 4 files changed, 94 deletions(-)

diff --git a/net-misc/knemo/Manifest b/net-misc/knemo/Manifest
index 6511283..e34b7db 100644
--- a/net-misc/knemo/Manifest
+++ b/net-misc/knemo/Manifest
@@ -1,2 +1 @@
-DIST 12956-knemo-0.7.6.tar.bz2 667835 SHA256 0f7a92ec48842261507eb216f2ec38a604ce693405d505702836fa5a04dc218a SHA512 a200e01d75fd518bb5b3230d458919dd5e1aed2cb5dddccc8e7e38c44776bca375472a15e50ee1499c5df7b0b8fa30514755df7f8971952313a66679a0bab194 WHIRLPOOL beb09f5bc02ae778458e0c640a44fe47581c280e652d91138fa983d43837a2c357211302eaba4356356631ca264ea131bf4af71846d8c463a0ebb1f512bf60f4
 DIST 12956-knemo-0.7.7.tar.xz 611580 SHA256 deff2201f11b48b3849d44d38ae3908fa0dcafc326657b5cc2cefc8b1e7fe9ea SHA512 4a5214c2f0146aae60bbcf4bb09230823f13c53eab13489b67fb7eab6c19cac80a036b3e920bf2d99430f98144fae935448915953de785126bc05fcd4ed93065 WHIRLPOOL 05e8c15ac0555315deceb39219aba6b65694e488a69d73116f6150c6e58a48736a1b2ff74dea6f8ea9706dc12e29f0a3ec273c14de648ada2c2067c0f2d5b1db

diff --git a/net-misc/knemo/files/knemo-0.7.6-netlinkbackend.patch b/net-misc/knemo/files/knemo-0.7.6-netlinkbackend.patch
deleted file mode 100644
index c9335af..0000000
--- a/net-misc/knemo/files/knemo-0.7.6-netlinkbackend.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/src/knemod/backends/netlinkbackend.cpp b/src/knemod/backends/netlinkbackend.cpp
-index f749e43..5a82c13 100644
---- a/src/knemod/backends/netlinkbackend.cpp
-+++ b/src/knemod/backends/netlinkbackend.cpp
-@@ -23,6 +23,10 @@
- #include <netlink/route/link.h>
- #include <netlink/route/route.h>
- 
-+#if LIBNL_CURRENT >= 221
-+#include <net/if.h>
-+#endif
-+
- #include <KLocale>
- #include <kio/global.h>
- 

diff --git a/net-misc/knemo/knemo-0.7.6-r1.ebuild b/net-misc/knemo/knemo-0.7.6-r1.ebuild
deleted file mode 100644
index 9b8e8d3..0000000
--- a/net-misc/knemo/knemo-0.7.6-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="ar bg br bs cs cy da de el en_GB eo es et fi fr ga gl hr hu is it
-ja ka km lt ms nb nds nl pl pt pt_BR ro ru rw sk sl sr sv tr ug uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="The KDE Network Monitor"
-HOMEPAGE="http://kde-apps.org/content/show.php?content=12956"
-SRC_URI="http://www.kde-apps.org/CONTENT/content-files/12956-${P}.tar.bz2"
-
-SLOT="4"
-KEYWORDS="amd64 x86"
-LICENSE="GPL-2"
-IUSE="debug wifi"
-
-DEPEND="
-	$(add_kdebase_dep ksysguard)
-	$(add_kdebase_dep systemsettings)
-	dev-libs/libnl:3
-	sys-apps/net-tools
-	dev-qt/qtsql:4[sqlite]
-	wifi? ( net-wireless/wireless-tools )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-	mycmakeargs=(
-		$(cmake-utils_use_no wifi WIRELESS_SUPPORT)
-	)
-
-	kde4-base_src_configure
-}

diff --git a/net-misc/knemo/knemo-0.7.6-r2.ebuild b/net-misc/knemo/knemo-0.7.6-r2.ebuild
deleted file mode 100644
index 8c0ab2c..0000000
--- a/net-misc/knemo/knemo-0.7.6-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="ar bg br bs cs cy da de el en_GB eo es et fi fr ga gl hr hu is it
-ja ka km lt ms nb nds nl pl pt pt_BR ro ru rw sk sl sr sv tr ug uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="The KDE Network Monitor"
-HOMEPAGE="http://kde-apps.org/content/show.php?content=12956"
-SRC_URI="http://www.kde-apps.org/CONTENT/content-files/12956-${P}.tar.bz2"
-
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-2"
-IUSE="debug wifi"
-
-DEPEND="
-	$(add_kdebase_dep ksysguard)
-	$(add_kdebase_dep systemsettings)
-	dev-libs/libnl:3
-	sys-apps/net-tools
-	dev-qt/qtsql:4[sqlite]
-	wifi? ( net-wireless/wireless-tools )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog README )
-
-PATCHES=( "${FILESDIR}/${P}-netlinkbackend.patch" )
-
-src_configure() {
-	mycmakeargs=(
-		$(cmake-utils_use_no wifi WIRELESS_SUPPORT)
-	)
-
-	kde4-base_src_configure
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/knemo/files/, net-misc/knemo/
@ 2015-08-16 13:18 Johannes Huber
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber @ 2015-08-16 13:18 UTC (permalink / raw
  To: gentoo-commits

commit:     de2b0c83e04fc72349b595b779bcda8a8917ba68
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 13:20:58 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 13:21:09 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2b0c83

net-misc/knemo: Fix build, bug 555784

Revision bump adds patch to fix build. Patch provided by baddy
<efan2 <AT> yandex.ru>.

Gentoo-bug: 555784
Reported-by: Toralf Förster <toralf.foerster <AT> gmx.de>

Package-Manager: portage-2.2.20.1

 .../knemo/files/knemo-0.7.6-netlinkbackend.patch   | 11 ++++++
 net-misc/knemo/knemo-0.7.6-r2.ebuild               | 40 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/net-misc/knemo/files/knemo-0.7.6-netlinkbackend.patch b/net-misc/knemo/files/knemo-0.7.6-netlinkbackend.patch
new file mode 100644
index 0000000..fb4dd3a
--- /dev/null
+++ b/net-misc/knemo/files/knemo-0.7.6-netlinkbackend.patch
@@ -0,0 +1,11 @@
+--- ./src/knemod/backends/netlinkbackend.cpp	2015-08-15 14:34:54.823572917 +0600
++++ ./src/knemod/backends/netlinkbackend.cpp.new	2015-08-15 14:34:15.680238396 +0600
+@@ -30,6 +30,8 @@
+ #include "utils.h"
+ #include "netlinkbackend.h"
+ 
++#include <linux/if.h>
++
+ #ifndef IFF_LOWER_UP
+ #define IFF_LOWER_UP   0x10000
+ #endif

diff --git a/net-misc/knemo/knemo-0.7.6-r2.ebuild b/net-misc/knemo/knemo-0.7.6-r2.ebuild
new file mode 100644
index 0000000..8c0ab2c
--- /dev/null
+++ b/net-misc/knemo/knemo-0.7.6-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_LINGUAS="ar bg br bs cs cy da de el en_GB eo es et fi fr ga gl hr hu is it
+ja ka km lt ms nb nds nl pl pt pt_BR ro ru rw sk sl sr sv tr ug uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="The KDE Network Monitor"
+HOMEPAGE="http://kde-apps.org/content/show.php?content=12956"
+SRC_URI="http://www.kde-apps.org/CONTENT/content-files/12956-${P}.tar.bz2"
+
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-2"
+IUSE="debug wifi"
+
+DEPEND="
+	$(add_kdebase_dep ksysguard)
+	$(add_kdebase_dep systemsettings)
+	dev-libs/libnl:3
+	sys-apps/net-tools
+	dev-qt/qtsql:4[sqlite]
+	wifi? ( net-wireless/wireless-tools )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog README )
+
+PATCHES=( "${FILESDIR}/${P}-netlinkbackend.patch" )
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_no wifi WIRELESS_SUPPORT)
+	)
+
+	kde4-base_src_configure
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-04 11:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-04 11:23 [gentoo-commits] repo/gentoo:master commit in: net-misc/knemo/files/, net-misc/knemo/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2015-08-16 13:18 Johannes Huber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox