summaryrefslogtreecommitdiff
path: root/sys-apps/cobalt-panel-utils
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
commitb24bd25253fe093f722ab576d29fdc41d04cb1ee (patch)
tree0fcf2afd9f852c4d4c291cf8afaa2c244d598105 /sys-apps/cobalt-panel-utils
parent121ed4eec41fbf03e1998d09eede1bf449da63b9 (diff)
gentoo resync : 02.08.2019
Diffstat (limited to 'sys-apps/cobalt-panel-utils')
-rw-r--r--sys-apps/cobalt-panel-utils/Manifest3
-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, 55 deletions
diff --git a/sys-apps/cobalt-panel-utils/Manifest b/sys-apps/cobalt-panel-utils/Manifest
deleted file mode 100644
index 3c08f6335941..000000000000
--- a/sys-apps/cobalt-panel-utils/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST cobalt-panel-utils-1.0.2.tar.gz 24552 BLAKE2B 5ce241200c7477161957e8dd72225e8e58ad34a21f91d6fbc72595058f7db2420d5533aaa9e1e1f53dd5b905c14c938c519bc17d5184b7d86840204d4d97b5d1 SHA512 1c0820c7c12a7d13cd394bc5fa5f2c9429453fdb0126a35fd564cd544a70b40929d8e9d823cdeb5e53417071aa602939b72f29e0d1c77fe10c47c048f62999f8
-EBUILD cobalt-panel-utils-1.0.2.ebuild 963 BLAKE2B 50ea5f43a67c584496b2d9f3d317f92e429a9de3a53e84cfbc63f22938b90a15953afea7b2330ab12adc8973f9315c2f3beed2101b3af7ac7e9956d80c84f358 SHA512 da5df7a14ba7f37ad477ce33bbf24ca001b2b9c3ed50d1da83722797eb6af9232ff73f075a8caa258245048d461c360aea60264bc46832d83bd088b0c12e36f1
-MISC metadata.xml 309 BLAKE2B 93a32dbf344784545f4f18da7e375a74f2c11bcbac9e035620b39d8fcfe9c854d3ad9f34c8c3b94d27aa61adc0852704c6412f363d4ed40d69052478de0be0fb SHA512 84ab1b4605f74d2da7c36554b72693353d9ae34dab7fc6c288c9eafbecbf644d222d1ce2df06ae465fd71cd72cb5a70350b08733eaedd3e9de961efe2dfd8a5b
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>