summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-07-23 23:35:46 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-07-23 23:35:46 +0200
commitac6ae33d1927241f6a9cac2fdfad261e5f50e9f9 (patch)
tree56077dc26062309a98c0c37fcff06c18a806b1af /sys-apps
parentdev-dotnet/flickrnet-bin: remove last-rited package, bug 685626 (diff)
downloadgentoo-ac6ae33d1927241f6a9cac2fdfad261e5f50e9f9.tar.gz
gentoo-ac6ae33d1927241f6a9cac2fdfad261e5f50e9f9.tar.bz2
gentoo-ac6ae33d1927241f6a9cac2fdfad261e5f50e9f9.zip
sys-apps/cobalt-panel-utils: remove last-rited package, bug 681060
Closes: https://bugs.gentoo.org/681060 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/cobalt-panel-utils/Manifest1
-rw-r--r--sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.2.ebuild44
-rw-r--r--sys-apps/cobalt-panel-utils/metadata.xml8
3 files changed, 0 insertions, 53 deletions
diff --git a/sys-apps/cobalt-panel-utils/Manifest b/sys-apps/cobalt-panel-utils/Manifest
deleted file mode 100644
index 1345311aa5a0..000000000000
--- a/sys-apps/cobalt-panel-utils/Manifest
+++ /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
index ff819204d0c1..000000000000
--- a/sys-apps/cobalt-panel-utils/cobalt-panel-utils-1.0.2.ebuild
+++ /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
index 50d5f41da0b2..000000000000
--- a/sys-apps/cobalt-panel-utils/metadata.xml
+++ /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>