sys-apps/cobalt-panel-utils: remove last-rited package, bug 681060
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 23 Jul 2019 21:35:46 +0000 (23:35 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 23 Jul 2019 21:35:46 +0000 (23:35 +0200)
Closes: https://bugs.gentoo.org/681060
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
sys-apps/cobalt-panel-utils/Manifest [deleted file]
sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.2.ebuild [deleted file]
sys-apps/cobalt-panel-utils/metadata.xml [deleted file]

diff --git a/sys-apps/cobalt-panel-utils/Manifest b/sys-apps/cobalt-panel-utils/Manifest
deleted file mode 100644 (file)
index 1345311..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST cobalt-panel-utils-1.0.2.tar.gz 24552 BLAKE2B 5ce241200c7477161957e8dd72225e8e58ad34a21f91d6fbc72595058f7db2420d5533aaa9e1e1f53dd5b905c14c938c519bc17d5184b7d86840204d4d97b5d1 SHA512 1c0820c7c12a7d13cd394bc5fa5f2c9429453fdb0126a35fd564cd544a70b40929d8e9d823cdeb5e53417071aa602939b72f29e0d1c77fe10c47c048f62999f8
diff --git a/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.2.ebuild b/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.2.ebuild
deleted file mode 100644 (file)
index ff81920..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="LCD and LED panel utilities for the Sun Cobalts"
-HOMEPAGE="http://gentoo.404ster.com/"
-SRC_URI="ftp://www.404ster.com/pub/gentoo-stuff/ebuilds/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~mips x86"
-IUSE="static"
-
-RDEPEND="sys-devel/gettext"
-DEPEND="${DEPEND}
-       sys-devel/autoconf"
-
-src_configure() {
-       sed -i \
-               -e"/^COPTS/s:= := ${CFLAGS} :" \
-               -e"/^LDFLAGS/s:= := ${LDFLAGS} :"\
-               Makefile || die "sed failed"
-}
-
-src_compile() {
-       if use static; then
-               einfo "Building as static executables"
-               export STATIC="-static"
-       fi
-       emake || die
-}
-
-src_install() {
-       into /
-       dosbin  "${S}"/lcd-flash "${S}"/lcd-getip "${S}"/lcd-swrite \
-       "${S}"/lcd-write "${S}"/lcd-yesno "${S}"/lcd-setcursor "${S}"/iflink
-       "${S}"/iflinkstatus "${S}"/readbutton || die "dosbin failed"
-
-       dodoc doc/README* doc/CREDITS
-       doman doc/man/*.1
-}
diff --git a/sys-apps/cobalt-panel-utils/metadata.xml b/sys-apps/cobalt-panel-utils/metadata.xml
deleted file mode 100644 (file)
index 50d5f41..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <longdescription>
-    LCD and LED panel utilities for the Sun Cobalts. Based on panel-utils-pacifica released by Sun.
-  </longdescription>
-</pkgmetadata>