net-analyzer/ntopng: Drop old versions
authorSlawomir Lis <slis@gentoo.org>
Mon, 21 Nov 2016 19:47:25 +0000 (20:47 +0100)
committerSlawomir Lis <slis@gentoo.org>
Mon, 21 Nov 2016 19:48:18 +0000 (20:48 +0100)
Dropped version 2.0 and 1.2.1

Package-Manager: portage-2.3.2

net-analyzer/ntopng/Manifest
net-analyzer/ntopng/ntopng-1.2.1.ebuild [deleted file]
net-analyzer/ntopng/ntopng-2.0.ebuild [deleted file]

index 0a25eae3fde802b88cbe6e1f675d31e5ee601a67..e529401e453b0a19492efc3ce31b754fbdd7dbdc 100644 (file)
@@ -1,3 +1 @@
-DIST ntopng-1.2.1.tgz 9381092 SHA256 9b98114358d350caad2dcdbacceb895288f958dbbbfddf21a23b921d1a1b68b5 SHA512 816d63807fc40bcd1851fe5969b4a7d47540052c696f227b26dd38f1621bea5c48bb25a1115bdae3ec4c529d9f291d3d615a760081a90d937154a6a487194ca5 WHIRLPOOL 672fbf53108691fa0b0154ea21240445474e2e89d75004d4cd455ab2f8b5a62c5d1386670ab8ab9e6bd0304e9fe89c29a380db6d7959b4df6474e55f69892b3f
-DIST ntopng-2.0.tar.gz 35783709 SHA256 3cbfd6de1bc44d65f7c7f0de282d122d11f493f1261ba137c3b5b202e08e0251 SHA512 2208623cdc843b8e4ec285930d1ea74ac50c576888fce20f6fc4363e747e0dbef7f1808e7b77ae9b7f5316bca55a3e003a9926785c847bbea2c321d7f7e56d13 WHIRLPOOL 40438c3260a9ba16d8893ce41c494feda8e6290efc0253d4f19d354f6dd535f2d13177d1a1449abdcb5d5a212db0736540f5b92c77fcd624eb9b672ac659a2bc
 DIST ntopng-2.4.tar.gz 134074662 SHA256 f44e2faf3cb712d75106fc9c594139fbfd437edf4a7e6e9ed65134e1f47ad355 SHA512 515dd7889ae3aaf2482371bb2c55ab7300cf4207fe07f37029b7529bfb710379c19a54f58cf6df87e42454c0c99d15291af334adff676252301d9edd0acf3c7a WHIRLPOOL ba5d9fce207d1a89e5c8b35705b0aaeb66235153b91eaf7a84b1c50bcb4b897f992c81aa7fd316ad2d87458cdfdcd4d63de37d0a00375706a036f491ba448c7b
diff --git a/net-analyzer/ntopng/ntopng-1.2.1.ebuild b/net-analyzer/ntopng/ntopng-1.2.1.ebuild
deleted file mode 100644 (file)
index b5725ca..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools user
-
-DESCRIPTION="Network traffic analyzer with web interface"
-HOMEPAGE="http://www.ntop.org/"
-SRC_URI="mirror://sourceforge/ntop/${PN}/${P}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-db/sqlite:3
-       dev-libs/geoip
-       dev-libs/glib:2
-       net-libs/libpcap"
-RDEPEND="${DEPEND}
-       dev-db/redis"
-
-src_prepare() {
-       eautoreconf
-}
-
-src_install() {
-       SHARE_NTOPNG_DIR="${EPREFIX}/usr/share/${PN}"
-       dodir ${SHARE_NTOPNG_DIR}
-       insinto ${SHARE_NTOPNG_DIR}
-       doins -r httpdocs
-       doins -r scripts
-
-       exeinto /usr/bin
-       doexe ${PN}
-       doman ${PN}.8
-
-       newinitd "${FILESDIR}/ntopng.init.d" ntopng
-       newconfd "${FILESDIR}/ntopng.conf.d" ntopng
-
-       dodir "/var/lib/ntopng"
-       fowners ntopng "${EPREFIX}/var/lib/ntopng"
-}
-
-pkg_setup() {
-       enewuser ntopng
-}
-
-pkg_postinst() {
-       elog "ntopng default creadential are user='admin' password='admin'"
-}
diff --git a/net-analyzer/ntopng/ntopng-2.0.ebuild b/net-analyzer/ntopng/ntopng-2.0.ebuild
deleted file mode 100644 (file)
index eca802c..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils user
-
-DESCRIPTION="Network traffic analyzer with web interface"
-HOMEPAGE="http://www.ntop.org/"
-SRC_URI="mirror://sourceforge/ntop/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-db/sqlite:3
-       dev-lang/luajit:2
-       dev-libs/geoip
-       dev-libs/glib:2
-       dev-libs/libxml2
-       net-analyzer/rrdtool
-       net-libs/libpcap
-       dev-python/pyzmq"
-RDEPEND="${DEPEND}
-       dev-db/redis"
-
-src_prepare() {
-       cat "${S}/configure.seed" | sed "s/@VERSION@/${PV}/g" | sed "s/@SHORT_VERSION@/${PV}/g" > "${S}/configure.ac"
-       epatch "${FILESDIR}/${P}-dont-build-ndpi.patch"
-       sed -i 's/exit$/exit 1/g' "${S}/configure.ac" "${S}/nDPI/configure.ac"
-       eautoreconf
-
-       cd "${S}/nDPI"
-       eautoreconf
-}
-
-src_configure() {
-       cd "${S}/nDPI"
-       econf
-       cd "${S}"
-       econf
-}
-
-src_compile() {
-       cd "${S}/nDPI"
-       emake
-
-       cd "${S}"
-       emake
-}
-
-src_install() {
-       SHARE_NTOPNG_DIR="${EPREFIX}/usr/share/${PN}"
-       dodir ${SHARE_NTOPNG_DIR}
-       insinto ${SHARE_NTOPNG_DIR}
-       doins -r httpdocs
-       doins -r scripts
-
-       exeinto /usr/bin
-       doexe ${PN}
-       doman ${PN}.8
-
-       newinitd "${FILESDIR}/ntopng.init.d" ntopng
-       newconfd "${FILESDIR}/ntopng.conf.d" ntopng
-
-       dodir "/var/lib/ntopng"
-       fowners ntopng "${EPREFIX}/var/lib/ntopng"
-}
-
-pkg_setup() {
-       enewuser ntopng
-}
-
-pkg_postinst() {
-       elog "ntopng default creadential are user='admin' password='admin'"
-}