commit:     2caefa0e130b39e94e8aae9015a2d5d27d7960d0
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 16:51:59 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 16:52:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2caefa0e

app-admin/hwreport: remove last rited package

Gentoo-bug: 504734

 app-admin/hwreport/Manifest               |  2 --
 app-admin/hwreport/hwreport-0.10.0.ebuild | 30 ------------------------------
 app-admin/hwreport/hwreport-0.11.0.ebuild | 30 ------------------------------
 app-admin/hwreport/metadata.xml           |  4 ----
 4 files changed, 66 deletions(-)

diff --git a/app-admin/hwreport/Manifest b/app-admin/hwreport/Manifest
deleted file mode 100644
index 73406cb..0000000
--- a/app-admin/hwreport/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST hwreport-0.10.0.tar.bz2 11171 SHA256 
34269554e3888a4a3486ab6290ce417ac3c4e38a2f12e5327900323e5c875567 SHA512 
6c3793040258455cdab6aecca7f540c118dd7fb9b1441ea4daf46288d2c285db7ee13a0b9e455a4018f288fa7977583c4a626956ac4628e54606c66a684a891a
 WHIRLPOOL 
12f04391e1fef9ad0e634000311dd0b0e8ed7ce8efe84862aea5e7f062688715ac754e238255d40fa24423d8d4c88664b2ca1f00991e08507759f51d4a0ab4d2
-DIST hwreport-0.11.0.tar.bz2 14337 SHA256 
b4337f91b2e9d6d500bfc9af7e32f1966db4346ff9b2ad869d09500189555160 SHA512 
591e76a9bd739da0b53eb39796f026b4bde75243cdbd5cbfc0774b4dfd067656108478f4a24ea7d5693ecd2acf3a11a11f617c9b187480bd963596d5fc5db3d9
 WHIRLPOOL 
4c22d1d45d44f0c6e9b9b629f3db7dbdaf971343fbe1f68a010cd34359b35c1141a1679e5a08cd7ef7304aeb66bab66f7de07efde18c359d476038d18fb78098

diff --git a/app-admin/hwreport/hwreport-0.10.0.ebuild 
b/app-admin/hwreport/hwreport-0.10.0.ebuild
deleted file mode 100644
index 13b65a4..0000000
--- a/app-admin/hwreport/hwreport-0.10.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit toolchain-funcs
-
-DESCRIPTION="Collect system informations for the hardware4linux.info site"
-HOMEPAGE="http://hardware4linux.info/";
-SRC_URI="http://hardware4linux.info/res/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=sys-apps/dmidecode-2.8 >=sys-apps/pciutils-2.2.0"
-
-src_compile() {
-       $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o scan-printers scan-printers.c
-}
-
-src_install() {
-       dobin hwreport scan-printers
-       dodoc README
-}
-
-pkg_postinst() {
-       elog "You can now generate your reports and post them on ${HOMEPAGE}"
-}

diff --git a/app-admin/hwreport/hwreport-0.11.0.ebuild 
b/app-admin/hwreport/hwreport-0.11.0.ebuild
deleted file mode 100644
index ec5c7ba..0000000
--- a/app-admin/hwreport/hwreport-0.11.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Collect system informations for the hardware4linux.info site"
-HOMEPAGE="http://hardware4linux.info/";
-SRC_URI="http://hardware4linux.info/res/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="virtual/libusb:1"
-RDEPEND="${DEPEND}
-       >=sys-apps/dmidecode-2.8
-       >=sys-apps/pciutils-2.2.0"
-
-src_prepare() {
-       # fix syntax error
-       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
-       # respect LDFLAGS
-       sed -e 's:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' -i Makefile
-}
-
-pkg_postinst() {
-       elog "You can now generate your reports and post them on ${HOMEPAGE}"
-}

diff --git a/app-admin/hwreport/metadata.xml b/app-admin/hwreport/metadata.xml
deleted file mode 100644
index 097975e..0000000
--- a/app-admin/hwreport/metadata.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-</pkgmetadata>

Reply via email to