Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/hwreport/
Date: Wed, 29 Jun 2016 16:52:55
Message-Id: 1467219152.2caefa0e130b39e94e8aae9015a2d5d27d7960d0.kensington@gentoo
1 commit: 2caefa0e130b39e94e8aae9015a2d5d27d7960d0
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 16:51:59 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 16:52:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2caefa0e
7
8 app-admin/hwreport: remove last rited package
9
10 Gentoo-bug: 504734
11
12 app-admin/hwreport/Manifest | 2 --
13 app-admin/hwreport/hwreport-0.10.0.ebuild | 30 ------------------------------
14 app-admin/hwreport/hwreport-0.11.0.ebuild | 30 ------------------------------
15 app-admin/hwreport/metadata.xml | 4 ----
16 4 files changed, 66 deletions(-)
17
18 diff --git a/app-admin/hwreport/Manifest b/app-admin/hwreport/Manifest
19 deleted file mode 100644
20 index 73406cb..0000000
21 --- a/app-admin/hwreport/Manifest
22 +++ /dev/null
23 @@ -1,2 +0,0 @@
24 -DIST hwreport-0.10.0.tar.bz2 11171 SHA256 34269554e3888a4a3486ab6290ce417ac3c4e38a2f12e5327900323e5c875567 SHA512 6c3793040258455cdab6aecca7f540c118dd7fb9b1441ea4daf46288d2c285db7ee13a0b9e455a4018f288fa7977583c4a626956ac4628e54606c66a684a891a WHIRLPOOL 12f04391e1fef9ad0e634000311dd0b0e8ed7ce8efe84862aea5e7f062688715ac754e238255d40fa24423d8d4c88664b2ca1f00991e08507759f51d4a0ab4d2
25 -DIST hwreport-0.11.0.tar.bz2 14337 SHA256 b4337f91b2e9d6d500bfc9af7e32f1966db4346ff9b2ad869d09500189555160 SHA512 591e76a9bd739da0b53eb39796f026b4bde75243cdbd5cbfc0774b4dfd067656108478f4a24ea7d5693ecd2acf3a11a11f617c9b187480bd963596d5fc5db3d9 WHIRLPOOL 4c22d1d45d44f0c6e9b9b629f3db7dbdaf971343fbe1f68a010cd34359b35c1141a1679e5a08cd7ef7304aeb66bab66f7de07efde18c359d476038d18fb78098
26
27 diff --git a/app-admin/hwreport/hwreport-0.10.0.ebuild b/app-admin/hwreport/hwreport-0.10.0.ebuild
28 deleted file mode 100644
29 index 13b65a4..0000000
30 --- a/app-admin/hwreport/hwreport-0.10.0.ebuild
31 +++ /dev/null
32 @@ -1,30 +0,0 @@
33 -# Copyright 1999-2009 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -inherit toolchain-funcs
38 -
39 -DESCRIPTION="Collect system informations for the hardware4linux.info site"
40 -HOMEPAGE="http://hardware4linux.info/"
41 -SRC_URI="http://hardware4linux.info/res/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~ppc sparc x86"
46 -IUSE=""
47 -
48 -DEPEND=""
49 -RDEPEND=">=sys-apps/dmidecode-2.8 >=sys-apps/pciutils-2.2.0"
50 -
51 -src_compile() {
52 - $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o scan-printers scan-printers.c
53 -}
54 -
55 -src_install() {
56 - dobin hwreport scan-printers
57 - dodoc README
58 -}
59 -
60 -pkg_postinst() {
61 - elog "You can now generate your reports and post them on ${HOMEPAGE}"
62 -}
63
64 diff --git a/app-admin/hwreport/hwreport-0.11.0.ebuild b/app-admin/hwreport/hwreport-0.11.0.ebuild
65 deleted file mode 100644
66 index ec5c7ba..0000000
67 --- a/app-admin/hwreport/hwreport-0.11.0.ebuild
68 +++ /dev/null
69 @@ -1,30 +0,0 @@
70 -# Copyright 1999-2013 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -# $Id$
73 -
74 -EAPI=5
75 -
76 -DESCRIPTION="Collect system informations for the hardware4linux.info site"
77 -HOMEPAGE="http://hardware4linux.info/"
78 -SRC_URI="http://hardware4linux.info/res/${P}.tar.bz2"
79 -
80 -LICENSE="GPL-2"
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
83 -IUSE=""
84 -
85 -DEPEND="virtual/libusb:1"
86 -RDEPEND="${DEPEND}
87 - >=sys-apps/dmidecode-2.8
88 - >=sys-apps/pciutils-2.2.0"
89 -
90 -src_prepare() {
91 - # fix syntax error
92 - sed -e 's:perl -p -i -e "s@/var/lib/hwreport@$(vardir)@" -e "s@/usr/sbin@$(bindir)@" $(DESTDIR)$(crondir)/$(PKG):perl -p -i -e "s@/var/lib/hwreport@$(vardir)@;" -e "s@/usr/sbin@$(bindir)@" $(DESTDIR)$(crondir)/$(PKG):' -i "${S}"/Makefile
93 - # respect LDFLAGS
94 - sed -e 's:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' -i Makefile
95 -}
96 -
97 -pkg_postinst() {
98 - elog "You can now generate your reports and post them on ${HOMEPAGE}"
99 -}
100
101 diff --git a/app-admin/hwreport/metadata.xml b/app-admin/hwreport/metadata.xml
102 deleted file mode 100644
103 index 097975e..0000000
104 --- a/app-admin/hwreport/metadata.xml
105 +++ /dev/null
106 @@ -1,4 +0,0 @@
107 -<?xml version="1.0" encoding="UTF-8"?>
108 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
109 -<pkgmetadata>
110 -</pkgmetadata>