Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/innotop/
Date: Thu, 26 Jan 2017 21:20:55
Message-Id: 1485465642.4a1227be101f33232a99e4c4cf838045428d4ce0.grknight@gentoo
1 commit: 4a1227be101f33232a99e4c4cf838045428d4ce0
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 21:19:47 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 21:20:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1227be
7
8 dev-db/innotop: Drop old versions and reference to google-code
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-db/innotop/Manifest | 2 --
13 dev-db/innotop/innotop-1.9.0-r1.ebuild | 26 --------------------------
14 dev-db/innotop/innotop-1.9.1.ebuild | 26 --------------------------
15 dev-db/innotop/metadata.xml | 1 -
16 4 files changed, 55 deletions(-)
17
18 diff --git a/dev-db/innotop/Manifest b/dev-db/innotop/Manifest
19 index 2c80145..214f88c 100644
20 --- a/dev-db/innotop/Manifest
21 +++ b/dev-db/innotop/Manifest
22 @@ -1,4 +1,2 @@
23 DIST innotop-1.11.1.tar.gz 178295 SHA256 c93a4fb496ce1749aaaf0a70f0899ed1fa1aa5cd231208b6b3424285c77dc1b7 SHA512 49654e8ed81f5690c7e80fb169ad514caedb8d62e22bddc12cc234701875bc8ca7e2cc79061c10557d63dadbb40f2328a58b38dcf8aa60469c0c1558dbf0bed9 WHIRLPOOL 5b6162973be67821f46d580425a2ee23877687365cd6b87ca55c84d30115e02ce85197eacc80d30690f9523b711d16bcae9d87696eb78c10b8ea5db233948bb9
24 DIST innotop-1.11.4.tar.gz 179683 SHA256 fb0d7d2558e2198d9224b44dc4220d4c62e1b5b0069312012306275be39b4ab9 SHA512 678d57074fd4fc87c93032052b87dc187cfe273e99fef8ec8f93131f8d885613bacda7b900f56e7572a6cc51c36c26fe1968e55dd1736b8509fb6e269c9d2aff WHIRLPOOL 7f80d74c0e05a3d1dcc7285714ce97ef4f90c4b978519d2117b1be7fcb590f52c488f041f718016b08e6bf8a87abee99228628d2c0588ef35afe668b2ae22ed1
25 -DIST innotop-1.9.0.tar.gz 143179 SHA256 bc2669ea88fb728c6c4ed9c695c4d0b7b9ae5df0f158ef23e8853694bf4f240a SHA512 a3fe26b7e9e4a4608f6ef68e8cfefca080fd5799cc7780ffadd0b6bd0a0cfd035561bf6c10436f556b8fc79726304cae408343a231a57d02c74e3bd29b941a17 WHIRLPOOL 76226828f8c91608b03d49802cc082a77b552f7a482ab2186e71a4f9fb56662d17d4ee04c5187df78ca68a733ca4a710b3d6156e0b028375576c8abb9b7effd8
26 -DIST innotop-1.9.1.tar.gz 147677 SHA256 117e5af58a83af79b6cf99877b25b1479197597be5a7d51b245a0ad9c69f4d3d SHA512 5c19891fc8df2cbf15f0df1af68501624ccb9d79c22a786e3a5fa4aa527be964392131da095a529f628c50528b196070f35009a49c9a87ae9f8bb2f4062e5ab5 WHIRLPOOL b06b4c720333f433408d3f97355ad319aa3897bffa3f71da18462eb74e1d2065a60a0e91f55c26f37bb624530e18cf3e9acf4fdf7bb245e8555987eab3dee617
27
28 diff --git a/dev-db/innotop/innotop-1.9.0-r1.ebuild b/dev-db/innotop/innotop-1.9.0-r1.ebuild
29 deleted file mode 100644
30 index 4de1af0..00000000
31 --- a/dev-db/innotop/innotop-1.9.0-r1.ebuild
32 +++ /dev/null
33 @@ -1,26 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -inherit perl-module
41 -
42 -DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many more features"
43 -HOMEPAGE="https://github.com/innotop/innotop"
44 -SRC_URI="https://innotop.googlecode.com/files/${P}.tar.gz"
45 -
46 -LICENSE="|| ( Artistic GPL-2 )"
47 -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
48 -SLOT="0"
49 -IUSE=""
50 -
51 -DEPEND="dev-perl/DBD-mysql
52 - dev-perl/TermReadKey
53 - virtual/perl-Term-ANSIColor
54 - virtual/perl-Time-HiRes"
55 -SRC_TEST="do"
56 -
57 -src_install() {
58 - perl-module_src_install
59 -}
60
61 diff --git a/dev-db/innotop/innotop-1.9.1.ebuild b/dev-db/innotop/innotop-1.9.1.ebuild
62 deleted file mode 100644
63 index 4de1af0..00000000
64 --- a/dev-db/innotop/innotop-1.9.1.ebuild
65 +++ /dev/null
66 @@ -1,26 +0,0 @@
67 -# Copyright 1999-2016 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -# $Id$
70 -
71 -EAPI=5
72 -
73 -inherit perl-module
74 -
75 -DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many more features"
76 -HOMEPAGE="https://github.com/innotop/innotop"
77 -SRC_URI="https://innotop.googlecode.com/files/${P}.tar.gz"
78 -
79 -LICENSE="|| ( Artistic GPL-2 )"
80 -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
81 -SLOT="0"
82 -IUSE=""
83 -
84 -DEPEND="dev-perl/DBD-mysql
85 - dev-perl/TermReadKey
86 - virtual/perl-Term-ANSIColor
87 - virtual/perl-Time-HiRes"
88 -SRC_TEST="do"
89 -
90 -src_install() {
91 - perl-module_src_install
92 -}
93
94 diff --git a/dev-db/innotop/metadata.xml b/dev-db/innotop/metadata.xml
95 index 1b122c0..05dc2a7 100644
96 --- a/dev-db/innotop/metadata.xml
97 +++ b/dev-db/innotop/metadata.xml
98 @@ -8,7 +8,6 @@
99 <longdescription>innotop - A text-mode MySQL and InnoDB monitor like mytop,
100 but with many more features</longdescription>
101 <upstream>
102 - <remote-id type="google-code">innotop</remote-id>
103 <remote-id type="github">innotop/innotop</remote-id>
104 </upstream>
105 </pkgmetadata>