ChangeLog

# ChangeLog for app-laptop/spicctrl
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/spicctrl/ChangeLog,v 1.10 2007/02/09 07:14:24 flameeyes Exp $

09 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

08 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

*spicctrl-1.9 (09 Feb 2006)

09 Feb 2006; Alastair Tse +spicctrl-1.9.ebuild:
version bump. updated URL thanks to theboywho (#120823)

21 Apr 2005; Stephanie Lockwood-Childs
spicctrl-1.6.ebuild:
marked -ppc since Sony Vaio is not powerpc

09 Oct 2004; Doug Goldstein +metadata.xml:
add missing metadata.xml

10 Apr 2004; Michael Sterrett spicctrl-1.6.ebuild:
don't assign default to S; tidy

*spicctrl-1.6 (08 Mar 2004)

08 Mar 2004; Peter Johanson spicctrl-1.6.ebuild:
Moved to app-laptop

*spicctrl-1.6 (23 Jun 2003)

23 Jun 2003; Hanno Boeck spicctrl-1.6.ebuild:
Version bump.

*spicctrl-1.5 (04 Dec 2002)
06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords


04 Dez 2002; Hanno Boeck spicctrl-1.5.ebuild :
New version.

*spicctrl-1.4 (17 Nov 2002)

17 Nov 2002; Hanno Boeck spicctrl-1.4.ebuild :
New version.

*spicctrl-1.3 (13 Oct 2002)

13 Oct 2002; Hanno Boeck :

Updated version. Resolves bug #5954.

*spicctrl (12 Jul 2002)

12 Jul 2002; Doug Goldstein 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

Manifest

DIST spicctrl-1.6.tar.bz2 10404 RMD160 723f0dad7c98eae863d3b4446eae337d570e77bb SHA1 09b9c18df287880816b7593412a30a0fb6444ec2 SHA256 920bc8b6e28ca65d807555256da1dcd07b11308516233a515f2ed2fcded115be
DIST spicctrl-1.9.tar.bz2 10917 RMD160 810e612a647f1cbb638b71fd85e17758fad9dc72 SHA1 2ca0fe3eecd0d76d880fd0b67562643236b16a56 SHA256 88d9795bf51af3496fdce2fec263363ff90929e0e7036f9c117fb2b829353b6b
EBUILD spicctrl-1.6.ebuild 583 RMD160 5e892813d504c22e10b5a8278fba008102cc2cb8 SHA1 28ad8ade9592063269091e597bca1bde104208f3 SHA256 d2928dbdd2138f57493c66a38adbd5211bd1bc75368cbc0e76be92902a8e3340
EBUILD spicctrl-1.9.ebuild 590 RMD160 17521d7b07e44e7be886ee5b1c7d0edb00a35fcb SHA1 b51bd0fb0e0b8645d34e1c0831c1f817b89fdbba SHA256 1624335a6f31a1df95c79866fe939d6e93ac3c2537c1f587c9077c780b0bfda5
MISC ChangeLog 1813 RMD160 742f3ae80181e652683e530982766d750bbc0353 SHA1 11ea68dccc6afd6b22ff0d0745d0f3e4b3d3c3bc SHA256 1e9e74d880563a85f50c97908c429795a3d518f6e0a0908c2448087a17430704
MISC metadata.xml 159 RMD160 54af1e9a61e5ed1b49b2bbbf3ef2278999c66b13 SHA1 bce3da4745192397c9a08bdbcf7e4914eac9b77b SHA256 ed3a0d440cfa5672284f4172ebde0ea6506c1a38e9a3ed9f14f3d2c093aac42f

metadata.xml




mobile

spicctrl-1.6.ebuild

# Copyright 1999-2005 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.6 2005/04/21 07:21:03 wormo 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="virtual/libc"

src_compile() {
emake CFLAGS="${CFLAGS}" || die "emake failed"
}

src_install() {
dobin spicctrl || die "dobin failed"
}

spicctrl-1.9.ebuild

# Copyright 1999-2006 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.1 2006/02/09 22:14:50 liquidx 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="virtual/libc"

src_compile() {
emake CFLAGS="${CFLAGS}" || die "emake failed"
}

src_install() {
dobin spicctrl || die "dobin failed"
}