diff options
author | Peter Johanson <latexer@gentoo.org> | 2004-03-08 06:06:36 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2004-03-08 06:06:36 +0000 |
commit | d44dec17aa7455aadd5b4afd3bb3857e037b7e05 (patch) | |
tree | 6a2aec70cda5febf4b8942fa244c2130234a9258 /app-laptop/spicctrl | |
parent | Moved spicctrl to app-laptop (diff) | |
download | gentoo-2-d44dec17aa7455aadd5b4afd3bb3857e037b7e05.tar.gz gentoo-2-d44dec17aa7455aadd5b4afd3bb3857e037b7e05.tar.bz2 gentoo-2-d44dec17aa7455aadd5b4afd3bb3857e037b7e05.zip |
Moved to app-laptop
Diffstat (limited to 'app-laptop/spicctrl')
-rw-r--r-- | app-laptop/spicctrl/ChangeLog | 38 | ||||
-rw-r--r-- | app-laptop/spicctrl/files/digest-spicctrl-1.6 | 1 | ||||
-rw-r--r-- | app-laptop/spicctrl/spicctrl-1.6.ebuild | 22 |
3 files changed, 61 insertions, 0 deletions
diff --git a/app-laptop/spicctrl/ChangeLog b/app-laptop/spicctrl/ChangeLog new file mode 100644 index 000000000000..6162d96ba6f7 --- /dev/null +++ b/app-laptop/spicctrl/ChangeLog @@ -0,0 +1,38 @@ +# ChangeLog for app-misc/spicctrl +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 + +*spicctrl-1.6 (08 Mar 2004) + + 08 Mar 2004; Peter Johanson <latexer@gentoo.org> spicctrl-1.6.ebuild: + Moved to app-laptop + +*spicctrl-1.6 (23 Jun 2003) + + 23 Jun 2003; Hanno Boeck <hanno@gentoo.org> spicctrl-1.6.ebuild: + Version bump. + +*spicctrl-1.5 (04 Dec 2002) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + + + 04 Dez 2002; Hanno Boeck <hanno@gentoo.org> spicctrl-1.5.ebuild : + New version. + +*spicctrl-1.4 (17 Nov 2002) + + 17 Nov 2002; Hanno Boeck <hanno@gentoo.org> spicctrl-1.4.ebuild : + New version. + +*spicctrl-1.3 (13 Oct 2002) + + 13 Oct 2002; Hanno Boeck <hanno@gentoo.org> : + + Updated version. Resolves bug #5954. + +*spicctrl (12 Jul 2002) + + 12 Jul 2002; Doug Goldstein <cardoe@gentoo.org> ChangeLog spicctrl-1.2.ebuild + files/digest-spicctrl-1.2 : + + Ebuild submitted by hanno@gmx.de (Hanno Boeck) in bug #2985 + Cleaned up prior to comitting diff --git a/app-laptop/spicctrl/files/digest-spicctrl-1.6 b/app-laptop/spicctrl/files/digest-spicctrl-1.6 new file mode 100644 index 000000000000..32dceb9a6c7b --- /dev/null +++ b/app-laptop/spicctrl/files/digest-spicctrl-1.6 @@ -0,0 +1 @@ +MD5 a40c3be6183996e5c3eb062b3d8d5171 spicctrl-1.6.tar.bz2 10404 diff --git a/app-laptop/spicctrl/spicctrl-1.6.ebuild b/app-laptop/spicctrl/spicctrl-1.6.ebuild new file mode 100644 index 000000000000..02dd34a8ec47 --- /dev/null +++ b/app-laptop/spicctrl/spicctrl-1.6.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/03/08 06:05:40 latexer Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="spicctrl - 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" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 -ppc -sparc" +IUSE="" + +DEPEND="virtual/glibc" + +src_compile() { + emake CFLAGS="${CFLAGS}" || die +} + +src_install() { + dobin spicctrl +} |