summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2006-12-02 12:33:39 +0000
committerWolfram Schlich <wschlich@gentoo.org>2006-12-02 12:33:39 +0000
commit0c4644d1205f932d82f90e50ed0c247c0e56be00 (patch)
tree130fcd01ca1dcebed3f5e8ef2dd98f3ba9d8c80d /sys-power
parentbugfix: only avoid the fallback to scanelf if PAX_MARKING is "none". (diff)
downloadgentoo-2-0c4644d1205f932d82f90e50ed0c247c0e56be00.tar.gz
gentoo-2-0c4644d1205f932d82f90e50ed0c247c0e56be00.tar.bz2
gentoo-2-0c4644d1205f932d82f90e50ed0c247c0e56be00.zip
Moved to sys-power/sispmctl some time ago
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/sispm_ctl/ChangeLog10
-rw-r--r--sys-power/sispm_ctl/Manifest4
-rw-r--r--sys-power/sispm_ctl/files/digest-sispm_ctl-1.21
-rw-r--r--sys-power/sispm_ctl/metadata.xml16
-rw-r--r--sys-power/sispm_ctl/sispm_ctl-1.2.ebuild21
5 files changed, 0 insertions, 52 deletions
diff --git a/sys-power/sispm_ctl/ChangeLog b/sys-power/sispm_ctl/ChangeLog
deleted file mode 100644
index 2c422dcd0221..000000000000
--- a/sys-power/sispm_ctl/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for sys-power/sispm_ctl
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/sispm_ctl/ChangeLog,v 1.1 2006/02/07 16:36:04 wschlich Exp $
-
-*sispm_ctl-1.2 (07 Feb 2006)
-
- 07 Feb 2006; Wolfram Schlich <wschlich@gentoo.org> +metadata.xml,
- +sispm_ctl-1.2.ebuild:
- initial import
-
diff --git a/sys-power/sispm_ctl/Manifest b/sys-power/sispm_ctl/Manifest
deleted file mode 100644
index 2a1ed765c65e..000000000000
--- a/sys-power/sispm_ctl/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 bea1c786ae736820bff6cf1d73484865 ChangeLog 354
-MD5 97245e9845359287ad9d3cd7e663cc2b files/digest-sispm_ctl-1.2 65
-MD5 5f882c2c36e5041c84a92c1d50154125 metadata.xml 565
-MD5 8ccf031192bad24deb37a4909bd8aab4 sispm_ctl-1.2.ebuild 716
diff --git a/sys-power/sispm_ctl/files/digest-sispm_ctl-1.2 b/sys-power/sispm_ctl/files/digest-sispm_ctl-1.2
deleted file mode 100644
index ef87b730b2b3..000000000000
--- a/sys-power/sispm_ctl/files/digest-sispm_ctl-1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ac78d37443917e706d03449726bd5419 sispm_ctl-1.2.tar.gz 194907
diff --git a/sys-power/sispm_ctl/metadata.xml b/sys-power/sispm_ctl/metadata.xml
deleted file mode 100644
index ab3bde95b1f7..000000000000
--- a/sys-power/sispm_ctl/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>wschlich@gentoo.org</email>
- <name>Wolfram Schlich</name>
- <description>Primary maintainer</description>
-</maintainer>
-<longdescription>
-sispm_ctl is a n application enabling the use of the GEMBIRD
-SilverShield PowerManager (SiS-PM) device under Linux.
-The SiS-PM is an intelligent advanced surge protector with
-4 of 6 sockets being manageable from the PC via USB.
-</longdescription>
-</pkgmetadata>
diff --git a/sys-power/sispm_ctl/sispm_ctl-1.2.ebuild b/sys-power/sispm_ctl/sispm_ctl-1.2.ebuild
deleted file mode 100644
index 0cee910536f0..000000000000
--- a/sys-power/sispm_ctl/sispm_ctl-1.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/sispm_ctl/sispm_ctl-1.2.ebuild,v 1.1 2006/02/07 16:36:04 wschlich Exp $
-
-DESCRIPTION="GEMBIRD SiS-PM control utility"
-HOMEPAGE="http://mufasa.informatik.uni-mannheim.de/page.php?name=lsra/persons/mondrian/sisctl.html"
-SRC_URI="http://mufasa.informatik.uni-mannheim.de/lsra/persons/mondrian/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-DEPEND=">=dev-libs/libusb-0.1.8"
-
-src_compile() {
- econf || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc README ChangeLog NEWS
-}