diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-11-21 13:08:43 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-11-21 13:08:43 +0000 |
commit | 5128a08d89da701973a7ee8116ec21ebfcc92dfc (patch) | |
tree | b79380987f0f7b2f4553e89ba7a8d8ddd2378de2 /app-laptop/spicctrl | |
parent | Remove old. (diff) | |
download | gentoo-2-5128a08d89da701973a7ee8116ec21ebfcc92dfc.tar.gz gentoo-2-5128a08d89da701973a7ee8116ec21ebfcc92dfc.tar.bz2 gentoo-2-5128a08d89da701973a7ee8116ec21ebfcc92dfc.zip |
Remove old.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-laptop/spicctrl')
-rw-r--r-- | app-laptop/spicctrl/ChangeLog | 6 | ||||
-rw-r--r-- | app-laptop/spicctrl/spicctrl-1.6.ebuild | 22 | ||||
-rw-r--r-- | app-laptop/spicctrl/spicctrl-1.9.ebuild | 22 |
3 files changed, 5 insertions, 45 deletions
diff --git a/app-laptop/spicctrl/ChangeLog b/app-laptop/spicctrl/ChangeLog index d386b8de01b1..37c1e9fd79a9 100644 --- a/app-laptop/spicctrl/ChangeLog +++ b/app-laptop/spicctrl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-laptop/spicctrl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/spicctrl/ChangeLog,v 1.14 2012/11/20 20:44:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/spicctrl/ChangeLog,v 1.15 2012/11/21 13:08:42 kensington Exp $ + + 21 Nov 2012; Michael Palimaka <kensington@gentoo.org> -spicctrl-1.6.ebuild, + -spicctrl-1.9.ebuild: + Remove old. 20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> spicctrl-1.9-r1.ebuild: Stable for x86, wrt bug #441082 diff --git a/app-laptop/spicctrl/spicctrl-1.6.ebuild b/app-laptop/spicctrl/spicctrl-1.6.ebuild deleted file mode 100644 index 9cb1176f7da3..000000000000 --- a/app-laptop/spicctrl/spicctrl-1.6.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/spicctrl/spicctrl-1.6.ebuild,v 1.7 2009/09/23 15:45:10 patrick Exp $ - -DESCRIPTION="tool for the sonypi-Device (found in Sony Vaio Notebooks)" -HOMEPAGE="http://spop.free.fr/sonypi/" -SRC_URI="http://spop.free.fr/sonypi/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 -ppc" -IUSE="" - -DEPEND="" - -src_compile() { - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - dobin spicctrl || die "dobin failed" -} diff --git a/app-laptop/spicctrl/spicctrl-1.9.ebuild b/app-laptop/spicctrl/spicctrl-1.9.ebuild deleted file mode 100644 index 019dc594e3fb..000000000000 --- a/app-laptop/spicctrl/spicctrl-1.9.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/spicctrl/spicctrl-1.9.ebuild,v 1.2 2009/09/23 15:45:10 patrick Exp $ - -DESCRIPTION="tool for the sonypi-Device (found in Sony Vaio Notebooks)" -HOMEPAGE="http://www.popies.net/sonypi/" -SRC_URI="http://www.popies.net/sonypi/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 -ppc" -IUSE="" - -DEPEND="" - -src_compile() { - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - dobin spicctrl || die "dobin failed" -} |