diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2016-01-27 14:44:37 +0100 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2016-01-27 14:44:37 +0100 |
commit | 5db8d61f409011d0557dc0da9186eec28ebdc73d (patch) | |
tree | 8b96ef22e252290bf85c45ab846969b9a73e4fe1 /sys-power/sispmctl | |
parent | app-misc/digitemp: version bump (diff) | |
download | gentoo-5db8d61f409011d0557dc0da9186eec28ebdc73d.tar.gz gentoo-5db8d61f409011d0557dc0da9186eec28ebdc73d.tar.bz2 gentoo-5db8d61f409011d0557dc0da9186eec28ebdc73d.zip |
sys-power/sispmctl: removed old (vulnerable) version (bug #327459)
Package-Manager: portage-2.2.27
Diffstat (limited to 'sys-power/sispmctl')
-rw-r--r-- | sys-power/sispmctl/Manifest | 1 | ||||
-rw-r--r-- | sys-power/sispmctl/sispmctl-2.7.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/sys-power/sispmctl/Manifest b/sys-power/sispmctl/Manifest index ac65ee868ccf..1052dbc3bdfb 100644 --- a/sys-power/sispmctl/Manifest +++ b/sys-power/sispmctl/Manifest @@ -1,2 +1 @@ -DIST sispmctl-2.7.tar.gz 192388 SHA256 d24d34fc7e14992ac822cef3c5567b04a077cfc96252b0a6fb238c8a272c16f4 SHA512 c04ce9a4b1a9e220c22f92355891a3b2872022dc27fd2489772393fb9edd521bd963070beb480a992c65adaab649ed107f17d1898c883817f1e3fc4ac110649e WHIRLPOOL ac05e3ea079e8a55818cfe78f4e6e155d27cc43aaccd3f3585f9d09a214dca3c6a1797b58abadfb5914a205461338a6e9e9285ee89af98288796d8c60e2320aa DIST sispmctl-3.1.tar.gz 251896 SHA256 e9a99cc81ef0a93f3484e5093efd14d93cc967221fcd22c151f0bea32eb91da7 SHA512 2942c8f1c9e4d259667d384b9dca72569fac8c3c775e68f88599eb6f339b63d92c8226a406f998830af24ea9144ed75291bcc652293a870123925fe235c31d03 WHIRLPOOL 8f7ad31eb917456dacd0e09feb94fa04e8e1cdceb25626a0ce36004d117750146d50abd458913d0770cf2b3ef133cda8162a64809592015ae5080957d12aeced diff --git a/sys-power/sispmctl/sispmctl-2.7.ebuild b/sys-power/sispmctl/sispmctl-2.7.ebuild deleted file mode 100644 index 6b0942794013..000000000000 --- a/sys-power/sispmctl/sispmctl-2.7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -DESCRIPTION="GEMBIRD SiS-PM control utility" -HOMEPAGE="http://sispmctl.sourceforge.net/" -SRC_URI="mirror://sourceforge/sispmctl/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND="virtual/libusb:0" -DEPEND="${RDEPEND}" - -src_configure() { - econf --enable-webless -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README ChangeLog NEWS -} |